[lxde-common] Fix conditional to actually apply the fix for the quicklauncher (#1028063)

Christoph Wickert cwickert at fedoraproject.org
Tue Nov 26 20:19:06 UTC 2013


commit 78ba65234f839318dbc7b2549527b9f564a0bcc3
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Tue Nov 26 21:16:57 2013 +0100

    Fix conditional to actually apply the fix for the quicklauncher (#1028063)

 lxde-common.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/lxde-common.spec b/lxde-common.spec
index d8a3fd5..ab5702c 100644
--- a/lxde-common.spec
+++ b/lxde-common.spec
@@ -18,7 +18,7 @@
 
 Name:           lxde-common
 Version:        0.5.5
-Release:        0.8%{?git_version:.%{?git_version}}%{?dist}
+Release:        0.9%{?git_version:.%{?git_version}}%{?dist}
 Summary:        Default configuration files for LXDE
 
 Group:          User Interface/Desktops
@@ -80,7 +80,7 @@ Desktop Environment.
 # Fedora >= 19 doesn't use vendor prefixes for desktop files. Instead of
 # maintaining two patches we just strip the prefixes from the files we just
 # patched with patch 100.
-%if (0%{?fedora} && 0%{?fedora} < 19) || (0%{?rhel} && 0%{?rhel} < 7)
+%if (0%{?fedora} && 0%{?fedora} >= 19) || (0%{?rhel} && 0%{?rhel} >= 7)
 sed -i 's|id=fedora-|id=|' lxpanel/panel.in
 %endif
 
@@ -129,6 +129,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Nov 26 2013  Christoph Wickert <cwickert at fedoraproject.org> - 0.5.5-0.9.20110328git87c368d7
+- Fix conditional to actually apply the fix for the quicklauncher (#1028063)
+
 * Tue Nov 26 2013 Christoph Wickert <cwickert at fedoraproject.org> - 0.5.5-0.8.20110328git87c368d7
 - Fix lxpanel quicklauncher icons (#1028063)
 - Remove netstat and cpu plugins from default panel config


More information about the scm-commits mailing list