From c757b143408fadbbe083e869cae438f633d26471f6db2d66edaebe363b4c45ed Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Thu, 7 Mar 2019 15:11:46 +0000 Subject: [PATCH] - Include the SUSE version along with the major version of systemd OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1055 --- systemd-mini.spec | 1 + systemd.changes | 8 ++++++++ systemd.spec | 1 + 3 files changed, 10 insertions(+) diff --git a/systemd-mini.spec b/systemd-mini.spec index ab6669e..73552c8 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -434,6 +434,7 @@ opensuse_ntp_servers=({0..3}.opensuse.pool.ntp.org) # keep split-usr until all packages have moved their systemd rules to /usr %meson \ + -Dversion-tag=%{suse_version} \ -Ddocdir=%{_docdir}/systemd \ -Drootprefix=/usr \ -Dsplit-usr=true \ diff --git a/systemd.changes b/systemd.changes index 3f323ca..0abc228 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Mar 7 14:27:59 UTC 2019 - Franck Bui + +- Include the SUSE version along with the major version of systemd + + $ systemctl --version + systemd 241 (+suse.42.g15a1b4d58) + ------------------------------------------------------------------- Wed Mar 6 14:59:22 UTC 2019 - Franck Bui diff --git a/systemd.spec b/systemd.spec index ca20d5a..df08f88 100644 --- a/systemd.spec +++ b/systemd.spec @@ -432,6 +432,7 @@ opensuse_ntp_servers=({0..3}.opensuse.pool.ntp.org) # keep split-usr until all packages have moved their systemd rules to /usr %meson \ + -Dversion-tag=%{suse_version} \ -Ddocdir=%{_docdir}/systemd \ -Drootprefix=/usr \ -Dsplit-usr=true \