rpms/parted/devel parted-1.8.6-warnings.patch, NONE, 1.1 parted.spec, 1.102, 1.103

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Mar 20 18:18:21 UTC 2007


Author: dcantrel

Update of /cvs/dist/rpms/parted/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv3164

Modified Files:
	parted.spec 
Added Files:
	parted-1.8.6-warnings.patch 
Log Message:
* Tue Mar 20 2007 David Cantrell <dcantrell at redhat.com> - 1.8.6-1
- Upgrade to GNU parted-1.8.6, summary of major change(s):
     a) Revert linux-swap(new) and linux-swap(old) fs types, it's
        linux-swap for all swap types (#233085)


parted-1.8.6-warnings.patch:
 linux_swap.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE parted-1.8.6-warnings.patch ---
--- parted-1.8.6/libparted/fs/linux_swap/linux_swap.c.warnings	2007-03-20 13:22:36.000000000 -0400
+++ parted-1.8.6/libparted/fs/linux_swap/linux_swap.c	2007-03-20 13:59:11.000000000 -0400
@@ -123,7 +123,7 @@
 
 error_close_fs:
 	swap_close (fs);
-error:
+
 	return 0;
 }
 #endif /* !DISCOVER_ONLY */


Index: parted.spec
===================================================================
RCS file: /cvs/dist/rpms/parted/devel/parted.spec,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- parted.spec	20 Mar 2007 17:51:52 -0000	1.102
+++ parted.spec	20 Mar 2007 18:18:19 -0000	1.103
@@ -7,6 +7,8 @@
 Release: 1%{?dist}
 Source:  ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
 
+Patch0: %{name}-%{version}-warnings.patch
+
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 License: GPL
 Group: Applications/System
@@ -34,6 +36,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .warnings
 
 %build
 %configure --enable-device-mapper --enable-selinux




More information about the fedora-cvs-commits mailing list