libcontainers-common/_service
Dominique Leuenberger c558afddd7 Accepting request 631824 from devel:kubic
- storage.conf: comment out options that are not supported by btrfs.
  This simplifies switching the driver as it avoids the whack-a-mole
  of commenting out "unsupported" options.

- Consolidate libcontainers-{common,image,storage} into one package,
  libcontainers-common. That's the way upstream intended all libraries from
  github.com/containers to be packaged. It facilitates updating and maintaining
  the package, as all configs and manpages come from a central source.
  Note that the `storage` binary that previously has been provided by the
  libcontainers-storage package is not provided anymore as, despite the claims
  in the manpages, it is not intended for production use.

- Make libcontainers-common arch independent.
- Add LICENSE.

OBS-URL: https://build.opensuse.org/request/show/631824
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcontainers-common?expand=0&rev=4
2018-09-05 11:46:19 +00:00

25 lines
744 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/containers/storage.git</param>
<param name="scm">git</param>
<param name="filename">storage</param>
<param name="versionformat"></param>
<param name="revision">17c7d1fee5603ccf6dd97edc14162fc1510e7e23</param>
</service>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/containers/image.git</param>
<param name="scm">git</param>
<param name="filename">image</param>
<param name="versionformat"></param>
<param name="revision">ba6ac83aaf1d58c9f8904a9f202a3456d1ddba84</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>