- 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
31
parted.spec
31
parted.spec
@ -2,19 +2,19 @@
|
|||||||
%define _sbindir /sbin
|
%define _sbindir /sbin
|
||||||
|
|
||||||
Summary: The GNU disk partition manipulation program.
|
Summary: The GNU disk partition manipulation program.
|
||||||
Name: parted
|
Name: parted
|
||||||
Version: 1.7.1
|
Version: 1.7.1
|
||||||
Release: 13%{?dist}
|
Release: 14%{?dist}
|
||||||
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
|
||||||
Patch0: parted-1.7.0-fat.c.patch
|
Patch0: parted-1.7.0-fat.c.patch
|
||||||
Patch1: parted-1.7.0-sx8.patch
|
Patch1: parted-1.7.0-sx8.patch
|
||||||
Patch3: parted-1.7.1-dasd.patch
|
Patch3: parted-1.7.1-dasd.patch
|
||||||
Patch4: parted-1.7.0-iseries.patch
|
Patch4: parted-1.7.0-iseries.patch
|
||||||
Patch5: parted-1.7.1-dm.patch
|
Patch5: parted-1.7.1-dm.patch
|
||||||
Patch6: parted-1.7.0-aix.patch
|
Patch6: parted-1.7.0-aix.patch
|
||||||
Patch7: parted-1.7.1-vtoc-errbuf.patch
|
Patch7: parted-1.7.1-vtoc-errbuf.patch
|
||||||
Patch8: parted-1.7.1-O_DIRECT.patch
|
Patch8: parted-1.7.1-O_DIRECT.patch
|
||||||
Patch9: parted-1.7.1-get_exception.patch
|
Patch9: parted-1.7.1-get_exception.patch
|
||||||
Patch10: parted-1.7.1-gpt.patch
|
Patch10: parted-1.7.1-gpt.patch
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
@ -108,6 +108,13 @@ exit 0
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Don't use the "volume name" as the device node name on dm device
|
||||||
partitions, it isn't really what we want at all.
|
partitions, it isn't really what we want at all.
|
||||||
|
Loading…
Reference in New Issue
Block a user