]> git.pld-linux.org Git - packages/geninitrd.git/blobdiff - geninitrd.spec
xz -9 (no longer as lzma) is back
[packages/geninitrd.git] / geninitrd.spec
index ae1339f754d52d2b0a9f7b369503c32b4bc729ad..96cd7f5ef56b8b6e0333d0a5cbdb1aa1f51dc19d 100644 (file)
@@ -1,14 +1,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.12
+Version:       10000.18
 # leave rel 1 for ac
-Release:       3
+Release:       4
 License:       GPL
 Group:         Applications/System
 Source0:       %{name}-%{version}.tar.gz
-# Source0-md5: a6a85b0e86a50bd2f05821158cef5e87
+# Source0-md5: b3b0acb344ae8852cf30672370c81888
 Patch0:                %{name}-romfs.patch
+Patch1:                %{name}-lzma.patch
 BuildRequires: xmlto >= 0:0.0.18-1
 Requires:      awk
 Requires:      busybox-initrd >= 1.00-0.rc3.2
@@ -18,6 +19,8 @@ Requires:     fileutils
 Requires:      genromfs
 Requires:      gzip
 Requires:      /usr/bin/ldd
+# otherwise lvm subsystem is automaticly disabled in geninitrd
+Requires:      lvm2-initrd
 Requires:      rc-scripts >= 0.2.7
 # without this softraid installations of PLD fail
 Requires:      mdadm-initrd >= 1.12.0-1
@@ -29,6 +32,7 @@ Requires:     tar
 Obsoletes:     mkinitrd
 Conflicts:     grubby < 6.0.24-3
 Conflicts:     udev-initrd < 1:104
+Conflicts:     xz < 4.999.9
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -68,6 +72,7 @@ bieżących informacji zawartych w /etc/modules.conf.
 %if "%{pld_release}" == "ti"
 %patch0 -p1
 %endif
+%patch1 -p0
 
 %build
 %{__make}
This page took 0.032359 seconds and 4 git commands to generate.