osc copypac from project:systemsmanagement:saltstack:testing package:salt revision:452

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:saltstack/salt?expand=0&rev=205
This commit is contained in:
Pablo Suárez Hernández
2023-01-09 12:52:13 +00:00
committed by Git OBS Bridge
parent 3e24ae9666
commit 81ba992e3e
116 changed files with 1735 additions and 15315 deletions

View File

@@ -1,4 +1,4 @@
From c3a058842344dacd01b0a0c55483c22b35f449e8 Mon Sep 17 00:00:00 2001
From c27ac9afb6bd13fc26fc440e0a097bbb82cbb640 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
@@ -9,10 +9,10 @@ Subject: [PATCH] Read repo info without using interpolation
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/salt/modules/zypperpkg.py b/salt/modules/zypperpkg.py
index b5621174a4..c3342ab6d1 100644
index dd836b7ad0..32e22ce9a8 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):
@@ -1121,7 +1121,9 @@ def _get_repo_info(alias, repos_cfg=None, root=None):
Get one repo meta-data.
"""
try:
@@ -24,6 +24,6 @@ index b5621174a4..c3342ab6d1 100644
for key, val in meta.items():
if val in ["0", "1"]:
--
2.29.2
2.37.3