- add patch from peterm to fix printing of the size of large devices

(#135468)
This commit is contained in:
Jeremy Katz 2004-10-13 01:47:04 +00:00
parent c245490b6b
commit 926eaff064

View File

@ -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 <katzj@redhat.com> - 1.6.15-3
- add patch from peterm to fix printing of the size of large devices (#135468)
* Thu Oct 07 2004 Phil Knirsch <pknirsch@redhat.com> 1.6.15-2
- Fixed geometry calculation for bios_geo in dasd_init()