with a dep on PackageKit-glib-devel (which it needs for its
packagekit-plugin.pc file) to stop the multiarch composer from
pulling in conflicting PackgeKit packages. (#972571)
- Add %{?_isa} to dbus-devel and sqlite-devel deps.
- Fix group tag for -docs subpackage.
- Drop base package dep in -docs subpackage.
Don't use %dir for the /usr/share/PackageKit/icons symlink: stricter
rawhide rpmbuild 4.11.1 compared the the version that was in F19 can
cause the build to fail.
Preupgrade is getting retired and is replaced by fedup in F18+. There is
still a soft dep on /usr/share/preupgrade/releases.list: PackageKit's
yum backend reads that file to decide if it should do distro upgrades.
However, that file as shipped in the preupgrade rpm is severely out of
date and isn't really useful any more in its current form.
- Do not ask for authentication when the transaction is being simulated
- If a simulated only-trusted transaction returns with need-untrusted
then re-simulate with only-trusted=FALSE
- systemd-updates: Don't show 'Update process 99% complete'
- The GStreamer provide name is gstreamer1() not gstreamer1.0()
- Use /dev/tty or /dev/console where available
- Don't search in command-not-found if backend is known to be too slow
- Correctly match the installed file to a package when checking shared libraries
- Do not send the UpdatesChanged signal for only-download or simulate
- Don't throw a cryptic warning when 'pkcon update' has no packages needing an update
- Emit RequireRestart(system) in a PackageKit daemon plugin
- Move the libpackagekit-qt code to a separate project
- Perform the simulation of spawned transactions correctly
- Reinstate 'pkcon list-create' for the service pack functionality
- Show a progressbar if the user presses [esc] during the system update
- yum: Don't crash when resolving groups
- yum: Don't rely on a blacklist for RequireRestart
- yum: Handle NoMoreMirrorsRepoError when using repo.getPackage()
- yum: Only emit the package list once when using WhatProvides() with multiple search terms
- yum: Use a the error NoPackagesToUpdate when there are no updates available
- zif: Don't try to cancel the backend if it's not running