Add rpminspect config file
related: rhbz#1954531
This commit is contained in:
parent
bd3c293de6
commit
ab805daa44
15
rpminspect.yml
Normal file
15
rpminspect.yml
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
badfuncs:
|
||||
ignore:
|
||||
- /usr/bin/nmblookup
|
||||
- /usr/bin/smbtorture
|
||||
- /usr/lib*/libndr.so.*
|
||||
- /usr/lib*/libsmbconf.so.*
|
||||
- /usr/lib*/samba/libgse-samba4.so
|
||||
- /usr/lib*/samba/libsamba-sockets-samba4.so
|
||||
- /usr/libexec/ctdb/smnotify
|
||||
- /usr/sbin/nmbd
|
||||
|
||||
runpath:
|
||||
allowed_paths:
|
||||
- /usr/lib64/samba
|
@ -108,7 +108,7 @@
|
||||
|
||||
%define samba_requires_eq() %(LC_ALL="C" echo '%*' | xargs -r rpm -q --qf 'Requires: %%{name} = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not")
|
||||
|
||||
%global main_release 2
|
||||
%global main_release 3
|
||||
|
||||
%global samba_version 4.14.4
|
||||
%global talloc_version 2.3.2
|
||||
@ -3876,6 +3876,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon May 03 2021 Andreas Schneider <asn@redhat.com> - 4.14.4-3
|
||||
* related: rhbz#1954531 - Add rpminspect.yml
|
||||
|
||||
* Fri Apr 30 2021 Andreas Schneider <asn@redhat.com> - 4.14.4-2
|
||||
- related: rhbz#1954531 - Remove obsolete /var/spool/samba
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user