summaryrefslogtreecommitdiffstats
path: root/scripts/compose_dogtag_pki_theme_packages
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2017-06-01 08:22:48 +0200
committerEndi S. Dewata <edewata@redhat.com>2017-06-01 16:47:10 +0200
commit0c5754a39f0bdd4c5390ea256f8d413fc94aaaba (patch)
tree77a1549c024bd43e546ec02ce90def47c15dff13 /scripts/compose_dogtag_pki_theme_packages
parent0984d8a114b326a75b2c32cd9da2b7dee23920bb (diff)
downloadpki-0c5754a39f0bdd4c5390ea256f8d413fc94aaaba.tar.gz
pki-0c5754a39f0bdd4c5390ea256f8d413fc94aaaba.tar.xz
pki-0c5754a39f0bdd4c5390ea256f8d413fc94aaaba.zip
Removed hard-coded version numbers from compose scripts.
The compose scripts have been modified to use the version numbers defined in the spec files. https://pagure.io/dogtagpki/issue/2687 Change-Id: I9651e6239c34e38924fac1a3e7a1a1e6ad574b10
Diffstat (limited to 'scripts/compose_dogtag_pki_theme_packages')
-rwxr-xr-xscripts/compose_dogtag_pki_theme_packages4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/compose_dogtag_pki_theme_packages b/scripts/compose_dogtag_pki_theme_packages
index a3c7df840..1d4f9b5ee 100755
--- a/scripts/compose_dogtag_pki_theme_packages
+++ b/scripts/compose_dogtag_pki_theme_packages
@@ -31,14 +31,14 @@ PKI_PWD=`pwd`
##
DOGTAG_PKI_THEME="dogtag-pki-theme"
-DOGTAG_PKI_THEME_VERSION="10.4.6"
+PKI_SPECS_FILE="${PKI_DIR}/specs/${DOGTAG_PKI_THEME}.spec"
+DOGTAG_PKI_THEME_VERSION="`rpmspec -P "${PKI_SPECS_FILE}" | grep '^Version:' | awk '{print $2;}'`"
##
## Establish the SOURCE files/directories of the 'dogtag-pki' source directory
##
-PKI_SPECS_FILE="${PKI_DIR}/specs/${DOGTAG_PKI_THEME}.spec"
PKI_COMPONENT_LIST="common-ui console-ui"