Hello community,

here is the log from the commit of package docker-runc for openSUSE:Factory 
checked in at 2019-06-30 10:19:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/docker-runc (Old)
 and      /work/SRC/openSUSE:Factory/.docker-runc.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "docker-runc"

Sun Jun 30 10:19:25 2019 rev:19 rq:712299 version:1.0.0rc8+gitr3826_425e105d5a03

Changes:
--------
--- /work/SRC/openSUSE:Factory/docker-runc/docker-runc.changes  2019-05-06 
21:13:04.168383080 +0200
+++ /work/SRC/openSUSE:Factory/.docker-runc.new.4615/docker-runc.changes        
2019-06-30 10:19:26.507428221 +0200
@@ -1,0 +2,7 @@
+Fri Jun 28 01:39:44 UTC 2019 - Aleksa Sarai <asa...@suse.com>
+
+- Update to runc 425e105d5a03, which is required for Docker v18.09.7-ce.
+  bsc#1139649
+- Remove docker-runc-test (it's not useful for actual testing).
+
+-------------------------------------------------------------------

Old:
----
  docker-runc-git.2b18fe1d885ee5083ef9f0838fee39b62d653e30.tar.xz

New:
----
  docker-runc-git.425e105d5a03fabd737a126ad93d62a9eeede87f.tar.xz

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

Other differences:
------------------
++++++ docker-runc.spec ++++++
--- /var/tmp/diff_new_pack.x48kca/_old  2019-06-30 10:19:28.167430800 +0200
+++ /var/tmp/diff_new_pack.x48kca/_new  2019-06-30 10:19:28.191430838 +0200
@@ -29,21 +29,21 @@
 %endif
 
 # MANUAL: Update the git_version, git_short, and git_revision
-%define git_version 2b18fe1d885ee5083ef9f0838fee39b62d653e30
-%define git_short   2b18fe1d885e
+%define git_version 425e105d5a03fabd737a126ad93d62a9eeede87f
+%define git_short   425e105d5a03
 # 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 r3804
+%define git_revision r3826
 
 %define go_tool go
 %define _name runc
 %define project github.com/opencontainers/%{_name}
 
 Name:           %{realname}%{name_suffix}
-Version:        1.0.0rc6+git%{git_revision}_%{git_short}
+Version:        1.0.0rc8+git%{git_revision}_%{git_short}
 Release:        0
 Summary:        Tool for spawning and running OCI containers
 License:        Apache-2.0
@@ -85,32 +85,6 @@
 of Docker. It was originally designed to be a replacement for LXC within 
Docker,
 and has grown to become a separate project entirely.
 
-%package test
-Summary:        Test package for runc
-Group:          System/Management
-BuildRequires:  golang(API) = 1.10
-Requires:       go-go-md2man
-Requires:       libapparmor-devel
-BuildRequires:  libseccomp-devel >= 2.3
-Requires:       libselinux-devel
-Recommends:     criu
-BuildArch:      noarch
-Obsoletes:      runc-test <= 1.0
-# KUBIC-SPECIFIC: This was required when upgrading from the original kubic
-#                 packaging, when everything was renamed to -kubic. It also is
-#                 used to ensure that nothing complains too much when using
-#                 -kubic packages. Hopfully it can be removed one day.
-%if "%flavour" == "kubic"
-# Obsolete older package without -kubic suffix: v2 -> v3
-Obsoletes:      %{realname}-test = 0.1.1+gitr2819_50a19c6
-# Conflict with non-kubic package, and provide equivalent
-Conflicts:      %{realname}-test
-Provides:       %{realname}-test = %{version}
-%endif
-
-%description test
-Test package for runc. It contains the source code and the tests.
-
 %prep
 %setup -q -n %{realname}-git.%{git_version}
 
@@ -137,7 +111,7 @@
 source ./.runc_build_env
 
 # Build runc.
-make -C $PROJECT EXTRA_FLAGS="-x $BUILDFLAGS" BUILDTAGS="$BUILDTAGS" 
COMMIT_NO=%{git_version} runc
+make -C $PROJECT EXTRA_FLAGS="$BUILDFLAGS" BUILDTAGS="$BUILDTAGS" 
COMMIT_NO=%{git_version} runc
 cp $PROJECT/runc %{realname}-%{version}
 
 # Build man pages, this can only be done on arches where we can build 
go-md2man.
@@ -155,9 +129,6 @@
 
 # Make sure we install in /usr/sbin/docker-runc
 install -D -m755 %{realname}-%{version} %{buildroot}%{_sbindir}/%{realname}
-install -d -m755 %{buildroot}/usr/src/%{realname}/
-cp -av $HOME/go/src/%{project}/* %{buildroot}/usr/src/%{realname}/
-rm -rf %{buildroot}/usr/src/docker-runc/runc
 
 # We have to rename the man pages to docker-runc.
 install -d -m755 %{buildroot}%{_mandir}/man8
@@ -175,8 +146,4 @@
 %{_sbindir}/docker-runc
 %{_mandir}/man8/docker-runc*.8.gz
 
-%files test
-%defattr(-,root,root)
-/usr/src/docker-runc/
-
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.x48kca/_old  2019-06-30 10:19:28.759431720 +0200
+++ /var/tmp/diff_new_pack.x48kca/_new  2019-06-30 10:19:28.783431757 +0200
@@ -4,7 +4,7 @@
     <param name="scm">git</param>
     <param name="filename">docker-runc</param>
     <param name="versionformat">git.%H</param>
-    <param name="revision">2b18fe1d885ee5083ef9f0838fee39b62d653e30</param>
+    <param name="revision">425e105d5a03fabd737a126ad93d62a9eeede87f</param>
     <param name="exclude">.git</param>
   </service>
   <service name="recompress" mode="disabled">

++++++ docker-runc-git.2b18fe1d885ee5083ef9f0838fee39b62d653e30.tar.xz -> 
docker-runc-git.425e105d5a03fabd737a126ad93d62a9eeede87f.tar.xz ++++++
++++ 2104 lines of diff (skipped)


Reply via email to