Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP4
virt-manager.10841
virtinst-handle-tumbleweed-treeinfo-file.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File virtinst-handle-tumbleweed-treeinfo-file.patch of Package virt-manager.10841
References: bsc#1091113 In Tumbleweed the .treeinfo file has no version as it is mostly meaningless. Index: virt-manager-1.5.1/virtinst/urlfetcher.py =================================================================== --- virt-manager-1.5.1.orig/virtinst/urlfetcher.py +++ virt-manager-1.5.1/virtinst/urlfetcher.py @@ -1138,7 +1138,10 @@ class SuseDistro(Distro): "Open Enterprise" in family and 'oes' in self.urldistro: ret = True if ret: - version = self.treeinfo.get("general", "version") + if 'Tumbleweed' not in family: + version = self.treeinfo.get("general", "version") + else: + version = "tmblweed" distro_version = ['VERSION', version] self.version_from_content = distro_version self._variantFromVersion()
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor