- Fixed geometry calculation for bios_geo in dasd_init()
This commit is contained in:
parent
73a510c53c
commit
c245490b6b
@ -4,13 +4,14 @@
|
|||||||
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: 1
|
Release: 2
|
||||||
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
|
||||||
|
|
||||||
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
|
||||||
Patch151: parted-1.6.3-aix.patch
|
Patch151: parted-1.6.3-aix.patch
|
||||||
|
Patch152: parted-1.6.15-dasd_geometry.patch
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -45,6 +46,7 @@ Parted library, you need to install this package.
|
|||||||
%patch100 -p1 -b .dasd
|
%patch100 -p1 -b .dasd
|
||||||
%patch150 -p1 -b .iseries
|
%patch150 -p1 -b .iseries
|
||||||
%patch151 -p1 -b .aix
|
%patch151 -p1 -b .aix
|
||||||
|
%patch152 -p1 -b .dasd_geometry
|
||||||
|
|
||||||
aclocal
|
aclocal
|
||||||
autoconf
|
autoconf
|
||||||
@ -90,6 +92,9 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
|
|||||||
%{_libdir}/*.a*
|
%{_libdir}/*.a*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 07 2004 Phil Knirsch <pknirsch@redhat.com> 1.6.15-2
|
||||||
|
- Fixed geometry calculation for bios_geo in dasd_init()
|
||||||
|
|
||||||
* Mon Sep 20 2004 Jeremy Katz <katzj@redhat.com> - 1.6.15-1
|
* Mon Sep 20 2004 Jeremy Katz <katzj@redhat.com> - 1.6.15-1
|
||||||
- 1.6.15
|
- 1.6.15
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user