post-build-checks/_service
Ludwig Nussel 9c2c131863 - Update to version 84.87+git20220321.9651edb:
* Restore secure permissions in build environment (bsc#1159963)
  * Handle default being easy
  * Various speedups around invoking rpm
  * change cross build detection logic to be more robust
  * kill useless use of cat awards
  * keep package that provides /usr/bin/sh
  * support cross builds
  * final name is glibc-usrmerge-bootstrap-helper
  * Don't deinstall any pam_unix variant
- change service file from disabled to manual

OBS-URL: https://build.opensuse.org/package/show/Base:System/post-build-checks?expand=0&rev=166
2022-03-21 17:41:36 +00:00

17 lines
601 B
Plaintext

<services>
<service name="tar_scm" mode="manual">
<param name="version">84.87</param>
<param name="versionformat">84.87+git%cd.%h</param>
<param name="url">https://github.com/openSUSE/post-build-checks.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="exclude">.gitreview</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="manual">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
<service name="set_version" mode="manual"/>
</services>