Commit bb473203 authored by Michael Shigorin's avatar Michael Shigorin

install2: shrink the cleanup

libgpg-error and libgcrypt20 are apparently needed for current systemd-tmpfiles which has been tossed into basesystem, alas. See-also: https://lists.altlinux.org/pipermail/devel/2017-March/202518.html See-also: https://lists.altlinux.org/pipermail/devel/2017-March/202527.html
parent 3330e24e
......@@ -99,8 +99,8 @@ use/install2/cleanup/vnc:
# conflicts with luks feature
use/install2/cleanup/crypto:
@$(call add,INSTALL2_CLEANUP_PACKAGES,gnupg libgpg-error)
@$(call add,INSTALL2_CLEANUP_PACKAGES,libgcrypt* libgnutls*)
@$(call add,INSTALL2_CLEANUP_PACKAGES,gnupg)
@$(call add,INSTALL2_CLEANUP_PACKAGES,libgnutls*)
# leave only cirrus, fbdev, qxl, vesa in vm-targeted images
use/install2/cleanup/x11-hwdrivers:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment