forked from pool/parted
This commit is contained in:
parent
dae7444e52
commit
df42ee69dd
@ -49,7 +49,7 @@
|
||||
- ped_file_system_close (fs);
|
||||
+ if(fs)
|
||||
+ {
|
||||
+ if (!ped_file_system_resize (fs, &part->geom, timer))
|
||||
+ if (!ped_file_system_resize (fs, &part->geom, timer) && !always_resize )
|
||||
+ goto error_close_fs;
|
||||
+ /* may have changed... eg fat16 -> fat32 */
|
||||
+ ped_partition_set_system (part, fs->type);
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 7 15:47:21 CET 2007 - fehr@suse.de
|
||||
|
||||
- make resize of ext2/3 under YaST2 work again (#249674)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 20 13:06:44 CET 2007 - fehr@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@ License: GNU General Public License (GPL)
|
||||
Group: System/Filesystems
|
||||
Summary: GNU partitioner
|
||||
Version: 1.8.2
|
||||
Release: 5
|
||||
Release: 7
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Patch: always-resize-part.dif
|
||||
Patch1: parted-type.patch
|
||||
@ -122,6 +122,8 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%{_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
* Wed Mar 07 2007 - fehr@suse.de
|
||||
- make resize of ext2/3 under YaST2 work again (#249674)
|
||||
* Tue Feb 20 2007 - fehr@suse.de
|
||||
- make mklabel in scripted mode work again
|
||||
* Mon Jan 15 2007 - fehr@suse.de
|
||||
|
Loading…
x
Reference in New Issue
Block a user