- Fixed gpt patch (*asked_already -> asked_already, whoops)

This commit is contained in:
David Cantrell 2006-08-23 17:58:19 +00:00
parent 9192203167
commit d9e5c38ca9

View File

@ -4,7 +4,7 @@
Summary: The GNU disk partition manipulation program.
Name: parted
Version: 1.7.1
Release: 14%{?dist}
Release: 15%{?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,9 @@ exit 0
%{_libdir}/*.so
%changelog
* Wed Aug 23 2006 David Cantrell <dcantrell@redhat.com> - 1.7.1-15
- Fixed gpt patch (*asked_already -> asked_already, whoops)
* 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