diff --git a/parted.spec b/parted.spec index 2b75923..c6d46dd 100644 --- a/parted.spec +++ b/parted.spec @@ -4,7 +4,7 @@ Summary: The GNU disk partition manipulation program Name: parted Version: 1.8.6 -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv2+ Group: Applications/System URL: http://www.gnu.org/software/parted @@ -61,6 +61,7 @@ Parted library, you need to install this package. %{__make} install DESTDIR=%{buildroot} %{__rm} -rf %{buildroot}%{_libdir}/*.la %{__rm} -rf %{buildroot}%{_infodir}/dir +%{__rm} -f %{buildroot}%{_bindir}/label %find_lang %{name} @@ -95,6 +96,9 @@ fi %{_libdir}/pkgconfig/libparted.pc %changelog +* Thu Oct 04 2007 David Cantrell - 1.8.6-10 +- Do not install the testsuite tools + * Thu Oct 04 2007 David Cantrell - 1.8.6-9 - Always define PED_DEVICE_DM regardless of compile time options