From 258f2bd754a5cffbcc00853fd5d58d113aee8af6 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Mon, 18 Oct 2004 16:07:37 +0000 Subject: [PATCH] i* Mon Oct 18 2004 Jeremy Katz - 1.6.15-4 - add patch from Matt Domsch to add a unique signature to new DOS labels so that we can later determine which BIOS disk is which (#106674) --- parted.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/parted.spec b/parted.spec index 16f7136..3293b4f 100644 --- a/parted.spec +++ b/parted.spec @@ -8,6 +8,7 @@ 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 +Patch2: parted-1.6.15-unique-sig.patch Patch100: parted-1.6.15-dasd.patch Patch150: parted-1.6.3-iseries.patch @@ -44,6 +45,7 @@ Parted library, you need to install this package. %setup -q %patch0 -p1 -b .sigfpe %patch1 -p1 -b .large +%patch2 -p1 -b .unique %patch100 -p1 -b .dasd %patch150 -p1 -b .iseries @@ -94,6 +96,10 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir %{_libdir}/*.a* %changelog +* Mon Oct 18 2004 Jeremy Katz - 1.6.15-4 +- add patch from Matt Domsch to add a unique signature to new DOS labels + so that we can later determine which BIOS disk is which (#106674) + * 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)