- Improve error message returned by _parse_header() on GPT-labeled disks so
users actually have an idea of how to correct the problem - Fix off-by-one error with LastUsableLBA and PartitionEntryLBA overlap to prevent possible data corruption when using non-parted GPT editing tools
This commit is contained in:
parent
3729ca135b
commit
9192203167
@ -4,7 +4,7 @@
|
||||
Summary: The GNU disk partition manipulation program.
|
||||
Name: parted
|
||||
Version: 1.7.1
|
||||
Release: 13%{?dist}
|
||||
Release: 14%{?dist}
|
||||
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
|
||||
Patch0: parted-1.7.0-fat.c.patch
|
||||
Patch1: parted-1.7.0-sx8.patch
|
||||
@ -108,6 +108,13 @@ exit 0
|
||||
%{_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
* Tue Aug 22 2006 David Cantrell <dcantrell@redhat.com> - 1.7.1-14
|
||||
- Improve error message returned by _parse_header() on GPT-labeled disks
|
||||
so users actually have an idea of how to correct the problem
|
||||
- Fix off-by-one error with LastUsableLBA and PartitionEntryLBA overlap
|
||||
to prevent possible data corruption when using non-parted GPT editing
|
||||
tools
|
||||
|
||||
* Mon Aug 21 2006 Peter Jones <pjones@redhat.com> - 1.7.1-13
|
||||
- Don't use the "volume name" as the device node name on dm device
|
||||
partitions, it isn't really what we want at all.
|
||||
|
Loading…
Reference in New Issue
Block a user