- New upstream release of 0.6.6.
- Don't crash with an internal error if the .discinfo is malformed - Add a MaxSearchTime entry in CommandNotFound.conf and default to 2000ms - Build the gtk-module for gtk-3.0 as well as gtk-2.0 if available - Move the packagekitd binary to libexec
This commit is contained in:
parent
25e8209e23
commit
2f963dd51a
@ -1 +1 @@
|
||||
PackageKit-0.6.5.tar.bz2
|
||||
PackageKit-0.6.6.tar.bz2
|
||||
|
||||
@ -4,10 +4,9 @@
|
||||
|
||||
Summary: Package management service
|
||||
Name: PackageKit
|
||||
Version: 0.6.5
|
||||
Version: 0.6.6
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: http://www.packagekit.org
|
||||
Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.bz2
|
||||
|
||||
@ -35,6 +34,7 @@ BuildRequires: sqlite-devel
|
||||
BuildRequires: NetworkManager-devel
|
||||
BuildRequires: polkit-devel >= 0.92
|
||||
BuildRequires: libtool
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: docbook-utils
|
||||
BuildRequires: gnome-doc-utils
|
||||
BuildRequires: python-devel
|
||||
@ -255,7 +255,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/libpackagekit*.la
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/packagekit-backend/*.la
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/packagekit-plugin.la
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/*.la
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-?.0/modules/*.la
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/polkit-1/extensions/libpackagekit-action-lookup.la
|
||||
|
||||
touch $RPM_BUILD_ROOT%{_localstatedir}/cache/PackageKit/groups.sqlite
|
||||
@ -314,7 +314,7 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%{_datadir}/polkit-1/actions/*.policy
|
||||
%{_datadir}/mime/packages/packagekit-*.xml
|
||||
%{_datadir}/PackageKit/pk-upgrade-distro.sh
|
||||
%{_sbindir}/packagekitd
|
||||
%{_libexecdir}/packagekitd
|
||||
%{_bindir}/pkmon
|
||||
%{_bindir}/pkcon
|
||||
%{_bindir}/pkgenpack
|
||||
@ -400,7 +400,7 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%files gtk-module
|
||||
%defattr(-,root,root,-)
|
||||
%doc README AUTHORS NEWS COPYING
|
||||
%{_libdir}/gtk-2.0/modules/*.so
|
||||
%{_libdir}/gtk-?.0/modules/*.so
|
||||
|
||||
%files command-not-found
|
||||
%defattr(-,root,root,-)
|
||||
@ -443,6 +443,13 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%{_includedir}/PackageKit/backend/*.h
|
||||
|
||||
%changelog
|
||||
* Thu Jul 01 2010 Richard Hughes <rhughes@redhat.com> - 0.6.6-1
|
||||
- New upstream release of 0.6.6.
|
||||
- Don't crash with an internal error if the .discinfo is malformed
|
||||
- Add a MaxSearchTime entry in CommandNotFound.conf and default to 2000ms
|
||||
- Build the gtk-module for gtk-3.0 as well as gtk-2.0 if available
|
||||
- Move the packagekitd binary to libexec
|
||||
|
||||
* Wed Jun 02 2010 Richard Hughes <rhughes@redhat.com> - 0.6.5-1
|
||||
- New upstream release of 0.6.5.
|
||||
- Use the new PkTask API in pkcon so we can deal with Media and Eula queries.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user