Author: sergiomb
Update of /cvs/free/rpms/VirtualBox-kmod/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31917
Modified Files:
VirtualBox-kmod.spec
Log Message:
* Sat May 19 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.14-4
- undo UsrMove.
Index: VirtualBox-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-kmod/F-16/VirtualBox-kmod.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- VirtualBox-kmod.spec 19 May 2012 02:27:10 -0000 1.1
+++ VirtualBox-kmod.spec 19 May 2012 04:13:58 -0000 1.2
@@ -18,7 +18,7 @@
Name: VirtualBox-kmod
Version: 4.1.14
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Kernel module for VirtualBox
Group: System Environment/Kernel
@@ -90,12 +90,15 @@
%check
# If we built modules, check if it was everything the kmodsrc package provided
-MODS=$(find $(ls -d $RPM_BUILD_ROOT%{_prefix}/lib/modules/* |head -n1) -name
'*.ko' -exec basename '{}' \; |wc -l)
+MODS=$(find $(ls -d $RPM_BUILD_ROOT/lib/modules/* |head -n1) -name '*.ko' -exec
basename '{}' \; |wc -l)
DIRS=$(ls %{name}-%{version} |wc -l)
[ $MODS = $DIRS ] || [ $MODS = 0 ]
%changelog
+* Sat May 19 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.14-4
+- undo UsrMove.
+
* Sat May 19 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.14-3
- Rename to VirtualBox-kmod
Show replies by date