From 0aa9a9c3128feade105dc0cd72c86e97aaef1fee4762357f061d341c8092fccb Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Thu, 17 Aug 2023 09:11:10 +0000 Subject: [PATCH] reorder some comments for the testsuite (probably screwed up by the script called when commiting change :() OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1424 --- systemd.changes | 7 +++---- systemd.spec | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/systemd.changes b/systemd.changes index 4ad4bb9b..d6eae517 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,10 +1,9 @@ ------------------------------------------------------------------- Thu Aug 17 09:01:36 UTC 2023 - Johannes Segitz -- Recommend selinux-policy-devel instead of requiring it in line with - other tests. Add Recommends for selinux-policy-targeted as this is - also required to run the test (in general any SELinux policy should - do) +- testsuite: Recommend selinux-policy-devel instead of requiring it in line with + other tests. Add Recommends for selinux-policy-targeted as this is also + required to run the test (in general any SELinux policy should do) ------------------------------------------------------------------- Wed Aug 16 16:51:01 UTC 2023 - Ludwig Nussel diff --git a/systemd.spec b/systemd.spec index 47d8380c..dad3b922 100644 --- a/systemd.spec +++ b/systemd.spec @@ -569,7 +569,6 @@ systemd-journal-remote, and systemd-journal-upload. %if %{with testsuite} %package testsuite Summary: Testsuite for systemd -# Unit tests dependencies License: LGPL-2.1-or-later Recommends: python3 Recommends: python3-colorama @@ -578,15 +577,15 @@ Recommends: dosfstools # Optional deps needed by TEST-70-TPM2 (otherwise skipped) Recommends: swtpm Recommends: tpm2.0-tools -# The following deps on libs are for test-dlopen-so whereas the pkgconfig ones -# are used by test-funtions to find the libs on the host and install them in the -# image, see install_missing_libraries() for details. %if %{with resolved} # Optional dep for knot needed by TEST-75-RESOLVED Recommends: knot # Optional deps needed by TEST-06-SELINUX (otherwise skipped) Recommends: selinux-policy-devel Recommends: selinux-policy-targeted +# The following deps on libs are for test-dlopen-so whereas the pkgconfig ones +# are used by test-funtions to find the libs on the host and install them in the +# image, see install_missing_libraries() for details. Requires: libidn2 Requires: pkgconfig(libidn2) %endif