Skip to content

Commit

Permalink
Use git describe --abrev=0
Browse files Browse the repository at this point in the history
  • Loading branch information
kernc committed Dec 23, 2024
1 parent 545a11a commit e28072e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/copr-rpm.spec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
%global app_name efck-chat-keyboard
%global app_version $(git describe --tags)
%global app_version $(git describe --tags --abbrev=0)
%global module_name efck

Name: %{app_name}
Version: 1.0rc1
Version: %{app_version}
Release: 1%{?dist}
Summary: Emoji filter / Unicode chat keyboard
License: AGPLv3
Expand Down

0 comments on commit e28072e

Please sign in to comment.