This is a workaround needed as a set of MinGW packages got removed from
Fedora Rawhide. We have to keep this workaround till the packages are
not un-retired/re-added.
Signed-off-by: Fabiano FidĂȘncio <fidencio(a)redhat.com>
---
refresh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/refresh b/refresh
index 73b4f9e..5f3f5e3 100755
--- a/refresh
+++ b/refresh
@@ -95,11 +95,11 @@ class Dockerfile:
for project in Dockerfile.PROJECTS[project_name]:
self.projects += [project]
- # Fedora Rawhide is special in that we use it to perform MinGW
+ # Fedora 30 is special in that we use it to perform MinGW
# builds, so we need to add the corresponding projects as well.
# If a specific project needs to have the MinGW variant included,
# the corresponding value in the dictionary will be True
- if (self.os == "fedora-rawhide" and
+ if (self.os == "fedora-30" and
Dockerfile.PROJECTS[project_name][project]):
self.projects += [project + "+mingw*"]
--
2.21.0