]> git.pld-linux.org Git - packages/geninitrd.git/blobdiff - geninitrd.spec
- up to 7673 (firmware loading from initrd support)
[packages/geninitrd.git] / geninitrd.spec
index 627c60eca9e4b41eb85160afe8c7e6625f10a29d..62cfba1da95b53444707b3346672d07ab54c23e0 100644 (file)
@@ -1,34 +1,35 @@
 Summary:       Creates an initial ramdisk image for preloading modules
 Summary(pl):   Narzêdzie do tworzenia inicjalnego ramdysku u¿ywanego przy starcie systemu
 Name:          geninitrd
-Version:       4605
+Version:       7673
 Release:       1
 License:       GPL
 Group:         Applications/System
-Source0:       ftp://ftp.pld-linux.org/people/arekm/software/%{name}-%{version}.tar.gz
-# Source0-md5: 9f15923a273abec0644749b3db533fff
-PreReq:                rc-scripts >= 0.2.7
+Source0:       ftp://ftp1.pld-linux.org/people/arekm/software/%{name}-%{version}.tar.gz
+# Source0-md5: 39333ff29b9cc7534ddbe86a070ea6a1
+BuildRequires: xmlto >= 0:0.0.18-1
 Requires:      awk
 Requires:      busybox-initrd >= 1.00-0.rc3.2
 Requires:      fileutils
 Requires:      genromfs
 Requires:      gzip
+Requires:      rc-scripts >= 0.2.7
 # without this softraid installations of PLD fail
-Requires:      mdadm-initrd >= 1.4.0-3
+Requires:      mdadm-initrd >= 1.12.0-1
 Requires:      mktemp >= 1.5-8
 Requires:      mount
 Requires:      pci-database >= 0.4
 Requires:      sh-utils
 Requires:      tar
 Obsoletes:     mkinitrd
-#Conflicts:    mdadm-initrd < 1.4.0-3
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Geninitrd creates filesystem images for use as initial ramdisk (initrd)
-images. These ramdisk images are often used to preload the block
-device modules (SCSI or RAID) needed to access the root filesystem.
+Geninitrd creates filesystem images for use as initial ramdisk
+(initrd) images. These ramdisk images are often used to preload the
+block device modules (SCSI or RAID) needed to access the root
+filesystem.
 
 In other words, generic kernels can be built without drivers for any
 SCSI adapters which load the SCSI driver as a module. Since the kernel
@@ -58,6 +59,10 @@ bie
 %prep
 %setup -q
 
+%build
+rm geninitrd.8
+%{__make} geninitrd.8
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -71,5 +76,5 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc ChangeLog
 %attr(755,root,root) /sbin/geninitrd
-%config(noreplace) %verify(not md5 size mtime) /etc/sysconfig/geninitrd
+%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/geninitrd
 %{_mandir}/man8/*
This page took 0.030275 seconds and 4 git commands to generate.