- add patch from peterm to fix printing of the size of large devices
(#135468)
This commit is contained in:
parent
c245490b6b
commit
926eaff064
@ -4,9 +4,10 @@
|
|||||||
Summary: The GNU disk partition manipulation program.
|
Summary: The GNU disk partition manipulation program.
|
||||||
Name: parted
|
Name: parted
|
||||||
Version: 1.6.15
|
Version: 1.6.15
|
||||||
Release: 2
|
Release: 3
|
||||||
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
||||||
Patch0: parted-1.6.3-fat.c.patch
|
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.12-dasd.patch
|
||||||
Patch150: parted-1.6.3-iseries.patch
|
Patch150: parted-1.6.3-iseries.patch
|
||||||
@ -42,6 +43,7 @@ Parted library, you need to install this package.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .sigfpe
|
%patch0 -p1 -b .sigfpe
|
||||||
|
%patch1 -p1 -b .large
|
||||||
|
|
||||||
%patch100 -p1 -b .dasd
|
%patch100 -p1 -b .dasd
|
||||||
%patch150 -p1 -b .iseries
|
%patch150 -p1 -b .iseries
|
||||||
@ -92,6 +94,9 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
|
|||||||
%{_libdir}/*.a*
|
%{_libdir}/*.a*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Oct 07 2004 Phil Knirsch <pknirsch@redhat.com> 1.6.15-2
|
||||||
- Fixed geometry calculation for bios_geo in dasd_init()
|
- Fixed geometry calculation for bios_geo in dasd_init()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user