Commit Graph

229 Commits

Author SHA1 Message Date
Richard Hughes
6a1a41f771 New upstream release 2013-09-03 08:33:56 +01:00
Richard Hughes
65cd6791e7 Do not build the smart backend, it's about to be removed from Fedora 2013-08-21 08:42:59 +01:00
Richard Hughes
2304a404db New upstream release 2013-07-26 15:39:13 +01:00
Kalev Lember
3bdc9ccaa2 Fix the build
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.
2013-06-28 20:07:47 +02:00
Richard Hughes
f84e052215 Fix the passwordless install for users in wheel group only bug 2013-06-23 11:23:20 +02:00
Richard Hughes
c1b32df01c Backport another fix from master to fix the offline updates feature.
- Resolves: #968936
2013-06-23 11:22:58 +02:00
Richard Hughes
63f4ea2ab8 Backport 2 fixes from master to increase the maximum number of packages that
can be processed, and also to fix a race in the offline updates feature.
2013-06-23 11:22:33 +02:00
Matthias Clasen
106e20dde9 Trimp changelog 2013-06-22 09:39:25 -04:00
Matthias Clasen
acb266dcd6 Make building without bash-completion work 2013-05-21 20:33:36 -04:00
Richard Hughes
7eb0e99832 Snip legacy changelog info 2013-05-20 14:45:47 +01:00
Richard Hughes
be8300f123 New upstream release 2013-05-20 14:45:25 +01:00
Richard Hughes
6f8e083fe6 Backport a patch from master to fix package selection in gnome-packagekit 2013-05-09 19:48:07 +01:00
Richard Hughes
d87cb2473a New upstream release 2013-05-08 10:02:28 +01:00
Kalev Lember
39baeb87cc Drop the dep on preupgrade
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.
2013-04-04 10:40:38 +02:00
Dennis Gilmore
0f24610347 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-13 09:30:36 -06:00
Tomas Bzatek
a9ffbb85c6 Rebuilt for new libarchive 2013-01-17 14:00:11 +01:00
Richard Hughes
d668ec830f New upstream release
- 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
2013-01-16 17:23:31 +00:00
Richard Hughes
c1381698c0 New upstream release
- 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
2012-11-26 12:06:24 +00:00
Rex Dieter
f31dab3ea1 yum-plugin: make PK dep versioned 2012-10-31 11:34:36 -05:00
Richard Hughes
5311b5012b New upstream release
- Remove upstreamed patches
- zif: Fix a critical warning when enabling a repository
2012-10-29 15:20:50 +00:00
Rex Dieter
d7edd94699 sigh, another typo 2012-10-08 08:12:35 -05:00
Rex Dieter
86f1ef2c44 yum: Requires: yum >= 3.5.3-45 2012-10-08 08:11:29 -05:00
Richard Hughes
1175d45bc8 Backport some more patches from upstream:
- Never show the DBUS remote error to the user
- Fix the pango_language_matches() parameter list regression
- Don't crash when writing the offline-updates results file
- Only save interesting packages to offline-update-competed
- Resolves: #862161, #857908
2012-10-04 11:57:27 +01:00
Rex Dieter
d915c61d13 0.8.4-2
- -yum: Requires: yum >= 3.4.3-35
- PackageKit.conf: StateChangedTimeoutPriority=2
- backport -qt api/abi change
2012-10-02 12:10:24 -05:00
Richard Hughes
4a7a52e25f New upstream release
- Suggest a Linux binary if the Solaris name is used
- Use pkttyagent to request user passwords if required
- Ask PackageKit to quit when yum is started
2012-10-01 11:54:52 +01:00
Richard Hughes
d4a0af7be7 Ensure we cancel background transactions when an interactive
transaction is scheduled.
2012-09-18 11:40:30 +01:00
Richard Hughes
38fbad9316 Rework the manaully added requires so that PackageKit-glib doesn't
pull in so many deps.
2012-09-17 15:52:04 +01:00
Richard Hughes
0895e7ae00 Work around a yum API break so that resolving still works
- In e42ea3dc0b02ba73a11211de4062e87abfb77a6a yum changed the public API
  so that str(repo) returned 'fedora/18/i386' rather than just 'fedora'.
