packages: util-linux-ng/util-linux-ng.spec - disable initrd for ac

glen glen at pld-linux.org
Sun May 9 01:27:55 CEST 2010


Author: glen                         Date: Sat May  8 23:27:54 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- disable initrd for ac

---- Files affected:
packages/util-linux-ng:
   util-linux-ng.spec (1.69 -> 1.70) 

---- Diffs:

================================================================
Index: packages/util-linux-ng/util-linux-ng.spec
diff -u packages/util-linux-ng/util-linux-ng.spec:1.69 packages/util-linux-ng/util-linux-ng.spec:1.70
--- packages/util-linux-ng/util-linux-ng.spec:1.69	Sun May  9 01:20:14 2010
+++ packages/util-linux-ng/util-linux-ng.spec	Sun May  9 01:27:49 2010
@@ -1,13 +1,14 @@
 # $Revision$, $Date$
 #
 # Conditional build:
-%bcond_without	initrd		# don't build initrd version
 %bcond_with		uClibc		# link initrd version with static glibc instead of uClibc
 %bcond_without	dietlibc	# link initrd version with dietlibc instead of uClibc
 %bcond_without	selinux 	# SELinux support
 %if "%{pld_release}" == "ac"
+%bcond_with		initrd		# don't build initrd version
 %bcond_with		fallocate	# fallocate utility (needs glibc 2.11 to compile)
 %else
+%bcond_without	initrd		# don't build initrd version
 %bcond_without	fallocate	# fallocate utility (needs glibc 2.11 to compile)
 %endif
 
@@ -1366,6 +1367,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.70  2010/05/08 23:27:49  glen
+- disable initrd for ac
+
 Revision 1.69  2010/05/08 23:20:14  glen
 - ramsize/rdev/rootflags/vidmode present on alpha and sparc as well
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/util-linux-ng/util-linux-ng.spec?r1=1.69&r2=1.70&f=u



More information about the pld-cvs-commit mailing list