From a54f704debe0a7612d7bd88ad7605b2ee75cfa0f Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Wed, 7 Jul 2021 20:51:58 -0400 Subject: [PATCH] Make local checkout builds use Release: 0 This ensures that local checkout builds always have a lower Release than officially built snapshot releases. --- systemd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index 78cf20b..6d4701b 100644 --- a/systemd.spec +++ b/systemd.spec @@ -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