Hello community,

here is the log from the commit of package cri-o for openSUSE:Factory checked 
in at 2018-11-06 13:48:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cri-o (Old)
 and      /work/SRC/openSUSE:Factory/.cri-o.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cri-o"

Tue Nov  6 13:48:38 2018 rev:19 rq:643136 version:1.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/cri-o/cri-o.changes      2018-10-11 
11:45:01.866818934 +0200
+++ /work/SRC/openSUSE:Factory/.cri-o.new/cri-o.changes 2018-11-06 
13:48:42.248715877 +0100
@@ -1,0 +2,21 @@
+Fri Oct 19 06:59:18 UTC 2018 - Valentin Rothberg <vrothb...@suse.com>
+
+- Update cri-o to v1.12.0:
+  * docs: tweak crio and crio.conf man pages
+  * config: provide a default runtime and deprecate the runtime option
+  * cri: Implement runtime handler support
+  * *: implement default ulimits for containers
+  * Fix manpage to correctly state default storage driver
+  * crio.conf(5): update manpage to the latest state
+  * Remove sysctl parsing code from cri-o
+  * Add default_systcls option to crio.conf
+  * Image Volumes should be bind mounted as private
+  * Create LICENSE
+  * conmon: fix segfault when --log-level is not specified
+  * Add log-level option to conmon and crio.conf
+  * Remove "--log-level debug" from service file
+  * conmon: close extra files before exit
+  * Block use of /proc/acpi from inside containers
+  * conmon: do not use an empty env when running the exit command
+
+-------------------------------------------------------------------

Old:
----
  cri-o-1.11.2.tar.xz
  go-1.11-compat-backport.patch

New:
----
  cri-o-1.12.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cri-o.spec ++++++
--- /var/tmp/diff_new_pack.IZWXEv/_old  2018-11-06 13:48:43.396714322 +0100
+++ /var/tmp/diff_new_pack.IZWXEv/_new  2018-11-06 13:48:43.396714322 +0100
@@ -21,7 +21,7 @@
   %define _fillupdir /var/adm/fillup-templates
 %endif
 
-%define project github.com/kubernetes-incubator/cri-o
+%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
@@ -31,12 +31,12 @@
 %define        name_source2 sysconfig.crio
 %define        name_source3 crio.conf
 Name:           cri-o
-Version:        1.11.2
+Version:        1.12.0
 Release:        0
 Summary:        OCI-based implementation of Kubernetes Container Runtime 
Interface
 License:        Apache-2.0
 Group:          System/Management
-Url:            https://github.com/kubernetes-incubator/cri-o
+Url:            https://github.com/kubernetes-sigs/cri-o
 ExcludeArch:    i586
 Source0:        %{name}-%{version}.tar.xz
 Source1:        %{name_source1}
@@ -44,7 +44,6 @@
 Source3:        %{name_source3}
 Source4:        cri-o-rpmlintrc
 Source5:        kubelet.env
-Patch0:         go-1.11-compat-backport.patch
 BuildRequires:  device-mapper-devel
 BuildRequires:  fdupes
 BuildRequires:  git-core
@@ -57,7 +56,7 @@
 BuildRequires:  libbtrfs-devel
 BuildRequires:  libgpgme-devel
 BuildRequires:  libseccomp-devel
-BuildRequires:  golang(API) >= 1.8
+BuildRequires:  golang(API) >= 1.10
 Requires:       cni
 Requires:       cni-plugins
 Requires:       iproute2
@@ -95,7 +94,6 @@
 
 %prep
 %setup -q
-%patch0
 
 %build
 # We can't use symlinks here because go-list gets confused by symlinks, so we

++++++ _service ++++++
--- /var/tmp/diff_new_pack.IZWXEv/_old  2018-11-06 13:48:43.440714263 +0100
+++ /var/tmp/diff_new_pack.IZWXEv/_new  2018-11-06 13:48:43.440714263 +0100
@@ -1,9 +1,9 @@
 <services>
 <service name="tar_scm" mode="disabled">
-<param name="url">https://github.com/kubernetes-incubator/cri-o</param>
+<param name="url">https://github.com/kubernetes-sigs/cri-o</param>
 <param name="scm">git</param>
-<param name="versionformat">1.11.2</param>
-<param name="revision">v1.11.2</param>
+<param name="versionformat">1.12.0</param>
+<param name="revision">v1.12.0</param>
 </service>
 <service name="recompress" mode="disabled">
 <param name="file">cri-o-*.tar</param>

++++++ cri-o-1.11.2.tar.xz -> cri-o-1.12.0.tar.xz ++++++
++++ 164998 lines of diff (skipped)


Reply via email to