-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: install anaconda-install-img-deps package in anaconda installers. #711
base: main
Are you sure you want to change the base?
Conversation
@@ -75,7 +75,6 @@ anaconda-iso: | |||
- perl-interpreter | |||
- pigz | |||
- plymouth | |||
- python3-pam |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unsure about this removal, I see it mentioned in the Fedora IoT issue but I don't see python3-pam
as a dep of -img-deps
except in:
$ fedrq whatrequires python3-pam | grep anaconda
anaconda-install-img-deps-42.13-1.fc42.x86_64
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps the removal of python3-pam
should only be applied on Fedora 42?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it is a dependency in the versions that require it (Fedora 42 at this point):
sudo dnf repoquery --requires anaconda-install-img-deps
Updating and loading repositories:
Fedora rawhide openh264 (From Cisco) - x86_64 100% | 7.7 KiB/s | 6.0 KiB | 00m01s
Fedora - Rawhide - Developmental packages for the next Fedora release 100% | 10.9 MiB/s | 21.9 MiB | 00m02s
Repositories loaded.
anaconda-install-env-deps = 42.13-1.fc42
brltty
createrepo_c
device-mapper-multipath
fcoe-utils >= 1.0.12-3.20100323git
gnome-kiosk
gnome-remote-desktop
gsettings-desktop-schemas
kdump-anaconda-addon
librsvg2
mesa-dri-drivers
nm-connection-editor
nvme-cli
openssl
ostree
podman
python3-pam
rpm-ostree >= 2023.2
skopeo
zram-generator-defaults
This PR is stale because it has been open 30 days with no activity. Remove "Stale" label or comment or this will be closed in 7 days. |
According to the anaconda team we should be using the `anaconda-install-img-deps` metapackage to install all the boot.iso image dependencies. Relates: fedora-iot/iot-distro#66 Signed-off-by: Miguel Martín <[email protected]>
9dfd046
to
089eee8
Compare
According to the anaconda team we should be using the
anaconda-install-img-deps
metapackage to install all the boot.iso image dependencies.
Relates: #707
Relates: fedora-iot/iot-distro#66
Signed-off-by: Miguel Martín [email protected]