automatic version update by autodist [release 6.1.38-1mamba;Fri Sep 30 2022]
This commit is contained in:
parent
a4cacfcc4a
commit
41767213c5
@ -17,8 +17,8 @@
|
||||
%endif
|
||||
|
||||
Name: VirtualBox
|
||||
Version: 6.1.34
|
||||
Release: 2mamba
|
||||
Version: 6.1.38
|
||||
Release: 1mamba
|
||||
Summary: A general-purpose full virtualizer for x86 hardware
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
Vendor: openmamba
|
||||
@ -75,9 +75,10 @@ BuildRequires: libopus-devel
|
||||
BuildRequires: libpam-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libpython310-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libvncserver-devel
|
||||
BuildRequires: libvpx-devel
|
||||
BuildRequires: libvpx6-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
@ -91,7 +92,7 @@ BuildRequires: tetex-latex
|
||||
BuildRequires: latex-ucs
|
||||
BuildRequires: texlive-fonts
|
||||
BuildRequires: gsoap-devel
|
||||
BuildRequires: jdk
|
||||
BuildRequires: java-sdk
|
||||
BuildRequires: librtmp-devel
|
||||
%ifarch x86_64
|
||||
BuildRequires: glibc-multilib-devel
|
||||
@ -188,7 +189,7 @@ X.org mouse driver for VirtualBox guest machine.
|
||||
%endif
|
||||
#%patch12 -p1
|
||||
#%patch13 -p1
|
||||
%patch14 -p1 -b .ffreestanding
|
||||
#%patch14 -p1 -b .ffreestanding
|
||||
|
||||
%ifarch %{ix86}
|
||||
sed -i "s|VBOX_SUPPORTED_HOST_ARCHS := amd64|VBOX_SUPPORTED_HOST_ARCHS := x86|" Config.kmk
|
||||
@ -478,6 +479,10 @@ if [ $1 -ge 1 ]; then
|
||||
dkms install -q -m ${p} -v %{version} --force
|
||||
done
|
||||
fi
|
||||
KVER=`uname -r`
|
||||
INITRAMFS=/boot/initramfs-$KVER.img
|
||||
KERNEL=/boot/vmlinuz-$KVER
|
||||
[ -e $KERNEL -a -e /usr/sbin/mkinitrd ] && /usr/sbin/mkinitrd $INITRAMFS $KVER -f -H -q
|
||||
:
|
||||
|
||||
%post web
|
||||
@ -646,6 +651,15 @@ fi
|
||||
%{_libdir}/%{name}/additions/VBoxGuestAdditions.iso
|
||||
|
||||
%changelog
|
||||
* Fri Sep 30 2022 Automatic Build System <autodist@mambasoft.it> 6.1.38-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 27 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.1.36-2mamba
|
||||
- rebuilt
|
||||
|
||||
* Mon Jul 25 2022 Automatic Build System <autodist@mambasoft.it> 6.1.36-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue May 17 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.1.34-2mamba
|
||||
- patched to fix for R0 module error (https://www.virtualbox.org/ticket/20904)
|
||||
- guest additions: updated with more systemd support and refactored subpackage names
|
||||
|
Loading…
Reference in New Issue
Block a user