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