- add support for putting partitions on device-mapper devices
This commit is contained in:
parent
f3806b3cad
commit
c8ab4c4256
@ -4,7 +4,7 @@
|
||||
Summary: The GNU disk partition manipulation program.
|
||||
Name: parted
|
||||
Version: 1.6.25
|
||||
Release: 1
|
||||
Release: 2
|
||||
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
|
||||
@ -13,6 +13,7 @@ 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
|
||||
|
||||
Buildroot: %{_tmppath}/%{name}-root
|
||||
License: GPL
|
||||
@ -48,6 +49,7 @@ Parted library, you need to install this package.
|
||||
%patch3 -p1 -b .sx8
|
||||
%patch151 -p1 -b .aix
|
||||
%patch152 -p1 -b .dasd_geometry
|
||||
%patch153 -p1 -b .dm
|
||||
|
||||
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
|
||||
@ -96,6 +98,9 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
|
||||
%{_libdir}/*.a*
|
||||
|
||||
%changelog
|
||||
* Tue Nov 15 2005 Peter Jones <pjones@redhat.com> 1.6.25-2
|
||||
- add support for partitions on dm devices
|
||||
|
||||
* Wed Nov 09 2005 Chris Lumens <clumens@redhat.com> 1.6.25-1
|
||||
- Updated to 1.6.25.
|
||||
- Update DASD, iseries, and SX8 patches.
|
||||
|
Loading…
Reference in New Issue
Block a user