rpms/PackageKit/devel .cvsignore, 1.52, 1.53 PackageKit.spec, 1.111, 1.112 sources, 1.53, 1.54

Richard Hughes rhughes at fedoraproject.org
Mon Aug 24 13:49:27 UTC 2009


Author: rhughes

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

Modified Files:
	.cvsignore PackageKit.spec sources 
Log Message:
* Mon Aug 24 2009 Richard Hughes  <rhughes at redhat.com> - 0.5.2-0.1.20090824git
- Update to a newer git snapshot from the 0.5.x series.
- Enable GUdev functionality and create a device-rebind subpackage.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/devel/.cvsignore,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -p -r1.52 -r1.53
--- .cvsignore	19 Aug 2009 16:28:41 -0000	1.52
+++ .cvsignore	24 Aug 2009 13:49:27 -0000	1.53
@@ -1 +1 @@
-PackageKit-0.5.2-20090819.tar.gz
+PackageKit-0.5.2-20090824.tar.gz


Index: PackageKit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/devel/PackageKit.spec,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -p -r1.111 -r1.112
--- PackageKit.spec	19 Aug 2009 16:28:42 -0000	1.111
+++ PackageKit.spec	24 Aug 2009 13:49:27 -0000	1.112
@@ -3,7 +3,7 @@
 %define dbus_glib_version		0.74
 %define polkit_version			0.92
 %define libnm_glib_version		0.6.4
-%define alphatag			20090819
+%define alphatag			20090824
 
 %{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
@@ -52,6 +52,7 @@ BuildRequires: python-devel
 BuildRequires: perl(XML::Parser)
 BuildRequires: intltool
 BuildRequires: gettext
+BuildRequires: libgudev1-devel
 BuildRequires: xulrunner-devel
 BuildRequires: libarchive-devel
 BuildRequires: gstreamer-devel
@@ -223,6 +224,16 @@ Requires: PackageKit-glib = %{version}-%
 A simple helper that offers to install new packages on the command line
 using PackageKit.
 
+%package device-rebind
+Summary: Device rebind functionality for PackageKit
+Group: Development/Libraries
+Requires: PackageKit-glib = %{version}-%{release}
+
+%description device-rebind
+The device rebind functionality offer the ability to re-initialize devices
+after firmware has been installed by PackageKit. This removes the need for the
+user to restart the computer or remove and re-insert the device.
+
 %prep
 %setup -q -n %{?name}-%{?version}-%{?alphatag}
 #%setup -q
@@ -391,6 +402,12 @@ update-mime-database %{_datadir}/mime &>
 %{_sysconfdir}/profile.d/*
 %{_libexecdir}/pk-command-not-found
 
+%files device-rebind
+%defattr(-,root,root,-)
+%doc README AUTHORS NEWS COPYING
+%{_sbindir}/pk-device-rebind
+%{_datadir}/man/man1/pk-device-rebind.1.gz
+
 %files glib-devel
 %defattr(-,root,root,-)
 %doc README AUTHORS NEWS COPYING
@@ -419,6 +436,10 @@ update-mime-database %{_datadir}/mime &>
 %{_includedir}/PackageKit/backend/*.h
 
 %changelog
+* Mon Aug 24 2009 Richard Hughes  <rhughes at redhat.com> - 0.5.2-0.1.20090824git
+- Update to a newer git snapshot from the 0.5.x series.
+- Enable GUdev functionality and create a device-rebind subpackage.
+
 * Wed Aug 19 2009 Richard Hughes  <rhughes at redhat.com> - 0.5.2-0.1.20090819git
 - Update to a git snapshot from the 0.5.x series.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/devel/sources,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -p -r1.53 -r1.54
--- sources	19 Aug 2009 16:28:42 -0000	1.53
+++ sources	24 Aug 2009 13:49:27 -0000	1.54
@@ -1 +1 @@
-4be61177f1608e0c67e2dc53177fb170  PackageKit-0.5.2-20090819.tar.gz
+65d1187374f4fbf9022c5caa4ad53aa7  PackageKit-0.5.2-20090824.tar.gz




More information about the fedora-extras-commits mailing list