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)