From a54f704debe0a7612d7bd88ad7605b2ee75cfa0f Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Jul 08 2021 00:54:21 +0000 Subject: Make local checkout builds use Release: 0 This ensures that local checkout builds always have a lower Release than officially built snapshot releases. --- 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