|
@@ -1,5 +1,5 @@
|
|
-%define version 4.3.38
|
|
+%define version 5.0.26
|
|
-%define release 2%{?_dist_release}
|
|
+%define release 1%{?_dist_release}
|
|
|
|
|
|
%define kname vboxdrv
|
|
%define kname vboxdrv
|
|
%define oname VirtualBox
|
|
%define oname VirtualBox
|
|
@@ -60,7 +60,7 @@ Patch2: VirtualBox-4.0.6-kernelrelease.patch
|
|
Patch4: VirtualBox-1.6.0_OSE-futex.patch
|
|
Patch4: VirtualBox-1.6.0_OSE-futex.patch
|
|
Patch5: virtualbox-fix-vboxadd-req.patch
|
|
Patch5: virtualbox-fix-vboxadd-req.patch
|
|
# (fc) 1.6.0-2mdv fix initscript name in VBox.sh script
|
|
# (fc) 1.6.0-2mdv fix initscript name in VBox.sh script
|
|
-Patch6: VirtualBox-1.6.0_OSE-initscriptname.patch
|
|
+Patch6: VirtualBox-5.0.26_OSE-initscriptname.patch
|
|
# (hk) fix build kernel-headers-2.6.29*
|
|
# (hk) fix build kernel-headers-2.6.29*
|
|
Patch10: VirtualBox-kernel-headers-2.6.29.patch
|
|
Patch10: VirtualBox-kernel-headers-2.6.29.patch
|
|
# (fc) 2.2.0-1mdv disable update notification (Debian)
|
|
# (fc) 2.2.0-1mdv disable update notification (Debian)
|
|
@@ -68,7 +68,7 @@ Patch12: 16-no-update.patch
|
|
# don't check for:
|
|
# don't check for:
|
|
# mkisofs: we're not going to build the additions .iso file
|
|
# mkisofs: we're not going to build the additions .iso file
|
|
# makeself: we're not going to create the stanalone .run installers
|
|
# makeself: we're not going to create the stanalone .run installers
|
|
-Patch18: virtualbox-4.0.0-dont-check-for-mkisofs-or-makeself.patch
|
|
+Patch18: virtualbox-5.0.26-dont-check-for-mkisofs-or-makeself.patch
|
|
|
|
|
|
# fixed on upstream - will be included in future releases
|
|
# fixed on upstream - will be included in future releases
|
|
# see: http://www.virtualbox.org/ticket/9305
|
|
# see: http://www.virtualbox.org/ticket/9305
|
|
@@ -78,7 +78,7 @@ Patch50: VirtualBox-4.1.0-fix_kernel_panic_on_shutdown.patch
|
|
Patch100: VirtualBox-2.2.2-buildfix.patch
|
|
Patch100: VirtualBox-2.2.2-buildfix.patch
|
|
Patch101: VirtualBox-4.1.2-vboxpci-build.patch
|
|
Patch101: VirtualBox-4.1.2-vboxpci-build.patch
|
|
Patch110: VirtualBox-4.3.10-vine.patch
|
|
Patch110: VirtualBox-4.3.10-vine.patch
|
|
-Patch120: VirtualBox-4.3.32-add-templates.patch
|
|
+Patch120: VirtualBox-5.0.26-add-templates.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
ExclusiveArch: %{ix86} x86_64
|
|
ExclusiveArch: %{ix86} x86_64
|
|
@@ -544,7 +544,6 @@ set -x
|
|
%attr(4711,root,root) %{vboxlibdir}/%{name}
|
|
%attr(4711,root,root) %{vboxlibdir}/%{name}
|
|
%attr(4711,root,root) %{vboxlibdir}/VBoxNetAdpCtl
|
|
%attr(4711,root,root) %{vboxlibdir}/VBoxNetAdpCtl
|
|
%attr(4711,root,root) %{vboxlibdir}/VBoxNetDHCP
|
|
%attr(4711,root,root) %{vboxlibdir}/VBoxNetDHCP
|
|
-%attr(644,root,root) %{vboxlibdir}/*.gc
|
|
|
|
%attr(644,root,root) %{vboxlibdir}/*.r0
|
|
%attr(644,root,root) %{vboxlibdir}/*.r0
|
|
%{vboxdatadir}
|
|
%{vboxdatadir}
|
|
# initscripts integration
|
|
# initscripts integration
|
|
@@ -595,6 +594,12 @@ set -x
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jul 23 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.0.26-1
|
|
|
|
+- update to 5.0.26
|
|
|
|
+- update Patch6 (VirtualBox-5.0.26_OSE-initscriptname.patch)
|
|
|
|
+- update Patch18 (virtualbox-5.0.26-dont-check-for-mkisofs-or-makeself.patch)
|
|
|
|
+- upate Patch120 (VirtualBox-5.0.26-add-templates.patch)
|
|
|
|
+
|
|
* Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.3.38-2
|
|
* Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.3.38-2
|
|
- change xserverapi
|
|
- change xserverapi
|
|
|
|
|