]> git.pld-linux.org Git - packages/geninitrd.git/commitdiff
up to 12719; fixes initrd generation without lvm2-initrd package auto/th/geninitrd-12719-1
authorElan Ruusamäe <glen@delfi.ee>
Sun, 5 Jan 2014 17:21:29 +0000 (19:21 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 5 Jan 2014 17:21:29 +0000 (19:21 +0200)
geninitrd-svn.patch [deleted file]
geninitrd.spec

diff --git a/geninitrd-svn.patch b/geninitrd-svn.patch
deleted file mode 100644 (file)
index d4e0c30..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: geninitrd
-===================================================================
---- geninitrd  (wersja 12709)
-+++ geninitrd  (wersja 12711)
-@@ -395,6 +395,10 @@
-                       # XXX: find a away to autodetect
-                       smodule=$(basename_module $modpath)
-                       case "$smodule" in
-+                              crc-t10dif)
-+                                      find_depmod "-crct10dif-pclmul"
-+                                      find_depmod "-crct10dif"
-+                                      ;;
-                               libcrc32c)
-                                       find_depmod "-crc32c-intel"
-                                       find_depmod "-crc32c"
index 6beb8b40974f638d58ba86ea64201e2ddef553ad..3d6e818498f546581e22ba31c6534e6fed87a5af 100644 (file)
@@ -6,14 +6,12 @@
 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:       12695
-Release:       3
+Version:       12719
+Release:       1
 License:       GPL
 Group:         Applications/System
 Source0:       %{name}-%{version}.tar.gz
-# Source0-md5: c6235c690934c87e5361bcf4a23b25db
-# svn diff http://svn.pld-linux.org/svn/geninitrd/trunk -r 12709:HEAD > geninitrd-svn.patch
-Patch0:                %{name}-svn.patch
+# Source0-md5: c8620d7e3988a073d0852f78cb560f06
 URL:           http://svn.pld-linux.org/trac/svn/wiki/packages/geninitrd
 BuildRequires: xmlto >= 0:0.0.18-1
 Requires:      /usr/bin/ldd
@@ -30,11 +28,11 @@ Requires:   pci-database >= 0.4
 Requires:      rc-scripts >= 0.2.7
 Requires:      tar
 Requires:      virtual(module-tools)
+Suggests:      genromfs
 # otherwise LVM subsystem is not enabled in geninitrd
 Suggests:      lvm2-initrd
 # without this softraid installations of PLD fail
 Suggests:      mdadm-initrd >= 1.12.0-1
-Suggests:      genromfs
 Suggests:      pciutils
 # suggest for blkid
 %if "%{pld_release}" != "ac"
@@ -86,8 +84,8 @@ startu z initrd. Skrypt geninitrd generuje obraz ramdysku na podstawie
 bieżących informacji zawartych w /etc/modules.conf.
 
 %prep
-%setup -q
-%patch0 -p0
+%setup -qc
+mv %{name}-%{version}*/* .
 
 %build
 %{__make}
This page took 0.1382 seconds and 4 git commands to generate.