[VirtualBox-kmod] Update to 6.1.30
by Sérgio M. Basto
commit 183fbe637d89b32a9f70186bc0fe851ff495a91a
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Nov 23 00:00:54 2021 +0000
Update to 6.1.30
VirtualBox-kmod.spec | 7 +++++--
update_vbox.sh | 10 +++++-----
2 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 56d2492..5630bd4 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -31,8 +31,8 @@
%global vboxreltag %{?vboxrel:-%{vboxrel}}
Name: VirtualBox-kmod
-Version: 6.1.28
-Release: 2%{?dist}
+Version: 6.1.30
+Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
Summary: Kernel module for VirtualBox
@@ -125,6 +125,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Mon Nov 22 2021 Sérgio Basto <sergio(a)serjux.com> - 6.1.30-1
+- Update to 6.1.30
+
* Fri Nov 19 2021 Nicolas Chauvet <kwizart(a)gmail.com> - 6.1.28-2
- Rebuilt
diff --git a/update_vbox.sh b/update_vbox.sh
index 11966d1..dc12997 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,4 +1,4 @@
-VERSION=6.1.28
+VERSION=6.1.30
REL=1
RAWHIDE=36
REPOS="f35 f34 f33 el8 el7"
@@ -32,9 +32,9 @@ echo Press enter to continue; read dummy;
BRANCH1=f$RAWHIDE
BRANCH2=fc$RAWHIDE
echo koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH2
-koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH2
+rfpkg push && 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 ) &
+rfpkg build --nowait ) &
fi
if test $stage -le 2; then
@@ -47,9 +47,9 @@ if [[ $repo == f* ]]; then
fi
echo Press enter tag-build $BRANCH1 to continue; read dummy;
echo koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH2
-koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH2
+git checkout $BRANCH1 && git merge master && git push && 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) &
+git checkout $BRANCH1 && rfpkg build --nowait; git checkout master) &
done
fi
2 years, 12 months
[VirtualBox] Update VirtualBox to 6.1.30
by Sérgio M. Basto
commit f900cd9fe5bfb7643fc8311e80858baefb95f16c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Nov 22 23:30:11 2021 +0000
Update VirtualBox to 6.1.30
VirtualBox.spec | 5 ++++-
sources | 4 ++--
update_vbox.sh | 2 +-
3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 288d708..2b448a4 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -42,7 +42,7 @@
%endif
Name: VirtualBox
-Version: 6.1.28
+Version: 6.1.30
Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
@@ -899,6 +899,9 @@ getent passwd vboxadd >/dev/null || \
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Mon Nov 22 2021 Sérgio Basto <sergio(a)serjux.com> - 6.1.30-1
+- Update VirtualBox to 6.1.30
+
* Wed Oct 20 2021 Sérgio Basto <sergio(a)serjux.com> - 6.1.28-1
- Update VirtualBox to 6.1.28 with inspirations in the Mageia and Debian packages
diff --git a/sources b/sources
index cdf84b9..a7fe97d 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (VirtualBox-6.1.28.tar.bz2) = d0eb49a82ec6ddb7ce7da362faf86254d324e73522001c44ab0f26a09ead3d9a800ce0d4ad3698853d4f9a4e9803ceb21f3bf50388a1855edcb2a42ce51f3a96
-SHA512 (UserManual.pdf) = 7f55346095f91f175eb9ad02aa310744b638524bf0ec5fcdc830167c3da3854e25ddf75b3c2795f39b853a410f39a45bcefef91c90ddc38de6e6050830478ba8
+SHA512 (VirtualBox-6.1.30.tar.bz2) = fab5b8327d9ad4186e584e90d1aca461d95731d0935509301e8adfe28d0737fb3ded5ac1d97e4cd1edc12c79bebb75cc675289762f9e918106f34bf6e8d363d4
+SHA512 (UserManual.pdf) = ebb635b2ae3e2fa427d7fa8bf1ca1309fc61db43d2ea60b779ca44ff6ac1bfbc7dbf4e333f67a0357aabf53ad3841e98421eea1a9106f859ae1d245feb6fdade
diff --git a/update_vbox.sh b/update_vbox.sh
index 8937410..31695d9 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,4 +1,4 @@
-VERSION=6.1.28
+VERSION=6.1.30
REL=1
RAWHIDE=36
REPOS="f35 f34 f33 el8 el7"
2 years, 12 months
[VirtualBox] minor scriptlet improvement
by Sérgio M. Basto
commit b8ae1129f9645681976132975abb08da3ecf0499
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Nov 22 22:51:44 2021 +0000
minor scriptlet improvement
VirtualBox.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index a1603af..288d708 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -725,9 +725,9 @@ fi
# Add a group "vboxsf" for Shared Folders access
# All users which want to access the auto-mounted Shared Folders have to
# be added to this group.
-getent group vboxsf >/dev/null || groupadd -r vboxsf 2>&1
+getent group vboxsf >/dev/null || groupadd -r vboxsf
getent passwd vboxadd >/dev/null || \
- useradd -r -g 1 -d /var/run/vboxadd -s /sbin/nologin vboxadd 2>&1
+ useradd -r -g 1 -d /var/run/vboxadd -s /sbin/nologin vboxadd
# Guest additions install
%post guest-additions
2 years, 12 months
[xtables-addons-kmod] Fix el8
by Leigh Scott
commit 80d2dc570330f214f0b4809018bce4932d2b4d02
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Nov 22 19:14:02 2021 +0000
Fix el8
el8_fix.patch | 11 +++++++++++
xtables-addons-kmod.spec | 2 +-
2 files changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/el8_fix.patch b/el8_fix.patch
new file mode 100644
index 0000000..7645141
--- /dev/null
+++ b/el8_fix.patch
@@ -0,0 +1,11 @@
+--- xtables-addons-3.18/extensions/compat_xtables.h
++++ xtables-addons-3.18/extensions/compat_xtables.h
+@@ -24,7 +24,7 @@
+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 10, 0) || \
+ LINUX_VERSION_CODE >= KERNEL_VERSION(5, 9, 9) && LINUX_VERSION_CODE < KERNEL_VERSION(5, 10, 0) || \
+ LINUX_VERSION_CODE >= KERNEL_VERSION(5, 4, 78) && LINUX_VERSION_CODE < KERNEL_VERSION(5, 5, 0) || \
+- LINUX_VERSION_CODE >= KERNEL_VERSION(4, 19, 158) && LINUX_VERSION_CODE < KERNEL_VERSION(4, 20, 0)
++ LINUX_VERSION_CODE >= KERNEL_VERSION(4, 18,0) && LINUX_VERSION_CODE < KERNEL_VERSION(4, 20, 0)
+ #else
+ # define ip_route_me_harder(xnet, xsk, xskb, xaddrtype) ip_route_me_harder((xnet), (xskb), (xaddrtype))
+ # define ip6_route_me_harder(xnet, xsk, xskb) ip6_route_me_harder((xnet), (xskb))
diff --git a/xtables-addons-kmod.spec b/xtables-addons-kmod.spec
index 75e3faf..7f2e038 100644
--- a/xtables-addons-kmod.spec
+++ b/xtables-addons-kmod.spec
@@ -15,7 +15,7 @@ Release: 4%{?dist}
License: GPLv2
URL: https://inai.de/projects/xtables-addons/
Source0: https://inai.de/files/xtables-addons/xtables-addons-%{version}.tar.xz
-
+Patch0: el8_fix.patch
BuildRequires: %{_bindir}/kmodtool
%{!?kernels:BuildRequires: gcc, elfutils-libelf-devel, buildsys-build-rpmfusion-kerneldevpkgs-%{?buildforkernels:%{buildforkernels}}%{!?buildforkernels:current}-%{_target_cpu} }
2 years, 12 months
[xine-lib] Rebuilt for new ImageMagick
by Sérgio M. Basto
commit 0e59340cb5928f9a3e43760caab1410c20be8085
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Nov 22 12:16:59 2021 +0000
Rebuilt for new ImageMagick
xine-lib.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/xine-lib.spec b/xine-lib.spec
index 7960c93..2385d64 100644
--- a/xine-lib.spec
+++ b/xine-lib.spec
@@ -323,8 +323,8 @@ mkdir -p %{buildroot}%{codecdir}
%changelog
-* Tue Nov 09 2021 Leigh Scott <leigh123linux(a)gmail.com> - 1.2.11-9
-- Rebuilt for new ffmpeg snapshot
+* Mon Nov 22 2021 Sérgio Basto <sergio(a)serjux.com> - 1.2.11-9
+- Rebuilt for new ImageMagick
* Tue Aug 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.2.11-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
3 years