fix typo in last patch
This commit is contained in:
parent
acd933ac89
commit
cef96d5996
@ -52,7 +52,7 @@ diff -up parted-1.8.8/libparted/labels/sun.c.enableraid parted-1.8.8/libparted/l
|
|||||||
- sun_data->is_root = sun_data->is_lvm = 0;
|
- sun_data->is_root = sun_data->is_lvm = 0;
|
||||||
+ if (state) {
|
+ if (state) {
|
||||||
+ sun_data->is_lvm = 0;
|
+ sun_data->is_lvm = 0;
|
||||||
+ sun_data->is_raid = 0
|
+ sun_data->is_raid = 0;
|
||||||
+ sun_data->is_root = 0;
|
+ sun_data->is_root = 0;
|
||||||
+ }
|
+ }
|
||||||
return ped_partition_set_system (part, part->fs_type);
|
return ped_partition_set_system (part, part->fs_type);
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Summary: The GNU disk partition manipulation program
|
Summary: The GNU disk partition manipulation program
|
||||||
Name: parted
|
Name: parted
|
||||||
Version: 1.8.8
|
Version: 1.8.8
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://www.gnu.org/software/parted
|
URL: http://www.gnu.org/software/parted
|
||||||
@ -125,6 +125,9 @@ fi
|
|||||||
%{_exec_prefix}/%{_lib}/pkgconfig/libparted.pc
|
%{_exec_prefix}/%{_lib}/pkgconfig/libparted.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.8.8-11
|
||||||
|
- fix typo in last patch
|
||||||
|
|
||||||
* Sat Dec 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.8.8-10
|
* Sat Dec 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.8.8-10
|
||||||
- enable RAID partition types on sun disklabels for sparc
|
- enable RAID partition types on sun disklabels for sparc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user