Updated to parted-1.6.23. Updated our patches to still apply.
This commit is contained in:
parent
46035513eb
commit
338cc1e1c2
@ -6,3 +6,4 @@ parted-1.6.19.tar.gz
|
|||||||
parted-1.6.20.tar.gz
|
parted-1.6.20.tar.gz
|
||||||
parted-1.6.21.tar.gz
|
parted-1.6.21.tar.gz
|
||||||
parted-1.6.22.tar.gz
|
parted-1.6.22.tar.gz
|
||||||
|
parted-1.6.23.tar.gz
|
||||||
|
19
parted.spec
19
parted.spec
@ -3,18 +3,16 @@
|
|||||||
|
|
||||||
Summary: The GNU disk partition manipulation program.
|
Summary: The GNU disk partition manipulation program.
|
||||||
Name: parted
|
Name: parted
|
||||||
Version: 1.6.22
|
Version: 1.6.23
|
||||||
Release: 3
|
Release: 1
|
||||||
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
|
||||||
Patch3: parted-1.6.19-sx8.patch
|
Patch3: parted-1.6.19-sx8.patch
|
||||||
|
|
||||||
Patch100: parted-1.6.21-dasd.patch
|
Patch100: parted-1.6.23-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.23-aix.patch
|
||||||
Patch152: parted-1.6.15-dasd_geometry.patch
|
Patch152: parted-1.6.15-dasd_geometry.patch
|
||||||
Patch153: parted-1.6.22-mac-lvm.patch
|
|
||||||
Patch154: parted-1.6.22-mac-parts.patch
|
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -51,8 +49,8 @@ Parted library, you need to install this package.
|
|||||||
%patch3 -p1 -b .sx8
|
%patch3 -p1 -b .sx8
|
||||||
%patch151 -p1 -b .aix
|
%patch151 -p1 -b .aix
|
||||||
%patch152 -p1 -b .dasd_geometry
|
%patch152 -p1 -b .dasd_geometry
|
||||||
%patch153 -p1 -b .mac-lvm
|
#%patch153 -p1 -b .mac-lvm
|
||||||
%patch154 -p1 -b .mac-parts
|
#%patch154 -p1 -b .mac-parts
|
||||||
|
|
||||||
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 +99,11 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
|
|||||||
%{_libdir}/*.a*
|
%{_libdir}/*.a*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 08 2005 Chris Lumens <clumens@redhat.com> 1.6.23-1
|
||||||
|
- Updated to 1.6.23.
|
||||||
|
- Get rid of separate Mac patches that are now included in upstream.
|
||||||
|
- Update DASD and AIX patches.
|
||||||
|
|
||||||
* Tue Jun 07 2005 Chris Lumens <clumens@redhat.com> 1.6.22-3
|
* Tue Jun 07 2005 Chris Lumens <clumens@redhat.com> 1.6.22-3
|
||||||
- Modified Apple_Free patch to take care of the case where the partitions
|
- Modified Apple_Free patch to take care of the case where the partitions
|
||||||
are unnamed, causing many errors to be printed (#159047).
|
are unnamed, causing many errors to be printed (#159047).
|
||||||
|
Loading…
Reference in New Issue
Block a user