mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Fix rawhide URL installs
https://bugzilla.redhat.com/show_bug.cgi?id=989162
This commit is contained in:
parent
1004ad7a23
commit
72648c9185
@ -509,7 +509,7 @@ class FedoraDistro(RedHatDistro):
|
||||
if ret:
|
||||
lateststr, latestnum = self._latestFedoraVariant()
|
||||
ver = self.treeinfo.get("general", "version")
|
||||
if ver == "development":
|
||||
if ver == "development" or ver == "rawhide":
|
||||
self.os_variant = self._latestFedoraVariant()
|
||||
elif ver:
|
||||
vernum = int(str(ver).split("-")[0])
|
||||
|
Loading…
Reference in New Issue
Block a user