]> git.pld-linux.org Git - packages/kmod.git/commitdiff
- rel 4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 26 Mar 2012 17:40:59 +0000 (17:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kmod-options.patch -> 1.2
    kmod.spec -> 1.22

kmod-options.patch
kmod.spec

index 303926198afade38c145fc82e0c8d61c641e246b..5c2ae9f580bdd7a5d260d6d914409b414c78728b 100644 (file)
@@ -5,13 +5,6 @@ Subject: [PATCH] modprobe: fix typo in config dump: option->options
 
 kmod uses "option MODNAME", not "options MODNAME"
 
-       --- modprobe-sorted.kmod        2012-03-21 22:31:03.751754042 +0200
-       +++ modprobe-sorted.module-init-tools   2012-03-21 22:30:49.561753089 +0200
-       @@ -1,6 +1,23 @@
-       [...]
-       -option uvesafb mode_option=1024x786-32 mtrr=4 scroll=ywrap
-       +options uvesafb mode_option=1024x786-32 mtrr=4 scroll=ywrap
-
 This breaks scripts that depend in modprobe -c output grepping
 ---
  tools/kmod-modprobe.c |    2 +-
index 2676411e827af74c16c376cc6f501c1df318cd52..becc39150032c503c9b569c7e43c224a8eb38e1a 100644 (file)
--- a/kmod.spec
+++ b/kmod.spec
@@ -6,7 +6,7 @@ Summary:        Linux kernel module handling
 Summary(pl.UTF-8):     Obsługa modułów jądra Linuksa
 Name:          kmod
 Version:       7
-Release:       3
+Release:       4
 License:       GPL v2+
 Group:         Applications/System
 Source0:       ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/%{name}-%{version}.tar.xz
@@ -98,7 +98,7 @@ Pliki nagłówkowe biblioteki %{name}.
 
 %prep
 %setup -q
-tail +10 '%{PATCH0}' | %{__patch} -p1
+%patch0 -p1
 
 %build
 %{__libtoolize}
This page took 0.049796 seconds and 4 git commands to generate.