[ipset/f16] Some fixes based on Pierre-Yves' feedback.

Mathieu Bridon bochecha at fedoraproject.org
Mon Sep 19 02:41:22 UTC 2011


commit dbbd6485dbdb1300546332f3107172fa5843da08
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Fri Sep 16 10:11:07 2011 +0800

    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 files 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 <bochecha at fedoraproject.org> - 6.9.1-2
+- Some fixes based on Pierre-Yves' review feedback.
+
 * Wed Sep 14 2011 Mathieu Bridon <bochecha at fedoraproject.org> - 6.9.1-1
 - Initial packaging.


More information about the scm-commits mailing list