[shellinabox] Fix conditions 2nd try

Simone Caronni slaanesh at fedoraproject.org
Wed Sep 5 12:08:45 UTC 2012


commit be29aa49243f7c1f8fc6c20c22df58ce084de1c5
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Wed Sep 5 14:08:35 2012 +0200

    Fix conditions 2nd try

 shellinabox.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shellinabox.spec b/shellinabox.spec
index ee330dc..02e59af 100644
--- a/shellinabox.spec
+++ b/shellinabox.spec
@@ -68,7 +68,7 @@ install -p -m 755 -D %{SOURCE3} %{buildroot}%{_initrddir}/shellinaboxd
 %clean
 rm -rf %{buildroot}
 
-%if 0%{?fedora} >= 15 || 0%{?rhel} > 6
+%if 0%{?fedora} = 16 || 0%{?fedora} = 17 || 0%{?rhel} > 6
 
 %post
 if [ $1 -eq 1 ] ; then


More information about the scm-commits mailing list