rpms/parted/devel parted-1.8.8-sparc-enableraid.patch, 1.1, 1.2 parted.spec, 1.126, 1.127

Tom Callaway spot at fedoraproject.org
Sat Dec 13 17:47:30 UTC 2008


Author: spot

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

Modified Files:
	parted-1.8.8-sparc-enableraid.patch parted.spec 
Log Message:
fix typo in last patch

parted-1.8.8-sparc-enableraid.patch:

Index: parted-1.8.8-sparc-enableraid.patch
===================================================================
RCS file: /cvs/pkgs/rpms/parted/devel/parted-1.8.8-sparc-enableraid.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- parted-1.8.8-sparc-enableraid.patch	13 Dec 2008 17:09:55 -0000	1.1
+++ parted-1.8.8-sparc-enableraid.patch	13 Dec 2008 17:46:59 -0000	1.2
@@ -52,7 +52,7 @@
 -				sun_data->is_root = sun_data->is_lvm = 0;
 +			if (state) {
 +				sun_data->is_lvm = 0;
-+				sun_data->is_raid = 0
++				sun_data->is_raid = 0;
 +				sun_data->is_root = 0;
 +			}
  			return ped_partition_set_system (part, part->fs_type);


Index: parted.spec
===================================================================
RCS file: /cvs/pkgs/rpms/parted/devel/parted.spec,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- parted.spec	13 Dec 2008 17:09:55 -0000	1.126
+++ parted.spec	13 Dec 2008 17:46:59 -0000	1.127
@@ -4,7 +4,7 @@
 Summary: The GNU disk partition manipulation program
 Name:    parted
 Version: 1.8.8
-Release: 10%{?dist}
+Release: 11%{?dist}
 License: GPLv3+
 Group:   Applications/System
 URL:     http://www.gnu.org/software/parted
@@ -125,6 +125,9 @@
 %{_exec_prefix}/%{_lib}/pkgconfig/libparted.pc
 
 %changelog
+* Sat Dec 13 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.8.8-11
+- fix typo in last patch
+
 * Sat Dec 13 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.8.8-10
 - enable RAID partition types on sun disklabels for sparc
 




More information about the fedora-extras-commits mailing list