Some fixes based on Pierre-Yves' feedback.

Feedback given during the review request:
    https://bugzilla.redhat.com/show_bug.cgi?id=738153#c2
This commit is contained in:
Mathieu Bridon 2011-09-16 10:11:07 +08:00
parent c4eef8c84a
commit dbbd6485db

View File

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