Added upstream patch to display certain Apple_Free partitions (#154479).
This commit is contained in:
parent
be3fdde65c
commit
d4ea41e25e
@ -4,7 +4,7 @@
|
|||||||
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.22
|
||||||
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
|
||||||
Patch3: parted-1.6.19-sx8.patch
|
Patch3: parted-1.6.19-sx8.patch
|
||||||
@ -14,6 +14,7 @@ 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
|
Patch152: parted-1.6.15-dasd_geometry.patch
|
||||||
Patch153: parted-1.6.22-mac-lvm.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,6 +52,7 @@ Parted library, you need to install this package.
|
|||||||
%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
|
||||||
|
|
||||||
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
|
||||||
@ -99,6 +101,9 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
|
|||||||
%{_libdir}/*.a*
|
%{_libdir}/*.a*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 05 2005 Chris Lumens <clumens@redhat.com> 1.6.22-2
|
||||||
|
- Added upstream patch to display certain Apple_Free partitions (#154479).
|
||||||
|
|
||||||
* Wed Mar 23 2005 Chris Lumens <clumens@redhat.com> 1.6.22-1
|
* Wed Mar 23 2005 Chris Lumens <clumens@redhat.com> 1.6.22-1
|
||||||
- Updated to 1.6.22.
|
- Updated to 1.6.22.
|
||||||
- Get rid of separate gc4 patch that's now included upstream.
|
- Get rid of separate gc4 patch that's now included upstream.
|
||||||
|
Loading…
Reference in New Issue
Block a user