Skip to content

Commit

Permalink
Updated version number to 4.5.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Aug 10, 2018
1 parent 2dd2e54 commit c89f9a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ if [ "$BUILD_TARGET" != "src" ] &&
fi

if [ "$SPEC_TEMPLATE" = "" ] ; then
SPEC_TEMPLATE="$SRC_DIR/$NAME.spec.in"
SPEC_TEMPLATE="$SRC_DIR/$NAME.spec"
fi

VERSION="`rpmspec -P "$SPEC_TEMPLATE" | grep "^Version:" | awk '{print $2;}'`"
Expand Down
9 changes: 5 additions & 4 deletions jss.spec.in → jss.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ URL: http://www.dogtagpki.org/wiki/JSS
License: MPLv1.1 or GPLv2+ or LGPLv2+

Version: 4.5.0
Release: 0.6%{?_timestamp}%{?_commit_id}%{?dist}
%global _phase -b1
Release: 1%{?_timestamp}%{?_commit_id}%{?dist}
# global _phase -a1

# To generate the source tarball:
# $ git clone https://github.com/dogtagpki/jss.git
Expand Down Expand Up @@ -65,9 +65,10 @@ Requires: slf4j-jdk14
Requires: apache-commons-lang
Requires: apache-commons-codec

Conflicts: idm-console-framework < 1.1.17-4
Conflicts: pki-base < 10.6.5
Conflicts: ldapjdk < 4.20
Conflicts: idm-console-framework < 1.2
Conflicts: tomcatjss < 7.3.4
Conflicts: pki-base < 10.6.5

%description
Java Security Services (JSS) is a java native interface which provides a bridge
Expand Down

0 comments on commit c89f9a9

Please sign in to comment.