forked from pool/parted
This commit is contained in:
parent
83203b4c05
commit
88364d9122
@ -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);
|
|
@ -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
3
parted-1.8.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:634e816cd7a1c3ea171991d27991a0b65675adc25e3d807a9b6b066ba35b4a5a
|
||||||
|
size 1443220
|
@ -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
|
Wed May 2 11:30:23 CEST 2007 - olh@suse.de
|
||||||
|
|
||||||
|
14
parted.spec
14
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.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# 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)
|
License: GNU General Public License (GPL)
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
Summary: GNU partitioner
|
Summary: GNU partitioner
|
||||||
Version: 1.8.6
|
Version: 1.8.7
|
||||||
Release: 12
|
Release: 1
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Patch: always-resize-part.dif
|
Patch: always-resize-part.dif
|
||||||
Patch1: parted-type.patch
|
Patch1: parted-type.patch
|
||||||
Patch2: parted-mac.patch
|
Patch2: parted-mac.patch
|
||||||
Patch3: parted-wipeaix.patch
|
Patch3: parted-wipeaix.patch
|
||||||
Patch4: disable_FAT_check.diff
|
Patch4: disable_FAT_check.diff
|
||||||
Patch5: no-mklabel-warn-script-mode.patch
|
|
||||||
Patch6: etherd_support.diff
|
Patch6: etherd_support.diff
|
||||||
Patch7: parted-1.8.3.dif
|
Patch7: parted-1.8.3.dif
|
||||||
Patch8: fat16_hfs_fix.dif
|
Patch8: fat16_hfs_fix.dif
|
||||||
@ -70,7 +69,6 @@ Authors:
|
|||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch4
|
%patch4
|
||||||
%patch5
|
|
||||||
%patch6 -p0
|
%patch6 -p0
|
||||||
%patch7
|
%patch7
|
||||||
%patch8 -p1
|
%patch8 -p1
|
||||||
@ -122,6 +120,12 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed May 02 2007 - olh@suse.de
|
||||||
- remove unused check-devel from buildrequires to allow build in sles10
|
- remove unused check-devel from buildrequires to allow build in sles10
|
||||||
* Tue Mar 27 2007 - sbrabec@suse.cz
|
* Tue Mar 27 2007 - sbrabec@suse.cz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user