New upstream release: 6.20.1
This commit is contained in:
parent
b6a0c13c17
commit
6b8cbe6a7b
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
15
ipset.spec
15
ipset.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user