]> 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 6d3a09a92a689b8584213ca029aeabb7e74ec4a7..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.14
+Version:       10000.18
 # leave rel 1 for ac
-Release:       2
+Release:       4
 License:       GPL
 Group:         Applications/System
 Source0:       %{name}-%{version}.tar.gz
-# Source0-md5: db19e478687a747194e0b6532dbda924
+# 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.65965 seconds and 4 git commands to generate.