Author: kwizart
Update of /cvs/free/rpms/VirtualBox-OSE-kmod/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26821
Modified Files:
VirtualBox-OSE-kmod.spec
Log Message:
* Thu Dec 01 2011 Nicolas Chauvet <kwizart(a)gmail.com>
- rebuild for updated kernel
* Wed Nov 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 4.0.4-3.13
- Add patch from rfbz#1877 - Mohamed El Morabity
Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/F-15/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- VirtualBox-OSE-kmod.spec 28 Nov 2011 01:54:10 -0000 1.63
+++ VirtualBox-OSE-kmod.spec 30 Nov 2011 23:10:41 -0000 1.64
@@ -3,7 +3,11 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
+<<<<<<< VirtualBox-OSE-kmod.spec
+%define buildforkernels newest
+=======
%define buildforkernels current
+>>>>>>> 1.63
# In prerelease builds (such as betas), this package has the same
# major version number, while the kernel module abi is not guarranteed
@@ -16,9 +20,17 @@
# use only for debugging!
%bcond_without hardening
+#Patch0 apply with fuzz
+%global _default_patch_fuzz 10
+
Name: VirtualBox-OSE-kmod
+<<<<<<< VirtualBox-OSE-kmod.spec
+Version: 4.0.4
+Release: 3%{?dist}.14
+=======
Version: 4.1.2
Release: 1%{?dist}.1
+>>>>>>> 1.63
Summary: Kernel module for VirtualBox-OSE
Group: System Environment/Kernel
@@ -26,6 +38,7 @@
URL:
http://www.virtualbox.org/wiki/VirtualBox
# This filters out the XEN kernel, since we don't run on XEN
Source1: VirtualBox-OSE-kmod-1.6.4-kernel-variants.txt
+Patch0: VirtualBox-OSE-kmod-4.0.4-kernel_3.0.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%global AkmodsBuildRequires %{_bindir}/kmodtool, VirtualBox-OSE-kmodsrc =
%{version}%{?prereltag}, xz
@@ -48,6 +61,7 @@
%prep
%setup -T -c
+%patch0 -p1 -b .fakek
tar --use-compress-program xz -xf
%{_datadir}/%{name}-%{version}/%{name}-%{version}.tar.xz
# error out if there was something wrong with kmodtool
@@ -100,12 +114,23 @@
%changelog
+* Thu Dec 01 2011 Nicolas Chauvet <kwizart(a)gmail.com>
+- rebuild for updated kernel
+
* Mon Nov 28 2011 Sérgio Basto <sergio(a)serjux.com> - 4.1.2-1.1
- Update to new version
- remove %clean from spec
- we had remove vboxpci from build because fails to compile with latest F15 kernel, so
need hack
%check to not fail, temporally I hope.
+<<<<<<< VirtualBox-OSE-kmod.spec
+
+%changelog
+* Wed Nov 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 4.0.4-3.13
+- Add patch from rfbz#1877 - Mohamed El Morabity
+
+=======
+>>>>>>> 1.63
* Wed Nov 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 4.0.4-2.13
- rebuild for updated kernel