aeb29ac
%global with_debug 1
1d6de92
%global with_devel 0
1d6de92
%global with_unit_test 0
aeb29ac
90a577a
%if 0%{?fedora} || 0%{?centos}
Antonio Murdaca 74c8d12
%global with_check 1
7fdbe1e
%global with_integration_tests 1
Antonio Murdaca 74c8d12
%else
Antonio Murdaca 74c8d12
%global with_check 0
7fdbe1e
%global with_integration_tests 0
Antonio Murdaca 74c8d12
%endif
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
%if 0%{?with_debug}
Antonio Murdaca 74c8d12
%global _dwz_low_mem_die_limit 0
Antonio Murdaca 74c8d12
%else
Antonio Murdaca 74c8d12
%global debug_package   %{nil}
Antonio Murdaca 74c8d12
%endif
Antonio Murdaca 74c8d12
e313e47
#%%if ! 0%%{?gobuild:1}
e313e47
%define gobuild(o:) go build -tags="$BUILDTAGS rpm_crashtraceback" -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n')" -a -v -x %{?**};
e313e47
#%%endif
a872723
f1747f4
%global provider github
f1747f4
%global provider_tld com
f1747f4
%global project kubernetes-incubator
f1747f4
%global repo cri-o
Antonio Murdaca 74c8d12
# https://github.com/kubernetes-incubator/cri-o
Antonio Murdaca 74c8d12
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
f1747f4
%global import_path %{provider_prefix}
Lokesh Mandvekar (Bot) 3aaeb32
%global commit0 1af50d7dc5fdd462a217b8996c08c65c50c1a9d5
f1747f4
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
%global service_name crio
Antonio Murdaca 74c8d12
f1747f4
Name: cri-o
90a577a
%if 0%{?fedora}
9523335
Epoch: 2
9523335
%endif
Lokesh Mandvekar (Bot) 2694738
Version: 1.12.0
83e38e9
Release: 5.dev.git%{shortcommit0}%{?dist}
b9179ce
Summary: Kubernetes Container Runtime Interface for OCI-based containers
b9179ce
License: ASL 2.0
b9179ce
URL: https://%{provider_prefix}
b9179ce
Source0: https://%{provider_prefix}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
b9179ce
Source3: %{service_name}-network.sysconfig
b9179ce
Source4: %{service_name}-storage.sysconfig
b9179ce
ExcludeArch: ppc64
Antonio Murdaca 74c8d12
# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
b9179ce
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
b9179ce
BuildRequires: btrfs-progs-devel
b9179ce
BuildRequires: git
b9179ce
BuildRequires: glib2-devel
b9179ce
BuildRequires: glibc-static
b9179ce
BuildRequires: go-md2man
b9179ce
BuildRequires: gpgme-devel
b9179ce
BuildRequires: libassuan-devel
b9179ce
BuildRequires: pkgconfig(systemd)
b9179ce
BuildRequires: device-mapper-devel
b9179ce
BuildRequires: make
b9179ce
Requires(pre): container-selinux
b9179ce
Requires: socat
b9179ce
Requires: iptables
b9179ce
Requires: iproute
b9179ce
Requires: conmon
bc23022
%if 0%{?fedora}
b9179ce
BuildRequires: libseccomp-static
b9179ce
Requires: runc >= 2:1.0.0-15
b9179ce
Requires: skopeo-containers >= 0.1.24-6
b9179ce
Recommends: containernetworking-plugins >= 0.5.2-7
b9179ce
Provides: %{service_name} = %{epoch}:%{version}-%{release}
b9179ce
Provides: ocid = %{epoch}:%{version}-%{release}
bc23022
%else
b9179ce
BuildRequires: libseccomp-devel
b9179ce
Requires: runc >= 1.0.0-15
b9179ce
Requires: skopeo-containers >= 1:0.1.24-6
b9179ce
Requires: containernetworking-plugins >= 0.5.2-7
b9179ce
Provides: %{service_name} = %{version}-%{release}
b9179ce
Provides: ocid = %{version}-%{release}
11da5ed
%endif
b9179ce
Obsoletes: ocid <= 0.3
Antonio Murdaca 347b56a
Antonio Murdaca 74c8d12
%description
Antonio Murdaca 74c8d12
%{summary}
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
%if 0%{?with_devel}
Antonio Murdaca 74c8d12
%package devel
Antonio Murdaca 74c8d12
Summary:       %{summary}
Antonio Murdaca 74c8d12
BuildArch:     noarch
Antonio Murdaca 74c8d12
Requires:      golang(github.com/BurntSushi/toml)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/Microsoft/go-winio)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/Sirupsen/logrus)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/containernetworking/cni/libcni)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/containernetworking/cni/pkg/invoke)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/containernetworking/cni/pkg/types)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/containernetworking/cni/pkg/version)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/containers/image/directory)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/containers/image/directory/explicitfilepath)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/containers/image/docker)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/containers/image/docker/policyconfiguration)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/containers/image/image)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/containers/image/manifest)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/containers/image/oci/layout)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/containers/image/openshift)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/containers/image/transports)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/containers/image/types)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/containers/image/version)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/distribution)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/distribution/context)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/distribution/digest)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/distribution/reference)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/distribution/uuid)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/docker/api/types/blkiodev)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/docker/api/types/container)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/docker/api/types/mount)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/docker/api/types/strslice)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/docker/api/types/versions)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/docker/daemon/graphdriver)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/docker/image)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/docker/image/v1)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/docker/layer)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/docker/pkg/archive)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/docker/pkg/chrootarchive)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/docker/pkg/fileutils)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/docker/pkg/homedir)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/docker/pkg/idtools)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/docker/pkg/ioutils)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/docker/pkg/longpath)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/docker/pkg/mount)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/docker/pkg/plugins)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/docker/pkg/plugins/transport)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/docker/pkg/pools)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/docker/pkg/promise)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/docker/pkg/random)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/docker/pkg/reexec)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/docker/pkg/registrar)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/docker/pkg/stringid)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/docker/pkg/system)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/docker/pkg/truncindex)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/docker/plugin/getter)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/docker/reference)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/go-connections/nat)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/go-connections/sockets)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/go-connections/tlsconfig)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/go-units)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/docker/libtrust)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/ghodss/yaml)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/gogo/protobuf/proto)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/golang/glog)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/golang/protobuf/proto)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/gorilla/context)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/gorilla/mux)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/imdario/mergo)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/opencontainers/image-spec/specs-go)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/opencontainers/image-spec/specs-go/v1)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/opencontainers/runc/libcontainer/label)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/opencontainers/runc/libcontainer/selinux)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/opencontainers/runc/libcontainer/system)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/opencontainers/runc/libcontainer/user)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/opencontainers/runtime-spec/specs-go)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/opencontainers/runtime-tools/generate)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/rajatchopra/ocicni)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/syndtr/gocapability/capability)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/tchap/go-patricia/patricia)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/vbatts/tar-split/archive/tar)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/vbatts/tar-split/tar/asm)
Antonio Murdaca 74c8d12
Requires:      golang(github.com/vbatts/tar-split/tar/storage)
Antonio Murdaca 74c8d12
Requires:      golang(golang.org/x/net/context)
Antonio Murdaca 74c8d12
Requires:      golang(golang.org/x/net/http2)
Antonio Murdaca 74c8d12
Requires:      golang(golang.org/x/net/http2/hpack)
Antonio Murdaca 74c8d12
Requires:      golang(golang.org/x/net/internal/timeseries)
Antonio Murdaca 74c8d12
Requires:      golang(golang.org/x/net/proxy)
Antonio Murdaca 74c8d12
Requires:      golang(golang.org/x/net/trace)
Antonio Murdaca 74c8d12
Requires:      golang(golang.org/x/sys/unix)
Antonio Murdaca 74c8d12
Requires:      golang(google.golang.org/grpc)
Antonio Murdaca 74c8d12
Requires:      golang(google.golang.org/grpc/codes)
Antonio Murdaca 74c8d12
Requires:      golang(google.golang.org/grpc/credentials)
Antonio Murdaca 74c8d12
Requires:      golang(google.golang.org/grpc/grpclog)
Antonio Murdaca 74c8d12
Requires:      golang(google.golang.org/grpc/internal)
Antonio Murdaca 74c8d12
Requires:      golang(google.golang.org/grpc/metadata)
Antonio Murdaca 74c8d12
Requires:      golang(google.golang.org/grpc/naming)
Antonio Murdaca 74c8d12
Requires:      golang(google.golang.org/grpc/peer)
Antonio Murdaca 74c8d12
Requires:      golang(google.golang.org/grpc/transport)
Antonio Murdaca 74c8d12
Requires:      golang(gopkg.in/yaml.v2)
Antonio Murdaca 74c8d12
Requires:      golang(k8s.io/kubernetes/pkg/fields)
Antonio Murdaca 74c8d12
Requires:      golang(k8s.io/kubernetes/pkg/kubelet/api/v1alpha1/runtime)
Antonio Murdaca 74c8d12
Requires:      golang(k8s.io/kubernetes/pkg/selection)
Antonio Murdaca 74c8d12
Requires:      golang(k8s.io/kubernetes/pkg/util/errors)
Antonio Murdaca 74c8d12
Requires:      golang(k8s.io/kubernetes/pkg/util/homedir)
Antonio Murdaca 74c8d12
Requires:      golang(k8s.io/kubernetes/pkg/util/net)
Antonio Murdaca 74c8d12
Requires:      golang(k8s.io/kubernetes/pkg/util/sets)
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
Provides:      golang(%{import_path}/oci) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      golang(%{import_path}/server) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      golang(%{import_path}/utils) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/BurntSushi/toml)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/Sirupsen/logrus)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/containernetworking/cni/libcni)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/containernetworking/cni/pkg/invoke)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/containernetworking/cni/pkg/types)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/containernetworking/cni/pkg/version)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/containers/image/directory)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/containers/image/directory/explicitfilepath)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/containers/image/docker)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/containers/image/docker/policyconfiguration)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/containers/image/image)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/containers/image/manifest)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/containers/image/oci/layout)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/containers/image/openshift)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/containers/image/transports)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/containers/image/types)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/containers/image/version)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/coreos/go-systemd/daemon)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/distribution)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/distribution/context)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/distribution/digest)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/distribution/reference)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/distribution/uuid)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/docker/api/types/blkiodev)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/docker/api/types/container)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/docker/api/types/mount)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/docker/api/types/strslice)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/docker/api/types/versions)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/docker/daemon/graphdriver)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/docker/image)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/docker/image/v1)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/docker/layer)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/docker/pkg/archive)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/docker/pkg/chrootarchive)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/docker/pkg/fileutils)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/docker/pkg/homedir)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/docker/pkg/idtools)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/docker/pkg/ioutils)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/docker/pkg/mount)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/docker/pkg/plugins)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/docker/pkg/plugins/transport)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/docker/pkg/pools)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/docker/pkg/promise)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/docker/pkg/random)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/docker/pkg/reexec)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/docker/pkg/registrar)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/docker/pkg/stringid)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/docker/pkg/system)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/docker/pkg/truncindex)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/docker/plugin/getter)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/docker/reference)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/go-connections/nat)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/go-connections/sockets)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/go-connections/tlsconfig)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/go-units)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/docker/libtrust)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/ghodss/yaml)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/gogo/protobuf/proto)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/golang/glog)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/golang/protobuf/proto)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/gorilla/context)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/gorilla/mux)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/imdario/mergo)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/opencontainers/image-spec/specs-go)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/opencontainers/image-spec/specs-go/v1)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/opencontainers/runc/libcontainer/label)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/opencontainers/runc/libcontainer/selinux)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/opencontainers/runc/libcontainer/system)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/opencontainers/runc/libcontainer/user)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/opencontainers/runtime-spec/specs-go)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/opencontainers/runtime-tools/generate)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/rajatchopra/ocicni)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/syndtr/gocapability/capability)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/tchap/go-patricia/patricia)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/urfave/cli)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/vbatts/tar-split/archive/tar)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/vbatts/tar-split/tar/asm)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/github.com/vbatts/tar-split/tar/storage)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/golang.org/x/net/context)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/golang.org/x/net/http2)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/golang.org/x/net/http2/hpack)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/golang.org/x/net/proxy)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/golang.org/x/net/trace)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/golang.org/x/sys/unix)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/google.golang.org/grpc)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/google.golang.org/grpc/codes)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/google.golang.org/grpc/credentials)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/google.golang.org/grpc/grpclog)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/google.golang.org/grpc/metadata)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/google.golang.org/grpc/naming)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/google.golang.org/grpc/peer)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/google.golang.org/grpc/transport)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/gopkg.in/yaml.v2)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/k8s.io/kubernetes/pkg/fields)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/k8s.io/kubernetes/pkg/kubelet/api/v1alpha1/runtime)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/k8s.io/kubernetes/pkg/selection)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/k8s.io/kubernetes/pkg/util/errors)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/k8s.io/kubernetes/pkg/util/homedir)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/k8s.io/kubernetes/pkg/util/net)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Provides:      bundled(golang(%{import_path}/vendor/src/k8s.io/kubernetes/pkg/util/sets)) = %{version}-%{release}
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
%description devel
Antonio Murdaca 74c8d12
%{summary}
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
This package contains library source intended for
Antonio Murdaca 74c8d12
building other packages which use import path with
Antonio Murdaca 74c8d12
%{import_path} prefix.
Antonio Murdaca 74c8d12
%endif
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
%if 0%{?with_unit_test} && 0%{?with_devel}
Antonio Murdaca 74c8d12
%package unit-test-devel
Antonio Murdaca 74c8d12
Summary:         Unit tests for %{name} package
Antonio Murdaca 74c8d12
%if 0%{?with_check}
Antonio Murdaca 74c8d12
#Here comes all BuildRequires: PACKAGE the unit tests
Antonio Murdaca 74c8d12
#in %%check section need for running
Antonio Murdaca 74c8d12
%endif
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
# test subpackage tests code from devel subpackage
Antonio Murdaca 74c8d12
Requires:        %{name}-devel = %{version}-%{release}
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
%description unit-test-devel
Antonio Murdaca 74c8d12
%{summary}
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
This package contains unit tests for project
Antonio Murdaca 74c8d12
providing packages with %{import_path} prefix.
Antonio Murdaca 74c8d12
%endif
Antonio Murdaca 74c8d12
1d6de92
%package -n conmon
1d6de92
Summary: OCI container runtime monitor
1d6de92
1d6de92
%description -n conmon
1d6de92
conmon is an OCI container runtime monitor.
1d6de92
7fdbe1e
%if 0%{?with_integration_tests}
7fdbe1e
%package integration-tests
b9179ce
Summary: Integration tests for %{name}
b9179ce
Requires: %{service_name} = %{epoch}:%{version}-%{release}
b9179ce
Requires: bats
b9179ce
Requires: containernetworking-cni
b9179ce
Requires: nmap-ncat
b9179ce
Requires: socat
7fdbe1e
7fdbe1e
%description integration-tests
7fdbe1e
%{summary}
7fdbe1e
%endif
7fdbe1e
Antonio Murdaca 74c8d12
%prep
2a998da
%autosetup -Sgit -n %{name}-%{commit0}
a872723
sed -i '/strip/d' pause/Makefile
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
%build
2e75949
mkdir _output
2e75949
pushd _output
Antonio Murdaca 74c8d12
mkdir -p src/%{provider}.%{provider_tld}/{%{project},opencontainers}
Antonio Murdaca 74c8d12
ln -s $(dirs +1 -l) src/%{import_path}
Antonio Murdaca 74c8d12
popd
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
ln -s vendor src
2e75949
export GOPATH=$(pwd)/_output:$(pwd):%{gopath}
e27d07f
export BUILDTAGS="selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_installed.sh) containers_image_ostree_stub"
a872723
e313e47
GOPATH=$GOPATH BUILDTAGS=$BUILDTAGS %gobuild -o bin/%{service_name} %{import_path}/cmd/%{service_name}
f1747f4
BUILDTAGS=$BUILDTAGS make bin/conmon bin/pause docs
a872723
e313e47
./bin/%{service_name} \
Antonio Murdaca 74c8d12
  --selinux=true \
