]> git.pld-linux.org Git - packages/geninitrd.git/commitdiff
- partial dmraid fix
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 13 Oct 2005 16:01:16 +0000 (16:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geninitrd.spec -> 2.60

geninitrd.spec

index 40618f04d0ce7a3e0065e81c14ef764ead8aac1c..ad474a845ff992965f49d6fd18a4dd6f4501375a 100644 (file)
@@ -1,14 +1,19 @@
+#
+# Conditional build:
+%bcond_with    dmraid  # include partial ugly hack for dmraid. do not use!
+#
 Summary:       Creates an initial ramdisk image for preloading modules
 Summary(pl):   Narzêdzie do tworzenia inicjalnego ramdysku u¿ywanego przy starcie systemu
 Name:          geninitrd
 Version:       4605
-Release:       3
+Release:       3.1
 License:       GPL
 Group:         Applications/System
 Source0:       ftp://ftp.pld-linux.org/people/arekm/software/%{name}-%{version}.tar.gz
 # Source0-md5: 9f15923a273abec0644749b3db533fff
 Patch0:                %{name}-en_xml.patch
 Patch1:                %{name}-mdadm.patch
+Patch2:                %{name}-dmraid.patch
 BuildRequires: xmlto >= 0:0.0.18-1
 PreReq:                rc-scripts >= 0.2.7
 Requires:      awk
@@ -60,6 +65,7 @@ bie
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 
 %build
 rm geninitrd.8
This page took 0.068036 seconds and 4 git commands to generate.