mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
mkosi: More package updates
- Install individual asan libraries instead of gcc - Drop duplicate qrencode package from arch config - Install dbus-user-session which provides default-dbus-session-bus - Explicitly install dbus-broker on Arch Linux
This commit is contained in:
parent
dca15bd905
commit
50ad7cf934
@ -14,7 +14,6 @@ Packages=
|
||||
dosfstools
|
||||
e2fsprogs
|
||||
findutils
|
||||
gcc # Sanitizer libraries
|
||||
gdb
|
||||
grep
|
||||
gzip
|
||||
|
@ -18,7 +18,8 @@ Packages=
|
||||
btrfs-progs
|
||||
compsize
|
||||
cryptsetup
|
||||
dbus
|
||||
dbus-broker
|
||||
dbus-broker-units
|
||||
dhcp
|
||||
f2fs-tools
|
||||
git
|
||||
@ -31,7 +32,6 @@ Packages=
|
||||
openssl
|
||||
pacman
|
||||
polkit
|
||||
qrencode
|
||||
quota-tools
|
||||
sbsigntools
|
||||
shadow
|
||||
|
@ -26,13 +26,15 @@ Environment=
|
||||
udev"
|
||||
|
||||
Packages=
|
||||
^libasan[0-9]+$
|
||||
^libtss2-esys-[0-9.]+-0$
|
||||
^libtss2-mu-[0-9.]+-0$
|
||||
^libubsan[0-9]+$
|
||||
apt
|
||||
btrfs-progs
|
||||
cryptsetup-bin
|
||||
dbus-broker
|
||||
default-dbus-session-bus
|
||||
dbus-user-session
|
||||
dmsetup
|
||||
f2fs-tools
|
||||
fdisk
|
||||
|
@ -37,6 +37,8 @@ Packages=
|
||||
grep
|
||||
gzip
|
||||
kernel-kvmsmall
|
||||
libasan8
|
||||
libubsan1
|
||||
openssh-clients
|
||||
openssh-server
|
||||
pam
|
||||
|
Loading…
Reference in New Issue
Block a user