[main] ipset: Update to 7.15 (#2076)

* Update to 7.15
This commit is contained in:
rlmenge 2022-02-03 19:05:56 -08:00 committed by GitHub
parent 6ab84b1eac
commit 08e58ad92d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 12 deletions

View File

@ -1,6 +1,6 @@
{
"Signatures": {
"ipset-7.1.tar.bz2": "7b5eb3b93205c20cdc39e3fc8b6e5f7bb214bf79a7c0c00729dd4a31ce16adc4",
"ipset-7.15.tar.bz2": "0a5545aaadb640142c1f888d366a78ddf8724799967fa20686a70053bd621751",
"ipset.service": "0ab5d263b4272188a2566a9a502368e9812af69cf9f049322226b317d542a534",
"ipset.start-stop": "4596d809de30478e92fa840d905703a183aa99e1d1f55a991bf3190b932e3717"
}

View File

@ -1,7 +1,7 @@
Summary: administration tool for IP sets
Name: ipset
Version: 7.1
Release: 3%{?dist}
Version: 7.15
Release: 1%{?dist}
License: GPLv2
Vendor: Microsoft Corporation
Distribution: Mariner
@ -69,13 +69,6 @@ install -c -m 755 %{SOURCE2} %{buildroot}%{_libexecdir}/%{name}
# Create directory for configuration
mkdir -p %{buildroot}%{_sysconfdir}/%{name}
%check
sed -i 's/tests=\"$tests nethash/#tests=\"$tests nethash/g' tests/runtest.sh
sed -i 's/tests=\"$tests hash:net,port/#tests=\"$tests hash:net,port/g' tests/runtest.sh
sed -i 's/tests=\"$tests hash:ip/#tests=\"$tests hash:ip/g' tests/runtest.sh
sed -i 's/tests=\"$tests hash:net,iface/#tests=\"$tests hash:net,iface/g' tests/runtest.sh
make tests |& tee %{_specdir}/%{name}-check-log || %{nocheck}
%ldconfig_scriptlets
%post service
@ -111,6 +104,11 @@ fi
%dir %{_sysconfdir}/%{name}
%changelog
* Tue Feb 01 2022 Rachel Menge <rachelmenge@microsoft.com> - 7.15-1
- Update source to 7.15
- Remove check section since testsuite depends on kernel module
which we do not build
* Thu Sep 30 2021 Thomas Crain <thcrain@microsoft.com> - 7.1-3
- Add service subpackage from Fedora 35 (license: MIT)
- Add provides for libs subpackage from main package

View File

@ -7581,8 +7581,8 @@
"type": "other",
"other": {
"name": "ipset",
"version": "7.1",
"downloadUrl": "http://ipset.netfilter.org/ipset-7.1.tar.bz2"
"version": "7.15",
"downloadUrl": "https://ipset.netfilter.org/ipset-7.15.tar.bz2"
}
}
},