Hello community, here is the log from the commit of package cri-o for openSUSE:Factory checked in at 2019-05-22 10:49:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cri-o (Old) and /work/SRC/openSUSE:Factory/.cri-o.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cri-o" Wed May 22 10:49:55 2019 rev:29 rq:703679 version:1.14.1 Changes: -------- --- /work/SRC/openSUSE:Factory/cri-o/cri-o.changes 2019-04-22 12:23:30.404891835 +0200 +++ /work/SRC/openSUSE:Factory/.cri-o.new.5148/cri-o.changes 2019-05-22 10:49:59.055372357 +0200 @@ -1,0 +2,18 @@ +Thu May 16 07:28:09 UTC 2019 - Guillaume GARDET <[email protected]> + +- Add _constraints to avoid OOM + +------------------------------------------------------------------- +Thu May 9 14:24:05 UTC 2019 - Sascha Grunert <[email protected]> + +- Update cri-o to v1.14.1 + * Add min memory limit check to sandbox_run_linux.go + * Fix crash when network namespace is not setup + * Log oom_handling_score failure to debug + * Fix possible out of bounds access during log parsing + * Fix sandbox segfault with manage_network_ns_lifecycle +- Add registry-mirror.patch +- Update repository paths from `kubernetes-sigs` to `cri-o` +- Remove unnecessary ostree dependency + +------------------------------------------------------------------- Old: ---- cri-o-1.14.0.tar.xz New: ---- _constraints cri-o-1.14.1.tar.xz registry-mirror.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cri-o.spec ++++++ --- /var/tmp/diff_new_pack.X01ycN/_old 2019-05-22 10:50:00.983371786 +0200 +++ /var/tmp/diff_new_pack.X01ycN/_new 2019-05-22 10:50:00.983371786 +0200 @@ -21,22 +21,18 @@ %define _fillupdir /var/adm/fillup-templates %endif -%define project github.com/kubernetes-sigs/cri-o -# Build with libostree-devel in Tumbleweed, Leap 15+ and SLES 15+ -%if 0%{?suse_version} >= 1500 -%define with_libostree 1 -%endif +%define project github.com/cri-o/cri-o # Define macros for further referenced sources %define name_source1 crio.service %define name_source2 sysconfig.crio %define name_source3 crio.conf Name: cri-o -Version: 1.14.0 +Version: 1.14.1 Release: 0 Summary: OCI-based implementation of Kubernetes Container Runtime Interface License: Apache-2.0 Group: System/Management -Url: https://github.com/kubernetes-sigs/cri-o +Url: https://github.com/cri-o/cri-o ExcludeArch: i586 Source0: %{name}-%{version}.tar.xz Source1: %{name_source1} @@ -44,6 +40,7 @@ Source3: %{name_source3} Source4: cri-o-rpmlintrc Source5: kubelet.env +Patch0: registry-mirror.patch BuildRequires: device-mapper-devel BuildRequires: fdupes BuildRequires: git-core @@ -71,9 +68,6 @@ Provides: cri-runtime # disable stripping of binaries %{go_nostrip} -%if 0%{?with_libostree} -BuildRequires: libostree-devel -%endif %description CRI-O provides an integration path between OCI conformant runtimes @@ -95,6 +89,7 @@ %prep %setup -q +%patch0 -p1 %build # We can't use symlinks here because go-list gets confused by symlinks, so we @@ -106,10 +101,6 @@ cd $HOME/go/src/%{project} export BUILDTAGS="seccomp apparmor containers_image_ostree_stub" -%if 0%{?with_libostree} -export BUILDTAGS="seccomp apparmor" -echo "Compiling with libostree support" -%endif # Build crio go build -tags "$BUILDTAGS" \ @@ -130,9 +121,6 @@ cd $HOME/go/src/%{project} export GOPATH=$HOME/go export BUILDTAGS="seccomp apparmor containers_image_ostree_stub" -%if 0%{?with_libostree} -export BUILDTAGS="seccomp apparmor" -%endif PKG_LIST=$(go list -tags "${BUILDTAGS}" ./... | \ grep -v %{project}/vendor} | \ ++++++ _constraints ++++++ <?xml version="1.0" encoding="UTF-8"?> <constraints> <hardware> <memory> <size unit="M">2500</size> </memory> </hardware> </constraints> ++++++ _service ++++++ --- /var/tmp/diff_new_pack.X01ycN/_old 2019-05-22 10:50:01.027371773 +0200 +++ /var/tmp/diff_new_pack.X01ycN/_new 2019-05-22 10:50:01.031371772 +0200 @@ -1,9 +1,9 @@ <services> <service name="tar_scm" mode="disabled"> -<param name="url">https://github.com/kubernetes-sigs/cri-o</param> +<param name="url">https://github.com/cri-o/cri-o</param> <param name="scm">git</param> -<param name="versionformat">1.14.0</param> -<param name="revision">v1.14.0</param> +<param name="versionformat">1.14.1</param> +<param name="revision">v1.14.1</param> </service> <service name="recompress" mode="disabled"> <param name="file">cri-o-*.tar</param> ++++++ cri-o-1.14.0.tar.xz -> cri-o-1.14.1.tar.xz ++++++ ++++ 30230 lines of diff (skipped) ++++++ crio.service ++++++ --- /var/tmp/diff_new_pack.X01ycN/_old 2019-05-22 10:50:03.675370990 +0200 +++ /var/tmp/diff_new_pack.X01ycN/_new 2019-05-22 10:50:03.675370990 +0200 @@ -1,6 +1,6 @@ [Unit] Description=Open Container Initiative Daemon -Documentation=https://github.com/kubernetes-sigs/cri-o +Documentation=https://github.com/cri-o/cri-o After=network.target lwm2-monitor.service SuSEfirewall2.service [Service] ++++++ registry-mirror.patch ++++++ ++++ 7705 lines (skipped)
