- Fix dm partition naming on gpt

This commit is contained in:
Peter Jones 2006-08-21 20:49:16 +00:00
parent 55ac6f972c
commit 3729ca135b

View File

@ -4,7 +4,7 @@
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: 12%{?dist} Release: 13%{?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
@ -108,6 +108,10 @@ exit 0
%{_libdir}/*.so %{_libdir}/*.so
%changelog %changelog
* 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.
* Thu Aug 17 2006 David Cantrell <dcantrell@redhat.com> - 1.7.1-12 * Thu Aug 17 2006 David Cantrell <dcantrell@redhat.com> - 1.7.1-12
- Updated O_DIRECT patch to work around s390 problems - Updated O_DIRECT patch to work around s390 problems
- Update LastUsableLBA on GPT-labeled disks after LUN resize (#194238) - Update LastUsableLBA on GPT-labeled disks after LUN resize (#194238)