Hello community,

here is the log from the commit of package runc for openSUSE:Factory checked in 
at 2017-07-30 11:22:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/runc (Old)
 and      /work/SRC/openSUSE:Factory/.runc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "runc"

Sun Jul 30 11:22:54 2017 rev:13 rq:509158 version:1.0.0~rc3+r133

Changes:
--------
--- /work/SRC/openSUSE:Factory/runc/runc.changes        2017-05-20 
10:13:26.873709051 +0200
+++ /work/SRC/openSUSE:Factory/.runc.new/runc.changes   2017-07-30 
11:23:00.606392464 +0200
@@ -1,0 +2,7 @@
+Thu Jul  6 17:14:17 UTC 2017 - [email protected]
+
+- switch to opencontainers/runc master branch
+- remove CVE-2016-9962.patch 
+- stop providing docker-runc
+
+-------------------------------------------------------------------

Old:
----
  CVE-2016-9962.patch
  runc-git.9c2d8d1.tar.xz

New:
----
  runc-v1.0.0rc3+r133.tar.xz

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

Other differences:
------------------
++++++ runc.spec ++++++
--- /var/tmp/diff_new_pack.04G6pv/_old  2017-07-30 11:23:03.294013218 +0200
+++ /var/tmp/diff_new_pack.04G6pv/_new  2017-07-30 11:23:03.302012089 +0200
@@ -17,29 +17,16 @@
 
 
 %define go_tool go
-
-# MANUAL: Update the git_version and git_revision
-# FIX-OPENSUSE: This will be removed as soon as we move Docker's runC fork into
-#               a separate package. This whole versioning mess is caused by
-#               Docker vendoring non-releases of runC.
-%define git_version 9c2d8d1 
-# How to get the git_revision
-# git clone ${url}.git runc-upstream
-# cd runc-upstream
-# git checkout $git_version
-# git_revision=r$(git rev-list HEAD | wc -l)
-%define git_revision r2947
-%define version_unconverted %{git_version}
+%define _version 1.0.0rc3+r133
 
 Name:           runc
-Version:        0.1.1+git%{git_revision}_%{git_version}
+Version:        1.0.0~rc3+r133
 Release:        0
 Summary:        Tool for spawning and running OCI containers
 License:        Apache-2.0
 Group:          System/Management
 Url:            https://github.com/opencontainers/runc
-Source:         %{name}-git.%{git_version}.tar.xz
-Patch0:         CVE-2016-9962.patch
+Source:         %{name}-v%{_version}.tar.xz
 BuildRequires:  fdupes
 # Make sure we require go 1.7
 BuildRequires:  go-go-md2man
@@ -78,8 +65,7 @@
 Test package for runc. It contains the source code and the tests.
 
 %prep
-%setup -q -n %{name}-git.%{git_version}
-%patch0 -p1
+%setup -q -n %{name}-v%{_version}
 
 %build
 # Do not use symlinks. If you want to run the unit tests for this package at
@@ -125,7 +111,6 @@
 
 # symlink runc as docker-runc. bsc#1015661
 install -d -m755 %{buildroot}/%{_bindir}
-ln -s /usr/sbin/runc %{buildroot}/%{_bindir}/docker-runc 
 
 install -d -m755 %{buildroot}%{_mandir}/man8
 install -m644 man/man8/runc*.8 %{buildroot}%{_mandir}/man8
@@ -138,7 +123,6 @@
 %defattr(-,root,root)
 %doc README.md LICENSE
 %{_sbindir}/%{name}
-%{_bindir}/docker-runc
 
 %{_mandir}/man8/runc*.8.gz
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.04G6pv/_old  2017-07-30 11:23:03.350005318 +0200
+++ /var/tmp/diff_new_pack.04G6pv/_new  2017-07-30 11:23:03.354004753 +0200
@@ -1,14 +1,10 @@
 <services>
   <service name="tar_scm" mode="disabled">
-       <!-- FIXME: This will (very soon) be split into a separate runC package,
-                because we shouldn't be pinning it to Docker's release and 
vendoring
-                schedule. Docker is a very peculiar user of runC and we should 
be
-                providing runC as a separate package so that users can use it. 
-->
-    <param name="url">https://github.com/docker/runc.git</param>
+    <param name="url">https://github.com/opencontainers/runc.git</param>
     <param name="scm">git</param>
     <param name="filename">runc</param>
-    <param name="versionformat">git.%h</param>
-    <param name="revision">9c2d8d184e5da67c95d601382adf14862e4f2228</param>
+    <param name="versionformat">@PARENT_TAG@+r@TAG_OFFSET@</param>
+    <param name="revision">master</param>
     <param name="exclude">.git</param>
   </service>
   <service name="recompress" mode="disabled">


Reply via email to