mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
mkosi: install libidn2 in the final system (#6173)
Recent systemd compiled in a build root which had libidn2-devel installed would
not run in the default installation root which had just libidn and did not have
libidn2. Since a8a2a0ed64
libidn2-devel (or equivalent) is installed in
the build root. Normally, since we install systemd in the installation root,
all dependencies that are needed for the compiled systemd to run are present,
but libidn2 is a new dependency, so the distro packages would just pull in
libidn, and not libidn2.
Temporily add libdn2 to explicitly specified Packages. We can remove that once
distro-compiled systemds have moved to libind2.
This commit is contained in:
parent
f778b8fe27
commit
670d494690
@ -63,3 +63,6 @@ BuildPackages=
|
||||
python-lxml
|
||||
qrencode
|
||||
xz
|
||||
|
||||
Packages=
|
||||
libidn2
|
||||
|
@ -77,3 +77,4 @@ BuildPackages=
|
||||
Packages=
|
||||
libqrencode3
|
||||
locales
|
||||
libidn2-0
|
||||
|
@ -70,3 +70,6 @@ BuildPackages=
|
||||
qrencode-devel
|
||||
tree
|
||||
xz-devel
|
||||
|
||||
Packages=
|
||||
libidn2
|
||||
|
Loading…
Reference in New Issue
Block a user