We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a47c58 commit fd3a179Copy full SHA for fd3a179
test/docker/fedoradev/install-packages.sh
@@ -18,9 +18,9 @@ while read -r file; do
18
/*) printf "%s\n" "$file" ;;
19
*) printf "%s\n" {/usr,}/{,s}bin/"$file" ;;
20
esac
21
-done | grep -v '^/usr/bin/vpnc$' |
+done | grep -vxF /usr/bin/vpnc |
22
xargs dnf -y install --skip-unavailable --skip-broken
23
-# /usr/bin/vpnc installs vpnc-consoleuser, which currently fails to install in
+# /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
0 commit comments