From aea07c1d293bb964680ce558678b81078b84f9839e83a7285503ccbbdc60e165 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Thu, 16 May 2024 14:28:26 +0000 Subject: [PATCH] emphasize that it's the *unit* tests that are run in %check OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1523 --- systemd.changes | 2 +- systemd.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/systemd.changes b/systemd.changes index 9b7eaed4..6ac38856 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Thu May 16 10:01:20 UTC 2024 - Radoslav Kolev -- systemd.spec: enable tests during build +- systemd.spec: enable unit tests during build ------------------------------------------------------------------- Thu May 16 08:27:27 UTC 2024 - Franck Bui diff --git a/systemd.spec b/systemd.spec index 3ed01092..7c73a51d 100644 --- a/systemd.spec +++ b/systemd.spec @@ -139,7 +139,7 @@ BuildRequires: pam-devel BuildRequires: python3-Jinja2 BuildRequires: systemd-rpm-macros BuildRequires: pkgconfig(blkid) >= 2.26 -#The following packages are only required by the tests during %check +# The following packages are only required by the execution of the unit tests during %%check BuildRequires: acl BuildRequires: distribution-release BuildRequires: python3-pefile @@ -1094,8 +1094,8 @@ rm -fr %{buildroot}%{_docdir}/systemd %systemd_pre systemd-journald-audit.socket %systemd_pre systemd-userdbd.service -#Execute the tests %check +# Run the unit tests. %meson_test %post