Author: kwizart
Update of /cvs/free/rpms/VirtualBox-OSE-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15668/devel
Modified Files:
VirtualBox-OSE-kmod.spec
Log Message:
Update for UsrMove
Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/devel/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- VirtualBox-OSE-kmod.spec 13 Apr 2012 06:23:25 -0000 1.62
+++ VirtualBox-OSE-kmod.spec 17 Apr 2012 06:04:43 -0000 1.63
@@ -3,7 +3,7 @@
# "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
-%define buildforkernels akmod
+#define buildforkernels newest
# In prerelease builds (such as betas), this package has the same
# major version number, while the kernel module abi is not guarranteed
@@ -18,7 +18,7 @@
Name: VirtualBox-OSE-kmod
Version: 4.1.12
-Release: 1%{?dist}.1
+Release: 3%{?dist}
Summary: Kernel module for VirtualBox-OSE
Group: System Environment/Kernel
@@ -94,14 +94,26 @@
%check
# If we built modules, check if it was everything the kmodsrc package provided
-MODS=$(find $(ls -d $RPM_BUILD_ROOT/lib/modules/* |head -n1) -name '*.ko' -exec
basename '{}' \; |wc -l)
+MODS=$(find $(ls -d $RPM_BUILD_ROOT%{_prefix}/lib/modules/* |head -n1) -name
'*.ko' -exec basename '{}' \; |wc -l)
DIRS=$(ls %{name}-%{version} |wc -l)
[ $MODS = $DIRS ] || [ $MODS = 0 ]
%changelog
+* Tue Apr 17 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.12-3
+- Update for UsrMove
+
+* Mon Apr 16 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.12-2.2
+- rebuild for updated kernel
+
+* Fri Apr 13 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.12-2.1
+- Just build akmods
+
* Fri Apr 13 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.12-1.1
-- New release.
+- New release
+
+* Thu Apr 12 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.8-1.3
+- rebuild for beta kernel
* Tue Feb 07 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.8-1.2
- Rebuild for UsrMove