Upgraded to parted-1.7.0. Brought forward all parted-1.6.x patches,
including all of the IBM DASD patches. Combined DASD fixes in to one patch.
This commit is contained in:
parent
19ecad40dd
commit
9d5d08e634
@ -10,3 +10,4 @@ parted-1.6.23.tar.gz
|
||||
parted-1.6.24.tar.gz
|
||||
parted-1.6.25.tar.gz
|
||||
parted-1.6.25.1.tar.gz
|
||||
parted-1.7.0.tar.bz2
|
||||
|
41
parted.spec
41
parted.spec
@ -3,18 +3,17 @@
|
||||
|
||||
Summary: The GNU disk partition manipulation program.
|
||||
Name: parted
|
||||
Version: 1.6.25.1
|
||||
Version: 1.7.0
|
||||
Release: 1
|
||||
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
||||
Patch0: parted-1.6.3-fat.c.patch
|
||||
Patch3: parted-1.6.25-sx8.patch
|
||||
Patch4: parted-1.6.25-mac-swraid.patch
|
||||
|
||||
Patch100: parted-1.6.25-dasd.patch
|
||||
Patch150: parted-1.6.25-iseries.patch
|
||||
Patch151: parted-1.6.23-aix.patch
|
||||
Patch152: parted-1.6.15-dasd_geometry.patch
|
||||
Patch153: parted-1.6.25-dm.patch
|
||||
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
|
||||
Patch0: parted-1.7.0-fat.c.patch
|
||||
Patch1: parted-1.7.0-sx8.patch
|
||||
Patch2: parted-1.7.0-mac-swraid.patch
|
||||
Patch3: parted-1.7.0-dasd.patch
|
||||
Patch4: parted-1.7.0-iseries.patch
|
||||
Patch5: parted-1.7.0-dasd_geometry.patch
|
||||
Patch6: parted-1.7.0-dm.patch
|
||||
Patch7: parted-1.7.0-aix.patch
|
||||
|
||||
Buildroot: %{_tmppath}/%{name}-root
|
||||
License: GPL
|
||||
@ -43,16 +42,17 @@ partitions and filesystems using the routines provided by the GNU
|
||||
Parted library, you need to install this package.
|
||||
|
||||
%prep
|
||||
#Patch151: parted-1.6.23-aix.patch
|
||||
|
||||
%setup -q
|
||||
%patch0 -p1 -b .sigfpe
|
||||
|
||||
%patch100 -p1 -b .dasd
|
||||
%patch150 -p1 -b .iseries
|
||||
%patch3 -p1 -b .sx8
|
||||
%patch4 -p1 -b .raid
|
||||
%patch151 -p1 -b .aix
|
||||
%patch152 -p1 -b .dasd_geometry
|
||||
%patch153 -p1 -b .dm
|
||||
%patch1 -p1 -b .sx8
|
||||
%patch2 -p1 -b .raid
|
||||
%patch3 -p1 -b .dasd
|
||||
%patch4 -p1 -b .iseries
|
||||
%patch5 -p1 -b .dasd_geometry
|
||||
%patch6 -p1 -b .dm
|
||||
%patch7 -p1 -b .aix
|
||||
|
||||
iconv -f iso-8859-1 -t utf-8 < doc/pt_BR-parted.8 > doc/pt_BR-parted.8_
|
||||
mv doc/pt_BR-parted.8_ doc/pt_BR-parted.8
|
||||
@ -101,6 +101,9 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
|
||||
%{_libdir}/*.a*
|
||||
|
||||
%changelog
|
||||
* Fri May 19 2006 David Cantrell <dcantrell@redhat.com> - 1.7.0-1
|
||||
- Upgraded to parted-1.7.0
|
||||
|
||||
* Thu Apr 13 2006 David Cantrell <dcantrell@redhat.com> - 1.6.25.1-1
|
||||
- Upgraded to parted-1.6.25.1
|
||||
- BuildRequires libtool
|
||||
|
Loading…
Reference in New Issue
Block a user