From dbbd6485dbdb1300546332f3107172fa5843da08 Mon Sep 17 00:00:00 2001 From: Mathieu Bridon Date: Fri, 16 Sep 2011 10:11:07 +0800 Subject: [PATCH] Some fixes based on Pierre-Yves' feedback. Feedback given during the review request: https://bugzilla.redhat.com/show_bug.cgi?id=738153#c2 --- ipset.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ipset.spec b/ipset.spec index 5c3befd..ff34dfb 100644 --- a/ipset.spec +++ b/ipset.spec @@ -1,6 +1,6 @@ Name: ipset Version: 6.9.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manage Linux IP sets Group: Applications/System @@ -64,7 +64,7 @@ make %{?_smp_mflags} %install -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=%{buildroot} find %{buildroot} -name '*.la' -exec rm -f '{}' \; @@ -75,7 +75,7 @@ find %{buildroot} -name '*.la' -exec rm -f '{}' \; %files -%doc COPYING +%doc COPYING ChangeLog %doc %{_mandir}/man8/%{name}.8.gz %{_sbindir}/%{name} %{_libdir}/lib%{name}.so.1 @@ -87,5 +87,8 @@ find %{buildroot} -name '*.la' -exec rm -f '{}' \; %changelog +* Fri Sep 16 2011 Mathieu Bridon - 6.9.1-2 +- Some fixes based on Pierre-Yves' review feedback. + * Wed Sep 14 2011 Mathieu Bridon - 6.9.1-1 - Initial packaging.