2bcc4e0
  --storage-driver=overlay \
77ac05b
  --cgroup-manager=systemd \
Antonio Murdaca 4f7c19c
  --conmon /usr/libexec/%{service_name}/conmon \
f4809bf
  --cni-plugin-dir /usr/libexec/cni \
5d56f21
  --default-mounts /usr/share/rhel/secrets:/run/secrets \
beb2a43
%if 0%{?centos}
beb2a43
  --storage-opt overlay.override_kernel_check=1 \
beb2a43
%endif
e9b2128
  --cgroup-manager=systemd config > %{service_name}.conf%{?dist}
Antonio Murdaca 74c8d12
7fdbe1e
%if 0%{?with_integration_tests}
2e75949
export GOPATH=$(pwd)/_output
7fdbe1e
for i in bin2img copyimg checkseccomp; do
7fdbe1e
    GOPATH=$GOPATH BUILDTAGS=$BUILDTAGS %gobuild -o test/$i/$i %{provider_prefix}/test/$i
7fdbe1e
done
7fdbe1e
%endif
7fdbe1e
Antonio Murdaca 74c8d12
%install
5adf4fe
sed -i 's/\/usr\/local\/bin\/crio/\/usr\/bin\/crio/g' contrib/systemd/%{service_name}.service
603a13c
make DESTDIR=%{buildroot} PREFIX=%{buildroot}%{_prefix} install.config install.systemd
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
# install binaries
Antonio Murdaca 74c8d12
install -dp %{buildroot}{%{_bindir},%{_libexecdir}/%{service_name}}
e313e47
install -p -m 755 bin/%{service_name} %{buildroot}%{_bindir}
a872723
install -p -m 755 bin/conmon %{buildroot}%{_libexecdir}/%{service_name}
a872723
install -p -m 755 bin/pause %{buildroot}%{_libexecdir}/%{service_name}
e9b2128
e9b2128
# install config
e9b2128
install -p -m 644 %{service_name}.conf%{?dist} %{buildroot}%{_sysconfdir}/%{service_name}/%{service_name}.conf
Antonio Murdaca 74c8d12
Antonio Murdaca 347b56a
install -dp %{buildroot}%{_sysconfdir}/cni/net.d
Antonio Murdaca 347b56a
install -p -m 644 contrib/cni/10-crio-bridge.conf %{buildroot}%{_sysconfdir}/cni/net.d/100-crio-bridge.conf
Antonio Murdaca 347b56a
install -p -m 644 contrib/cni/99-loopback.conf %{buildroot}%{_sysconfdir}/cni/net.d/200-loopback.conf
Antonio Murdaca 347b56a
Antonio Murdaca 74c8d12
install -dp %{buildroot}%{_sysconfdir}/sysconfig
Antonio Murdaca 74c8d12
install -p -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/%{service_name}-network
Antonio Murdaca 74c8d12
install -p -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/sysconfig/%{service_name}-storage
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
install -dp %{buildroot}%{_mandir}/man{1,5,8}
Antonio Murdaca 74c8d12
install -m 644 docs/*.5 %{buildroot}%{_mandir}/man5
Antonio Murdaca 74c8d12
install -m 644 docs/*.8 %{buildroot}%{_mandir}/man8
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
mkdir -p %{buildroot}%{_sharedstatedir}/containers
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
# source codes for building projects
Antonio Murdaca 74c8d12
%if 0%{?with_devel}
Antonio Murdaca 74c8d12
install -d -p %{buildroot}/%{gopath}/src/%{import_path}/
Antonio Murdaca 74c8d12
echo "%%dir %%{gopath}/src/%%{import_path}/." >> devel.file-list
Antonio Murdaca 74c8d12
# find all *.go but no *_test.go files and generate devel.file-list
Antonio Murdaca 74c8d12
for file in $(find . -iname "*.go" \! -iname "*_test.go") ; do
Antonio Murdaca 74c8d12
    echo "%%dir %%{gopath}/src/%%{import_path}/$(dirname $file)" >> devel.file-list
Antonio Murdaca 74c8d12
    install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$(dirname $file)
Antonio Murdaca 74c8d12
    cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file
Antonio Murdaca 74c8d12
    echo "%%{gopath}/src/%%{import_path}/$file" >> devel.file-list
Antonio Murdaca 74c8d12
done
Antonio Murdaca 74c8d12
%endif
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
# testing files for this project
Antonio Murdaca 74c8d12
%if 0%{?with_unit_test} && 0%{?with_devel}
Antonio Murdaca 74c8d12
install -d -p %{buildroot}/%{gopath}/src/%{import_path}/
Antonio Murdaca 74c8d12
# find all *_test.go files and generate unit-test.file-list
Antonio Murdaca 74c8d12
for file in $(find . -iname "*_test.go"); do
Antonio Murdaca 74c8d12
    echo "%%dir %%{gopath}/src/%%{import_path}/$(dirname $file)" >> devel.file-list
Antonio Murdaca 74c8d12
    install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$(dirname $file)
Antonio Murdaca 74c8d12
    cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file
Antonio Murdaca 74c8d12
    echo "%%{gopath}/src/%%{import_path}/$file" >> unit-test-devel.file-list
Antonio Murdaca 74c8d12
done
Antonio Murdaca 74c8d12
%endif
Antonio Murdaca 74c8d12
7fdbe1e
%if 0%{?with_integration_tests}
7fdbe1e
install -d -p %{buildroot}/%{_datadir}/%{name}/test
7fdbe1e
cp -r test %{buildroot}/%{_datadir}/%{name}/
7fdbe1e
7fdbe1e
install -d -p %{buildroot}/etc/containers/registries.d
7fdbe1e
cp test/redhat_sigstore.yaml %{buildroot}/etc/containers/registries.d/registry.access.redhat.com.yaml
7fdbe1e
%endif
7fdbe1e
Antonio Murdaca 74c8d12
%if 0%{?with_devel}
Antonio Murdaca 74c8d12
sort -u -o devel.file-list devel.file-list
Antonio Murdaca 74c8d12
%endif
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
%check
Antonio Murdaca 74c8d12
%if 0%{?with_check} && 0%{?with_unit_test} && 0%{?with_devel}
Antonio Murdaca 74c8d12
export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
%endif
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
%post
Antonio Murdaca 74c8d12
%systemd_post %{service_name}
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
%preun
Antonio Murdaca 74c8d12
%systemd_preun %{service_name}
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
%postun
Antonio Murdaca 74c8d12
%systemd_postun_with_restart %{service_name}
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
#define license tag if not already defined
Antonio Murdaca 74c8d12
%{!?_licensedir:%global license %doc}
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
%if 0%{?with_devel}
Antonio Murdaca 74c8d12
%files devel -f devel.file-list
Antonio Murdaca 74c8d12
%license LICENSE
Antonio Murdaca 74c8d12
%doc README.md code-of-conduct.md
Antonio Murdaca 74c8d12
%dir %{gopath}/src/%{provider}.%{provider_tld}/%{project}
Antonio Murdaca 74c8d12
%endif
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
%if 0%{?with_unit_test} && 0%{?with_devel}
Antonio Murdaca 74c8d12
%files unit-test-devel -f unit-test-devel.file-list
Antonio Murdaca 74c8d12
%license LICENSE
Antonio Murdaca 74c8d12
%doc README.md code-of-conduct.md
Antonio Murdaca 74c8d12
%endif
Antonio Murdaca 74c8d12
7fdbe1e
%if 0%{?with_integration_tests}
7fdbe1e
%files integration-tests
7fdbe1e
%license LICENSE
7fdbe1e
%doc README.md
7fdbe1e
%{_datadir}/%{name}/test/*
7fdbe1e
/etc/containers/registries.d/registry.access.redhat.com.yaml
7fdbe1e
%endif
7fdbe1e
Antonio Murdaca 74c8d12
%files
Antonio Murdaca 74c8d12
%license LICENSE
Antonio Murdaca 74c8d12
%doc README.md
Antonio Murdaca 74c8d12
%{_bindir}/%{service_name}
Antonio Murdaca 74c8d12
%{_mandir}/man5/%{service_name}.conf.5*
Antonio Murdaca 74c8d12
%{_mandir}/man8/%{service_name}.8*
Antonio Murdaca 74c8d12
%dir %{_sysconfdir}/%{service_name}
Antonio Murdaca 74c8d12
%config(noreplace) %{_sysconfdir}/%{service_name}/%{service_name}.conf
Antonio Murdaca 74c8d12
%config(noreplace) %{_sysconfdir}/%{service_name}/seccomp.json
Antonio Murdaca 74c8d12
%config(noreplace) %{_sysconfdir}/sysconfig/%{service_name}-storage
Antonio Murdaca 74c8d12
%config(noreplace) %{_sysconfdir}/sysconfig/%{service_name}-network
2a998da
%config(noreplace) %{_sysconfdir}/cni/net.d/100-%{service_name}-bridge.conf
2a998da
%config(noreplace) %{_sysconfdir}/cni/net.d/200-loopback.conf
603a13c
%config(noreplace) %{_sysconfdir}/crictl.yaml
Antonio Murdaca 74c8d12
%dir %{_libexecdir}/%{service_name}
Antonio Murdaca 74c8d12
%{_libexecdir}/%{service_name}/pause
Antonio Murdaca 74c8d12
%{_unitdir}/%{service_name}.service
6015b56
%{_unitdir}/cri-o.service
Antonio Murdaca 74c8d12
%{_unitdir}/%{service_name}-shutdown.service
Antonio Murdaca 74c8d12
%dir %{_sharedstatedir}/containers
af78346
%dir %{_datadir}/oci-umount
af78346
%dir %{_datadir}/oci-umount/oci-umount.d
af78346
%{_datadir}/oci-umount/oci-umount.d/%{service_name}-umount.conf
Antonio Murdaca 74c8d12
1d6de92
%files -n conmon
1d6de92
%license LICENSE
1d6de92
%doc README.md
1d6de92
%{_libexecdir}/%{service_name}/conmon
1d6de92
Antonio Murdaca 74c8d12
%changelog
Lokesh Mandvekar (Bot) 3aaeb32
* Mon Jul 09 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.12.0-5.git1af50d7
Lokesh Mandvekar (Bot) 3aaeb32
- autobuilt 1af50d7
Lokesh Mandvekar (Bot) 3aaeb32
Lokesh Mandvekar (Bot) c0926fc
* Sun Jul 08 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.12.0-4.gitb68ada4
Lokesh Mandvekar (Bot) c0926fc
- autobuilt b68ada4
Lokesh Mandvekar (Bot) c0926fc
Lokesh Mandvekar (Bot) f5e6314
* Sat Jul 07 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.12.0-3.git3374df8
Lokesh Mandvekar (Bot) f5e6314
- autobuilt 3374df8
Lokesh Mandvekar (Bot) f5e6314
Lokesh Mandvekar (Bot) 572f8ab
* Fri Jul 06 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.12.0-2.git14c22de
Lokesh Mandvekar (Bot) 572f8ab
- autobuilt 14c22de
Lokesh Mandvekar (Bot) 572f8ab
Lokesh Mandvekar (Bot) 2694738
* Wed Jul 04 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.12.0-1.git9a46eba
Lokesh Mandvekar (Bot) 2694738
- bump to 1.12.0
Lokesh Mandvekar (Bot) 2694738
- autobuilt 9a46eba
Lokesh Mandvekar (Bot) 2694738
Lokesh Mandvekar (Bot) f235762
* Sat Jun 30 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.11.0-27.git3b86cde
Lokesh Mandvekar (Bot) f235762
- autobuilt 3b86cde
Lokesh Mandvekar (Bot) f235762
Lokesh Mandvekar (Bot) f1f3ddf
* Fri Jun 29 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.11.0-26.git45ccf08
Lokesh Mandvekar (Bot) f1f3ddf
- autobuilt 45ccf08
Lokesh Mandvekar (Bot) f1f3ddf
Lokesh Mandvekar (Bot) 3e8b25c
* Thu Jun 28 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.11.0-25.gitf9f8a53
Lokesh Mandvekar (Bot) 3e8b25c
- autobuilt f9f8a53
Lokesh Mandvekar (Bot) 3e8b25c
Lokesh Mandvekar (Bot) b73f6bb
* Wed Jun 27 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.11.0-24.git953f837
Lokesh Mandvekar (Bot) b73f6bb
- autobuilt 953f837
Lokesh Mandvekar (Bot) b73f6bb
Lokesh Mandvekar (Bot) 7f05121
* Tue Jun 26 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.11.0-23.gitf9ae39e
Lokesh Mandvekar (Bot) 7f05121
- autobuilt f9ae39e
Lokesh Mandvekar (Bot) 7f05121
Lokesh Mandvekar (Bot) eaac9a8
* Sat Jun 23 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.11.0-22.gita18f4ed
Lokesh Mandvekar (Bot) eaac9a8
- autobuilt a18f4ed
Lokesh Mandvekar (Bot) eaac9a8
Lokesh Mandvekar (Bot) 2bce298
* Thu Jun 21 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.11.0-21.gitfc6bebf
Lokesh Mandvekar (Bot) 2bce298
- autobuilt fc6bebf
Lokesh Mandvekar (Bot) 2bce298
Lokesh Mandvekar (Bot) 5dadf85
* Tue Jun 19 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.11.0-20.gitbd1dec3
Lokesh Mandvekar (Bot) 5dadf85
- autobuilt bd1dec3
Lokesh Mandvekar (Bot) 5dadf85
Lokesh Mandvekar (Bot) 103b8a5
* Mon Jun 18 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.11.0-19.git51dfd19
Lokesh Mandvekar (Bot) 103b8a5
- autobuilt 51dfd19
Lokesh Mandvekar (Bot) 103b8a5
Lokesh Mandvekar (Bot) c35aab8
* Sat Jun 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.11.0-18.git46e04a6
Lokesh Mandvekar (Bot) c35aab8
- autobuilt 46e04a6
Lokesh Mandvekar (Bot) c35aab8
Lokesh Mandvekar (Bot) f3fb16e
* Fri Jun 15 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.11.0-17.git5a890d8
Lokesh Mandvekar (Bot) f3fb16e
- autobuilt 5a890d8
Lokesh Mandvekar (Bot) f3fb16e
Lokesh Mandvekar (Bot) 117b09b
* Thu Jun 14 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.11.0-16.gitbac65b4
Lokesh Mandvekar (Bot) 117b09b
- autobuilt bac65b4
Lokesh Mandvekar (Bot) 117b09b
Lokesh Mandvekar (Bot) f314924
* Wed Jun 13 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.11.0-15.gitbe2c579
Lokesh Mandvekar (Bot) f314924
- autobuilt be2c579
Lokesh Mandvekar (Bot) f314924
Lokesh Mandvekar (Bot) 31a1e98
* Tue Jun 12 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.11.0-14.gitf64f5b8
Lokesh Mandvekar (Bot) 31a1e98
- autobuilt f64f5b8
Lokesh Mandvekar (Bot) 31a1e98
Lokesh Mandvekar (Bot) 18e7bff
* Sun Jun 10 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.11.0-13.gitfcdc2c9
Lokesh Mandvekar (Bot) 18e7bff
- autobuilt fcdc2c9
Lokesh Mandvekar (Bot) 18e7bff
Lokesh Mandvekar (Bot) b6aa647
* Thu Jun 07 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.11.0-12.git54478a2
Lokesh Mandvekar (Bot) b6aa647
- autobuilt 54478a2
Lokesh Mandvekar (Bot) b6aa647
Lokesh Mandvekar (Bot) 78a5fd6
* Wed Jun 06 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.11.0-11.git540ebd6
Lokesh Mandvekar (Bot) 78a5fd6
- autobuilt 540ebd6
Lokesh Mandvekar (Bot) 78a5fd6
Lokesh Mandvekar (Bot) 19f12dc
* Tue Jun 05 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.11.0-10.git055eb1e
Lokesh Mandvekar (Bot) 19f12dc
- autobuilt 055eb1e
Lokesh Mandvekar (Bot) 19f12dc
Lokesh Mandvekar (Bot) aa1dd0d
* Sun Jun 03 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.11.0-9.git1c0c3b0
Lokesh Mandvekar (Bot) aa1dd0d
- autobuilt 1c0c3b0
Lokesh Mandvekar (Bot) aa1dd0d
Lokesh Mandvekar (Bot) e209126
* Fri Jun 01 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.11.0-8.git7910f24
Lokesh Mandvekar (Bot) e209126
- autobuilt 7910f24
Lokesh Mandvekar (Bot) e209126
Lokesh Mandvekar (Bot) ba80956
* Thu May 31 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.11.0-7.gite2fdb46
Lokesh Mandvekar (Bot) ba80956
- autobuilt e2fdb46
Lokesh Mandvekar (Bot) ba80956
Lokesh Mandvekar (Bot) 8f9bc4d
* Wed May 30 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.11.0-6.gitdbcff37
Lokesh Mandvekar (Bot) 8f9bc4d
- autobuilt dbcff37
Lokesh Mandvekar (Bot) 8f9bc4d
Lokesh Mandvekar (Bot) 3f3d52c
* Fri May 25 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.11.0-5.git19e97f2
Lokesh Mandvekar (Bot) 3f3d52c
- autobuilt 19e97f2
Lokesh Mandvekar (Bot) 3f3d52c
Lokesh Mandvekar (Bot) e5c4b81
* Fri May 18 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.11.0-4.git97d2efd
Lokesh Mandvekar (Bot) e5c4b81
- autobuilt 97d2efd
Lokesh Mandvekar (Bot) e5c4b81
Lokesh Mandvekar (Bot) 419f699
* Thu May 17 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.11.0-3.gitd4e89bd
Lokesh Mandvekar (Bot) 419f699
- autobuilt d4e89bd
Lokesh Mandvekar (Bot) 419f699
Lokesh Mandvekar (Bot) 92e65ab
* Wed May 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.11.0-2.git72cb448
Lokesh Mandvekar (Bot) 92e65ab
- autobuilt 72cb448
Lokesh Mandvekar (Bot) 92e65ab
f1747f4
* Fri May 11 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.11.0-1.git55a3daa
f1747f4
- bump to v1.11.0
f1747f4
- built commit 55a3daa
f1747f4
6ea94fb
* Tue May 8 2018 Dan Walsh <dwalsh@redhat.com> - 2:1.10.1-1.git728df92
6ea94fb
- bump to v1.10.1
6ea94fb
Lokesh Mandvekar (Bot) f1e302b
* Tue May 08 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.10.0-37.git52d0f53
Lokesh Mandvekar (Bot) f1e302b
- autobuilt 52d0f53
Lokesh Mandvekar (Bot) f1e302b
Lokesh Mandvekar (Bot) 48d2d2c
* Mon May 07 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.10.0-36.git5eb8c3b
Lokesh Mandvekar (Bot) 48d2d2c
- autobuilt 5eb8c3b
Lokesh Mandvekar (Bot) 48d2d2c
Lokesh Mandvekar (Bot) b9727dc
* Sun May 06 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.10.0-35.git4e54603
Lokesh Mandvekar (Bot) b9727dc
- autobuilt 4e54603
Lokesh Mandvekar (Bot) b9727dc
Lokesh Mandvekar (Bot) dd9d800
* Sat May 05 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.10.0-34.git0489381
Lokesh Mandvekar (Bot) dd9d800
- autobuilt 0489381
Lokesh Mandvekar (Bot) dd9d800
Lokesh Mandvekar (Bot) eae6e6b
* Fri May 04 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.10.0-33.git6db7ef8
Lokesh Mandvekar (Bot) eae6e6b
- autobuilt 6db7ef8
Lokesh Mandvekar (Bot) eae6e6b
Lokesh Mandvekar (Bot) a5b1dc9
* Wed May 02 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.10.0-32.git4e6919c
Lokesh Mandvekar (Bot) a5b1dc9
- autobuilt commit 4e6919c
Lokesh Mandvekar (Bot) a5b1dc9
Lokesh Mandvekar (Bot) d0a92bc
* Wed May 02 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.10.0-31.git4e4f1e2
Lokesh Mandvekar (Bot) d0a92bc
- autobuilt commit 4e4f1e2
Lokesh Mandvekar (Bot) d0a92bc
e9b2128
* Mon Apr 30 2018 Dan Walsh <dwalsh@redhat.com> - 2:1.10.0-30.gita221a5d
77ac05b
- Fix crio.conf to use correct path to conmon and systemd for cgroup management
77ac05b
Lokesh Mandvekar (Bot) af3a7a4
* Mon Apr 30 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.10.0-28.gita221a5d
Lokesh Mandvekar (Bot) af3a7a4
- autobuilt commit a221a5d
Lokesh Mandvekar (Bot) af3a7a4
Lokesh Mandvekar (Bot) dbb8718
* Fri Apr 27 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.10.0-27.gitc971f7b
Lokesh Mandvekar (Bot) dbb8718
- autobuilt commit c971f7b
Lokesh Mandvekar (Bot) dbb8718
Lokesh Mandvekar (Bot) 22ea5bf
* Thu Apr 26 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.10.0-26.git733d791
Lokesh Mandvekar (Bot) 22ea5bf
- autobuilt commit 733d791
Lokesh Mandvekar (Bot) 22ea5bf
Lokesh Mandvekar (Bot) e68fd5a
* Tue Apr 24 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.10.0-25.git596d052
Lokesh Mandvekar (Bot) e68fd5a
- autobuilt commit 596d052
Lokesh Mandvekar (Bot) e68fd5a
Lokesh Mandvekar (Bot) 3c83c90
* Tue Apr 17 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.10.0-24.gitc24e0d9
Lokesh Mandvekar (Bot) 3c83c90
- autobuilt commit c24e0d9
Lokesh Mandvekar (Bot) 3c83c90
Lokesh Mandvekar (Bot) d69408e
* Tue Apr 17 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.10.0-23.gitc24e0d9
Lokesh Mandvekar (Bot) d69408e
- autobuilt commit c24e0d9
Lokesh Mandvekar (Bot) d69408e
Lokesh Mandvekar (Bot) d86bcfb
* Mon Apr 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.10.0-22.gitc24e0d9
Lokesh Mandvekar (Bot) d86bcfb
- autobuilt commit c24e0d9
Lokesh Mandvekar (Bot) d86bcfb
Lokesh Mandvekar (Bot) acae6ac
* Mon Apr 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.10.0-21.gitc24e0d9
Lokesh Mandvekar (Bot) acae6ac
- autobuilt commit c24e0d9
Lokesh Mandvekar (Bot) acae6ac
Lokesh Mandvekar (Bot) 436037e
* Mon Apr 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.10.0-20.gitc24e0d9
Lokesh Mandvekar (Bot) 436037e
- autobuilt commit c24e0d9
Lokesh Mandvekar (Bot) 436037e
Lokesh Mandvekar (Bot) aff2694
* Mon Apr 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.10.0-19.gitc24e0d9
Lokesh Mandvekar (Bot) aff2694
- autobuilt commit c24e0d9
Lokesh Mandvekar (Bot) aff2694
Lokesh Mandvekar (Bot) 88f5cb6
* Sun Apr 15 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.10.0-18.gitc24e0d9
Lokesh Mandvekar (Bot) 88f5cb6
- autobuilt commit c24e0d9
Lokesh Mandvekar (Bot) 88f5cb6
Lokesh Mandvekar (Bot) 28d5e5b
* Sat Apr 14 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.10.0-17.gitc24e0d9
Lokesh Mandvekar (Bot) 28d5e5b
- autobuilt commit c24e0d9
Lokesh Mandvekar (Bot) 28d5e5b
Lokesh Mandvekar (Bot) 9d1a468
* Fri Apr 13 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.10.0-16.gitc24e0d9
Lokesh Mandvekar (Bot) 9d1a468
- autobuilt commit c24e0d9
Lokesh Mandvekar (Bot) 9d1a468
Lokesh Mandvekar (Bot) e637f8f
* Thu Apr 12 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.10.0-15.gitc24e0d9
Lokesh Mandvekar (Bot) e637f8f
- autobuilt commit c24e0d9
Lokesh Mandvekar (Bot) e637f8f
Lokesh Mandvekar (Bot) 211b481
* Wed Apr 11 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.10.0-14.gitc24e0d9
Lokesh Mandvekar (Bot) 211b481
- autobuilt commit c24e0d9
Lokesh Mandvekar (Bot) 211b481
Lokesh Mandvekar (Bot) 55513cd
* Tue Apr 10 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.10.0-13.gitc24e0d9
Lokesh Mandvekar (Bot) 55513cd
- autobuilt commit c24e0d9
Lokesh Mandvekar (Bot) 55513cd
Lokesh Mandvekar (Bot) 4f574ab
* Tue Apr 10 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.10.0-12.gitc24e0d9
Lokesh Mandvekar (Bot) 4f574ab
- autobuilt commit c24e0d9
Lokesh Mandvekar (Bot) 4f574ab
Lokesh Mandvekar (Bot) fd7641c
* Tue Apr 10 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.10.0-11.git1eec122
Lokesh Mandvekar (Bot) fd7641c
- autobuilt commit 1eec122
Lokesh Mandvekar (Bot) fd7641c
Lokesh Mandvekar (Bot) d30ce58
* Mon Apr 09 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.10.0-10.git1eec122
Lokesh Mandvekar (Bot) d30ce58
- autobuilt commit 1eec122
Lokesh Mandvekar (Bot) d30ce58
Lokesh Mandvekar (Bot) 185ff11
* Mon Apr 09 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.10.0-9.git1eec122
Lokesh Mandvekar (Bot) 185ff11
- autobuilt commit 1eec122
Lokesh Mandvekar (Bot) 185ff11
Lokesh Mandvekar (Bot) b288510
* Sun Apr 08 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.10.0-8.gitd0dbfe0
Lokesh Mandvekar (Bot) b288510
- autobuilt commit d0dbfe0
Lokesh Mandvekar (Bot) b288510
a591ee5
* Sun Apr 08 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.10.0-7.gitd0dbfe0
a591ee5
- autobuilt commit d0dbfe0
a591ee5
60b220d
* Sun Apr 08 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.10.0-6.gitd0dbfe0
60b220d
- autobuilt commit d0dbfe0
60b220d
7ca8a21
* Sun Apr 08 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.10.0-5.git86b61d4
7ca8a21
- built commit 86b61d4
7ca8a21
d3b9fee
* Fri Mar 30 2018 Dan Walsh <dwalsh@redhat.com> - 2:1.10.0-4
d3b9fee
- Release of v1.10.0
d3b9fee
0ccf315
* Mon Mar 26 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.10.0-3.gitb0f6d98
0ccf315
- built commit b0f6d98
0ccf315
f5f37d5
* Fri Mar 16 2018 Dan Walsh <dwalsh@redhat.com> - 2:1.10.0-beta.1
f5f37d5
- bump to v1.10.0-beta.1
f5f37d5
935740f
* Tue Mar 13 2018 Dan Walsh <dwalsh@redhat.com> - 2:1.9.10-1.git8723732
935740f
- bump to v1.9.10
935740f
dede183
* Fri Mar 09 2018 Dan Walsh <dwalsh@redhat.com> - 2:1.9.9-1.git4d7e7dc
dede183
- bump to v1.9.9
dede183
90a577a
* Thu Mar 01 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.9.8-1.git7d9d2aa
90a577a
- bump to v1.9.8
90a577a
- enable integration tests for centos
90a577a
78dc2d2
* Fri Feb 23 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.9.7-2.gita98f9c9
78dc2d2
- make sure correct version in changelog
78dc2d2
78dc2d2
* Fri Feb 23 2018 Dan Walsh <dwalsh@redhat.com> - 2:1.9.7-1.gita98f9c9
17125f4
- Merge pull request #1357 from runcom/netns-fixes
17125f4
- sandbox_stop: close/remove the netns _after_ stopping the containers
17125f4
- sandbox net: set netns closed after actaully closing it
17125f4
4cf2482
* Wed Feb 21 2018 Dan Walsh <dwalsh@redhat.com> - 2:1.9.6-1.git5e48c92
4cf2482
- vendor: update c/image to handle text/plain from registries
4cf2482
c0089e7
* Fri Feb 16 2018 Dan Walsh <dwalsh@redhat.com> - 2:1.9.5-1.git125ec8a
c0089e7
- image: Add lock around image cache access
c0089e7
feddf9c
* Thu Feb 15 2018 Dan Walsh <dwalsh@redhat.com> - 2:1.9.4-1.git28c7dee
feddf9c
- imageService: cache information about images
feddf9c
- container_create: correctly set user
feddf9c
- system container: add /var/tmp as RW
feddf9c
a9c59d3
* Sun Feb 11 2018 Dan Walsh <dwalsh@redhat.com> - 2:1.9.3-1.git63ea1dd
a9c59d3
- Update containers/image and containers/storage
a9c59d3
-   Pick up lots of fixes in image and storage library
a9c59d3
d9b59ef
* Thu Feb 8 2018 Dan Walsh <dwalsh@redhat.com> - 2:1.9.2-1.gitb066a83
d9b59ef
- sandbox: fix sandbox logPath when crio restarts
d9b59ef
- syscontainers, rhel: add ADDTL_MOUNTS
d9b59ef
- Adapt to recent containers/image API updates
d9b59ef
- container_create: only bind mount /etc/hosts if not provided by k8s
d9b59ef
e621f5c
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.9.1-2.gitb066a83
e621f5c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
e621f5c
125ca70
* Wed Jan 24 2018 Dan Walsh <dwalsh@redhat.com> - 2:1.9.1-1.gitb066a8
125ca70
- Final Release 1.9.1
125ca70
b9c2486
* Mon Dec 18 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.9.0-4.gita85ea60
b9c2486
- need runc >= 2:1.0.0-15
b9c2486
2d46326
* Fri Dec 15 2017 Dan Walsh <dwalsh@redhat.com> - 2:1.9.0-3.gita85ea60
2d46326
- Final Release 1.9.0
2d46326
6f630a2
* Mon Dec 11 2017 Dan Walsh <dwalsh@redhat.com> - 2:1.9.0-1.beta.1.gita85ea60
6f630a2
- Update to kubernetes 1.9.0 beta 2 cri requirements
6f630a2
- container_exec: fix terminal true process json
6f630a2
- lib: sandbox: refactor to memory store
6f630a2
4ef23dd
* Sun Dec 10 2017 Dan Walsh <dwalsh@redhat.com> - 2:1.9.0-1.beta.1.git0ab5e80
6f630a2
- Update to kubernetes 1.9.0 beta 1 cri requirements
4ef23dd
4ef23dd
* Sun Dec 10 2017 Dan Walsh <dwalsh@redhat.com> - 2:1.8.3-1.gitd9922a9
4ef23dd
-  container_create: fix apparmor from container config
4ef23dd
-  container_create: correctly set image and kube envs
4ef23dd
-  oci: do not append conmon env to container process
4ef23dd
-  container_exec: use process file with runc exec
4ef23dd
30a728d
* Thu Nov 30 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.8.2-3.git3de7ab4c
30a728d
- cri-o should require conmon and not the other way around
30a728d
8f7f0eb
* Wed Nov 29 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.8.2-2.git3de7ab4c
8f7f0eb
- add additional deps
8f7f0eb
- From: Antonio Murdaca <runcom@redhat.com>
8f7f0eb
17fdd2e
* Wed Nov 29 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.8.2-1.git3de7ab4c
17fdd2e
- bump to v1.8.2
17fdd2e
1d6de92
* Tue Nov 28 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.8.1-2.git32d1708d
1d6de92
- separate conmon into a separate subpackage
1d6de92
b28a6bc
* Wed Nov 22 2017 Dan Walsh <dwalsh@redhat.com> - 1.8.1-1.git32d1708d
b28a6bc
- Add /proc/scsi to masked paths
b28a6bc
a637d26
* Mon Nov 13 2017 Dan Walsh <dwalsh@redhat.com> - 1.8.0-1.git80f54bc1
a637d26
- bump v1.8.0
a637d26
- Add support for Kubernetes v1.8
05c212a
- kpod support moved to the kpod package.
a637d26
a872723
* Thu Nov 09 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.0.3-1.git17bcfb4
a872723
- bump to v1.0.3
a872723
ef0e5ec
* Mon Oct 30 2017 Dan Walsh <dwalsh@redhat.com> - 1.0.2-1.git748bc46
ef0e5ec
- Lots of bug fixes
ef0e5ec
- Fixes to pass cri-tools tests
11da5ed
ecb7c34
* Wed Oct 25 2017 Dan Walsh <dwalsh@redhat.com> - 1.0.1-1.git64a30e1
ecb7c34
- Lots of bug fixes
ecb7c34
- Fixes to pass cri-tools tests
ecb7c34
9523335
* Mon Oct 16 2017 Dan Walsh <dwalsh@redhat.com> - 1.0.0-6.gita636972
9523335
- Add epoch to make sure that this installs
9523335
5adf4fe
* Mon Oct 16 2017 Dan Walsh <dwalsh@redhat.com> - 1.0.0-5.gita636972
5adf4fe
- Get the correct checksum
5adf4fe
5d56f21
* Fri Oct 13 2017 Dan Walsh <dwalsh@redhat.com> - 1.0.0-4.gitcd1bac5
5d56f21
- Release v1.0.0
5d56f21
-  Performance improvements
5d56f21
-  Add secrets patch to default mount directories from the host into containers
5d56f21
-  Add kpod login/logout
5d56f21
-  Change debug flag to log-level, allows admin to specify the loggin level
5d56f21
-  Bump to kube v1.7.8
5d56f21
-  Build with go 1.8.4
5d56f21
2c3f97a
* Tue Oct 03 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.0.0-3.rc3.gitd2c6f64
2c3f97a
- build v1.0.0-rc3 tag
2c3f97a
bc23022
* Tue Oct 03 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.0.0-2.rc3.dev.gita8ea146
bc23022
- adjust runc dep for CentOS Virt SIG builds
bc23022
af78346
* Tue Oct 03 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.0.0-1.rc3.dev.gita8ea146
af78346
- bump to 1.0.0-rc3.dev
af78346
- built commit a8ea146
af78346
7a2cea7
* Wed Sep 20 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.0.0-1.rc2.git6784a66
57d274e
- bump to v1.0.0-rc2
57d274e
2bcc4e0
* Tue Sep 12 2017 Dan Walsh <dwalsh@redhat.com> - 1.0.0.rc1-2.gitbb1da97
2bcc4e0
- Change default storage to overlay not overlay2, which shoulf fix issues with kpod working out of the box.
2bcc4e0
31fd47b
* Fri Sep 8 2017 Dan Walsh <dwalsh@redhat.com> - 1.0.0.rc1-1.gitbb1da97
9a8cdeb
-  Bugs, stability and performance fixes
9a8cdeb
-  Moved from kubernetes 1.6 to 1.7
9a8cdeb
-  cadvisor isupport
9a8cdeb
-  Full kube e2e tests coverage. We are now gating pull requests on kube e2e (we were gating them just on node-e2e).
9a8cdeb
-  Continue working on kpod
9a8cdeb
-    kpod cp
9a8cdeb
-    kpod diff
9a8cdeb
-    kpod export
9a8cdeb
-    kpod logs
9a8cdeb
-    kpod mount
9a8cdeb
-    kpod ps
9a8cdeb
-    kpod rename
9a8cdeb
-    kpod stats
9a8cdeb
-    kpod umount
9a8cdeb
d9c5ef6
* Tue Sep 5 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.0.0.beta.0-3.gitf9387ac
d9c5ef6
- btrfs_noversion in BUILDTAGS for previous build was in error
d9c5ef6
8c6e7d7
* Tue Sep 5 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.0.0.beta.0-2.gitf9387ac
8c6e7d7
- bump to latest master
8c6e7d7
- use runc >= 2:1.0.0-10
8c6e7d7
6015b56
* Thu Aug 3 2017 Dan Walsh <dwalsh@redhat.com> - 1.0.0.beta.0-1.git66d96e7
6015b56
- Beta Release
6015b56
-   Additional registry support
6015b56
-   Daemon pids-limit support
6015b56
-   cri-o daemon now supports a default pid-limit on all containers to prevent fork-bombs. This is configurable by admins through a flag or /etc/crio/crio.conf
6015b56
-   Configurable image volume support
6015b56
-   Bugs and Stability fixes
6015b56
-   OCI 1.0 runtime support
6015b56
-     Dropped internal runc, and now use systems runc 
6015b56
465b8ba
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0.alpha.0-5.gitfa25b38
465b8ba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
465b8ba
a587369
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0.alpha.0-4.gitfa25b38
a587369
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
a587369
fd0f676
* Thu Jul 13 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.0.0.alpha.0-3.gitfa25b38
fd0f676
- enable all arches except ppc64 because it's been removed from goarches
fd0f676
6648c38
* Thu Jul 13 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.0.0.alpha.0-2.gitfa25b38
6648c38
- built commit fa25b38
6648c38
- Provides: crio
6648c38
2a998da
* Fri Jun 30 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.0.0.alpha.0-1.git91977d3
2a998da
- built commit 91977d3
2a998da
- remove cri-o-cni subpackage
2a998da
- require containernetworking-plugins >= 0.5.2-2 (same as containernetworking-cni)
2a998da
- skip s390x build (rhbz#1466865)
2a998da
Antonio Murdaca 347b56a
* Fri Jun 23 2017 Antonio Murdaca <runcom@fedoraproject.org> - 1.0.0.alpha.0-0.git5dcbdc0.3
Antonio Murdaca 347b56a
- rebuilt to include cri-o-cni sub package
Antonio Murdaca 347b56a
Antonio Murdaca 7d25a26
* Wed Jun 21 2017 Antonio Murdaca <runcom@fedoraproject.org> - 1.0.0.alpha.0-0.git5dcbdc0.2
Antonio Murdaca 7d25a26
- rebuilt for s390x
Antonio Murdaca 7d25a26
Antonio Murdaca 33548db
* Wed Jun 21 2017 Antonio Murdaca <runcom@fedoraproject.org> - 1.0.0.alpha.0-0.git5dcbdc0.1
Antonio Murdaca 33548db
- built first alpha release
Antonio Murdaca 33548db
Antonio Murdaca 74c8d12
* Fri May 5 2017 Dan Walsh <dwalsh@redhat.com> 0.3-0.gitf648cd6e
Antonio Murdaca 74c8d12
- Bump up version to 0.3
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
* Tue Mar 21 2017 Dan Walsh <dwalsh@redhat.com> 0.2-1.git7d7570e
Antonio Murdaca 74c8d12
- Bump up version to 0.2
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
* Tue Mar 21 2017 Dan Walsh <dwalsh@redhat.com> 0.1-1.git9bf26b5
Antonio Murdaca 74c8d12
- Bump up version to 0.1
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
* Mon Feb 13 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.15.git0639f06
Antonio Murdaca 74c8d12
- built commit 0639f06
Antonio Murdaca 74c8d12
- packaging workarounds for 'go install'
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
* Wed Feb 8 2017 Dan Walsh <dwalsh@redhat.com> 0-0.14.git6bd7c53
Antonio Murdaca 74c8d12
- Use newer versions of runc
Antonio Murdaca 74c8d12
- Applying k8s kubelet v3 api to cri-o server
Antonio Murdaca 74c8d12
- Applying k8s.io v3 API for ocic and ocid
Antonio Murdaca 74c8d12
- doc: Add instruction to run cri-o with kubernetes
Antonio Murdaca 74c8d12
- Lots of  updates of container/storage and containers/image
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
* Mon Jan 23 2017 Peter Robinson <pbrobinson@fedoraproject.org> 0-0.13.git7cc8492
Antonio Murdaca 74c8d12
- Build on all kubernetes arches
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
* Fri Jan 20 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.12.git7cc8492
Antonio Murdaca 74c8d12
- add bash completion
Antonio Murdaca 74c8d12
- From: Daniel J Walsh <dwalsh@redhat.com>
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
* Thu Jan 19 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.11.git7cc8492
Antonio Murdaca 74c8d12
- remove trailing whitespace from unitfile
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
* Thu Jan 19 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.10.git7cc8492
Antonio Murdaca 74c8d12
- built commit 7cc8492
Antonio Murdaca 74c8d12
- packaging fixes from Nalin Dahyabhai <nalin@redhat.com>
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
* Thu Jan 19 2017 Dan Walsh <dwalsh@redhat.com> - 0-0.9.gitb9dc097
Antonio Murdaca 74c8d12
- Change to require skopeo-containers
Antonio Murdaca 74c8d12
- Merge Nalind/storage patch
Antonio Murdaca 74c8d12
-    Now uses Storage for Image Management
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
* Mon Jan 16 2017 Lokesh Manvekar <lsm5@fedoraproject.org> - 0-0.8.git2e6070f
Antonio Murdaca 74c8d12
- packaging changes from Nalin Dahyabhai <nalin@redhat.com>
Antonio Murdaca 74c8d12
- Don't make the ExecReload setting part of the ExecStart setting.
Antonio Murdaca 74c8d12
- Create ocid.conf in install, not in check.
Antonio Murdaca 74c8d12
- Own /etc/ocid.
Antonio Murdaca 74c8d12
- Install an "anything goes" pulling policy for a default.
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
* Thu Dec 22 2016 Dan Walsh <dwalsh@redhat.com> - 0-0.7.git2e6070f
Antonio Murdaca 74c8d12
- Switch locate to /var/lib/containers for images
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
* Thu Dec 22 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.6.git2e6070f
Antonio Murdaca 74c8d12
- built commit 2e6070f
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
* Wed Dec 21 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.5.git36dfef5
Antonio Murdaca 74c8d12
- install plugins into /usr/libexec/ocid/cni/
Antonio Murdaca 74c8d12
- require runc >= 1.0.0 rc2
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
* Wed Dec 21 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.4.git36dfef5
Antonio Murdaca 74c8d12
- built runcom/alpha commit 36dfef5
Antonio Murdaca 74c8d12
- cni bundled for now
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
* Thu Dec 15 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.3.gitc57530e
Antonio Murdaca 74c8d12
- Resolves: #1392977 - first upload to Fedora
Antonio Murdaca 74c8d12
- add build deps, enable only for x86_64 (doesn't build on i686)
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
* Thu Dec 15 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.2.gitc57530e
Antonio Murdaca 74c8d12
- add Godeps.json
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12
* Tue Nov 08 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.1.gitc57530e
Antonio Murdaca 74c8d12
- First package for Fedora
Antonio Murdaca 74c8d12
Antonio Murdaca 74c8d12