Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package polkit for openSUSE:Factory checked in at 2021-03-17 20:13:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/polkit (Old) and /work/SRC/openSUSE:Factory/.polkit.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "polkit" Wed Mar 17 20:13:26 2021 rev:75 rq:879208 version:0.118 Changes: -------- --- /work/SRC/openSUSE:Factory/polkit/polkit.changes 2021-01-08 17:32:12.717177631 +0100 +++ /work/SRC/openSUSE:Factory/.polkit.new.2401/polkit.changes 2021-03-17 20:13:35.734795977 +0100 @@ -1,0 +2,7 @@ +Thu Mar 11 22:21:07 UTC 2021 - Thorsten Kukuk <ku...@suse.com> + +- Move /etc/dbus-1/system.d to /usr/share/dbus-1/system.d, the + first location is only for admin changes +- Move pam configuration to /usr/etc/pam.d + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ polkit.spec ++++++ --- /var/tmp/diff_new_pack.y9GJfO/_old 2021-03-17 20:13:36.450796955 +0100 +++ /var/tmp/diff_new_pack.y9GJfO/_new 2021-03-17 20:13:36.450796955 +0100 @@ -145,6 +145,10 @@ # create $HOME for polkit user install -d %{buildroot}%{_localstatedir}/lib/polkit %find_lang polkit-1 +mkdir -p %{buildroot}%{_datadir}/dbus-1/system.d +mv %{buildroot}%{_sysconfdir}/dbus-1/system.d/* %{buildroot}%{_datadir}/dbus-1/system.d/ +mkdir -p %{buildroot}%{_distconfdir}/pam.d +mv %{buildroot}%{_sysconfdir}/pam.d/* %{buildroot}%{_distconfdir}/pam.d/ %pre getent group polkitd > /dev/null || groupadd -r polkitd @@ -190,14 +194,13 @@ %dir %{_datadir}/dbus-1 %dir %{_datadir}/dbus-1/system-services %{_datadir}/dbus-1/system-services/org.freedesktop.PolicyKit1.service +%dir %{_datadir}/dbus-1/system.d +%{_datadir}/dbus-1/system.d/org.freedesktop.PolicyKit1.conf %dir %{_datadir}/polkit-1 %dir %{_datadir}/polkit-1/actions %{_datadir}/polkit-1/actions/org.freedesktop.policykit.policy %attr(0700,polkitd,root) %dir %{_datadir}/polkit-1/rules.d -%dir %{_sysconfdir}/dbus-1 -%dir %{_sysconfdir}/dbus-1/system.d -%config %{_sysconfdir}/dbus-1/system.d/org.freedesktop.PolicyKit1.conf -%config %{_sysconfdir}/pam.d/polkit-1 +%{_distconfdir}/pam.d/polkit-1 %dir %{_sysconfdir}/polkit-1 %attr(0700,polkitd,root) %dir %{_sysconfdir}/polkit-1/rules.d %config %{_sysconfdir}/polkit-1/rules.d/50-default.rules