[VirtualBox-kmod/f39] (3 commits) ...Update to 7.0.20
by Sérgio M. Basto
Summary of changes:
4c08267... Fixes for Centos 9.4 (*)
8b3ae9a... Build for centos 9.5 and rhel 9.4 (*)
a2ee55e... Update to 7.0.20 (*)
(*) This commit already existed in another branch; no separate mail sent
4 months, 1 week
[VirtualBox-kmod/f40] (3 commits) ...Update to 7.0.20
by Sérgio M. Basto
Summary of changes:
4c08267... Fixes for Centos 9.4 (*)
8b3ae9a... Build for centos 9.5 and rhel 9.4 (*)
a2ee55e... Update to 7.0.20 (*)
(*) This commit already existed in another branch; no separate mail sent
4 months, 1 week
[palcom-wwan-fcc-unlock] Fix selinux issue with mock
by jtornosm
commit bd85e3ea79d35f9f9eba46b66442d7d7d248d0e8
Author: Jose Ignacio Tornos Martinez <jtornosm(a)redhat.com>
Date: Tue Jul 16 18:23:11 2024 +0200
Fix selinux issue with mock
palcom-wwan-fcc-unlock.spec | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/palcom-wwan-fcc-unlock.spec b/palcom-wwan-fcc-unlock.spec
index 329802c..f05162d 100644
--- a/palcom-wwan-fcc-unlock.spec
+++ b/palcom-wwan-fcc-unlock.spec
@@ -7,7 +7,7 @@
Name: palcom-wwan-fcc-unlock
Version: 3.1.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: FCC unlocking service for Palcom modems
License: BSD-3-Clause
@@ -20,8 +20,9 @@ BuildRequires: cmake gcc g++ glib2-devel
BuildRequires: openssl-libs libmbim-devel
%endif
BuildRequires: chrpath
+BuildRequires: selinux-policy
Requires: ModemManager dmidecode usbutils openssl
-Requires: policycoreutils
+Requires: selinux-policy
%description
FCC unlocking service for Palcom modems to be used by ModemManager.
@@ -51,16 +52,16 @@ cp build/release/dpkg/opt/pwl/pwl-unlock/fcc-unlock.d/* %{buildroot}%{_libdir}/M
sed -i 's@/opt/pwl/pwl-unlock/pwl_unlock@pwl_unlock@g' %{buildroot}%{_libdir}/ModemManager/fcc-unlock.d/*
chmod a+x %{buildroot}%{_libdir}/ModemManager/fcc-unlock.d/*
mkdir -p %{buildroot}%{_datadir}/selinux/packages
-cp deb_extra/modemmanager_fccunlock.cil %{buildroot}%{_datadir}/selinux/packages
+cp deb_extra/modemmanager_fccunlock.cil %{buildroot}%{_datadir}/selinux/packages/modemmanager_palcom_fccunlock.cil
%post
-%selinux_modules_install %{_datadir}/selinux/packages/modemmanager_fccunlock.cil
+%selinux_modules_install %{_datadir}/selinux/packages/modemmanager_palcom_fccunlock.cil
%postun
if [ $1 -eq 0 ]; then
- %selinux_modules_uninstall modemmanager_fccunlock
+ %selinux_modules_uninstall modemmanager_palcom_fccunlock
fi
@@ -70,9 +71,13 @@ fi
%{_libdir}/ModemManager/fcc-unlock.d/413c:8217
%{_libdir}/ModemManager/fcc-unlock.d/413c:8218
%{_libdir}/ModemManager/fcc-unlock.d/413c:8219
-%{_datadir}/selinux/packages/modemmanager_fccunlock.cil
+%{_datadir}/selinux/packages/modemmanager_palcom_fccunlock.cil
%changelog
+%changelog
+* Tue Jul 16 2024 Jose Ignacio Tornos Martinez <jtornosm(a)redhat.com> - 3.1.1-2
+- Fix selinux issue with mock
+
* Fri Jun 14 2024 Jose Ignacio Tornos Martinez <jtornosm(a)redhat.com> - 3.1.1-1
- Initial version of the package
4 months, 1 week
[VirtualBox-kmod] Update to 7.0.20
by Sérgio M. Basto
commit a2ee55e7d74afa1da017b96829f03af1360eca91
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Jul 16 17:20:10 2024 +0100
Update to 7.0.20
VirtualBox-kmod.spec | 9 ++++----
centos9.5.patch | 60 ----------------------------------------------------
update_vbox.sh | 2 +-
3 files changed, 6 insertions(+), 65 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index cfeeeea..e140f9f 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -39,8 +39,8 @@
# https://bugzilla.rpmfusion.org/show_bug.cgi?id=6519
Name: VirtualBox-kmod
-Version: 7.0.18
-Release: 2%{?dist}
+Version: 7.0.20
+Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
Summary: Kernel module for VirtualBox
@@ -49,7 +49,6 @@ URL: http://www.virtualbox.org/wiki/VirtualBox
# This filters out the XEN kernel, since we don't run on XEN
Source1: excludekernel-filter.txt
Patch1: fix_7.0.6_locking_problems.patch
-Patch2: centos9.5.patch
%global AkmodsBuildRequires %{_bindir}/kmodtool VirtualBox-kmodsrc = %{version} xz time elfutils-libelf-devel gcc
@@ -72,7 +71,6 @@ Kernel module for VirtualBox
tar --use-compress-program xz -xf %{_datadir}/%{name}-%{version}/%{name}-%{version}.tar.xz
pushd %{name}-%{version}
%patch -P1 -p1
-%patch -P2 -p1
popd
# error out if there was something wrong with kmodtool
@@ -135,6 +133,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
[ $MODS = $DIRS ] || [ $MODS = 0 ]
%changelog
+* Tue Jul 16 2024 Sérgio Basto <sergio(a)serjux.com> - 7.0.20-1
+- Update to 7.0.20
+
* Wed Jun 26 2024 Sérgio Basto <sergio(a)serjux.com> - 7.0.18-2
- Fixes for Centos 9.4
diff --git a/update_vbox.sh b/update_vbox.sh
index 704c9be..dea1a25 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,4 +1,4 @@
-VERSION=7.0.18
+VERSION=7.0.20
REL=1
RAWHIDE=41
REPOS="f40 f39 el9 el8"
4 months, 1 week
[VirtualBox] Disable Python on F41
by Sérgio M. Basto
commit 799f4c0d43eff21dc4abbbaaf426c088f07f7a48
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Jul 16 14:45:25 2024 +0100
Disable Python on F41
VirtualBox.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index b4959f8..2c75c6a 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -42,7 +42,11 @@
%bcond_with dxvk_native
%endif
+%if 0%{?fedora} > 40
+%bcond_with python3
+%else
%bcond_without python3
+%endif
Name: VirtualBox
Version: 7.0.20
4 months, 1 week
[VirtualBox] Update VirtualBox to 7.0.20
by Sérgio M. Basto
commit a1715bf1bc07f4397219acbb317626d2f46fa4de
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Jul 16 14:43:23 2024 +0100
Update VirtualBox to 7.0.20
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 c3da06d..b4959f8 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -45,7 +45,7 @@
%bcond_without python3
Name: VirtualBox
-Version: 7.0.18
+Version: 7.0.20
Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
@@ -888,6 +888,9 @@ getent passwd vboxadd >/dev/null || \
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Tue Jul 16 2024 Sérgio Basto <sergio(a)serjux.com> - 7.0.20-1
+- Update VirtualBox to 7.0.20
+
* Fri May 03 2024 Sérgio Basto <sergio(a)serjux.com> - 7.0.18-1
- Update VirtualBox to 7.0.18
diff --git a/sources b/sources
index 7cea4c2..d0a5f02 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (VirtualBox-7.0.18.tar.bz2) = e78a18fa808152cbdc1d407751acf3f57a8202bf238ad3432c4f0b0f97ab203e915a6cd11619e64f4aca5b907eb72be67bab146869af0e73414144addf0d76b4
-SHA512 (UserManual.pdf) = 02751a02e2793cb3149d0c330d5a36872cdb54c0d1e12ddef67baa87c4ea520dc036be58a05e52888b3a6462d76eb9a9ebc4b9ecaf331dba60285893abe9ef0d
+SHA512 (VirtualBox-7.0.20.tar.bz2) = 7682e24d60c1896c661f2689af6820ae67b6bd8d9faaf18c58e8159bc7694ef80722f8e9611d6272da5b46eb2f3a44fc637b277e6801b7a8bf53aad045a81fe9
+SHA512 (UserManual.pdf) = 523333b108fe58de1e5ac7758af5d556326ba72ea2a1c18cceebaf4ae24489500d9107b8483a4de5040066d03e58e86bc397ca3ad0c86e63156f0e03723bb490
diff --git a/update_vbox.sh b/update_vbox.sh
index d12677e..333ef53 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,4 +1,4 @@
-VERSION=7.0.18
+VERSION=7.0.20
REL=1
RAWHIDE=41
REPOS="f40 f39 el9 el8"
4 months, 1 week