[X2Go-Commits] [x2gomatebindings] 01/01: x2gomatebindings.spec: fix a typo in if condition.

git-admin at x2go.org git-admin at x2go.org
Wed Mar 18 07:07:24 CET 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gomatebindings.

commit e418ad3aa7e71787df8c9af9f726ca8c9a674a44
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Mar 18 07:07:16 2015 +0100

    x2gomatebindings.spec: fix a typo in if condition.
---
 debian/changelog      |    1 +
 x2gomatebindings.spec |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8ff3d76..723fe9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ x2gomatebindings (0.0.1.4-0~x2go1) UNRELEASED; urgency=low
     - Add missing BuildRequires: and Requires: for file and directory owning.
     - Don't depend on x2goserver-extensions on Fedora/EPEL. Remove once Orion
       makes x2goserver also provide x2goserver-extensions.
+    - Fix a typo in if condition.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Tue, 10 Feb 2015 23:48:43 +0100
 
diff --git a/x2gomatebindings.spec b/x2gomatebindings.spec
index 80f1055..2e2485f 100644
--- a/x2gomatebindings.spec
+++ b/x2gomatebindings.spec
@@ -26,7 +26,7 @@ BuildRequires:  desktop-file-utils
 BuildRequires:  filesystem
 # This condition can safely be removed once Orion makes x2goserver provide
 # x2goserver-extensions on Fedora/EPEL.
-%if 0{?suse_version}
+%if 0%{?suse_version}
 BuildRequires:  x2goserver >= 4.0.1.4
 BuildRequires:  x2goserver-extensions
 %else
@@ -37,7 +37,7 @@ BuildRequires:  mate-icon-theme
 
 # This condition can safely be removed once Orion makes x2goserver provide
 # x2goserver-extensions on Fedora/EPEL.
-%if 0{?suse_version}
+%if 0%{?suse_version}
 Requires:       x2goserver >= 4.0.1.4
 Requires:       x2goserver-extensions
 %else

--
Alioth's /srv/git/code.x2go.org/x2gomatebindings.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git


More information about the x2go-commits mailing list