Skip to content

Commit 0af16df

Browse files
committed
test(docker): remove no longer needed fedoradev vpnc workaround
1 parent 33f789c commit 0af16df

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/docker/fedoradev/install-packages.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ while read -r file; do
1818
/*) printf "%s\n" "$file" ;;
1919
*) printf "%s\n" {/usr,}/{,s}bin/"$file" ;;
2020
esac
21-
done | grep -vxF /usr/bin/vpnc |
21+
done |
2222
xargs dnf -y install --skip-unavailable --skip-broken
23-
# /usr/bin/vpnc installs vpnc-consoleuser, which as of 2025-04-16 fails to install in
24-
# rawhide (f42): bugzilla.redhat.com/show_bug.cgi?id=2341517
2523
# --skip-broken: avoid failing on not found packages. Also prevents actually
2624
# broken packages from failing the install which is not what we want, but
2725
# there doesn't seem to be way to cleanly just skip the not found ones.

0 commit comments

Comments
 (0)