diff --git a/no-mklabel-warn-script-mode.patch b/no-mklabel-warn-script-mode.patch deleted file mode 100644 index 784f21d..0000000 --- a/no-mklabel-warn-script-mode.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- parted/parted.c -+++ parted/parted.c 2007/02/20 11:33:31 -@@ -583,7 +583,7 @@ - if (!_disk_warn_busy (disk)) - goto error_destroy_disk; - -- if (!_disk_warn_loss (disk)) -+ if (!opt_script_mode && !_disk_warn_loss (disk)) - goto error_destroy_disk; - - ped_disk_destroy (disk); diff --git a/parted-1.8.6.tar.bz2 b/parted-1.8.6.tar.bz2 deleted file mode 100644 index 5bbfd78..0000000 --- a/parted-1.8.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82d94c9bb58cccd1eacfc5ff3a9331d179cc26d8fbe00c451e2c84feb6d23408 -size 1433969 diff --git a/parted-1.8.7.tar.bz2 b/parted-1.8.7.tar.bz2 new file mode 100644 index 0000000..8789869 --- /dev/null +++ b/parted-1.8.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:634e816cd7a1c3ea171991d27991a0b65675adc25e3d807a9b6b066ba35b4a5a +size 1443220 diff --git a/parted.changes b/parted.changes index 4e5c433..e0bc6ae 100644 --- a/parted.changes +++ b/parted.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu May 10 14:01:52 CEST 2007 - fehr@suse.de + +- Update to new version 1.8.7 + Fix primary partition cylinder alignment error for DOS disk labels + Avoid segfault due to a double free on reiserfs support + Fix script mode (-s) for mkfs command in parted + Fix off-by-one bug in parted when displaying information about the disk + ------------------------------------------------------------------- Wed May 2 11:30:23 CEST 2007 - olh@suse.de diff --git a/parted.spec b/parted.spec index 8b035ff..ff92526 100644 --- a/parted.spec +++ b/parted.spec @@ -1,5 +1,5 @@ # -# spec file for package parted (Version 1.8.6) +# spec file for package parted (Version 1.8.7) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -16,15 +16,14 @@ BuildRequires: device-mapper device-mapper-devel e2fsprogs-devel libreiserfs re License: GNU General Public License (GPL) Group: System/Filesystems Summary: GNU partitioner -Version: 1.8.6 -Release: 12 +Version: 1.8.7 +Release: 1 Source0: %{name}-%{version}.tar.bz2 Patch: always-resize-part.dif Patch1: parted-type.patch Patch2: parted-mac.patch Patch3: parted-wipeaix.patch Patch4: disable_FAT_check.diff -Patch5: no-mklabel-warn-script-mode.patch Patch6: etherd_support.diff Patch7: parted-1.8.3.dif Patch8: fat16_hfs_fix.dif @@ -70,7 +69,6 @@ Authors: %patch2 -p1 %patch3 -p1 %patch4 -%patch5 %patch6 -p0 %patch7 %patch8 -p1 @@ -122,6 +120,12 @@ rm -rf "$RPM_BUILD_ROOT" %{_libdir}/*.so %changelog +* Thu May 10 2007 - fehr@suse.de +- Update to new version 1.8.7 + Fix primary partition cylinder alignment error for DOS disk labels + Avoid segfault due to a double free on reiserfs support + Fix script mode (-s) for mkfs command in parted + Fix off-by-one bug in parted when displaying information about the disk * Wed May 02 2007 - olh@suse.de - remove unused check-devel from buildrequires to allow build in sles10 * Tue Mar 27 2007 - sbrabec@suse.cz