1
0
obs-service-source_validator/_service
Dirk Mueller fc11d143e0 - update to 0.37:
* Fix unzip test in 20-files-present-and-referenced
  (same like previous update)
  - more work on dealing with util-linux
  - hack for util-linux specfiles (bnc#891829)
- Add rpm-build dependancy for centos 6
- allow PKGBUILD build description file for archlinux
- check_patches_applied: allow #patches as comment
- exit if tmpdir creation fails (bnc#796918)
- also ignore Requires(.*) lines (bnc#724609)
- use --nodeps with rpmbuild in 20-files-present-and-referenced
- fix requires for factory
- fix bug with "Patch" in comments
- try to fix bnc#679980
  in check_patches_applied
  errors out if errors found
- 50-spec-version: show warning only once per specfile
  to execute it as a checkscript)
- make the files executable
- fill with some content

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-source_validator?expand=0&rev=181
2024-07-03 06:17:25 +00:00

21 lines
729 B
Plaintext

<services>
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/openSUSE/obs-service-source_validator.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">bz2</param>
</service>
<service name="set_version" mode="manual">
<param name="basename">obs-service-source_validator</param>
</service>
</services>