diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-03-31 13:05:52 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-04-04 08:37:03 +0200 |
commit | 221f558101ae0a421e621947d62c2199c6cfa5ff (patch) | |
tree | 169c97ae9b85e893c3d0b65a477622a1481cb554 /packaging/rpm/rpmbuild.sh | |
parent | 2c13f46c70d405e4a26c2f0680b83e18cfdfa243 (diff) |
Bump hc2vpp version to 1.17.04-RC1v1.17.04-RC1
Also updates honeycomb dependencies and vpp package dependencies
Change-Id: I4527d86b4ebf6e8e8a92c8d62c5a14640802b3e7
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'packaging/rpm/rpmbuild.sh')
-rwxr-xr-x | packaging/rpm/rpmbuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/rpm/rpmbuild.sh b/packaging/rpm/rpmbuild.sh index b50beb436..e1a831470 100755 --- a/packaging/rpm/rpmbuild.sh +++ b/packaging/rpm/rpmbuild.sh @@ -3,7 +3,7 @@ set -xe DIR=$(dirname $0) DIR=$(readlink -f $DIR) ZIPDIR=${DIR}/../../vpp-integration/minimal-distribution/target/ -ZIPFILE=${ZIPDIR}/vpp-integration-distribution-1.17.04-SNAPSHOT-hc.zip +ZIPFILE=${ZIPDIR}/vpp-integration-distribution-1.17.04-RC1-hc.zip mkdir -p ${DIR}/SOURCES/ cp $ZIPFILE ${DIR}/SOURCES/ cp ${DIR}/honeycomb.spec ${DIR}/SOURCES/ |