Hello community, here is the log from the commit of package PackageKit for openSUSE:Factory checked in at 2019-03-26 15:37:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/PackageKit (Old) and /work/SRC/openSUSE:Factory/.PackageKit.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "PackageKit" Tue Mar 26 15:37:30 2019 rev:186 rq:687765 version:1.1.12 Changes: -------- --- /work/SRC/openSUSE:Factory/PackageKit/PackageKit.changes 2019-03-22 14:57:13.789956504 +0100 +++ /work/SRC/openSUSE:Factory/.PackageKit.new.25356/PackageKit.changes 2019-03-26 15:37:31.144369988 +0100 @@ -1,0 +2,6 @@ +Tue Mar 19 08:31:13 UTC 2019 - [email protected] + +- Add PackageKit-remove-polkit-rules.patch: Remove polkit rules + file (bsc#1125434). + +------------------------------------------------------------------- New: ---- PackageKit-remove-polkit-rules.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ PackageKit.spec ++++++ --- /var/tmp/diff_new_pack.z9krdM/_old 2019-03-26 15:37:31.952369667 +0100 +++ /var/tmp/diff_new_pack.z9krdM/_new 2019-03-26 15:37:31.956369666 +0100 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -48,6 +48,8 @@ # PATCH-FEATURE-OPENSUSE PackageKit-systemd-timers.patch bsc#1115410 [email protected] -- Migrate from cron to systemd timers Patch3: PackageKit-systemd-timers.patch Patch4: zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch +# PATCH-FIX-OPENSUSE PackageKit-remove-polkit-rules.patch bsc#1125434 [email protected] -- Remove polkit rules file +Patch5: PackageKit-remove-polkit-rules.patch BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gobject-introspection-devel @@ -236,6 +238,7 @@ %patch3 -p1 %endif %patch4 -p1 +%patch5 -p1 translation-update-upstream %build @@ -365,7 +368,7 @@ %files %license COPYING -%doc AUTHORS HACKING NEWS README +%doc AUTHORS HACKING NEWS README policy/org.freedesktop.packagekit.rules %dir %{_sysconfdir}/PackageKit %dir %{_datadir}/PackageKit %dir %{_datadir}/PackageKit/helpers @@ -400,7 +403,6 @@ %endif %verify(not md5 size mtime) %{_datadir}/PackageKit/transactions.db %{_datadir}/polkit-1/actions/org.freedesktop.packagekit.policy -%{_datadir}/polkit-1/rules.d/org.freedesktop.packagekit.rules %{_datadir}/dbus-1/system-services/* %{_unitdir}/packagekit.service %if 0%{suse_version} >= 1500 ++++++ PackageKit-remove-polkit-rules.patch ++++++ Index: PackageKit-1.1.12/policy/Makefile.am =================================================================== --- PackageKit-1.1.12.orig/policy/Makefile.am +++ PackageKit-1.1.12/policy/Makefile.am @@ -1,8 +1,4 @@ -polkit_rulesdir = $(datadir)/polkit-1/rules.d -dist_polkit_rules_DATA = \ - org.freedesktop.packagekit.rules - polkit_policydir = $(datadir)/polkit-1/actions dist_polkit_policy_DATA = \ org.freedesktop.packagekit.policy
