mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
commit
c667bde270
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ def _parse_pkg_meta(path):
|
|||
if not rel:
|
||||
m = re.match('^Release\s*:\s*(\S+)', line)
|
||||
if m:
|
||||
version = m.group(1)
|
||||
rel = m.group(1)
|
||||
continue
|
||||
if rel:
|
||||
version += '-{0}'.format(rel)
|
||||
|
|
Loading…
Add table
Reference in a new issue