diff --git a/parted.spec b/parted.spec index a9a52b6..56d901a 100644 --- a/parted.spec +++ b/parted.spec @@ -4,10 +4,11 @@ Summary: The GNU disk partition manipulation program. Name: parted Version: 1.6.25 -Release: 7 +Release: 8 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 +Patch4: parted-1.6.25-mac-swraid.patch Patch100: parted-1.6.25-dasd.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: automake libtool gettext-devel texinfo BuildRequires: device-mapper >= 1.02.02, libselinux-devel libsepol-devel +BuildRequires: gettext-devel + Prereq: /sbin/install-info %description @@ -48,6 +51,7 @@ Parted library, you need to install this package. %patch100 -p1 -b .dasd %patch150 -p1 -b .iseries %patch3 -p1 -b .sx8 +%patch4 -p1 -b .raid %patch151 -p1 -b .aix %patch152 -p1 -b .dasd_geometry %patch153 -p1 -b .dm @@ -99,6 +103,10 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir %{_libdir}/*.a* %changelog +* Tue Mar 14 2006 Jeremy Katz - 1.6.25-8 +- fix ppc swraid +- BR gettext-devel + * Wed Feb 22 2006 Peter Jones - 1.6.25-7 - close /proc/devices correctly