]> git.pld-linux.org Git - packages/kmod.git/commitdiff
- modprobe -c outputing "option" fixed
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 22 Mar 2012 18:23:13 +0000 (18:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kmod.spec -> 1.19

kmod.spec

index 3f9c4adb85f927b2ad17299f7b45379886a0ebf8..4b5d089e70e6ed746d153d4898f727f58d02e7d5 100644 (file)
--- a/kmod.spec
+++ b/kmod.spec
@@ -1,19 +1,20 @@
 # TODO:
 # - implement /etc/modprobe.d/kver/ support (just as in our module-init-tools)
-# - modprobe -c prints "option" not "options": sprunge.us/dYCZ
-# - modprobe keeps "-" in module names: sprunge.us/dYCZ
+# - modprobe keeps "-" in module names: sprunge.us/dYCZ (probably irrelevant)
 %bcond_without tests
 Summary:       Linux kernel module handling
 Summary(pl.UTF-8):     Obsługa modułów jądra Linuksa
 Name:          kmod
 Version:       7
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Applications/System
 Source0:       ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/%{name}-%{version}.tar.xz
 # Source0-md5: 7bd916ae1c8a38e7697fdd8118bc98eb
 Source1:       %{name}-blacklist
 Source2:       %{name}-usb
+Patch0:                http://git.kernel.org/?p=utils/kernel/kmod/%{name}.git;a=patch;h=02629fa02e96763db7460a930239cc93649a52f8
+# Patch0-md5:  7693f39dbc1477b7ea63ba9f62857e14
 URL:           http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake >= 1:1.11
@@ -96,6 +97,7 @@ Pliki nagłówkowe biblioteki %{name}.
 
 %prep
 %setup -q
+tail +10 '%{PATCH0}' | %{__patch} -p1
 
 %build
 %{__libtoolize}
This page took 0.11998 seconds and 4 git commands to generate.