[mpd/el8] Update to 0.21.18
by Leigh Scott
Summary of changes:
a21af99... Update to 0.21.18 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 11 months
[mpd/f30] Update to 0.21.18
by Leigh Scott
Summary of changes:
a21af99... Update to 0.21.18 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 11 months
[mpd/f31] Update to 0.21.18
by Leigh Scott
Summary of changes:
a21af99... Update to 0.21.18 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 11 months
[mpd] Update to 0.21.18
by Leigh Scott
commit a21af9997f655ebfb466967b46096bef8dd09747
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Dec 25 19:51:20 2019 +0000
Update to 0.21.18
mpd.spec | 5 ++++-
sources | 4 ++--
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/mpd.spec b/mpd.spec
index badb7ad..71fa60b 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -16,7 +16,7 @@
Name: mpd
Epoch: 1
-Version: 0.21.17
+Version: 0.21.18
Release: 1%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
@@ -228,6 +228,9 @@ fi
%changelog
+* Wed Dec 25 2019 Leigh Scott <leigh123linux(a)gmail.com> - 1:0.21.18-1
+- Update to 0.21.18
+
* Tue Dec 17 2019 Leigh Scott <leigh123linux(a)gmail.com> - 1:0.21.17-1
- Update to 0.21.17
diff --git a/sources b/sources
index 00b6185..9c02653 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (mpd-0.21.17.tar.xz) = 71a53ec7262d7292a7227878f3d6187563727a0fabb8716bd6df70d4b96990e2d0da0ea5e59a84530cdb1b5e3046f08118c6409cc67c731c191095bd66f256ec
-SHA512 (mpd-0.21.17.tar.xz.sig) = faf0e202f6099cf5e14f1c4408c29304fed1f8929516d302799137671ab1bcc70880807b5d4a0e8ea7c486d553a50635312c667864250ffd51c8830062a38f01
+SHA512 (mpd-0.21.18.tar.xz) = 68b4d9dc4be8454d7ef92df2a7b42513dc2d97bfd6b11ba99bce6709fc58ccbeab05419863bacb7a3427f1325bc88da74f9f4b48206222349085f02d0135e1a8
+SHA512 (mpd-0.21.18.tar.xz.sig) = b63b09ff03dd7e913d67870503aff8217f1c9b23afb455aad04084e7f58bf6f88955597887d51d6db4bc2ccb4cc8a8e3ad78c24754621043ced155292a646a7d
4 years, 11 months
[VirtualBox-kmod/f30] (3 commits) ...Removing "old" way to build kmod's
by Sérgio M. Basto
Summary of changes:
5fa9b97... New way to build for Kernel 5.5, with kernel v5.5, change t (*)
f2fc35c... Update update_vbox.sh and ExclusiveArch x86_64 (*)
c1da880... Removing "old" way to build kmod's (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 11 months
[VirtualBox-kmod/f31] (3 commits) ...Removing "old" way to build kmod's
by Sérgio M. Basto
Summary of changes:
5fa9b97... New way to build for Kernel 5.5, with kernel v5.5, change t (*)
f2fc35c... Update update_vbox.sh and ExclusiveArch x86_64 (*)
c1da880... Removing "old" way to build kmod's (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 11 months
[VirtualBox-kmod] Removing "old" way to build kmod's
by Sérgio M. Basto
commit c1da8802b0cb586e42abe40d1868071b72d953d2
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Dec 25 03:35:51 2019 +0000
Removing "old" way to build kmod's
VirtualBox-kmod.spec | 18 +++++++-----------
1 file changed, 7 insertions(+), 11 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index c6dd77e..a3a6fa9 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -45,7 +45,7 @@
Name: VirtualBox-kmod
Version: 6.1.0
-Release: 2%{?dist}
+Release: 3%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
Summary: Kernel module for VirtualBox
@@ -108,22 +108,15 @@ for kernel_version in %{?kernel_versions}; do
make VBOX_USE_INSERT_PAGE=1 %{?_smp_mflags} KERN_DIR="${kernel_version##*___}" -C "${kernel_version##*___}" M="${PWD}/_kmod_build_${kernel_version%%___*}/${module}" modules
done
%if ! %{with newvboxsf}
- export KBUILD_EXTRA_SYMBOLS=$(pwd)/kmod_build_${kernel_version%%___*}/vboxguest/Module.symvers
- %endif
- # copy vboxdrv (for host) module symbols which are used by vboxnetflt and vboxnetadp km's:
- cp _kmod_build_${kernel_version%%___*}/{vboxdrv/Module.symvers,vboxnetadp}
- cp _kmod_build_${kernel_version%%___*}/{vboxdrv/Module.symvers,vboxnetflt}
- %if ! %{with newvboxsf}
- # copy vboxguest (for guest) module symbols which are used by vboxsf km:
- cp _kmod_build_${kernel_version%%___*}/{vboxguest/Module.symvers,vboxsf}
+ export KBUILD_EXTRA_SYMBOLS=${PWD}/kmod_build_${kernel_version%%___*}/vboxguest/Module.symvers
%endif
make %{?_smp_mflags} KERN_DIR="${kernel_version##*___}" -C "${kernel_version##*___}" M="${PWD}/_kmod_build_${kernel_version%%___*}/vboxsf" modules
for module in vbox{netadp,netflt}; do
- export KBUILD_EXTRA_SYMBOLS=$(pwd)/_kmod_build_${kernel_version%%___*}/vboxdrv/Module.symvers
+ export KBUILD_EXTRA_SYMBOLS=${PWD}/_kmod_build_${kernel_version%%___*}/vboxdrv/Module.symvers
make VBOX_USE_INSERT_PAGE=1 %{?_smp_mflags} KERN_DIR="${kernel_version##*___}" -C "${kernel_version##*___}" M="${PWD}/_kmod_build_${kernel_version%%___*}/${module}" modules
done
%if %{with vboxvideo}
- export KBUILD_EXTRA_SYMBOLS=$(pwd)/_kmod_build_${kernel_version%%___*}/vboxguest/Module.symvers
+ export KBUILD_EXTRA_SYMBOLS=${PWD}/_kmod_build_${kernel_version%%___*}/vboxguest/Module.symvers
make VBOX_USE_INSERT_PAGE=1 %{?_smp_mflags} KERN_DIR="${kernel_version##*___}" -C "${kernel_version##*___}" M="${PWD}/_kmod_build_${kernel_version%%___*}/vboxvideo" modules
%endif
done
@@ -152,6 +145,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Wed Dec 25 2019 Sérgio Basto <sergio(a)serjux.com> - 6.1.0-3
+- Removing "old" way to build kmod's
+
* Tue Dec 24 2019 Sérgio Basto <sergio(a)serjux.com> - 6.1.0-2
- New way to build for Kernel 5.5, with kernel v5.5, change the behavior of
depmod. In earlier versions, it was sufficient to copy the contents of
4 years, 11 months
[VirtualBox-kmod] Update update_vbox.sh and ExclusiveArch x86_64
by Sérgio M. Basto
commit f2fc35c278f9aa0d2e4535f4c73296e45923d573
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Dec 24 18:43:03 2019 +0000
Update update_vbox.sh and ExclusiveArch x86_64
VirtualBox-kmod.spec | 4 +---
update_vbox.sh | 30 ++++++++++++++----------------
2 files changed, 15 insertions(+), 19 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 443b4c2..c6dd77e 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -60,8 +60,7 @@ Patch2: kernel-5.patch
%global AkmodsBuildRequires %{_bindir}/kmodtool, VirtualBox-kmodsrc >= %{version}%{vboxreltag}, xz, time
BuildRequires: %{AkmodsBuildRequires}
-# needed for plague to make sure it builds for i586 and i686
-ExclusiveArch: i686 x86_64
+ExclusiveArch: x86_64
# get the proper build-sysbuild package from the repo, which
# tracks in all the kernel-devel packages
@@ -106,7 +105,6 @@ done
%build
for kernel_version in %{?kernel_versions}; do
for module in vboxdrv %{!?with_newvboxsf:vboxguest}; do
-
make VBOX_USE_INSERT_PAGE=1 %{?_smp_mflags} KERN_DIR="${kernel_version##*___}" -C "${kernel_version##*___}" M="${PWD}/_kmod_build_${kernel_version%%___*}/${module}" modules
done
%if ! %{with newvboxsf}
diff --git a/update_vbox.sh b/update_vbox.sh
index 88c6241..a5b7a37 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -28,38 +28,36 @@ fi
if test $stage -le 1
then
echo STAGE 1
-BRANCH1=f31
-BRANCH2=fc31
+BRANCH1=f32
+BRANCH2=fc32
koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH2
(koji-rpmfusion wait-repo $BRANCH1-free-build --build=VirtualBox-$VERSION-$REL.$BRANCH2 && \
rfpkg push && rfpkg build --nowait ) &
-BRANCH1=f30
-BRANCH2=fc30
+fi
+if test $stage -le 2
+then
+echo STAGE 2
+BRANCH1=f31
+BRANCH2=fc31
echo Press enter tag-build $BRANCH1 to continue; read dummy;
koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH2
(koji-rpmfusion wait-repo $BRANCH1-free-build --build=VirtualBox-$VERSION-$REL.$BRANCH2 && \
git checkout $BRANCH1 && git merge master && git push && rfpkg build --nowait; git checkout master) &
-BRANCH1=f29
-BRANCH2=fc29
+BRANCH1=f30
+BRANCH2=fc30
echo Press enter tag-build $BRANCH1 to continue; read dummy;
koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH2
(koji-rpmfusion wait-repo $BRANCH1-free-build --build=VirtualBox-$VERSION-$REL.$BRANCH2 && \
-git checkout $BRANCH1 && git merge master && git push && rfpkg build --nowait) &
+git checkout $BRANCH1 && git merge master && git push && rfpkg build --nowait; git checkout master) &
#koji-rpmfusion watch-task
-#BRANCH1=f28
-#BRANCH2=fc28
-#echo Press enter tag-build $BRANCH1 to continue; read dummy;
-#koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH2
-#koji-rpmfusion wait-repo $BRANCH1-free-build --build=VirtualBox-$VERSION-$REL.$BRANCH2
-#git checkout $BRANCH1 && git merge master && git push && rfpkg build --nowait; git checkout master
fi
-if test $stage -le 2
+if test $stage -le 3
then
-echo STAGE 2
-echo Press enter to continue; read dummy;
+echo STAGE 3
BRANCH1=el7
BRANCH2=el7
+echo Press enter tag-build $BRANCH1 to continue; read dummy;
koji-rpmfusion tag-build el7-free-override VirtualBox-$VERSION-$REL.el7
koji-rpmfusion wait-repo $BRANCH1-free-build --build=VirtualBox-$VERSION-$REL.$BRANCH2
git checkout $BRANCH1 && git merge master && git push && rfpkg build --nowait; git checkout master
4 years, 11 months
[VirtualBox-kmod] New way to build for Kernel 5.5, with kernel v5.5, change the behavior of depmod. In earlier versi
by Sérgio M. Basto
commit 5fa9b97734752832f02b2f9289b717a13ffb9a5d
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Dec 24 18:37:02 2019 +0000
New way to build for Kernel 5.5, with kernel v5.5, change the behavior of
depmod. In earlier versions, it was sufficient to copy the contents of
Module.sysmvers from the vboxdrv directory to the current directory to have
the exported symbols from vboxdrv be available to another module such as
vboxnetflt, etc. With v5.5, that no longer works.
The workaround is to pass the path of Module.sysvers to kbuild (make) in a
symbol named KBUILD_EXTRA_SYMBOLS.
VirtualBox-kmod.spec | 22 ++++++++++++++++++++--
1 file changed, 20 insertions(+), 2 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 0725446..443b4c2 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -45,7 +45,7 @@
Name: VirtualBox-kmod
Version: 6.1.0
-Release: 1%{?dist}
+Release: 2%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
Summary: Kernel module for VirtualBox
@@ -109,6 +109,9 @@ for kernel_version in %{?kernel_versions}; do
make VBOX_USE_INSERT_PAGE=1 %{?_smp_mflags} KERN_DIR="${kernel_version##*___}" -C "${kernel_version##*___}" M="${PWD}/_kmod_build_${kernel_version%%___*}/${module}" modules
done
+ %if ! %{with newvboxsf}
+ export KBUILD_EXTRA_SYMBOLS=$(pwd)/kmod_build_${kernel_version%%___*}/vboxguest/Module.symvers
+ %endif
# copy vboxdrv (for host) module symbols which are used by vboxnetflt and vboxnetadp km's:
cp _kmod_build_${kernel_version%%___*}/{vboxdrv/Module.symvers,vboxnetadp}
cp _kmod_build_${kernel_version%%___*}/{vboxdrv/Module.symvers,vboxnetflt}
@@ -116,9 +119,15 @@ for kernel_version in %{?kernel_versions}; do
# copy vboxguest (for guest) module symbols which are used by vboxsf km:
cp _kmod_build_${kernel_version%%___*}/{vboxguest/Module.symvers,vboxsf}
%endif
- for module in vbox{netadp,netflt,sf%{?with_vboxvideo:,video}}; do
+ make %{?_smp_mflags} KERN_DIR="${kernel_version##*___}" -C "${kernel_version##*___}" M="${PWD}/_kmod_build_${kernel_version%%___*}/vboxsf" modules
+ for module in vbox{netadp,netflt}; do
+ export KBUILD_EXTRA_SYMBOLS=$(pwd)/_kmod_build_${kernel_version%%___*}/vboxdrv/Module.symvers
make VBOX_USE_INSERT_PAGE=1 %{?_smp_mflags} KERN_DIR="${kernel_version##*___}" -C "${kernel_version##*___}" M="${PWD}/_kmod_build_${kernel_version%%___*}/${module}" modules
done
+ %if %{with vboxvideo}
+ export KBUILD_EXTRA_SYMBOLS=$(pwd)/_kmod_build_${kernel_version%%___*}/vboxguest/Module.symvers
+ make VBOX_USE_INSERT_PAGE=1 %{?_smp_mflags} KERN_DIR="${kernel_version##*___}" -C "${kernel_version##*___}" M="${PWD}/_kmod_build_${kernel_version%%___*}/vboxvideo" modules
+ %endif
done
@@ -145,6 +154,15 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Tue Dec 24 2019 Sérgio Basto <sergio(a)serjux.com> - 6.1.0-2
+- New way to build for Kernel 5.5, with kernel v5.5, change the behavior of
+ depmod. In earlier versions, it was sufficient to copy the contents of
+ Module.sysmvers from the vboxdrv directory to the current directory to have
+ the exported symbols from vboxdrv be available to another module such as
+ vboxnetflt, etc. With v5.5, that no longer works.
+ The workaround is to pass the path of Module.sysvers to kbuild (make) in a
+ symbol named KBUILD_EXTRA_SYMBOLS.
+
* Wed Dec 18 2019 Sérgio Monteiro Basto <sergio(a)serjux.com> - 6.1.0-1
- Update to 6.1.0
4 years, 11 months