]> git.pld-linux.org Git - packages/geninitrd.git/commitdiff
- update to 8142: fixes /initrd/dev not being unmounted auto/ac/geninitrd-8142-1 auto/th/geninitrd-8142-1
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 11 Jan 2007 14:00:50 +0000 (14:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geninitrd.spec -> 2.87

geninitrd.spec

index 548d61066982e347ec5953edc795bfc09a2af085..427dc6aa97edb3634ac093ad0e96f6fbce188bd5 100644 (file)
@@ -1,13 +1,13 @@
 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:       8103
+Version:       8142
 Release:       1
 License:       GPL
 Group:         Applications/System
 #Source0:      ftp://ftp1.pld-linux.org/people/arekm/software/%{name}-%{version}.tar.gz
 Source0:       %{name}-%{version}.tar.gz
-# Source0-md5: 6d356e363caf1981195ac4a85bca6520
+# Source0-md5: 330a33725724ff154e1388195e68d846
 BuildRequires: xmlto >= 0:0.0.18-1
 Requires:      awk
 Requires:      busybox-initrd >= 1.00-0.rc3.2
@@ -61,14 +61,13 @@ bie
 %setup -q
 
 %build
-rm geninitrd.8
-%{__make} geninitrd.8
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-       BUILDROOT=$RPM_BUILD_ROOT
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.106205 seconds and 4 git commands to generate.