Skip to content

Commit ba3913c

Browse files
committed
fmf: Work around missing /etc/nsswitch.conf in Fedora Rawhide
Upgrading glibc in Rawhide now (semi-intentionally) removes /etc/nsswitch.conf, but does not enforce installing a new enough pam/authselect to ensure that it gets re-added. This breaks resolving "localhost". Reported as https://bugzilla.redhat.com/show_bug.cgi?id=2033020
1 parent 2e17e9a commit ba3913c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/browser/browser.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ LOGS="$(pwd)/logs"
1212
mkdir -p "$LOGS"
1313
chmod a+w "$LOGS"
1414

15+
# HACK: https://bugzilla.redhat.com/show_bug.cgi?id=2033020
16+
dnf update -y pam || true
17+
1518
# install firefox (available everywhere in Fedora and RHEL)
1619
# we don't need the H.264 codec, and it is sometimes not available (rhbz#2005760)
1720
dnf install --disablerepo=fedora-cisco-openh264 -y firefox

0 commit comments

Comments
 (0)