2018-02-15 13:23:04 +01:00
|
|
|
#
|
|
|
|
# spec file for package libcontainers-common
|
|
|
|
#
|
|
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: libcontainers-common
|
|
|
|
Version: 0.0.1
|
|
|
|
Release: 0
|
|
|
|
Summary: Configuration files common to github.com/containers
|
|
|
|
License: Apache-2.0
|
|
|
|
Group: System/Management
|
2018-03-24 16:05:27 +01:00
|
|
|
Url: https://github.com/containers
|
2018-02-15 13:23:04 +01:00
|
|
|
Source0: policy.json
|
|
|
|
|
|
|
|
%description
|
|
|
|
Configuration files common to github.com/containers, a collection of golang
|
|
|
|
libraries, configuration files, manpages, and debugging tools used by various
|
|
|
|
tools, such as skopeo, cri-o and podman.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
# nothing to do
|
|
|
|
|
|
|
|
%build
|
|
|
|
# nothing to do
|
|
|
|
|
|
|
|
%install
|
|
|
|
install -d -m 0755 %{buildroot}/%{_sysconfdir}/containers
|
|
|
|
install -D -m 0644 %{SOURCE0} %{buildroot}/%{_sysconfdir}/containers/policy.json
|
|
|
|
|
|
|
|
%files
|
|
|
|
%dir %{_sysconfdir}/containers
|
2018-03-24 16:05:27 +01:00
|
|
|
%config(noreplace) %{_sysconfdir}/containers/policy.json
|
2018-02-15 13:23:04 +01:00
|
|
|
|
|
|
|
%changelog
|