Commit 2938af2a authored by Erik Reider's avatar Erik Reider

Updated RPM spec to auto detect Release

parent 46a28a61
......@@ -3,7 +3,7 @@
Name: {{{ git_repo_name }}}-git
Version: {{{ git_repo_release lead="$(git describe --tags --abbrev=0)" }}}
Release: 1%{?dist}
Release: {{{ echo -n "$(git rev-list --all --count)" }}}%{?dist}
Summary: Notification daemon with GTK GUI
Provides: desktop-notification-daemon
Provides: sway-notification-center = %{version}-%{release}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment