summaryrefslogtreecommitdiffstats
path: root/installclasses
diff options
context:
space:
mode:
Diffstat (limited to 'installclasses')
-rw-r--r--installclasses/fedora.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/installclasses/fedora.py b/installclasses/fedora.py
index e397ef99f..bf264591f 100644
--- a/installclasses/fedora.py
+++ b/installclasses/fedora.py
@@ -49,7 +49,8 @@ class InstallClass(BaseInstallClass):
(N_("Software Development"), ["development-libs", "development-tools", "gnome-software-development", "x-software-development"],),
(N_("Web Server"), ["web-server"])]
- bugFiler = BugzillaFiler(bugUrl="https://bugzilla.redhat.com/xmlrpc.cgi")
+ bugFiler = BugzillaFiler(bugUrl="https://bugzilla.redhat.com/xmlrpc.cgi",
+ develVersion="rawhide")
def getPackagePaths(self, uri):
if not type(uri) == types.ListType: