SPECS: lvm2.spec - updated to 2.02.09 - more strict device-mapper ...
qboosh
qboosh at pld-linux.org
Tue Aug 22 23:39:27 CEST 2006
Author: qboosh Date: Tue Aug 22 21:39:26 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 2.02.09
- more strict device-mapper deps
---- Files affected:
SPECS:
lvm2.spec (1.74 -> 1.75)
---- Diffs:
================================================================
Index: SPECS/lvm2.spec
diff -u SPECS/lvm2.spec:1.74 SPECS/lvm2.spec:1.75
--- SPECS/lvm2.spec:1.74 Sat Aug 5 14:54:41 2006
+++ SPECS/lvm2.spec Tue Aug 22 23:39:21 2006
@@ -11,16 +11,16 @@
%undefine with_uClibc
%endif
#
-%define devmapper_ver 1.02.08
+%define devmapper_ver 1.02.09
Summary: The new version of Logical Volume Manager for Linux
Summary(pl): Nowa wersja Logical Volume Managera dla Linuksa
Name: lvm2
-Version: 2.02.07
+Version: 2.02.09
Release: 0.1
License: GPL
Group: Applications/System
Source0: ftp://sources.redhat.com/pub/lvm2/LVM2.%{version}.tgz
-# Source0-md5: b00b47a4c4554792a7edb241b01fa1c6
+# Source0-md5: 04aa4bd7781e9b57bf214654d5a0267c
Patch0: %{name}-as-needed.patch
URL: http://sources.redhat.com/lvm2/
BuildRequires: autoconf
@@ -30,14 +30,14 @@
BuildRequires: rpmbuild(macros) >= 1.213
%if %{with initrd}
%if %{with uClibc}
-BuildRequires: device-mapper-initrd-devel >= 1.02.07-0.17
+BuildRequires: device-mapper-initrd-devel >= %{devmapper_ver}
%ifarch ppc
BuildRequires: uClibc-static >= 2:0.9.29
%else
BuildRequires: uClibc-static >= 2:0.9.26
%endif
%else
-BuildRequires: device-mapper-static
+BuildRequires: device-mapper-static >= %{devmapper_ver}
BuildRequires: glibc-static
%endif
%endif
@@ -51,7 +51,7 @@
%endif
%endif
BuildRequires: readline-devel
-Requires: device-mapper
+Requires: device-mapper >= %{devmapper_ver}
%if %{with clvmd}
%if %{with cman}
Requires: cman >= 1.0
@@ -169,6 +169,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.75 2006/08/22 21:39:21 qboosh
+- updated to 2.02.09
+- more strict device-mapper deps
+
Revision 1.74 2006/08/05 12:54:41 sparky
- kill forced -O2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/lvm2.spec?r1=1.74&r2=1.75&f=u
More information about the pld-cvs-commit
mailing list