- fix ppc swraid
- BR gettext-devel
This commit is contained in:
parent
1647875086
commit
7b43750cad
10
parted.spec
10
parted.spec
@ -4,10 +4,11 @@
|
|||||||
Summary: The GNU disk partition manipulation program.
|
Summary: The GNU disk partition manipulation program.
|
||||||
Name: parted
|
Name: parted
|
||||||
Version: 1.6.25
|
Version: 1.6.25
|
||||||
Release: 7
|
Release: 8
|
||||||
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.25-sx8.patch
|
Patch3: parted-1.6.25-sx8.patch
|
||||||
|
Patch4: parted-1.6.25-mac-swraid.patch
|
||||||
|
|
||||||
Patch100: parted-1.6.25-dasd.patch
|
Patch100: parted-1.6.25-dasd.patch
|
||||||
Patch150: parted-1.6.25-iseries.patch
|
Patch150: parted-1.6.25-iseries.patch
|
||||||
@ -21,6 +22,8 @@ Group: Applications/System
|
|||||||
BuildRequires: e2fsprogs-devel libtermcap-devel readline-devel ncurses-devel
|
BuildRequires: e2fsprogs-devel libtermcap-devel readline-devel ncurses-devel
|
||||||
BuildRequires: automake libtool gettext-devel texinfo
|
BuildRequires: automake libtool gettext-devel texinfo
|
||||||
BuildRequires: device-mapper >= 1.02.02, libselinux-devel libsepol-devel
|
BuildRequires: device-mapper >= 1.02.02, libselinux-devel libsepol-devel
|
||||||
|
BuildRequires: gettext-devel
|
||||||
|
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -48,6 +51,7 @@ Parted library, you need to install this package.
|
|||||||
%patch100 -p1 -b .dasd
|
%patch100 -p1 -b .dasd
|
||||||
%patch150 -p1 -b .iseries
|
%patch150 -p1 -b .iseries
|
||||||
%patch3 -p1 -b .sx8
|
%patch3 -p1 -b .sx8
|
||||||
|
%patch4 -p1 -b .raid
|
||||||
%patch151 -p1 -b .aix
|
%patch151 -p1 -b .aix
|
||||||
%patch152 -p1 -b .dasd_geometry
|
%patch152 -p1 -b .dasd_geometry
|
||||||
%patch153 -p1 -b .dm
|
%patch153 -p1 -b .dm
|
||||||
@ -99,6 +103,10 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
|
|||||||
%{_libdir}/*.a*
|
%{_libdir}/*.a*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 14 2006 Jeremy Katz <katzj@redhat.com> - 1.6.25-8
|
||||||
|
- fix ppc swraid
|
||||||
|
- BR gettext-devel
|
||||||
|
|
||||||
* Wed Feb 22 2006 Peter Jones <pjones@redhat.com> - 1.6.25-7
|
* Wed Feb 22 2006 Peter Jones <pjones@redhat.com> - 1.6.25-7
|
||||||
- close /proc/devices correctly
|
- close /proc/devices correctly
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user