OBS User unknown 2007-05-11 08:36:38 +00:00 committed by Git OBS Bridge
parent 83203b4c05
commit 88364d9122
5 changed files with 21 additions and 19 deletions

View File

@ -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);

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82d94c9bb58cccd1eacfc5ff3a9331d179cc26d8fbe00c451e2c84feb6d23408
size 1433969

3
parted-1.8.7.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:634e816cd7a1c3ea171991d27991a0b65675adc25e3d807a9b6b066ba35b4a5a
size 1443220

View File

@ -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

View File

@ -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