i* Mon Oct 18 2004 Jeremy Katz <katzj@redhat.com> - 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)
This commit is contained in:
Jeremy Katz 2004-10-18 16:07:37 +00:00
parent a238909ac4
commit 258f2bd754

View File

@ -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 <katzj@redhat.com> - 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 <pknirsch@redhat.com> 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)