packages: util-linux/util-linux.spec - disable raw and cramfs for initrd, =?UTF-8?Q?=20=20?=...
baggins
baggins at pld-linux.org
Mon Mar 5 21:04:09 CET 2012
Author: baggins Date: Mon Mar 5 20:04:09 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- disable raw and cramfs for initrd,
raw is long time obsolete and cramfs is not important there
---- Files affected:
packages/util-linux:
util-linux.spec (1.338 -> 1.339)
---- Diffs:
================================================================
Index: packages/util-linux/util-linux.spec
diff -u packages/util-linux/util-linux.spec:1.338 packages/util-linux/util-linux.spec:1.339
--- packages/util-linux/util-linux.spec:1.338 Mon Mar 5 20:48:09 2012
+++ packages/util-linux/util-linux.spec Mon Mar 5 21:04:03 2012
@@ -674,6 +674,8 @@
--disable-shared \
--enable-static \
--disable-fsck \
+ --disable-cramfs \
+ --disable-raw \
--disable-libmount \
--disable-login-utils \
--disable-schedutils \
@@ -1440,6 +1442,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.339 2012/03/05 20:04:03 baggins
+- disable raw and cramfs for initrd,
+ raw is long time obsolete and cramfs is not important there
+
Revision 1.338 2012/03/05 19:48:09 glen
- fix diet vs ccache build
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/util-linux/util-linux.spec?r1=1.338&r2=1.339&f=u
More information about the pld-cvs-commit
mailing list