Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
packaging: change - for ~ in the 2.1.0-dev version
Browse files Browse the repository at this point in the history
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
  • Loading branch information
mssola committed Jun 30, 2016
1 parent 41d8e83 commit 3f56c4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packaging/suse/make_spec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [ $TRAVIS_COMMIT ];then
else
commit=$(git log -1 --pretty=format:'%H')
fi
version=$(cat ../../VERSION)
version=$(sed s/-/~/g ../../VERSION)
version="$version+git$commit"
date=$(date --rfc-2822)
year=$(date +%Y)
Expand Down Expand Up @@ -75,4 +75,3 @@ else
echo "A problem occured creating the spec file."
exit -1
fi

0 comments on commit 3f56c4a

Please sign in to comment.