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/wpa_supplicant.spec b/wpa_supplicant.spec index cf7478b..13232d4 100644 --- a/wpa_supplicant.spec +++ b/wpa_supplicant.spec @@ -9,7 +9,7 @@ Summary: WPA/WPA2/IEEE 802.1X Supplicant Name: wpa_supplicant Epoch: 1 Version: 2.9 -Release: 13%{?dist} +Release: 14%{?dist} License: BSD Source0: http://w1.fi/releases/%{name}-%{version}.tar.gz Source1: wpa_supplicant.conf @@ -208,6 +208,9 @@ chmod -R 0644 wpa_supplicant/examples/*.py %changelog +* Thu Jun 3 2021 Davide Caratti - 1:2.9-14 +- Disable 'badfuncs' test in rpminspect. Related: rhbz#1967579 + * Fri Apr 16 2021 Mohan Boddu - 1:2.9-13 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937