Accepting request 541865 from systemsmanagement:saltstack:products:unstable.py3
Fix service file for openSUSE:Factory OBS-URL: https://build.opensuse.org/request/show/541865 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:saltstack/salt?expand=0&rev=99
This commit is contained in:
parent
e628fd1d19
commit
a8f280f24d
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -21,5 +21,3 @@
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
## Specific LFS patterns
|
||||
_service:tar_scm:package-1510227540.833ce8accd.tar filter=lfs diff=lfs merge=lfs -text
|
||||
|
6
_service
6
_service
@ -1,19 +1,19 @@
|
||||
<services>
|
||||
<service name="tar_scm">
|
||||
<service name="tar_scm" mode="localonly">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/opensuse/salt.git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="filename">package</param>
|
||||
<param name="revision">openSUSE-2017.7.2-python3-only</param>
|
||||
</service>
|
||||
<service name="extract_file">
|
||||
<service name="extract_file" mode="localonly">
|
||||
<param name="archive">*package*.tar</param>
|
||||
<param name="files">
|
||||
*/obs/*
|
||||
*/scripts/suse/zypper/plugins/commit/zyppnotify
|
||||
</param>
|
||||
</service>
|
||||
<service name="verify_file">
|
||||
<service name="verify_file" mode="localonly">
|
||||
<param name="file">_service:extract_file:salt-2017.7.2.tar.gz</param>
|
||||
<param name="verifier">sha256</param>
|
||||
<param name="checksum">ff3bc7de5abf01b8acbd144db5811b00867179b2353f5c6f7f19241e2eff2840</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:015fd10afd3c52128ee5e9d861df10e04fff8c76053ba3fb118187c034e9e2d5
|
||||
size 67747840
|
@ -69,7 +69,6 @@ BuildRequires: python3-jinja2
|
||||
%else
|
||||
BuildRequires: python3-Jinja2
|
||||
%endif
|
||||
BuildRequires: python3-futures >= 2.0
|
||||
BuildRequires: python3-MarkupSafe
|
||||
BuildRequires: python3-msgpack-python > 0.3
|
||||
BuildRequires: python3-psutil
|
||||
@ -128,7 +127,6 @@ Requires: yum-plugin-security
|
||||
%else
|
||||
Requires: python3-Jinja2
|
||||
%endif
|
||||
Requires: python3-futures >= 2.0
|
||||
Requires: python3-MarkupSafe
|
||||
Requires: python3-msgpack-python > 0.3
|
||||
Requires: python3-psutil
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/python3
|
||||
#
|
||||
# Copyright (c) 2016 SUSE Linux LLC
|
||||
# All Rights Reserved.
|
Loading…
Reference in New Issue
Block a user