rpms/lvm2/devel LVM2.2.02.43.tgz.asc, NONE, 1.1 .cvsignore, 1.62, 1.63 lvm2.spec, 1.150, 1.151 sources, 1.65, 1.66 upstream, 1.55, 1.56 LVM2.2.02.39.tgz.asc, 1.1, NONE device-mapper.1.02.27.tgz.asc, 1.1, NONE lvm2-config.patch, 1.1, NONE

Alasdair Kergon agk at fedoraproject.org
Mon Nov 10 21:05:10 UTC 2008


Author: agk

Update of /cvs/pkgs/rpms/lvm2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2163

Modified Files:
	.cvsignore lvm2.spec sources upstream 
Added Files:
	LVM2.2.02.43.tgz.asc 
Removed Files:
	LVM2.2.02.39.tgz.asc device-mapper.1.02.27.tgz.asc 
	lvm2-config.patch 
Log Message:
New upstream release with merged lvm2 & dm source trees.



--- NEW FILE LVM2.2.02.43.tgz.asc ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQBJGECOIoGRwVZ+LBcRAnkeAKCLV30KGPeneh7sAxXlHe0cOcGHUQCg2g97
DpiFMTKgexLJ07U7AFX3sR0=
=GbfG
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/lvm2/devel/.cvsignore,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- .cvsignore	27 Jun 2008 22:40:55 -0000	1.62
+++ .cvsignore	10 Nov 2008 21:04:39 -0000	1.63
@@ -1,2 +1 @@
-LVM2.2.02.39.tgz
-device-mapper.1.02.27.tgz
+LVM2.2.02.43.tgz


Index: lvm2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lvm2/devel/lvm2.spec,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- lvm2.spec	7 Oct 2008 18:02:33 -0000	1.150
+++ lvm2.spec	10 Nov 2008 21:04:39 -0000	1.151
@@ -1,21 +1,19 @@
-%define device_mapper_version 1.02.27
+%define device_mapper_version 1.02.29
 
 # Do not reset Release to 1 unless both lvm2 and device-mapper 
 # versions are increased together.
 
 Summary: Userland logical volume management tools 
 Name: lvm2
-Version: 2.02.39
-Release: 6%{?dist}
+Version: 2.02.43
+Release: 1%{?dist}
 License: GPLv2
 Group: System Environment/Base
 URL: http://sources.redhat.com/lvm2
 Source0: LVM2.%{version}.tgz
-Source1: device-mapper.%{device_mapper_version}.tgz
 
 # Customise lvmconf.sh for built-in clustered locking in Fedora
 Patch0: cluster-locking-built-in.patch
-Patch1: lvm2-config.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libselinux-devel >= 1.30.19-4, libsepol-devel
@@ -38,9 +36,7 @@
 
 %prep
 %setup -q -n LVM2.%{version}
-%setup -q -T -D -a 1 -n LVM2.%{version}
 %patch0 -p1 -b .locking
-%patch1 -p1 -b .config
 
 %build
 %define _exec_prefix /
@@ -48,12 +44,7 @@
 %define _sbindir /sbin
 %define _libdir /%{_lib}
 
-cd device-mapper.%{device_mapper_version}
-%configure --with-user= --with-group= --with-device-uid=0 --with-device-gid=6 --with-device-mode=0660 --enable-pkgconfig --with-usrlibdir=/usr/%{_lib} --with-usrsbindir=/usr/sbin
-make DESTDIR=$RPM_BUILD_ROOT
-
-cd ..
-%configure --enable-lvm1_fallback --enable-fsadm --with-clvmd=cman --with-cluster=internal --with-pool=internal --with-user= --with-group= --with-dmdir=device-mapper.%{device_mapper_version} --with-usrlibdir=/usr/%{_lib} --with-usrsbindir=/usr/sbin
+%configure --enable-lvm1_fallback --enable-fsadm --with-clvmd=cman --with-cluster=internal --with-pool=internal --with-user= --with-group= --with-dmdir=device-mapper.%{device_mapper_version} --with-usrlibdir=/usr/%{_lib} --with-usrsbindir=/usr/sbin --with-device-uid=0 --with-device-gid=6 --with-device-mode=0660 --enable-pkgconfig 
 make DESTDIR=$RPM_BUILD_ROOT
 
 %install
@@ -68,9 +59,6 @@
 install scripts/clvmd_init_rhel4 $RPM_BUILD_ROOT/etc/rc.d/init.d/clvmd
 install -m 0755 scripts/lvmconf.sh $RPM_BUILD_ROOT/sbin/lvmconf
 
