rpms/lvm2/devel lvm2.spec, 1.213, 1.214 lvm2-revert-udev-database-retention-assumption.patch, 1.1, NONE

Peter Rajnoha prajnoha at fedoraproject.org
Thu Jun 24 16:22:41 UTC 2010


Author: prajnoha

Update of /cvs/pkgs/rpms/lvm2/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22913

Modified Files:
	lvm2.spec 
Removed Files:
	lvm2-revert-udev-database-retention-assumption.patch 
Log Message:
Remove the patch that reverted a fix in udev rules that tries to handle
spurious events more properly. Add Requires: udev >= 158-1 for it to work.



Index: lvm2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lvm2/devel/lvm2.spec,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -p -r1.213 -r1.214
--- lvm2.spec	23 Jun 2010 19:10:17 -0000	1.213
+++ lvm2.spec	24 Jun 2010 16:22:40 -0000	1.214
@@ -16,15 +16,12 @@
 Summary: Userland logical volume management tools 
 Name: lvm2
 Version: 2.02.68
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2
 Group: System Environment/Base
 URL: http://sources.redhat.com/lvm2
 Source0: ftp://sources.redhat.com/pub/lvm2/LVM2.%{version}.tgz
 Patch0: lvm2-set-default-preferred_names.patch
-# Next patch is required by the old version of udev in rawhide.
-# Remove the patch once the udev package has been updated.
-Patch1: lvm2-revert-udev-database-retention-assumption.patch
 
 BuildRequires: libselinux-devel >= 1.30.19-4, libsepol-devel
 BuildRequires: ncurses-devel
@@ -53,7 +50,6 @@ or more physical volumes and creating on
 %prep
 %setup -q -n LVM2.%{version}
 %patch0 -p1 -b preferred_names
-%patch1 -p1 -b udev_dbase
 
 %build
 %define _exec_prefix ""
@@ -324,6 +320,7 @@ License: GPLv2
 Group: System Environment/Base
 URL: http://sources.redhat.com/dm
 Requires: device-mapper-libs = %{device_mapper_version}-%{release}
+Requires: udev >= 158-1
 Requires: libudev
 Requires: util-linux-ng >= 2.15
 # We need dracut to install required udev rules if udev_sync
@@ -438,6 +435,10 @@ the device-mapper event library.
 
 
 %changelog
+* Thu Jun 24 2010 Peter Rajnoha <prajnoha at redhat.com> - 2.02.68-2
+- Fix udev rules to handle spurious events properly.
+- Add Requires: udev >= 158-1 (needed for the change in udev rules).
+
 * Wed Jun 23 2010 Alasdair Kergon <agk at redhat.com> - 2.02.68-1
 - Have device-mapper-libs require device-mapper (circular) for udev rules.
 - Clear exec_prefix.


--- lvm2-revert-udev-database-retention-assumption.patch DELETED ---



More information about the scm-commits mailing list