Update to 6.38
This commit is contained in:
parent
b39b90d0a4
commit
593bb710a2
22
ipset.spec
22
ipset.spec
@ -1,6 +1,6 @@
|
||||
Name: ipset
|
||||
Version: 6.35
|
||||
Release: 4%{?dist}
|
||||
Version: 6.38
|
||||
Release: 1%{?dist}
|
||||
Summary: Manage Linux IP sets
|
||||
|
||||
License: GPLv2
|
||||
@ -8,7 +8,6 @@ URL: http://ipset.netfilter.org/
|
||||
Source0: http://ipset.netfilter.org/%{name}-%{version}.tar.bz2
|
||||
Source1: %{name}.service
|
||||
Source2: %{name}.start-stop
|
||||
Patch1: 0001-build-do-install-libipset-args.h.patch
|
||||
|
||||
BuildRequires: libmnl-devel
|
||||
BuildRequires: automake
|
||||
@ -85,11 +84,11 @@ rm -fr kernel
|
||||
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
|
||||
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
%make_install
|
||||
find %{buildroot} -name '*.la' -exec rm -f '{}' \;
|
||||
|
||||
# install systemd unit file
|
||||
@ -111,9 +110,7 @@ if [[ $1 -eq 0 && -n $(lsmod | grep "^xt_set ") ]]; then
|
||||
fi
|
||||
|
||||
|
||||
%post libs -p /sbin/ldconfig
|
||||
|
||||
%postun libs -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets libs
|
||||
|
||||
|
||||
%post service
|
||||
@ -131,12 +128,13 @@ fi
|
||||
|
||||
|
||||
%files
|
||||
%doc COPYING ChangeLog
|
||||
%doc ChangeLog
|
||||
%license COPYING
|
||||
%doc %{_mandir}/man8/%{name}.8.gz
|
||||
%{_sbindir}/%{name}
|
||||
|
||||
%files libs
|
||||
%doc COPYING
|
||||
%license COPYING
|
||||
%{_libdir}/lib%{name}.so.11*
|
||||
|
||||
%files devel
|
||||
@ -152,6 +150,10 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 13 2018 Nicolas Chauvet <kwizart@gmail.com> - 6.38-1
|
||||
- Update to 6.38
|
||||
- Clean-up spec
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.35-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ipset-6.35.tar.bz2) = f58da34a1d32ff8f8de7e19384b4c6f4b9da5c73e7680a185cb23d4aa3682736b5692eb09348f4fa5dec89f9f20884371a34f30b879144183e37671617b64cb1
|
||||
SHA512 (ipset-6.38.tar.bz2) = ba8c45fa6b4df1b4af848d8c0c218fb449a50c79c48b1d1550dd3a188f82d320956bc483874730f917249d8650e50c3eedff66c24a68a136246fdbf6e1127d60
|
||||
|
Loading…
Reference in New Issue
Block a user