SPECS: initramfs-tools.spec - use full paths to module tools to avoid using...
baggins
baggins at pld-linux.org
Mon Feb 23 17:17:10 CET 2009
Author: baggins Date: Mon Feb 23 16:17:10 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- use full paths to module tools to avoid using, possibly broken, busybox builtins
---- Files affected:
SPECS:
initramfs-tools.spec (1.7 -> 1.8)
---- Diffs:
================================================================
Index: SPECS/initramfs-tools.spec
diff -u SPECS/initramfs-tools.spec:1.7 SPECS/initramfs-tools.spec:1.8
--- SPECS/initramfs-tools.spec:1.7 Sun Feb 22 19:31:17 2009
+++ SPECS/initramfs-tools.spec Mon Feb 23 17:17:05 2009
@@ -13,6 +13,7 @@
Source0: http://ftp.de.debian.org/debian/pool/main/i/initramfs-tools/%{name}_%{version}.tar.gz
# Source0-md5: 97b6188728c9ecacd21e9b4f06a3e86a
Patch0: %{name}-undebianize.patch
+Patch1: %{name}-nobb.patch
URL: http://git.debian.org/?p=kernel/initramfs-tools.git;a=shortlog
# Probably gawk
Requires: awk
@@ -24,8 +25,8 @@
Requires: glibc-misc
Requires: grep
Requires: gzip
-Requires: klibc >= 1.5.15-2
-Requires: klibc-utils-shared >= 1.5.15-2
+Requires: klibc >= 1.5.15-3
+Requires: klibc-utils-shared >= 1.5.15-3
#Requires: lvm2
Requires: module-init-tools
Requires: mount
@@ -56,6 +57,7 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%build
@@ -125,6 +127,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2009/02/23 16:17:05 baggins
+- use full paths to module tools to avoid using, possibly broken, busybox builtins
+
Revision 1.7 2009/02/22 18:31:17 baggins
- pl desc
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/initramfs-tools.spec?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list