From 8a798557880438c985c95852bbdd7ad9adfb8950 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Thu, 4 Oct 2007 20:13:31 +0000 Subject: [PATCH] - Do not install the testsuite tools --- parted.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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