diff --git a/gparted-console.apps b/gparted-console.apps index 7474fb3..d6c16d8 100644 --- a/gparted-console.apps +++ b/gparted-console.apps @@ -1,3 +1,3 @@ USER=root -PROGRAM=%{_bindir}/run_gparted +PROGRAM=/usr/bin/run-gparted SESSION=true diff --git a/gparted.spec b/gparted.spec index fd48449..759ca15 100644 --- a/gparted.spec +++ b/gparted.spec @@ -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 @@ fi %config(noreplace) %{_sysconfdir}/security/console.apps/gparted %changelog +* Mon Apr 15 2007 Deji Akingunola - 0.3.3-9 +- Fix the typos and stupidity in the consolehelper and hal-lock files + * Mon Apr 04 2007 Deji Akingunola - 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 diff --git a/run-gparted b/run-gparted index 4d49200..e8f4433 100644 --- a/run-gparted +++ b/run-gparted @@ -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