From 2f5602d268e6cbc0d9f8397cffb9bba7d4e8f2a7 Mon Sep 17 00:00:00 2001 From: Michal Ruprich Date: Wed, 26 Jun 2024 15:34:30 +0200 Subject: [PATCH] Adding the rpminspect.yaml file --- net-tools.spec | 5 ++++- rpminspect.yaml | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 rpminspect.yaml diff --git a/net-tools.spec b/net-tools.spec index f8508d7..302c536 100644 --- a/net-tools.spec +++ b/net-tools.spec @@ -3,7 +3,7 @@ Summary: Basic networking tools Name: net-tools Version: 2.0 -Release: 0.71.%{checkout}%{?dist} +Release: 0.72.%{checkout}%{?dist} License: GPL-2.0-or-later URL: http://sourceforge.net/projects/net-tools/ @@ -150,6 +150,9 @@ install -D -p -m 644 %{SOURCE9} %{buildroot}%{_unitdir}/arp-ethers.service %attr(0644,root,root) %{_unitdir}/arp-ethers.service %changelog +* Wed Jun 26 2024 Michal Ruprich - 2.0-0.72.20160912git +- Adding rpminspect.yaml + * Tue Jun 25 2024 Michal Ruprich - 2.0-0.71.20160912git - Resolves: RHEL-38773 - Addressing findings from static application security testing 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