Hello community,

here is the log from the commit of package runc for openSUSE:Factory checked in 
at 2019-10-10 11:50:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/runc (Old)
 and      /work/SRC/openSUSE:Factory/.runc.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "runc"

Thu Oct 10 11:50:05 2019 rev:24 rq:735405 version:1.0.0~rc9

Changes:
--------
--- /work/SRC/openSUSE:Factory/runc/runc.changes        2019-05-02 
19:14:45.993081177 +0200
+++ /work/SRC/openSUSE:Factory/.runc.new.2352/runc.changes      2019-10-10 
11:50:06.867851648 +0200
@@ -1,0 +2,15 @@
+Sat Oct  5 11:40:13 UTC 2019 - Aleksa Sarai <[email protected]>
+
+- Upgrade to runc v1.0.0~rc9. Upstream changelog is available from
+  https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc9
+- Remove upstreamed patches:
+  - CVE-2019-16884.patch
+
+-------------------------------------------------------------------
+Thu Sep 26 14:54:07 UTC 2019 - Aleksa Sarai <[email protected]>
+
+- Add backported fix for CVE-2019-16884. bsc#1152308
+  + CVE-2019-16884.patch
+- Add runc-rpmlintrc to drop runc-test rpmlint warnings.
+
+-------------------------------------------------------------------

Old:
----
  runc-1.0.0-rc8.tar.xz
  runc-1.0.0-rc8.tar.xz.asc

New:
----
  runc-1.0.0-rc9.tar.xz
  runc-1.0.0-rc9.tar.xz.asc
  runc-rpmlintrc

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

Other differences:
------------------
++++++ runc.spec ++++++
--- /var/tmp/diff_new_pack.vvmj1v/_old  2019-10-10 11:50:07.355850352 +0200
+++ /var/tmp/diff_new_pack.vvmj1v/_new  2019-10-10 11:50:07.355850352 +0200
@@ -24,7 +24,7 @@
 # Package-wide golang version
 %define go_version 1.10
 %define go_tool go
-%define _version 1.0.0-rc8
+%define _version 1.0.0-rc9
 %define project github.com/opencontainers/runc
 
 # enable libseccomp for sle >= sle12sp2
@@ -41,7 +41,7 @@
 %endif
 
 Name:           runc
-Version:        1.0.0~rc8
+Version:        1.0.0~rc9
 Release:        0
 Summary:        Tool for spawning and running OCI containers
 License:        Apache-2.0
@@ -50,6 +50,7 @@
 Source0:        
https://github.com/opencontainers/runc/releases/download/v%{_version}/runc.tar.xz#/runc-%{_version}.tar.xz
 Source1:        
https://github.com/opencontainers/runc/releases/download/v%{_version}/runc.tar.xz.asc#/runc-%{_version}.tar.xz.asc
 Source2:        runc.keyring
+Source3:        runc-rpmlintrc
 BuildRequires:  fdupes
 BuildRequires:  go-go-md2man
 BuildRequires:  golang(API) = %{go_version}
@@ -90,9 +91,9 @@
 # some point during the build and you need to directly use go list directly it
 # will get confused by symlinks.
 export GOPATH=${HOME}/go
-mkdir -pv $HOME/go/src/%project
+mkdir -p $HOME/go/src/%project
 rm -rf $HOME/go/src/%project/*
-cp -av * $HOME/go/src/%project
+cp -a * $HOME/go/src/%project
 
 # Additionally enable seccomp.
 %if 0%{?with_libseccomp}
@@ -113,7 +114,7 @@
 source ./.runc_build_env
 
 # Build runc.
-make -C "$HOME/go/src/%project" EXTRA_FLAGS="-x $BUILDFLAGS" 
BUILDTAGS="$BUILDTAGS" COMMIT_NO="%{git_version}" runc
+make -C "$HOME/go/src/%project" EXTRA_FLAGS="$BUILDFLAGS" 
BUILDTAGS="$BUILDTAGS" COMMIT_NO="%{git_version}" runc
 mv "$HOME/go/src/%project/runc" %{name}-%{version}
 
 # Build man pages, this can only be done on arches where we can build 
go-md2man.

++++++ runc-1.0.0-rc8.tar.xz -> runc-1.0.0-rc9.tar.xz ++++++
++++ 56569 lines of diff (skipped)

++++++ runc-rpmlintrc ++++++
# -test is something that is used internally and isn't actually shipped -- it's 
a pseudo-source package.
addFilter ("^runc(-kubic)?-test.*")

Reply via email to