From a238909ac44347c5e640c7193dfaa28868dd29fa Mon Sep 17 00:00:00 2001 From: Phil Knirsch Date: Fri, 15 Oct 2004 14:12:01 +0000 Subject: [PATCH] - Fixed dasd patch (had some duplicate file patches in it) - Fixed problem with parted segfaulting on SCSI discs on s390 (#133997) --- parted.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/parted.spec b/parted.spec index 4334e3d..16f7136 100644 --- a/parted.spec +++ b/parted.spec @@ -4,12 +4,12 @@ Summary: The GNU disk partition manipulation program. Name: parted Version: 1.6.15 -Release: 3 +Release: 4 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 +Patch100: parted-1.6.15-dasd.patch Patch150: parted-1.6.3-iseries.patch Patch151: parted-1.6.3-aix.patch Patch152: parted-1.6.15-dasd_geometry.patch @@ -94,6 +94,10 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir %{_libdir}/*.a* %changelog +* Fri Oct 15 2004 Phil Knirsch 1.6.15-4 +- Fixed dasd patch (had some duplicate file patches in it) +- Fixed problem with parted segfaulting on SCSI discs on s390 (#133997) + * Tue Oct 12 2004 Jeremy Katz - 1.6.15-3 - add patch from peterm to fix printing of the size of large devices (#135468)