This is an automated email from the git hooks/post-receive script.
kevin pushed a commit to branch main in repository fedora-kickstarts.
The following commit(s) were added to refs/heads/main by this push: new e095131 toolbox: drop standard and core from toolbox e095131 is described below
commit e0951315725f707b8a9a34251991ac31441427b9 Author: Kevin Fenzi kevin@scrye.com AuthorDate: Wed Jun 28 13:11:39 2023 -0700
toolbox: drop standard and core from toolbox
standard pulls in sssd core pulls in sssd-common both of those pull in sssd-client, which is excluded in container-common (to minimize size/deps).
If we need these, we can look at another solution.
Signed-off-by: Kevin Fenzi kevin@scrye.com --- fedora-container-toolbox.ks | 2 -- 1 file changed, 2 deletions(-)
diff --git a/fedora-container-toolbox.ks b/fedora-container-toolbox.ks index 97c0c48..9f9b298 100644 --- a/fedora-container-toolbox.ks +++ b/fedora-container-toolbox.ks @@ -7,8 +7,6 @@
# Install packages %packages --excludedocs --inst-langs=en --nocore --exclude-weakdeps -@standard -@core rootfiles tar # https://bugzilla.redhat.com/show_bug.cgi?id=1409920 vim-enhanced