Accepting request 754301 from Base:System
OBS-URL: https://build.opensuse.org/request/show/754301 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/polkit?expand=0&rev=69
This commit is contained in:
commit
75bc550835
@ -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>
|
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-introspection \
|
||||||
--enable-examples \
|
--enable-examples \
|
||||||
--enable-libsystemd-login \
|
--enable-libsystemd-login \
|
||||||
--libexecdir=%{_libexecdir}/polkit-1 \
|
|
||||||
%{nil}
|
%{nil}
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
@ -199,8 +198,8 @@ exit 0
|
|||||||
%{_bindir}/pkcheck
|
%{_bindir}/pkcheck
|
||||||
%verify(not mode) %attr(4755,root,root) %{_bindir}/pkexec
|
%verify(not mode) %attr(4755,root,root) %{_bindir}/pkexec
|
||||||
%{_bindir}/pkttyagent
|
%{_bindir}/pkttyagent
|
||||||
%dir %{_libexecdir}/polkit-1
|
%dir %{_prefix}/lib/polkit-1
|
||||||
%{_libexecdir}/polkit-1/polkitd
|
%{_prefix}/lib/polkit-1/polkitd
|
||||||
%verify(not mode) %attr(4755,root,root) %{_prefix}/lib/polkit-1/polkit-agent-helper-1
|
%verify(not mode) %attr(4755,root,root) %{_prefix}/lib/polkit-1/polkit-agent-helper-1
|
||||||
# $HOME for polkit user
|
# $HOME for polkit user
|
||||||
%dir %{_localstatedir}/lib/polkit
|
%dir %{_localstatedir}/lib/polkit
|
||||||
|
Loading…
Reference in New Issue
Block a user