rpms/PackageKit/devel PackageKit.spec,1.64,1.65

Richard Hughes rhughes at fedoraproject.org
Wed Oct 1 16:07:03 UTC 2008


Author: rhughes

Update of /cvs/pkgs/rpms/PackageKit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21063

Modified Files:
	PackageKit.spec 
Log Message:
* Wed Oct 01 2008 Richard Hughes  <rhughes at redhat.com> - 0.3.5-4
- Rename the subpackages before David blows a blood vessel.
- yum-packagekit  -> PackageKit-yum-plugin
- udev-packagekit -> PackageKit-udev-helper



Index: PackageKit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/devel/PackageKit.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- PackageKit.spec	30 Sep 2008 12:52:58 -0000	1.64
+++ PackageKit.spec	1 Oct 2008 16:06:32 -0000	1.65
@@ -8,7 +8,7 @@
 Summary:   System daemon that is a DBUS abstraction layer for package management
 Name:      PackageKit
 Version:   0.3.5
-Release:   3%{?dist}
+Release:   4%{?dist}
 License:   GPLv2+
 Group:     System Environment/Libraries
 URL:       http://packagekit.freedesktop.org
@@ -24,8 +24,8 @@
 Requires: dbus >= %{dbus_version}
 Requires: dbus-glib >= %{dbus_glib_version}
 Requires: PackageKit-libs = %{version}-%{release}
-Requires: yum-packagekit = %{version}-%{release}
-Requires: udev-packagekit = %{version}-%{release}
+Requires: PackageKit-udev-helper = %{version}-%{release}
+Requires: PackageKit-yum-plugin = %{version}-%{release}
 Requires: PackageKit-yum = %{version}-%{release}
 Requires: shared-mime-info
 Requires: python-sqlite2
@@ -82,25 +82,27 @@
 %description docs
 API docs for PackageKit.
 
-%package -n udev-packagekit
+%package udev-helper
 Summary: Tell PackageKit to install firmware that udev requires
 Group: System Environment/Base
 Requires: udev
 Requires: PackageKit
+Obsoletes: udev-packagekit
 
-%description -n udev-packagekit
-udev-packagekit tells PackageKit that firmware was not available and was
+%description udev-helper
+PackageKit-udev-helper tells PackageKit that firmware was not available and was
 needed. This allows PackageKit to do the right thing and prompt for
 the firmware to be installed.
 
-%package -n yum-packagekit
+%package yum-plugin
 Summary: Tell PackageKit to check for updates when yum exits
 Group: System Environment/Base
 Requires: yum >= 3.0
 Requires: PackageKit
+Obsoletes: yum-packagekit
 
-%description -n yum-packagekit
-yum-packagekit tells PackageKit to check for updates when yum exits.
+%description yum-plugin
+PackageKit-yum-plugin 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.
 
@@ -255,13 +257,13 @@
 %dir %{_datadir}/PackageKit/helpers/yum
 %{_datadir}/PackageKit/helpers/yum/*
 
-%files -n yum-packagekit
+%files yum-plugin
 %defattr(-, root, root)
 %doc README AUTHORS NEWS COPYING
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/refresh-packagekit.conf
 /usr/lib/yum-plugins/refresh-packagekit.*
 
-%files -n udev-packagekit
+%files udev-helper
 %defattr(-, root, root)
 %doc README AUTHORS NEWS COPYING
 %{_sysconfdir}/udev/rules.d/*.rules
@@ -300,6 +302,11 @@
 %{_includedir}/*
 
 %changelog
+* Wed Oct 01 2008 Richard Hughes  <rhughes at redhat.com> - 0.3.5-4
+- Rename the subpackages before David blows a blood vessel.
+- yum-packagekit  -> PackageKit-yum-plugin
+- udev-packagekit -> PackageKit-udev-helper
+
 * Tue Sep 30 2008 Richard Hughes  <rhughes at redhat.com> - 0.3.5-3
 - Fix a bug where the daemon could crash when cancelling a lot of transactions.
 - Fix installing codecs with a 64 bit machine




More information about the fedora-extras-commits mailing list