Files
boringssl/_service
Pedro Monreal Gonzalez 30a1ba0843 - Change version of the sources to 0.%%cd to avoid problems when
upgrading if the versioning changes.
- Added patch:
  * soname-sover.patch
    + Replace patchelf run with patch that makes cmake produce the
      shared libraries with the right SONAME and SOVER.
- Remove unnecessary dependencies on go, patchelf, ninja and
  libunwind, since they are only needed for tests we are not
  running

OBS-URL: https://build.opensuse.org/package/show/security:tls/boringssl?expand=0&rev=39
2024-10-28 08:59:55 +00:00

16 lines
589 B
Plaintext

<services>
<service mode="disabled" name="tar_scm">
<param name="url">https://boringssl.googlesource.com/boringssl</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="filename">boringssl</param>
<param name="versionformat">0.%cd</param>
<param name="revision">1ce6682c7f6cfe0426ed54a37c10775bea9d3502</param>
</service>
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version"/>
</services>