We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f789c commit 0af16dfCopy full SHA for 0af16df
1 file changed
test/docker/fedoradev/install-packages.sh
@@ -18,10 +18,8 @@ while read -r file; do
18
/*) printf "%s\n" "$file" ;;
19
*) printf "%s\n" {/usr,}/{,s}bin/"$file" ;;
20
esac
21
-done | grep -vxF /usr/bin/vpnc |
+done |
22
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
25
# --skip-broken: avoid failing on not found packages. Also prevents actually
26
# broken packages from failing the install which is not what we want, but
27
# there doesn't seem to be way to cleanly just skip the not found ones.
0 commit comments