rpms/PackageKit/devel PackageKit.spec,1.3,1.4

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Tue Nov 27 16:22:12 UTC 2007


Author: rnorwood

Update of /cvs/pkgs/rpms/PackageKit/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25825

Modified Files:
	PackageKit.spec 
Log Message:
Update to latest upstream version - add yum-packagekit subpackage.


Index: PackageKit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/devel/PackageKit.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PackageKit.spec	11 Nov 2007 01:39:50 -0000	1.3
+++ PackageKit.spec	27 Nov 2007 16:21:39 -0000	1.4
@@ -6,7 +6,7 @@
 
 Summary:   System daemon that is a DBUS abstraction layer for package management
 Name:      PackageKit
-Version:   0.1.3
+Version:   0.1.4
 Release:   1%{?dist}
 License:   GPLv2+
 Group:     System Environment/Libraries
@@ -36,10 +36,22 @@
 to manage packages in a secure way using a cross-distro,
 cross-architecture API.
 
+%package -n yum-packagekit
+Summary: Tell PackageKit to check for updates when yum exits
+Group: System Environment/Base
+Requires: yum >= 3.0
+Requires: PackageKit
+
+%description -n yum-packagekit
+yum-packagekit tells PackageKit to check for updates when yum exits.
+This way, if you run 'yum update' and install all available updates, puplet
+will almost instantly update itself to reflect this.
+
 %package libs
 Summary: Libraries for accessing PackageKit
 Group: Development/Libraries
 Requires: dbus >= %{dbus_version}
+Requires: %{name} = %{version}-%{release}
 
 %description libs
 Libraries for accessing PackageKit.
@@ -87,6 +99,7 @@
 %dir %{_datadir}/PackageKit/helpers
 %dir %{_sysconfdir}/PackageKit
 %dir %{_localstatedir}/run/PackageKit
+%{_sysconfdir}/bash_completion.d/pk-completion.bash
 %config(noreplace) %{_sysconfdir}/PackageKit/PackageKit.conf
 %config %{_sysconfdir}/dbus-1/system.d/org.freedesktop.PackageKit.conf
 %{_datadir}/PackageKit/helpers/*
@@ -100,6 +113,11 @@
 %{_datadir}/dbus-1/system-services/*.service
 %{python_sitelib}/packagekit
 
+%files -n yum-packagekit
+%defattr(-, root, root,-)
+%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/refresh-packagekit.conf
+/usr/lib/yum-plugins/refresh-packagekit.*
+
 %files libs
 %defattr(-,root,root,-)
 %doc README AUTHORS NEWS COPYING 
@@ -116,6 +134,10 @@
 %{_includedir}/*
 
 %changelog
+* Tue Nov 27 2007 Robin Norwood <rnorwood at redhat.com> - 0.1.4-1
+- Update to latest upstream version: 0.1.4
+- Include spec file changes from hughsie to add yum-packagekit subpackage
+
 * Sat Nov 10 2007 Robin Norwood <rnorwood at redhat.com> - 0.1.3-1
 - Update to latest upstream version: 0.1.3
 




More information about the fedora-extras-commits mailing list