New upstream release: 6.20.1

This commit is contained in:
Mathieu Bridon 2013-10-29 18:54:29 +08:00
parent b6a0c13c17
commit 6b8cbe6a7b
3 changed files with 12 additions and 6 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/ipset-6.14.tar.bz2
/ipset-6.16.1.tar.bz2
/ipset-6.19.tar.bz2
/ipset-6.20.1.tar.bz2

View File

@ -1,6 +1,6 @@
Name: ipset
Version: 6.19
Release: 2%{?dist}
Version: 6.20.1
Release: 1%{?dist}
Summary: Manage Linux IP sets
License: GPLv2
@ -70,13 +70,14 @@ out of the base package since it is not active by default.
%prep
%setup -q
# Just to make absolutely sure we are not building the bundled kernel module
rm -fr kernel
%build
%configure --enable-static=no --with-kmod=no
# Just to make absolutely sure we are not building the bundled kernel module
# I have to do it after the configure run unfortunately
rm -fr kernel
# Prevent libtool from defining rpath
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@ -138,6 +139,7 @@ fi
%files devel
%{_includedir}/lib%{name}
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/lib%{name}.pc
%files service
%{_unitdir}/%{name}.service
@ -147,6 +149,9 @@ fi
%changelog
* Tue Oct 29 2013 Mathieu Bridon <bochecha@fedoraproject.org> - 6.20.1-1
- New upstream release.
* Tue Aug 27 2013 Quentin Armitage <quentin@armitage.org.uk> 6.19-2
- Add service pkg - adds save and reload functionality on shutdown/startup
- Add requires dependency of ipset on matching ipset-libs

View File

@ -1 +1 @@
cabba1bd63a93f6e1c3db3fb22412b64 ipset-6.19.tar.bz2
8af741492752fbf24d3a28a9d1473d40 ipset-6.20.1.tar.bz2