Skip to content

Commit 2938af2

Browse files
committed
Updated RPM spec to auto detect Release
1 parent 46a28a6 commit 2938af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-scripts/swaync-git.rpkg.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Name: {{{ git_repo_name }}}-git
55
Version: {{{ git_repo_release lead="$(git describe --tags --abbrev=0)" }}}
6-
Release: 1%{?dist}
6+
Release: {{{ echo -n "$(git rev-list --all --count)" }}}%{?dist}
77
Summary: Notification daemon with GTK GUI
88
Provides: desktop-notification-daemon
99
Provides: sway-notification-center = %{version}-%{release}

0 commit comments

Comments
 (0)