rpms/libguestfs/devel libguestfs.spec, 1.133, 1.134 0001-Implement-vgrename-and-lvrename-APIs.patch, 1.1, NONE

Richard W.M. Jones rjones at fedoraproject.org
Thu Jan 28 22:52:25 UTC 2010


Author: rjones

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

Modified Files:
	libguestfs.spec 
Removed Files:
	0001-Implement-vgrename-and-lvrename-APIs.patch 
Log Message:
Remove vgrename/lvrename patch.


Index: libguestfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/devel/libguestfs.spec,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -p -r1.133 -r1.134
--- libguestfs.spec	28 Jan 2010 22:40:58 -0000	1.133
+++ libguestfs.spec	28 Jan 2010 22:52:25 -0000	1.134
@@ -5,7 +5,7 @@ Summary:     Access and modify virtual m
 Name:        libguestfs
 Epoch:       1
 Version:     1.0.82
-Release:     2%{?dist}
+Release:     3%{?dist}
 License:     LGPLv2+
 Group:       Development/Libraries
 URL:         http://libguestfs.org/
@@ -15,11 +15,8 @@ BuildRoot:   %{_tmppath}/%{name}-%{versi
 # Disable FUSE tests, not supported in Koji at the moment.
 Patch0:      libguestfs-1.0.79-no-fuse-test.patch
 
-# Backport vgrename/lvrename functions from upstream.
-Patch1:      0001-Implement-vgrename-and-lvrename-APIs.patch
-
 # Backport RHBZ557655 test fix from upstream.
-Patch2:      0002-Fix-regressions-rhbz557655.sh-when-debugging-is-enab.patch
+Patch1:      0002-Fix-regressions-rhbz557655.sh-when-debugging-is-enab.patch
 
 # Basic build requirements:
 BuildRequires: /usr/bin/pod2man
@@ -341,7 +338,6 @@ Requires:    jpackage-utils
 
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 mkdir -p daemon/m4
 
@@ -617,8 +613,7 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Thu Jan 28 2010 Richard W.M. Jones <rjones at redhat.com> - 1.0.82-2
-- Backport vgrename/lvrename functions from upstream.
+* Thu Jan 28 2010 Richard W.M. Jones <rjones at redhat.com> - 1.0.82-3
 - Backport RHBZ557655 test fix from upstream.
 
 * Thu Jan 28 2010 Richard W.M. Jones <rjones at redhat.com> - 1.0.82-1


--- 0001-Implement-vgrename-and-lvrename-APIs.patch DELETED ---



More information about the scm-commits mailing list