Accepting request 752325 from home:iznogood:branches:Base:System
- Fix usage of libexecdir instead of prefix/lib where applicable. OBS-URL: https://build.opensuse.org/request/show/752325 OBS-URL: https://build.opensuse.org/package/show/Base:System/polkit?expand=0&rev=137
This commit is contained in:
parent
ca12638c98
commit
0919632dac
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 29 10:36:53 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Fix usage of libexecdir instead of prefix/lib where applicable.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 8 12:41:44 UTC 2019 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
|
@ -129,7 +129,6 @@ export SUID_LDFLAGS="-z now -pie"
|
||||
--enable-introspection \
|
||||
--enable-examples \
|
||||
--enable-libsystemd-login \
|
||||
--libexecdir=%{_libexecdir}/polkit-1 \
|
||||
%{nil}
|
||||
%make_build
|
||||
|
||||
@ -199,8 +198,8 @@ exit 0
|
||||
%{_bindir}/pkcheck
|
||||
%verify(not mode) %attr(4755,root,root) %{_bindir}/pkexec
|
||||
%{_bindir}/pkttyagent
|
||||
%dir %{_libexecdir}/polkit-1
|
||||
%{_libexecdir}/polkit-1/polkitd
|
||||
%dir %{_prefix}/lib/polkit-1
|
||||
%{_prefix}/lib/polkit-1/polkitd
|
||||
%verify(not mode) %attr(4755,root,root) %{_prefix}/lib/polkit-1/polkit-agent-helper-1
|
||||
# $HOME for polkit user
|
||||
%dir %{_localstatedir}/lib/polkit
|
||||
|
Loading…
x
Reference in New Issue
Block a user