SPECS: lvm2.spec - organised with initrd, uClibc-static >= 2:0.9.2...
sparky
sparky at pld-linux.org
Mon Jul 17 20:15:57 CEST 2006
Author: sparky Date: Mon Jul 17 18:15:57 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- organised with initrd, uClibc-static >= 2:0.9.29 for ppc
---- Files affected:
SPECS:
lvm2.spec (1.68 -> 1.69)
---- Diffs:
================================================================
Index: SPECS/lvm2.spec
diff -u SPECS/lvm2.spec:1.68 SPECS/lvm2.spec:1.69
--- SPECS/lvm2.spec:1.68 Wed Jul 12 19:14:06 2006
+++ SPECS/lvm2.spec Mon Jul 17 20:15:52 2006
@@ -26,10 +26,17 @@
%{?with_selinux:BuildRequires: libselinux-devel >= 1.10}
BuildRequires: rpmbuild(macros) >= 1.213
%if %{with initrd}
-%{?with_uClibc:BuildRequires: device-mapper-initrd-devel >= 1.02.07-0.17}
-%{!?with_uClibc:BuildRequires: device-mapper-static}
-%{!?with_uClibc:BuildRequires: glibc-static}
-%{?with_uClibc:BuildRequires: uClibc-static >= 0.9.26}
+ %if %{with uClibc}
+BuildRequires: device-mapper-initrd-devel >= 1.02.07-0.17
+ %ifarch ppc
+BuildRequires: uClibc-static >= 2:0.9.29
+ %else
+BuildRequires: uClibc-static >= 2:0.9.26
+ %endif
+ %else
+BuildRequires: device-mapper-static
+BuildRequires: glibc-static
+ %endif
%endif
%if %{with clvmd}
BuildRequires: ccs-devel
@@ -147,6 +154,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.69 2006/07/17 18:15:52 sparky
+- organised with initrd, uClibc-static >= 2:0.9.29 for ppc
+
Revision 1.68 2006/07/12 17:14:06 glen
- todo is fixed, configure cache must be disabled
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/lvm2.spec?r1=1.68&r2=1.69&f=u
More information about the pld-cvs-commit
mailing list