Make local checkout builds use Release: 0

This ensures that local checkout builds always have a lower Release
than officially built snapshot releases.
This commit is contained in:
Neal Gompa 2021-07-07 20:51:58 -04:00
parent 6dd3849ca6
commit a54f704deb
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ Release: 1%{?dist}
%else
# determine the build information from local checkout
Version: %(tools/meson-vcs-tag.sh . error | sed -r 's/-([0-9])/.^\1/; s/-g/_g/')
Release: 1
Release: 0
%endif
# For a breakdown of the licensing, see README