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
This commit is contained in:
Franck Bui 2023-08-17 09:11:10 +00:00 committed by Git OBS Bridge
parent 590e93775a
commit 0aa9a9c312
2 changed files with 6 additions and 8 deletions

View File

@ -1,10 +1,9 @@
-------------------------------------------------------------------
Thu Aug 17 09:01:36 UTC 2023 - Johannes Segitz <jsegitz@suse.com>
- 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 <lnussel@suse.de>

View File

@ -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