Accepting request 898646 from home:dimstar:Factory
- Fix verifyscript: the path to the binary was wrongly defined as %{_libexecdir}/lib. OBS-URL: https://build.opensuse.org/request/show/898646 OBS-URL: https://build.opensuse.org/package/show/Base:System/polkit?expand=0&rev=149
This commit is contained in:
parent
4e6f6da3cb
commit
cd6d075e79
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 9 07:09:16 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Fix verifyscript: the path to the binary was wrongly defined as
|
||||
%{_libexecdir}/lib.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 11 22:21:07 UTC 2021 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
|
@ -169,7 +169,7 @@ exit 0
|
||||
|
||||
%verifyscript
|
||||
%verify_permissions -e %{_bindir}/pkexec
|
||||
%verify_permissions -e %{_libexecdir}/lib/polkit-1/polkit-agent-helper-1
|
||||
%verify_permissions -e %{_libexecdir}/polkit-1/polkit-agent-helper-1
|
||||
|
||||
%post -n libpolkit0 -p /sbin/ldconfig
|
||||
%postun -n libpolkit0 -p /sbin/ldconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user