[fedora-kickstarts] branch main updated: toolbox: remove dnf swaps, add glibc-langpacks-all to be included.
by pagure@pagure.io
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 d3c38de toolbox: remove dnf swaps, add glibc-langpacks-all to be included.
d3c38de is described below
commit d3c38de59352ed47e445a52a6c93e48d3d3373b2
Author: Kevin Fenzi <kevin(a)scrye.com>
AuthorDate: Fri Jun 30 11:19:07 2023 -0700
toolbox: remove dnf swaps, add glibc-langpacks-all to be included.
Signed-off-by: Kevin Fenzi <kevin(a)scrye.com>
---
fedora-container-toolbox.ks | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/fedora-container-toolbox.ks b/fedora-container-toolbox.ks
index 31b7dd4..41103b0 100644
--- a/fedora-container-toolbox.ks
+++ b/fedora-container-toolbox.ks
@@ -13,7 +13,7 @@ vim-enhanced
dnf5
sudo
-glibc-minimal-langpack
--glibc-all-langpacks
+glibc-all-langpacks
acl
bash
coreutils-common
@@ -115,12 +115,6 @@ rm -rfv /var/cache/* /var/log/* /tmp/*
%post --nochroot --erroronfail --log=/mnt/sysimage/root/anaconda-post-nochroot.log
set -eux
-# Swap coreutils-single with coreutils-full
-dnf -y swap coreutils-single coreutils-full
-
-# Swap glibc-minimal-langpack with glibc-all-langpacks
-dnf -y swap glibc-minimal-langpack glibc-all-langpacks
-
# Check if specified files exist
declare -a files=(
"/usr/share/man/man1/bash.1*"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 months, 1 week
[fedora-kickstarts] branch main updated (eba3a2b -> 02439d3)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
humaton pushed a change to branch main
in repository fedora-kickstarts.
from eba3a2b cloud base: Add python3-dnf-plugin-tracer
add 41a8487 Replace microdnf with dnf5
add d84d3e6 Replace dnf with dnf5
add b24aea7 Replace dnf-utils, dnf-plugins-core with dnf5-plugins
add 02439d3 Add dnf5-plugins to fedora-container-base.ks
No new revisions were added by this update.
Summary of changes:
fedora-cloud-base-vagrant.ks | 6 ------
fedora-container-base-minimal.ks | 5 +++--
fedora-container-base.ks | 6 +++---
fedora-container-toolbox.ks | 7 +++----
fedora-eln-container-base.ks | 5 ++---
fedora-eln-guest.ks | 4 ++--
fedora-minimal-common.ks | 2 +-
fedora-modular-disk-minimal.ks | 2 +-
8 files changed, 15 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 months, 1 week
[fedora-kickstarts] branch main updated (e095131 -> eba3a2b)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
kevin pushed a change to branch main
in repository fedora-kickstarts.
from e095131 toolbox: drop standard and core from toolbox
add eba3a2b cloud base: Add python3-dnf-plugin-tracer
No new revisions were added by this update.
Summary of changes:
fedora-cloud-base.ks | 7 +++++++
1 file changed, 7 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 months, 2 weeks
[fedora-kickstarts] branch main updated: toolbox: drop standard and core from toolbox
by pagure@pagure.io
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(a)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(a)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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 months, 2 weeks
cannot locate Kickstart (*.ks) file for Fedora Scientific 37 or 38
by raob
I followed the link, but the link for the kickstart file for Fedora Labs
Scientific version states the link is retired.
Do you know where I can find the kickstart file for Fedora Labs
Scientific 37 or 38 or the complete list of packages that are installed
in this Labs version of Fedora?
I started here:
https://docs.fedoraproject.org/en-US/releases/f38/spins/
Then, I went here: https://fedoraproject.org/wiki/Scientific_Spin
Then, I clicked that link above, which is here:
https://git.fedorahosted.org/cgit/spin-kickstarts.git/tree/fedora-livedvd...
And, when I go there, I am greeted by a statement, which reads,
"fedorahosted.org was retired on March 1st, 2017. If you are viewing
this page, odds are it's after that date and you have been redirected
here by attempting to go to some project on fedorahosted.org.”
5 months, 2 weeks
[fedora-kickstarts] branch main updated (13cc506 -> 48e2c3b)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
humaton pushed a change to branch main
in repository fedora-kickstarts.
from 13cc506 container-base: drop fedora-repos-modular
add 48e2c3b init: kickstart for fedora-container-toolbox
No new revisions were added by this update.
Summary of changes:
fedora-container-toolbox.ks | 160 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 160 insertions(+)
create mode 100644 fedora-container-toolbox.ks
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 months, 3 weeks
[fedora-kickstarts] branch main updated (f7a4600 -> 13cc506)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
kevin pushed a change to branch main
in repository fedora-kickstarts.
from f7a4600 Drop deja-dup-nautilus and fix favorite apps list
add 13cc506 container-base: drop fedora-repos-modular
No new revisions were added by this update.
Summary of changes:
fedora-container-base.ks | 2 --
1 file changed, 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 months, 3 weeks
[fedora-kickstarts] branch main updated (5379721 -> f7a4600)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
kevin pushed a change to branch main
in repository fedora-kickstarts.
from 5379721 maintainers: Update for KDE Spin
add f7a4600 Drop deja-dup-nautilus and fix favorite apps list
No new revisions were added by this update.
Summary of changes:
fedora-design-suite-common.ks | 3 +--
fedora-live-design_suite.ks | 4 +---
2 files changed, 2 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 months, 3 weeks
[fedora-kickstarts] branch main updated (c3b1607 -> 5379721)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
siosm pushed a change to branch main
in repository fedora-kickstarts.
from c3b1607 Add maintainers for ostree desktop variants
add 5379721 maintainers: Update for KDE Spin
No new revisions were added by this update.
Summary of changes:
maintainers.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 months
[fedora-kickstarts] branch main updated (f189c61 -> c3b1607)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
siosm pushed a change to branch main
in repository fedora-kickstarts.
from f189c61 GCP: Add google-guest-agent
add c3b1607 Add maintainers for ostree desktop variants
No new revisions were added by this update.
Summary of changes:
maintainers.toml | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 months, 1 week