rpms/gnome-packagekit/F-9 gnome-packagekit.spec, 1.41, 1.42 system-install-packages, 1.1, 1.2

Richard Hughes (rhughes) fedora-extras-commits at redhat.com
Tue Jul 15 11:54:37 UTC 2008


Author: rhughes

Update of /cvs/pkgs/rpms/gnome-packagekit/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31397

Modified Files:
	gnome-packagekit.spec system-install-packages 
Log Message:
* Tue Jul 15 2008 Richard Hughes  <rhughes at redhat.com> - 0.2.3-5
- Correct the name of the executables called in system-install-packages.
  Fixes rh#455390



Index: gnome-packagekit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-packagekit/F-9/gnome-packagekit.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- gnome-packagekit.spec	8 Jul 2008 00:00:42 -0000	1.41
+++ gnome-packagekit.spec	15 Jul 2008 11:53:54 -0000	1.42
@@ -6,7 +6,7 @@
 Name:      gnome-packagekit
 Version:   0.2.3
 #Release:   1.%{?alphatag}%{?dist}
-Release:   4%{?dist}
+Release:   5%{?dist}
 License:   GPLv2+
 Group:     Applications/System
 URL:       http://www.packagekit.org
@@ -144,6 +144,10 @@
 %{_datadir}/applications/gpk-*.desktop
 
 %changelog
+* Tue Jul 15 2008 Richard Hughes  <rhughes at redhat.com> - 0.2.3-5
+- Correct the name of the executables called in system-install-packages.
+  Fixes rh#455390
+
 * Tue Jul 08 2008 Richard Hughes  <rhughes at redhat.com> - 0.2.3-4
 - Set the GUI interaction mode in the gpk-install-foo tools
   so the dialog does not auto-close when we've asked for auth.


Index: system-install-packages
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-packagekit/F-9/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	15 Jul 2008 11:53:54 -0000	1.2
@@ -29,6 +29,6 @@
     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