SHA256
1
0
forked from pool/kmod
2012-12-06 11:55:50 +00:00
committed by Git OBS Bridge
parent a14598bcae
commit b34a07eb55
6 changed files with 32 additions and 24 deletions

View File

@@ -21,7 +21,7 @@ Name: kmod
Summary: Utilities to load modules into the kernel
License: LGPL-2.1+ and GPL-2.0+
Group: System/Kernel
Version: 11
Version: 12
Release: 0
Url: http://www.jonmasters.org/blog/2011/12/20/libkmod-replaces-module-init-tools/
#Announce: https://lwn.net/Articles/502622/
@@ -131,7 +131,7 @@ mkdir -p "$b"/{bin,sbin,%_lib};
ln -s "%_bindir/kmod" "$b/bin/";
%if "%_libdir" != "/%_lib"
ln -s "%_libdir/libkmod.so.2" "$b/%_lib/";
ln -s "%_libdir/libkmod.so.2.2.1" "$b/%_lib/";
ln -s "%_libdir/libkmod.so.2.2.2" "$b/%_lib/";
%endif
%check
@@ -141,8 +141,6 @@ make check V=1 || :;
%postun -n %lname -p /sbin/ldconfig
%clean
%files
%defattr(-,root,root)
%_bindir/kmod