Accepting request 1077457 from Base:System
- testsuite: TEST-75-RESOLVED needs knot DNS server
- Import commit 66f3a8a47d5bf6aea3f6fb181c01550a1a54406e (merge of v253.3)
This merge also includes the following fix, which is not part of the stable
release:
d2413cec02 test/test-functions: fix typo in install_suse_systemd()
For a complete list of changes, visit:
03cfbe7673...66f3a8a47d
OBS-URL: https://build.opensuse.org/request/show/1077457
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=387
This commit is contained in:
commit
52e84b0404
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c4d378e16528a3ee1b5e13568e57f7edc71686fe10072bac63f2b600228155a
|
||||
size 8205740
|
3
systemd-v253.3+suse.22.g66f3a8a47d.tar.xz
Normal file
3
systemd-v253.3+suse.22.g66f3a8a47d.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5e09e6e9eb4c0b383578dad276f56c174eacd2d7752e0f545db6d2480d627d0
|
||||
size 8205724
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 5 08:20:53 UTC 2023 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- testsuite: TEST-75-RESOLVED needs knot DNS server
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 5 07:32:41 UTC 2023 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- Import commit 66f3a8a47d5bf6aea3f6fb181c01550a1a54406e (merge of v253.3)
|
||||
|
||||
This merge also includes the following fix, which is not part of the stable
|
||||
release:
|
||||
|
||||
d2413cec02 test/test-functions: fix typo in install_suse_systemd()
|
||||
|
||||
For a complete list of changes, visit:
|
||||
https://github.com/openSUSE/systemd/compare/03cfbe767327d01d5a71131d91bf06fdc0047ca1...66f3a8a47d5bf6aea3f6fb181c01550a1a54406e
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 3 09:36:03 UTC 2023 - Franck Bui <fbui@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global flavor @BUILD_FLAVOR@%{nil}
|
||||
|
||||
%define min_kernel_version 4.5
|
||||
%define archive_version +suse.20.g03cfbe7673
|
||||
%define archive_version +suse.22.g66f3a8a47d
|
||||
|
||||
%define _testsuitedir /usr/lib/systemd/tests
|
||||
%define xinitconfdir %{?_distconfdir}%{!?_distconfdir:%{_sysconfdir}}/X11/xinit
|
||||
@ -72,7 +72,7 @@
|
||||
|
||||
Name: systemd%{?mini}
|
||||
URL: http://www.freedesktop.org/wiki/Software/systemd
|
||||
Version: 253.2
|
||||
Version: 253.3
|
||||
Release: 0
|
||||
Summary: A System and Session Manager
|
||||
License: LGPL-2.1-or-later
|
||||
@ -508,6 +508,8 @@ Recommends: tpm2.0-tools
|
||||
# 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
|
||||
Requires: libidn2
|
||||
Requires: pkgconfig(libidn2)
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user