From 5a49443b5890b6ede6a53cebd65619bb3d662bc8 Mon Sep 17 00:00:00 2001 From: Joan Touzet Date: Thu, 13 Feb 2020 15:19:34 -0800 Subject: [PATCH] fix wrongly committed version --- rpm/SPECS/couchdb.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/SPECS/couchdb.spec b/rpm/SPECS/couchdb.spec index aefd7ba..7b50e74 100644 --- a/rpm/SPECS/couchdb.spec +++ b/rpm/SPECS/couchdb.spec @@ -93,7 +93,7 @@ languages and environments. %define __os_install_post %{nil} %build -./configure -c --spidermonkey-version=1.8.5 +./configure -c --spidermonkey-version=%SM_VER% %{__make} release %clean