2012-09-17 15:50:38 +01:00
Richard Hughes
50ee91eca2 New upstream release
- This is the first release that allows transactions to run in parallel
- The zif backend can run in parallel by default, the yum backend still
  runs each transaction one at a time
- Save the transaction flags when removing packages
- Fix a python backtrace when removing a package
- Add GStreamer 1.0 support to the PackageKit plugin
- Add WritePreparedUpdates config item for admins
2012-08-06 16:16:15 +01:00
Richard Hughes
d089707204 Fix several reported problems with the offline-update funtionality. 2012-07-24 13:42:17 +01:00
Dennis Gilmore
5d4eae70cf - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-18 09:00:11 -05:00
Richard Hughes
d33f8ea6fa New upstream release
- Bumped sonames for libpackagekit-glib and libpackagekit-qt
- Lots of fixes to systemd-updates offline update functionality
- Remove the Transaction.UpdateSystem() method
- Don't show a warning if /var/run/PackageKit/udev does not exist
- Never run any plugins for simulated actions
2012-07-16 11:55:26 +01:00
Rex Dieter
686bc5ab08 0.8.1-8
- fix UL vs ULL type mismatch in qt bindings (#839712)
- tighten subpkg deps with %_isa
2012-07-12 11:21:10 -05:00
Richard Hughes
47ea9a0363 Fix several reported problems with the offline-update funtionality. 2012-07-10 18:23:48 +01:00
Richard Hughes
ce93e7da53 Fix several reported problems with the offline-update funtionality. 2012-07-09 13:50:29 +01:00
Richard Hughes
a02bbc1083 Correctly write the /var/lib/PackageKit/prepared-update file. 2012-07-05 15:26:37 +01:00
Richard Hughes
c92024ccb5 Fix several reported problems with the offline-update funtionality. 2012-07-02 16:58:33 +01:00
Richard Hughes
0a75a223b2 Fix several reported problems with the offline-update funtionality. 2012-06-29 16:48:28 +01:00
Richard Hughes
ed4648517a Apply a combined patch from master to fix several reported issues
with the OS update feature.
2012-06-28 15:08:51 +01:00
Richard Hughes
4321e48be2 New upstream release 2012-06-26 08:48:59 +01:00
Matthias Clasen
0b37866828 Drop libpolkit-backend dep
That library is going away, and it is not needed here.
2012-06-07 21:06:38 -04:00
Matthias Clasen
f8b74a799a Rebuild 2012-06-07 20:45:39 -04:00
Adam Jackson
a667f8236c Rebuild for new libzif 2012-06-07 14:38:31 -04:00
Richard Hughes
4fa0e89788 Do not build the PackageKit-zif package on RHEL. 2012-05-29 18:41:05 +01:00
Rex Dieter
38c30451a0 prior patch needs BR: gtk-doc 2012-05-25 10:44:17 -05:00
Rex Dieter
4913c89ac4 0.7.4-5
- re-enable -browser-plugin content
- make V=1
2012-05-25 09:59:09 -05:00
Richard Hughes
78752a8536 Fix an obvious off-by-one when parsing the signature
- Resolves: #794927

Conflicts:
	PackageKit.spec
2012-05-25 09:31:25 -05:00
Nils Philippsen
1a3fdf09c6 fix patch numbers 2012-05-11 17:17:57 +02:00
Nils Philippsen
52a1c79b13 yum: don't perceive all updates as untrusted (#821015) 2012-05-11 17:08:22 +02:00
Rex Dieter
6d1b242a18 wrong soname 2012-04-25 15:48:07 -05:00