| |
@@ -251,7 +251,7 @@
|
| |
"-qn",
|
| |
"--enable-network",
|
| |
"shell",
|
| |
- "dnf repoquery -C --quiet --file " + path,
|
| |
+ "dnf repoquery --quiet --file " + path,
|
| |
]
|
| |
Settings.get_logger().debug("Running: %s", " ".join(cmd))
|
| |
try:
|
| |
@@ -283,7 +283,7 @@
|
| |
"-qn",
|
| |
"--enable-network",
|
| |
"shell",
|
| |
- "dnf repoquery -C -l " + " ".join(list(set(pkgs))),
|
| |
+ "dnf repoquery -l " + " ".join(list(set(pkgs))),
|
| |
]
|
| |
|
| |
Settings.get_logger().debug("Running: %s", " ".join(cmd))
|
| |
dnf5does not currently support the-Cargument. Rawhide has just switched over todnf5, so allFedoraReviewtests run against Rawhide (the default) are failing.fedora#2217093 is tracking adding this argument to dnf5, and once it's completed we should put this argument back on.
In combination with #479, this closer to functional. There are still other
dnf5changes that I'm working on.