]> git.pld-linux.org Git - packages/geninitrd.git/blobdiff - geninitrd.spec
space for separation
[packages/geninitrd.git] / geninitrd.spec
index 0a7a2565b00b4a668d204a377de038cc5a04c220..1ef21ae85a7cf79e269cb86e5445f319537ad5e1 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,23 +6,25 @@
 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.31
-# leave rel 1 for ac
-Release:       0.2
+Version:       12385
+Release:       2
 License:       GPL
 Group:         Applications/System
 Source0:       %{name}-%{version}.tar.gz
-# Source0-md5: ba11c56735828f79148e476179945217
+# Source0-md5: 8dee910b40e5505c4ee3e71f4d2e042a
 Patch0:                %{name}-romfs.patch
 Patch1:                %{name}-gzip-compressor.patch
+Patch2:                %{name}-svn.patch
+URL:           http://svn.pld-linux.org/trac/svn/wiki/packages/geninitrd
 BuildRequires: xmlto >= 0:0.0.18-1
 Requires:      /usr/bin/ldd
 Requires:      awk
-Requires:      busybox-initrd > 1.00-4
+Requires:      busybox-initrd >= 1.1.0
 Requires:      coreutils
 Requires:      cpio
 Requires:      fileutils
 Requires:      genromfs
+Requires:      glibc-misc
 Requires:      gzip
 Requires:      mktemp >= 1.5-8
 Requires:      module-init-tools >= 3.2.2-6
@@ -41,7 +43,7 @@ Suggests:     mdadm-initrd >= 1.12.0-1
 %endif
 # suggest for blkid
 %if "%{pld_release}" != "ac"
-Suggests:      util-linux-ng-initrd
+Suggests:      util-linux-initrd
 %endif
 Obsoletes:     mkinitrd
 %if "%{pld_release}" == "ac"
@@ -91,13 +93,13 @@ bieżących informacji zawartych w /etc/modules.conf.
 %patch0 -p1
 %patch1 -p1
 %endif
+%patch2 -p0
 
 %build
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
This page took 0.024697 seconds and 4 git commands to generate.