From 46035513ebc154af40fc9d1712aba07fcaac7afc Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Tue, 7 Jun 2005 15:05:28 +0000 Subject: [PATCH] Modified Apple_Free patch to take care of the case where the partitions are unnamed, causing many errors to be printed (#159047). --- parted.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/parted.spec b/parted.spec index 6b1a440..4210eb7 100644 --- a/parted.spec +++ b/parted.spec @@ -4,7 +4,7 @@ Summary: The GNU disk partition manipulation program. Name: parted Version: 1.6.22 -Release: 2 +Release: 3 Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz Patch0: parted-1.6.3-fat.c.patch Patch3: parted-1.6.19-sx8.patch @@ -101,6 +101,10 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir %{_libdir}/*.a* %changelog +* Tue Jun 07 2005 Chris Lumens 1.6.22-3 +- Modified Apple_Free patch to take care of the case where the partitions + are unnamed, causing many errors to be printed (#159047). + * Thu May 05 2005 Chris Lumens 1.6.22-2 - Added upstream patch to display certain Apple_Free partitions (#154479).