commit polkit for openSUSE:Factory
Hello community, here is the log from the commit of package polkit for openSUSE:Factory checked in at 2012-09-26 16:26:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/polkit (Old) and /work/SRC/openSUSE:Factory/.polkit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "polkit", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/polkit/polkit.changes 2012-09-25 14:28:27.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.polkit.new/polkit.changes 2012-09-26 16:27:05.000000000 +0200 @@ -1,0 +2,7 @@ +Tue Sep 25 09:05:02 UTC 2012 - vuntz@opensuse.org + +- Use %{_localstatedir}/lib/polkit for $HOME of polkit user, + instead of %{_libexecdir}/polkit-1. The directory is manually + created in %install. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ polkit.spec ++++++ --- /var/tmp/diff_new_pack.gaBqze/_old 2012-09-26 16:27:06.000000000 +0200 +++ /var/tmp/diff_new_pack.gaBqze/_new 2012-09-26 16:27:06.000000000 +0200 @@ -138,6 +138,8 @@ %install %make_install rm $RPM_BUILD_ROOT%{_libdir}/*.la +# create $HOME for polkit user +install -d %{buildroot}%{_localstatedir}/lib/polkit %find_lang polkit-1 %clean @@ -145,7 +147,7 @@ %pre getent group polkitd > /dev/null || groupadd -r polkitd -getent passwd polkitd > /dev/null || useradd -r -g polkitd -d %{_libexecdir}/polkit-1 -s /sbin/nologin -c "User for polkitd" polkitd +getent passwd polkitd > /dev/null || useradd -r -g polkitd -d %{_localstatedir}/lib/polkit -s /sbin/nologin -c "User for polkitd" polkitd exit 0 %post @@ -200,6 +202,8 @@ %dir %{_libexecdir}/polkit-1 %{_libexecdir}/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 %files devel %defattr(-,root,root,-) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de