Skip to content

Commit

Permalink
Fix default git_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Jul 22, 2019
1 parent a252b9b commit c08352e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/ondemand.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%global ondemand_version %{major}.%{minor}
%{!?package_version: %define package_version %{major}.%{minor}.%{patch}}
%{!?package_release: %define package_release 1}
%{!?git_tag: %define git_tag %{package_version}}
%{!?git_tag: %define git_tag v%{package_version}}

Name: %{package_name}
Version: %{package_version}
Expand Down

0 comments on commit c08352e

Please sign in to comment.