- Fix a race in the PkBackendSpawn code that sometimes lead to truncated
package lists from repeated simple queries that needed to change the
dispatcher.
- Resolves: #566200
This commit is contained in:
parent
b68ea492f8
commit
f37af8f387
@ -1 +1 @@
|
||||
PackageKit-0.6.2-20100209.tar.bz2
|
||||
PackageKit-0.6.2-20100219.tar.bz2
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
%define dbus_glib_version 0.74
|
||||
%define polkit_version 0.92
|
||||
%define libnm_glib_version 0.6.5
|
||||
%define alphatag 20100209
|
||||
%define alphatag 20100219
|
||||
|
||||
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
@ -458,6 +458,11 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%{_includedir}/PackageKit/backend/*.h
|
||||
|
||||
%changelog
|
||||
* Fri Feb 19 2010 Richard Hughes <rhughes@redhat.com> - 0.6.2-0.1.20100219git
|
||||
- Fix a race in the PkBackendSpawn code that sometimes lead to truncated package
|
||||
lists from repeated simple queries that needed to change the dispatcher.
|
||||
- Resolves: #566200
|
||||
|
||||
* Tue Feb 09 2010 Richard Hughes <rhughes@redhat.com> - 0.6.2-0.1.20100209git
|
||||
- Rebuild for twaugh's printer driver install F13 feature.
|
||||
- Install the gir and typelib files in the correct directory.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user