Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP1:Update
salt.26880
read-repo-info-without-using-interpolation-bsc-...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File read-repo-info-without-using-interpolation-bsc-11356.patch of Package salt.26880
From c3a058842344dacd01b0a0c55483c22b35f449e8 Mon Sep 17 00:00:00 2001 From: Mihai Dinca <mdinca@suse.de> Date: Thu, 7 Nov 2019 15:11:49 +0100 Subject: [PATCH] Read repo info without using interpolation (bsc#1135656) --- salt/modules/zypperpkg.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/salt/modules/zypperpkg.py b/salt/modules/zypperpkg.py index b5621174a4..c3342ab6d1 100644 --- a/salt/modules/zypperpkg.py +++ b/salt/modules/zypperpkg.py @@ -1111,7 +1111,9 @@ def _get_repo_info(alias, repos_cfg=None, root=None): Get one repo meta-data. """ try: - meta = dict((repos_cfg or _get_configured_repos(root=root)).items(alias)) + meta = dict( + (repos_cfg or _get_configured_repos(root=root)).items(alias, raw=True) + ) meta["alias"] = alias for key, val in meta.items(): if val in ["0", "1"]: -- 2.29.2
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