We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8561d18 commit 1d1b949Copy full SHA for 1d1b949
mock/integration-tests/runconfigs.sh
@@ -38,8 +38,11 @@ for i in $configs; do
38
# Keep building the SIMPLESRPM
39
# - oraclelinux+epel can't work with mock.spec, as %rhel is not defined
40
# - fedora-eln doesn't provide all the EPEL packages needed by mock.spec
41
+ # - navy doesn't provide all the needed packages:
42
+ # https://github.com/rpm-software-management/mock/pull/1550
43
oraclelinux+epel-7*) ;;
44
fedora-eln*) ;;
45
+ navy-*) ;;
46
# For EPEL/Fedora try to build Mock.
47
fedora*|*+epel*-8*)
48
# we support building mock there, so test it instead
0 commit comments