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
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions bib/data/defs/fedora-40.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ anaconda-iso:
- alsa-tools-firmware
- anaconda
- anaconda-dracut
- anaconda-install-env-deps
- anaconda-install-img-deps
- anaconda-widgets
- atheros-firmware
- audit
Expand Down Expand Up @@ -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

- python3-pyatspi
- rdma-core
- realtek-firmware
Expand Down
Loading