Hello community,

here is the log from the commit of package containerd-kubic for 
openSUSE:Factory checked in at 2018-06-05 12:56:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/containerd-kubic (Old)
 and      /work/SRC/openSUSE:Factory/.containerd-kubic.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "containerd-kubic"

Tue Jun  5 12:56:47 2018 rev:5 rq:614187 version:0.2.9+gitr706_06b9cb351610

Changes:
--------
--- /work/SRC/openSUSE:Factory/containerd-kubic/containerd-kubic.changes        
2018-05-16 18:44:56.272042557 +0200
+++ /work/SRC/openSUSE:Factory/.containerd-kubic.new/containerd-kubic.changes   
2018-06-05 12:56:48.377078731 +0200
@@ -1,0 +2,17 @@
+Tue Jun  5 08:24:33 UTC 2018 - dcass...@suse.com
+
+- Refactor %license usage to a simpler form
+
+-------------------------------------------------------------------
+Tue Jun  5 06:38:40 UTC 2018 - asa...@suse.com
+
+- Remove 'go test' from %check section, as it has only ever caused us problems
+  and hasn't (as far as I remember) ever caught a release-blocking issue. Smoke
+  testing has been far more useful. boo#1095817
+
+-------------------------------------------------------------------
+Mon Jun  4 14:15:28 UTC 2018 - dcass...@suse.com
+
+- Make use of %license macro
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ containerd-kubic.spec ++++++
--- /var/tmp/diff_new_pack.SO9ZKw/_old  2018-06-05 12:56:49.001055875 +0200
+++ /var/tmp/diff_new_pack.SO9ZKw/_new  2018-06-05 12:56:49.005055729 +0200
@@ -128,12 +128,11 @@
 cp $PROJECT/bin/containerd-shim containerd-shim-%{version}
 
 %check
-export GOPATH=$HOME/go/src/github.com/containerd/containerd/vendor:$GOPATH
-cd $HOME/go/src/github.com/containerd/containerd
-%go_tool test %GO_BUILD_FLAGS -v $(%go_tool list ./... | \
-       grep    github.com/containerd/containerd | \
-       grep -v github.com/containerd/containerd/vendor | \
-       grep -v /integration-test)
+# We used to run 'go test' here, however we found that this actually didn't
+# catch any issues that were caught by smoke testing, and %check would
+# continually cause package builds to fail due to flaky tests. If you ever need
+# to know how the testing was done, you can always look in the package history.
+# boo#1095817
 
 %install
 install -D -m755 containerd-%{version} %{buildroot}/%{_sbindir}/containerd
@@ -168,13 +167,14 @@
 
 %files
 %defattr(-,root,root)
-%doc LICENSE.code LICENSE.docs README.md
+%doc README.md
 %{_sbindir}/containerd
 %{_sbindir}/containerd-shim
 %{_unitdir}/%{realname}.service
 %{_unitdir}/%{realname}.socket
 %{_fillupdir}/sysconfig.%{realname}
 %{_sbindir}/rccontainerd
+%license LICENSE.code LICENSE.docs
 
 %files ctr
 %{_sbindir}/%{realname}-ctr


Reply via email to