Fix allowed runpath
related: rhbz#1954531
This commit is contained in:
parent
3b80232a18
commit
07bdb19678
@ -12,4 +12,5 @@ badfuncs:
|
||||
|
||||
runpath:
|
||||
allowed_paths:
|
||||
- /usr/lib*/samba
|
||||
- /usr/lib/samba
|
||||
- /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 4
|
||||
%global main_release 5
|
||||
|
||||
%global samba_version 4.14.4
|
||||
%global talloc_version 2.3.2
|
||||
@ -3876,7 +3876,7 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon May 03 2021 Andreas Schneider <asn@redhat.com> - 4.14.4-4
|
||||
* Mon May 03 2021 Andreas Schneider <asn@redhat.com> - 4.14.4-5
|
||||
* related: rhbz#1954531 - Add rpminspect.yaml
|
||||
|
||||
* Fri Apr 30 2021 Andreas Schneider <asn@redhat.com> - 4.14.4-2
|
||||
|
Loading…
Reference in New Issue
Block a user