- New upstream release of 0.6.1.
- Ensure we look in all update notices for a security update. Fixes #526279 - Show a message to the user if the repo could not be reached. Fixes #531838 - Enable introspection support in PackageKit-glib2
This commit is contained in:
parent
a5c4785ca7
commit
b0572fc834
@ -1 +1 @@
|
||||
PackageKit-0.6.0.tar.bz2
|
||||
PackageKit-0.6.1.tar.bz2
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
|
||||
Summary: Package management service
|
||||
Name: PackageKit
|
||||
Version: 0.6.0
|
||||
Version: 0.6.1
|
||||
#Release: 0.1.%{?alphatag}git%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
@ -64,6 +64,7 @@ BuildRequires: cppunit-devel
|
||||
BuildRequires: pango-devel
|
||||
BuildRequires: pm-utils-devel
|
||||
BuildRequires: fontconfig-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
#BuildRequires: gtk-sharp2-devel
|
||||
#BuildRequires: mono-core
|
||||
|
||||
@ -122,6 +123,7 @@ Summary: GLib libraries for accessing PackageKit
|
||||
Group: Development/Libraries
|
||||
Requires: dbus >= %{dbus_version}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: gobject-introspection
|
||||
Obsoletes: PackageKit-libs < %{version}-%{release}
|
||||
Provides: PackageKit-libs = %{version}-%{release}
|
||||
|
||||
@ -251,6 +253,7 @@ user to restart the computer or remove and re-insert the device.
|
||||
--enable-yum \
|
||||
%if 0%{?rhel} == 0
|
||||
--enable-smart \
|
||||
--enable-introspection \
|
||||
%endif
|
||||
--with-default-backend=yum \
|
||||
--disable-local \
|
||||
@ -379,6 +382,8 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%defattr(-,root,root,-)
|
||||
%doc README AUTHORS NEWS COPYING
|
||||
%{_libdir}/*packagekit-glib2.so.*
|
||||
%{_libdir}/girepositry-1.0/PackageKitGlib-1.0.typelib
|
||||
%{_datadir}/gir-1.0/PackageKitGlib-1.0.gir
|
||||
|
||||
%files qt
|
||||
%defattr(-,root,root,-)
|
||||
@ -453,6 +458,12 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%{_includedir}/PackageKit/backend/*.h
|
||||
|
||||
%changelog
|
||||
* Mon Feb 01 2010 Richard Hughes <rhughes@redhat.com> - 0.6.1-1
|
||||
- New upstream release of 0.6.1.
|
||||
- Ensure we look in all update notices for a security update. Fixes #526279
|
||||
- Show a message to the user if the repo could not be reached. Fixes #531838
|
||||
- Enable introspection support in PackageKit-glib2
|
||||
|
||||
* Tue Jan 05 2010 Richard Hughes <rhughes@redhat.com> - 0.6.0-1
|
||||
- New upstream release of 0.6.0.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user