SHA256
1
0
forked from pool/argon2
argon2/_service
Marcus Meissner 953c2f518e Accepting request 972318 from home:susnux:branches:security
1. Fix version of package: 20171227 is the upstream version number
  of the package

2. Fix rpmlint error: shared-library-not-executable

OBS-URL: https://build.opensuse.org/request/show/972318
OBS-URL: https://build.opensuse.org/package/show/security/argon2?expand=0&rev=19
2022-04-25 07:10:01 +00:00

17 lines
640 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="filename">argon2</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="url">https://github.com/P-H-C/phc-winner-argon2.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<!-- from https://github.com/P-H-C/phc-winner-argon2/releases/latest -->
<param name="revision">20190702</param>
</service>
<service name="recompress" mode="disabled">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
<service name="set_version" mode="disabled"/>
</services>