From ab805daa44abf17c235bf25b340cc00e18ad3357 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 3 May 2021 14:04:39 +0200 Subject: [PATCH] Add rpminspect config file related: rhbz#1954531 --- rpminspect.yml | 15 +++++++++++++++ samba.spec | 5 ++++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 rpminspect.yml diff --git a/rpminspect.yml b/rpminspect.yml new file mode 100644 index 0000000..dd728bd --- /dev/null +++ b/rpminspect.yml @@ -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 diff --git a/samba.spec b/samba.spec index 3cb711a..eb65755 100644 --- a/samba.spec +++ b/samba.spec @@ -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 - 4.14.4-3 +* related: rhbz#1954531 - Add rpminspect.yml + * Fri Apr 30 2021 Andreas Schneider - 4.14.4-2 - related: rhbz#1954531 - Remove obsolete /var/spool/samba