rpms/gnome-packagekit/devel gnome-packagekit.spec, 1.61, 1.62 system-install-packages, 1.1, 1.2

Richard Hughes rhughes at fedoraproject.org
Wed Nov 5 11:30:27 UTC 2008


Author: rhughes

Update of /cvs/pkgs/rpms/gnome-packagekit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11265

Modified Files:
	gnome-packagekit.spec system-install-packages 
Log Message:
* Wed Nov 05 2008 Richard Hughes  <rhughes at redhat.com> - 0.3.9-6
- Fix up the fedora system-install-packages compatibility script.
- Fixes #468568



Index: gnome-packagekit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-packagekit/devel/gnome-packagekit.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- gnome-packagekit.spec	1 Nov 2008 13:42:14 -0000	1.61
+++ gnome-packagekit.spec	5 Nov 2008 11:29:57 -0000	1.62
@@ -4,7 +4,7 @@
 Summary:   GNOME PackageKit Client
 Name:      gnome-packagekit
 Version:   0.3.9
-Release:   5%{?dist}
+Release:   6%{?dist}
 License:   GPLv2+
 Group:     Applications/System
 URL:       http://www.packagekit.org
@@ -207,6 +207,10 @@
 %{_datadir}/applications/gpk-service-pack.desktop
 
 %changelog
+* Wed Nov 05 2008 Richard Hughes  <rhughes at redhat.com> - 0.3.9-6
+- Fix up the fedora system-install-packages compatibility script.
+- Fixes #468568
+
 * Sat Nov 01 2008 Richard Hughes  <rhughes at redhat.com> - 0.3.9-5
 - Fix up the pirut obsoletes to fix upgrades from F8. Fixes #469481
 


Index: system-install-packages
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-packagekit/devel/system-install-packages,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- system-install-packages	11 Apr 2008 16:25:02 -0000	1.1
+++ system-install-packages	5 Nov 2008 11:29:57 -0000	1.2
@@ -29,6 +29,7 @@
     sys.exit(1)
 
 if have_local:
-    os.execv("/usr/bin/gpk-install-file", ["gpk-install-file"] + specified)
+    os.execv("/usr/bin/gpk-install-local-file", ["gpk-install-local-file"] + specified)
 else:
-    os.execv("/usr/bin/gpk-install-package", ["gpk-install-file"] + specified)
+    os.execv("/usr/bin/gpk-install-package-name", ["gpk-install-package-name"] + specified)
+




More information about the fedora-extras-commits mailing list