podman/_service
Dominique Leuenberger bc0f80b980 Accepting request 575782 from devel:CaaSP:Head:ControllerNode
- Add requirement on libcontainers-common, which now provides the
  /etc/containers/policy.json config.
- Use golang-packaging macros.
- Set version to +git%{rev_list} scheme as there's no official release yet.
- Spec file cleanups via spec-cleaner.
- Add requirement on libcontainers-{common,image,storage}, which provide
  configuration files, manpages and debugging tools useful and required by
  podman.
- Fix typo to provide the correct package.
- Replace tabs with spaces.
- Fix libostree-devel %if condition for TW, Leap 15+ and SLES 15+.
- Use `%fdupes %buildroot/%_prefix` since `fdupes %buildroot` is not allowed
  because you cannot make hardlinks between certain partitions.
- Add podman package: podman is a simple client only tool to help with
  debugging issues when daemons such as CRI runtime and the kubelet are not
  responding or failing.

OBS-URL: https://build.opensuse.org/request/show/575782
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=1
2018-02-19 12:00:31 +00:00

17 lines
456 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/projectatomic/libpod.git</param>
<param name="scm">git</param>
<param name="filename">podman</param>
<param name="versionformat">git.%H</param>
<param name="revision">c60d8a0671b48ffdeda68895e0b7d97b252d66d9</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>