summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pecl-solr2.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-solr2.spec b/php-pecl-solr2.spec
index dbd1523..3dfa0e9 100644
--- a/php-pecl-solr2.spec
+++ b/php-pecl-solr2.spec
@@ -123,7 +123,7 @@ DIR=src/php7
extver=$(sed -n '/#define PHP_SOLR_VERSION /{s/.* "//;s/".*$//;p}' $DIR/php_solr_version.h)
if test "x${extver}" != "x%{version}%{?prever}"; then
: Error: Upstream version is ${extver}, expecting %{version}%{?prever}.
- #exit 1
+ exit 1
fi
cd ..