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:
parent
6dd3849ca6
commit
a54f704deb
@ -35,7 +35,7 @@ Release: 1%{?dist}
|
|||||||
%else
|
%else
|
||||||
# determine the build information from local checkout
|
# determine the build information from local checkout
|
||||||
Version: %(tools/meson-vcs-tag.sh . error | sed -r 's/-([0-9])/.^\1/; s/-g/_g/')
|
Version: %(tools/meson-vcs-tag.sh . error | sed -r 's/-([0-9])/.^\1/; s/-g/_g/')
|
||||||
Release: 1
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# For a breakdown of the licensing, see README
|
# For a breakdown of the licensing, see README
|
||||||
|
Loading…
Reference in New Issue
Block a user