Files
PackageKit/PackageKit-remove-polkit-rules.patch
Dominique Leuenberger be56316c54 Accepting request 832819 from home:Pharaoh_Atem:branches:GNOME:Factory
- Update to version 1.2.1
  + Port to the meson build system
  + Remove the GTK2 gtk-module support
  + Do not do failable actions in the PkDbus constructor
  + Do not do failable actions in the PkTransaction constructor
  + Revert "Shutdown the daemon on idle by default"
  + Actually merge in the PolicyKit translation
  + Fix setting libexecdir for command-not-found helper
  + Fix command-not-found handling arguments with spaces
  + Use SQL statements for queries with input
  + Exit pkcon with retval 5 if no packages needed be installed
  + dnf: Load all the repos and vars directories
  + dnf: Add vendor configuration for openSUSE
  + zypp: Ignore already installed package when installing
  + zypp: Remove upgrade-system implementation
  + zypp: Clean up temporary files when PK quits
  + zypp: Ensure ResPool is built before is_tumbleweed()
- Remove upstreamed patches
  + PackageKit-dnf-Add-openSUSE-vendor.patch
  + PackageKit-drop-gtk2.patch
  + PackageKit-pkcon-exit-with-retval-5.patch
  + PackageKit-zypp-cleanup-tmp-files.patch
  + PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch
  + PackageKit-zypp-ignore-already-installed-packages.patch
  + PackageKit-zypp-update-packages-in-all-openSUSE.patch
- Add patch from upstream
  + PackageKit-test-Install-required-helper-files.patch
- Refresh existing patches
  + PackageKit-remove-polkit-rules.patch
  + PackageKit-systemd-timers.patch
- Clean up legacy cruft, assume openSUSE Leap 15 or newer

OBS-URL: https://build.opensuse.org/request/show/832819
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/PackageKit?expand=0&rev=386
2020-09-11 08:20:50 +00:00

10 lines
532 B
Diff

diff -rup PackageKit-1.2.1/policy/meson.build PackageKit-1.2.1-rm-polkitrules/policy/meson.build
--- PackageKit-1.2.1/policy/meson.build 2020-09-07 05:14:48.879003300 -0400
+++ PackageKit-1.2.1-rm-polkitrules/policy/meson.build 2020-09-07 10:12:34.746741536 -0400
@@ -1,5 +1,3 @@
-install_data('org.freedesktop.packagekit.rules',
- install_dir : join_paths(get_option('datadir'), 'polkit-1', 'rules.d'))
i18n.merge_file(
input: 'org.freedesktop.packagekit.policy.in',
output: 'org.freedesktop.packagekit.policy',