diff --git a/parted.spec b/parted.spec index 88c1b37..da6fe5e 100644 --- a/parted.spec +++ b/parted.spec @@ -4,7 +4,7 @@ Summary: The GNU disk partition manipulation program. Name: parted Version: 1.6.25 -Release: 4 +Release: 5 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 @@ -20,7 +20,7 @@ License: GPL Group: Applications/System BuildRequires: e2fsprogs-devel libtermcap-devel readline-devel ncurses-devel BuildRequires: automake libtool gettext-devel texinfo -BuildRequires: device-mapper libselinux-devel libsepol-devel +BuildRequires: device-mapper >= 1.02.02, libselinux-devel libsepol-devel Prereq: /sbin/install-info %description @@ -99,6 +99,9 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir %{_libdir}/*.a* %changelog +* Fri Dec 2 2005 Peter Jones 1.6.25-5 +- rebuild for new device-mapper + * Thu Dec 1 2005 Peter Jones 1.6.25-4 - change device-mapper code to call dm_task_update_nodes() after tasks which change device nodes.