From d9e5c38ca9437cfc5ed89cfd3e76f3fd406599df Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Wed, 23 Aug 2006 17:58:19 +0000 Subject: [PATCH] - Fixed gpt patch (*asked_already -> asked_already, whoops) --- parted.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/parted.spec b/parted.spec index 0244a21..9873c4a 100644 --- a/parted.spec +++ b/parted.spec @@ -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 - 1.7.1-15 +- Fixed gpt patch (*asked_already -> asked_already, whoops) + * Tue Aug 22 2006 David Cantrell - 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