]> git.pld-linux.org Git - packages/geninitrd.git/commitdiff
- 10000.33, fixes rootfs on lvm for current lvm2 auto/th/geninitrd-10000_33-1
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 27 Jul 2011 06:56:29 +0000 (06:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geninitrd.spec -> 2.182

geninitrd.spec

index 71ba256829604a3b2b392a0b09295ccc35e28417..aa13a115e77f1a0cb0bab2ec5814cf6b25361ea0 100644 (file)
@@ -1,4 +1,4 @@
-### TODO:
+# TODO:
 # - BUG: you can't set in /etc/mdadm.conf:
 #  DEVICE partitions containers
 #  (which is default BTW if none set). Generation of initrd will fail
@@ -6,16 +6,15 @@
 Summary:       Creates an initial ramdisk image for preloading modules
 Summary(pl.UTF-8):     Narzędzie do tworzenia inicjalnego ramdysku używanego przy starcie systemu
 Name:          geninitrd
-Version:       10000.32
-# leave rel 1 for ac
-Release:       6
+Version:       10000.33
+Release:       1
 License:       GPL
 Group:         Applications/System
 Source0:       %{name}-%{version}.tar.gz
-# Source0-md5: 9d75e347ff49312209e97ead93378f4a
+# Source0-md5: f302536aa529f794ce491af07f5703ac
 Patch0:                %{name}-romfs.patch
 Patch1:                %{name}-gzip-compressor.patch
-Patch2:                %{name}-svn.patch
+#Patch2:               %{name}-svn.patch
 BuildRequires: xmlto >= 0:0.0.18-1
 Requires:      /usr/bin/ldd
 Requires:      awk
@@ -93,14 +92,13 @@ bieżących informacji zawartych w /etc/modules.conf.
 %patch0 -p1
 %patch1 -p1
 %endif
-%patch2 -p0
+#%patch2 -p0
 
 %build
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
This page took 0.122528 seconds and 4 git commands to generate.