-cd device-mapper.%{device_mapper_version}
-make install DESTDIR=$RPM_BUILD_ROOT
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -226,12 +214,7 @@
 
 %files -n device-mapper
 %defattr(-,root,root,-)
-%doc COPYING COPYING.LIB
-%doc device-mapper.%{device_mapper_version}/INSTALL
-%doc device-mapper.%{device_mapper_version}/INTRO
-%doc device-mapper.%{device_mapper_version}/README
-%doc device-mapper.%{device_mapper_version}/VERSION
-%doc device-mapper.%{device_mapper_version}/WHATS_NEW
+%doc COPYING COPYING.LIB WHATS_NEW_DM VERSION_DM README INSTALL
 %attr(755,root,root) /sbin/dmsetup
 %{_mandir}/man8/dmsetup.8.gz
 
@@ -274,6 +257,46 @@
 
 
 %changelog
+* Mon Nov 10 2008 Alasdair Kergon <agk at redhat.com>> - 2.02.43-1
+- Upstream merge of device-mapper and lvm2 source.
+- Correct prototype for --permission on lvchange and lvcreate man pages.
+- Exit with non-zero status from vgdisplay if couldn't show any requested VG.
+- libdevmapper.pc: Use simplified x.y.z version number.
+- Accept locking fallback_to_* options in the global section as documented.
+- Several fixes to lvconvert involving mirrors.
+- Avoid overwriting in-use on-disk text metadata when metadataarea fills up.
+- Generate man pages from templates and include version.
+- Fix misleading error message when there are no allocatable extents in VG.
+- Fix handling of PVs which reappeared with old metadata version.
+- Fix validation of --minor and --major in lvcreate to require -My always.
+- Allow lvremove to remove LVs from VGs with missing PVs.
+- In VG with PVs missing, by default allow activation of LVs that are complete.
+- Require --force with --removemissing in vgreduce to remove partial LVs.
+- No longer write out PARTIAL flag into metadata backups.
+- Treat new default activation/missing_stripe_filler "error" as an error target.
+- Add devices/md_chunk_alignment to lvm.conf.
+- Pass struct physical_volume to pe_align and adjust for md chunk size.
+- Avoid shuffling remaining mirror images when removing one, retaining primary.
+- Prevent resizing an LV while lvconvert is using it.
+- Avoid repeatedly wiping cache while VG_GLOBAL is held in vgscan & pvscan.
+- Fix pvresize to not allow resize if PV has two metadata areas.
+- Fix setting of volume limit count if converting to lvm1 format.
+- Fix vgconvert logical volume id metadata validation.
+- Fix lvmdump metadata gather option (-m) to work correctly.
+- Fix allocation bug in text metadata format write error path.
+- Fix vgcfgbackup to properly check filename if template is used.
+- vgremove tries to remove lv snapshot first.
+- Improve file descriptor leak detection to display likely culprit and filename.
+- Avoid looping forever in _pv_analyze_mda_raw used by pvck.
+- Change lvchange exit status to indicate if any part of the operation failed.
+- Fix pvchange and pvremove to handle PVs without mdas.
+- Fix pvchange -M1 -u to preserve existing extent locations when there's a VG.
+- Cease recognising snapshot-in-use percentages returned by early devt kernels.
+- Add backward-compatible flags field to on-disk format_text metadata.
+- libdevmapper: Only resume devices in dm_tree_preload_children if size changes.
+- libdevmapper: Extend deptree buffers so the largest possible device numbers fit.
+- libdevmapper: Underline longer report help text headings.
+
 * Tue Oct 7 2008 Alasdair Kergon <agk at redhat.com>> - 2.02.39-6
 - Only set exec_prefix once and configure explicit directories to work with
   new version of rpm.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/lvm2/devel/sources,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- sources	27 Jun 2008 22:40:55 -0000	1.65
+++ sources	10 Nov 2008 21:04:39 -0000	1.66
@@ -1,2 +1 @@
-32ad429461070f0813aff758e0988bc2  LVM2.2.02.39.tgz
-6074f2c2035c2a526422e691c7457277  device-mapper.1.02.27.tgz
+576dd4464f609ae378f296d9fa93236a  LVM2.2.02.43.tgz


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/lvm2/devel/upstream,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- upstream	27 Jun 2008 22:40:55 -0000	1.55
+++ upstream	10 Nov 2008 21:04:39 -0000	1.56
@@ -1,2 +1 @@
-LVM2.2.02.39.tgz
-device-mapper.1.02.27.tgz
+LVM2.2.02.43.tgz


--- LVM2.2.02.39.tgz.asc DELETED ---


--- device-mapper.1.02.27.tgz.asc DELETED ---


--- lvm2-config.patch DELETED ---




More information about the fedora-extras-commits mailing list