SHA256
1
0
forked from pool/systemd

- Don't pull the devel packages in when installing the testsuite package.

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1529
This commit is contained in:
Franck Bui 2024-06-18 10:13:54 +00:00 committed by Git OBS Bridge
parent b561cb9600
commit b7e80c494a
2 changed files with 10 additions and 10 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 18 10:12:01 UTC 2024 - Franck Bui <fbui@suse.com>
- Don't pull the devel packages in when installing the testsuite package.
-------------------------------------------------------------------
Thu Jun 6 13:18:29 UTC 2024 - Franck Bui <fbui@suse.com>

View File

@ -545,6 +545,7 @@ BuildRequires: pkgconfig(libqrencode)
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(pwquality)
# These Recommends because some symbols of these libs are dlopen()ed by homed
Recommends: libcryptsetup12
Recommends: libfido2
Recommends: libpwquality1
Recommends: libqrencode4
@ -639,12 +640,6 @@ Requires: user(nobody)
Requires: libidn2
Requires: pkgconfig(libidn2)
%endif
%if %{with experimental}
Requires: libpwquality1
Requires: libqrencode4
Requires: pkgconfig(libqrencode)
Requires: pkgconfig(pwquality)
%endif
Requires: %{name} = %{version}-%{release}
Requires: attr
Requires: binutils
@ -656,6 +651,10 @@ Requires: iproute2
Requires: jq
Requires: libcap-progs
Requires: libfido2
%if %{with experimental}
Requires: libpwquality1
Requires: libqrencode4
%endif
Requires: libtss2-esys0
Requires: libtss2-mu0
Requires: libtss2-rc0
@ -669,10 +668,6 @@ Requires: quota
Requires: socat
Requires: squashfs
Requires: systemd-container
Requires: pkgconfig(libfido2)
Requires: pkgconfig(tss2-esys)
Requires: pkgconfig(tss2-mu)
Requires: pkgconfig(tss2-rc)
%if %{with sd_boot}
Requires: systemd-boot
%endif