SPECS: geninitrd.spec - 9000.17: crypted rootfs via cryptsetup-luks
glen
glen at pld-linux.org
Thu Nov 13 00:47:19 CET 2008
Author: glen Date: Wed Nov 12 23:47:19 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 9000.17: crypted rootfs via cryptsetup-luks
---- Files affected:
SPECS:
geninitrd.spec (2.128 -> 2.129)
---- Diffs:
================================================================
Index: SPECS/geninitrd.spec
diff -u SPECS/geninitrd.spec:2.128 SPECS/geninitrd.spec:2.129
--- SPECS/geninitrd.spec:2.128 Fri Oct 24 00:10:08 2008
+++ SPECS/geninitrd.spec Thu Nov 13 00:47:13 2008
@@ -2,15 +2,17 @@
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: 9000.16
-Release: 1
+Version: 9000.17
+# leave rel 1 for ac
+Release: 2
License: GPL
Group: Applications/System
Source0: %{name}-%{version}.tar.gz
-# Source0-md5: 7d9ef9705bad2575b7a2f936127f32cc
+# Source0-md5: 048d5d6a946528975cee78d25ea1f926
BuildRequires: xmlto >= 0:0.0.18-1
Requires: awk
Requires: busybox-initrd >= 1.00-0.rc3.2
+Requires: coreutils
Requires: cpio
Requires: fileutils
Requires: genromfs
@@ -22,7 +24,6 @@
Requires: module-init-tools >= 3.2.2-6
Requires: mount
Requires: pci-database >= 0.4
-Requires: sh-utils
Requires: tar
Obsoletes: mkinitrd
Conflicts: udev-initrd < 1:104
@@ -78,11 +79,13 @@
%files
%defattr(644,root,root,755)
%doc ChangeLog
+%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/geninitrd
%attr(755,root,root) /sbin/geninitrd
+%{_mandir}/man8/*
+
%dir %{_sysconfdir}/geninitrd
%{_sysconfdir}/geninitrd/functions
-%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/geninitrd
-%{_mandir}/man8/*
+%{_sysconfdir}/geninitrd/mod-luks.sh
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -90,6 +93,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 2.129 2008/11/12 23:47:13 glen
+- 9000.17: crypted rootfs via cryptsetup-luks
+
Revision 2.128 2008/10/23 22:10:08 qwiat
- up to 9000.16
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/geninitrd.spec?r1=2.128&r2=2.129&f=u
More information about the pld-cvs-commit
mailing list