nftables-1.0.4-5.el9
* Fri Jan 27 2023 Phil Sutter <psutter@redhat.com> [1.0.4-5.el9] - Fix expected error records (Phil Sutter) [1973687] Resolves: rhbz#1973687
This commit is contained in:
parent
e0136676ca
commit
ee4b6a285b
@ -1,4 +1,3 @@
|
||||
INFO: Log will be available at /tmp/nftables-test.log
|
||||
any/rawpayload.t: ERROR: line 22: add rule inet test-inet input @ih,32,32 0x14000000: This rule should not have failed.
|
||||
any/tcpopt.t: ERROR: line 58: add rule ip test-ip4 input reset tcp option mptcp: This rule should not have failed.
|
||||
any/tcpopt.t: ERROR: line 59: add rule ip test-ip4 input reset tcp option 2: This rule should not have failed.
|
||||
|
@ -1,5 +1,5 @@
|
||||
%define rpmversion 1.0.4
|
||||
%define specrelease 4
|
||||
%define specrelease 5
|
||||
|
||||
Name: nftables
|
||||
Version: %{rpmversion}
|
||||
@ -135,6 +135,9 @@ sed -i -e 's/\(sofile=\)".*"/\1"'$sofile'"/' \
|
||||
%{python3_sitelib}/nftables/
|
||||
|
||||
%changelog
|
||||
* Fri Jan 27 2023 Phil Sutter <psutter@redhat.com> [1.0.4-5.el9]
|
||||
- Fix expected error records (Phil Sutter) [1973687]
|
||||
|
||||
* Fri Jan 20 2023 Phil Sutter <psutter@redhat.com> [1.0.4-4.el9]
|
||||
- Add expected error records for testsuite runs (Phil Sutter) [1973687]
|
||||
|
||||
|
5
rpminspect.yaml
Normal file
5
rpminspect.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
upstream:
|
||||
ignore:
|
||||
# These are not "upstream sources" but merely
|
||||
# expected testsuite results for use by RHTS
|
||||
- "*.stderr.expect"
|
@ -1,3 +1 @@
|
||||
W: [FAILED] ././tests/shell/testcases/maps/typeof_integer_0
|
||||
W: [FAILED] ././tests/shell/testcases/maps/typeof_raw_0
|
||||
W: [FAILED] ././tests/shell/testcases/sets/typeof_raw_0
|
||||
|
Loading…
Reference in New Issue
Block a user