mej pushed a commit to branch master. http://git.enlightenment.org/misc/libast.git/commit/?id=512b8e8b83407bb0ceed93b2a824252ebac4ff6b
commit 512b8e8b83407bb0ceed93b2a824252ebac4ff6b Author: Michael Jennings <[email protected]> Date: Fri Feb 28 13:20:00 2020 -0700 libast.spec: Add %{?dist} tag to Release field --- libast.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libast.spec b/libast.spec index 66c92ff..dfc3e4e 100644 --- a/libast.spec +++ b/libast.spec @@ -7,7 +7,7 @@ Summary: Library of Assorted Spiffy Things Name: libast Version: 0.8 #Release: 1 -Release: 0.%(date '+%Y%m%d') +Release: 0.%(date '+%Y%m%d')%{?dist} Group: System Environment/Libraries License: BSD URL: http://www.eterm.org/ --
