Author: glen Date: Thu Oct 13 16:01:21 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - partial dmraid fix
---- Files affected: SPECS: geninitrd.spec (2.59 -> 2.60) ---- Diffs: ================================================================ Index: SPECS/geninitrd.spec diff -u SPECS/geninitrd.spec:2.59 SPECS/geninitrd.spec:2.60 --- SPECS/geninitrd.spec:2.59 Wed Jul 13 17:50:56 2005 +++ SPECS/geninitrd.spec Thu Oct 13 18:01:16 2005 @@ -1,15 +1,20 @@ # $Revision$, $Date$ +# +# 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 @@ -61,6 +66,7 @@ %prep %setup -q %patch1 -p1 +%patch2 -p1 %build rm geninitrd.8 @@ -88,12 +94,15 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 2.60 2005/10/13 16:01:16 glen +- partial dmraid fix + Revision 2.59 2005/07/13 15:50:56 arekm - rel 3 Revision 2.58 2005/06/28 08:24:13 blues - don't require mdadm on _every_ system. Require strict version of - mdadm-initrd in mdadm. Should be enought + mdadm-initrd in mdadm. Should be enough Revision 2.57 2005/06/27 13:47:10 arekm - R: mdadm itself, too. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/geninitrd.spec?r1=2.59&r2=2.60&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
