Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mmartinv
Copy link
Contributor

@mmartinv mmartinv commented Nov 11, 2024

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]

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]>
@@ -75,7 +75,6 @@ anaconda-iso:
- perl-interpreter
- pigz
- plymouth
- python3-pam
Copy link
Member

@supakeen supakeen Nov 11, 2024

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

Copy link
Member

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?

Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants