diff --git a/gating.yaml b/gating.yaml index de5c323..3c35f7d 100644 --- a/gating.yaml +++ b/gating.yaml @@ -21,7 +21,5 @@ product_versions: - rhel-* decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tedude.validation} - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional} - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/public.functional} diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..0c3bdf7 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,3 @@ +--- +inspections: + badfuncs: off diff --git a/tcpdump.spec b/tcpdump.spec index fbe3d15..cca9585 100644 --- a/tcpdump.spec +++ b/tcpdump.spec @@ -4,7 +4,7 @@ Summary: A network traffic monitoring tool Name: tcpdump Epoch: 14 Version: 4.99.4 -Release: 7%{?dist} +Release: 8%{?dist} License: BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause AND BSD-4-Clause-UC AND ISC AND NTP URL: http://www.tcpdump.org Requires(pre): shadow-utils @@ -86,6 +86,10 @@ exit 0 %{_mandir}/man8/tcpdump.8* %changelog +* Tue Apr 16 2024 Michal Ruprich - 14:4.99.4-8 +- Fixing gating.yaml for RHEL10 +- Adding rpminspect.yaml + * Mon Apr 15 2024 Michal Ruprich - 14:4.99.4-7 - Resolves: RHEL-32708 - Crafted .pcap file may lead to Denial of Service