rpms/gparted/devel gparted-console.apps, 1.1, 1.2 gparted.spec, 1.27, 1.28 run-gparted, 1.1, 1.2

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Mon Apr 16 19:26:18 UTC 2007


Author: deji

Update of /cvs/extras/rpms/gparted/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32021

Modified Files:
	gparted-console.apps gparted.spec run-gparted 
Log Message:
* Mon Apr 15 2007 Deji Akingunola <dakingun at gmail.com> - 0.3.3-9
- Fix the typos and stupidity in the consolehelper and hal-lock files



Index: gparted-console.apps
===================================================================
RCS file: /cvs/extras/rpms/gparted/devel/gparted-console.apps,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gparted-console.apps	3 Apr 2007 03:52:33 -0000	1.1
+++ gparted-console.apps	16 Apr 2007 19:25:44 -0000	1.2
@@ -1,3 +1,3 @@
 USER=root
-PROGRAM=%{_bindir}/run_gparted
+PROGRAM=/usr/bin/run-gparted
 SESSION=true


Index: gparted.spec
===================================================================
RCS file: /cvs/extras/rpms/gparted/devel/gparted.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- gparted.spec	3 Apr 2007 04:25:11 -0000	1.27
+++ gparted.spec	16 Apr 2007 19:25:44 -0000	1.28
@@ -1,7 +1,7 @@
 Summary: Gnome Partition Editor
 Name:    gparted
 Version: 0.3.3
-Release: 8%{?dist}
+Release: 9%{?dist}
 Group:   Applications/System
 License: GPL
 URL:     http://gparted.sourceforge.net
@@ -81,6 +81,9 @@
 %config(noreplace) %{_sysconfdir}/security/console.apps/gparted
 
 %changelog
+* Mon Apr 15 2007 Deji Akingunola <dakingun at gmail.com> - 0.3.3-9
+- Fix the typos and stupidity in the consolehelper and hal-lock files
+
 * Mon Apr 04 2007 Deji Akingunola <dakingun at gmail.com> - 0.3.3-8
 - Explicitly require hal >= 0.5.9
 - Remove the hal policy file created by gparted (if it's still there) on upgrade


Index: run-gparted
===================================================================
RCS file: /cvs/extras/rpms/gparted/devel/run-gparted,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- run-gparted	3 Apr 2007 03:52:33 -0000	1.1
+++ run-gparted	16 Apr 2007 19:25:44 -0000	1.2
@@ -1,2 +1,2 @@
 #!/bin/bash
-%{_bindir}/hal-lock --interface org.freedesktop.Hal.Device.Storage  --exclusive --run %{_sbindir}/gparted
+%{_bindir}/hal-lock --interface org.freedesktop.Hal.Device.Storage  --exclusive --run /usr/sbin/gparted




More information about the scm-commits mailing list