From 926eaff064258c870e5054e08a678f6492a3f6fa Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 13 Oct 2004 01:47:04 +0000 Subject: [PATCH] - add patch from peterm to fix printing of the size of large devices (#135468) --- parted.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/parted.spec b/parted.spec index 0156b2f..4334e3d 100644 --- a/parted.spec +++ b/parted.spec @@ -4,9 +4,10 @@ Summary: The GNU disk partition manipulation program. Name: parted Version: 1.6.15 -Release: 2 +Release: 3 Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz Patch0: parted-1.6.3-fat.c.patch +Patch1: parted-1.6.3-print-large-device.patch Patch100: parted-1.6.12-dasd.patch Patch150: parted-1.6.3-iseries.patch @@ -42,6 +43,7 @@ Parted library, you need to install this package. %prep %setup -q %patch0 -p1 -b .sigfpe +%patch1 -p1 -b .large %patch100 -p1 -b .dasd %patch150 -p1 -b .iseries @@ -92,6 +94,9 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir %{_libdir}/*.a* %changelog +* Tue Oct 12 2004 Jeremy Katz - 1.6.15-3 +- add patch from peterm to fix printing of the size of large devices (#135468) + * Thu Oct 07 2004 Phil Knirsch 1.6.15-2 - Fixed geometry calculation for bios_geo in dasd_init()