[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/lvm2/FC-5 LVM2.2.02.17.tgz.asc, NONE, 1.1 .cvsignore, 1.31, 1.32 lvm2.spec, 1.61, 1.62 sources, 1.32, 1.33 upstream, 1.24, 1.25 LVM2.2.01.14.tgz.asc, 1.1, NONE lvm2-static.patch, 1.5, NONE lvm2-xvd.patch, 1.1, NONE
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/lvm2/FC-5 LVM2.2.02.17.tgz.asc, NONE, 1.1 .cvsignore, 1.31, 1.32 lvm2.spec, 1.61, 1.62 sources, 1.32, 1.33 upstream, 1.24, 1.25 LVM2.2.01.14.tgz.asc, 1.1, NONE lvm2-static.patch, 1.5, NONE lvm2-xvd.patch, 1.1, NONE
- Date: Tue, 2 Jan 2007 12:26:11 -0500
Author: agk
Update of /cvs/dist/rpms/lvm2/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv9896
Modified Files:
.cvsignore lvm2.spec sources upstream
Added Files:
LVM2.2.02.17.tgz.asc
Removed Files:
LVM2.2.01.14.tgz.asc lvm2-static.patch lvm2-xvd.patch
Log Message:
update to latest stable upstream
--- NEW FILE LVM2.2.02.17.tgz.asc ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQBFga+TIoGRwVZ+LBcRAnM7AKDxJPRsMOh4D1BrN6Me1jV1si4tqQCfYpGZ
ZgsQSeYhxDNDBJ8Z8HymFcg=
=w2bz
-----END PGP SIGNATURE-----
Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/lvm2/FC-5/.cvsignore,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- .cvsignore 4 Aug 2005 02:12:45 -0000 1.31
+++ .cvsignore 2 Jan 2007 17:26:09 -0000 1.32
@@ -1 +1 @@
-LVM2.2.01.14.tgz
+LVM2.2.02.17.tgz
Index: lvm2.spec
===================================================================
RCS file: /cvs/dist/rpms/lvm2/FC-5/lvm2.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- lvm2.spec 11 Feb 2006 04:26:16 -0000 1.61
+++ lvm2.spec 2 Jan 2007 17:26:09 -0000 1.62
@@ -1,19 +1,20 @@
+%define device_mapper_version 1.02.13
+
Summary: Userland logical volume management tools
Name: lvm2
-Version: 2.02.01
-Release: 1.2.1
+Version: 2.02.17
+Release: 1%{?dist}
License: GPL
Group: System Environment/Base
URL: http://sources.redhat.com/lvm2
Source0: LVM2.%{version}.tgz
-Patch0: lvm2-static.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
-BuildRequires: device-mapper >= 1.02.02
-BuildRequires: libselinux-devel
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: device-mapper >= %{device_mapper_version}
+BuildRequires: libselinux-devel, libsepol-devel
BuildRequires: libtermcap-devel
BuildRequires: ncurses-devel
BuildRequires: readline-devel
-Requires: device-mapper >= 1.02.02
+Requires: device-mapper >= %{device_mapper_version}
Conflicts: lvm
Obsoletes: lvm
@@ -29,7 +30,6 @@
%prep
%setup -q -n LVM2.%{version}
-%patch0 -p1
%build
%configure --enable-static_link --enable-readline --enable-lvm1_fallback --with-pool=internal --with-staticdir=/sbin --with-user= --with-group=
@@ -58,8 +58,12 @@
/sbin/pvscan
/sbin/vgscan
/sbin/vgchange
-/usr/sbin/*
-%{_mandir}/*/*
+/usr/sbin/lv*
+/usr/sbin/pv*
+/usr/sbin/vg*
+%{_mandir}/*/lv*
+%{_mandir}/*/pv*
+%{_mandir}/*/vg*
%dir /etc/lvm
%ghost /etc/lvm/.cache
%config(noreplace) /etc/lvm/lvm.conf
@@ -68,6 +72,9 @@
/var/lock/lvm
%changelog
+* Tue Jan 02 2007 Alasdair Kergon <agk redhat com> - 2.02.17-1
+- Latest stable upstream version.
+
* Fri Feb 10 2006 Jesse Keating <jkeating redhat com> - 2.02.01-1.2.1
- bump again for double-long bug on ppc(64)
Index: sources
===================================================================
RCS file: /cvs/dist/rpms/lvm2/FC-5/sources,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- sources 2 Dec 2005 21:55:26 -0000 1.32
+++ sources 2 Jan 2007 17:26:09 -0000 1.33
@@ -1 +1 @@
-5514514bd7992fa0597406ca2f80d0e5 LVM2.2.02.01.tgz
+a1bebdabb0dace2b9dd98579625ce53c LVM2.2.02.17.tgz
Index: upstream
===================================================================
RCS file: /cvs/dist/rpms/lvm2/FC-5/upstream,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- upstream 4 Aug 2005 02:12:45 -0000 1.24
+++ upstream 2 Jan 2007 17:26:09 -0000 1.25
@@ -1 +1 @@
-LVM2.2.01.14.tgz
+LVM2.2.02.17.tgz
--- LVM2.2.01.14.tgz.asc DELETED ---
--- lvm2-static.patch DELETED ---
--- lvm2-xvd.patch DELETED ---
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]