From edaa157918874478659896090b9512af0c50f82e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 26 Jan 2019 19:08:50 +0100 Subject: [PATCH] Override the version tag using the new functionality --- systemd.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/systemd.spec b/systemd.spec index 5e73989..922fe2d 100644 --- a/systemd.spec +++ b/systemd.spec @@ -326,6 +326,7 @@ CONFIGURE_OPTS=( -Dsplit-usr=false -Dsplit-bin=true -Db_lto=false + -Dversion-tag=v%{version}-%{release} ) %meson "${CONFIGURE_OPTS[@]}"