diff options
author | albator <albator@arcadia.vtf> | 2011-11-19 23:16:35 +0100 |
---|---|---|
committer | albator <albator@arcadia.vtf> | 2011-11-19 23:16:35 +0100 |
commit | 334c3ce0d6df861ff1441603c6cff2f5805dd401 (patch) | |
tree | 57e5146402ae382eac9584e5c11793f0633be167 /redhat/kdeutils | |
parent | 7541038719641ccaa9ce494afa6b4e82811794cf (diff) | |
download | tde-packaging-334c3ce0d6df861ff1441603c6cff2f5805dd401.tar.gz tde-packaging-334c3ce0d6df861ff1441603c6cff2f5805dd401.zip |
RHEL/Fedora: fix consolehelper in kdeutils & kdenetwork
Diffstat (limited to 'redhat/kdeutils')
-rwxr-xr-x | redhat/kdeutils/trinity-kdeutils-3.5.13.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/redhat/kdeutils/trinity-kdeutils-3.5.13.spec b/redhat/kdeutils/trinity-kdeutils-3.5.13.spec index 6519e8aa2..67af6e856 100755 --- a/redhat/kdeutils/trinity-kdeutils-3.5.13.spec +++ b/redhat/kdeutils/trinity-kdeutils-3.5.13.spec @@ -2,7 +2,7 @@ %if "%{?version}" == "" %define version 3.5.13 %endif -%define release 3 +%define release 4 # If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt". %if "%{?_prefix}" != "/usr" @@ -192,7 +192,7 @@ install -p -D -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/security/console.apps pushd %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_sbindir} mv klaptop_acpi_helper ../sbin - ln -s consolehelper klaptop_acpi_helper + ln -s /usr/bin/consolehelper klaptop_acpi_helper popd # klaptop setting @@ -347,6 +347,9 @@ done %changelog +* Thu Nov 17 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-4 +- Fix symbolic link to 'consolehelper' + * Fri Nov 11 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-3 - Removes 'dpkg' commands inside klaptopdaemon |