Hello community,

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

Package is "docker-runc-kubic"

Tue Jun  5 12:56:51 2018 rev:4 rq:614189 version:1.0.0rc4+gitr3338_3f2f8b84a77f

Changes:
--------
--- /work/SRC/openSUSE:Factory/docker-runc-kubic/docker-runc-kubic.changes      
2018-05-16 18:44:55.340076236 +0200
+++ /work/SRC/openSUSE:Factory/.docker-runc-kubic.new/docker-runc-kubic.changes 
2018-06-05 12:56:53.064907022 +0200
@@ -1,0 +2,12 @@
+Tue Jun  5 08:46:09 UTC 2018 - [email protected]
+
+- Make use of %license macro
+
+-------------------------------------------------------------------
+Tue Jun  5 06:38:40 UTC 2018 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ docker-runc-kubic.spec ++++++
--- /var/tmp/diff_new_pack.mfHqt7/_old  2018-06-05 12:56:53.796880211 +0200
+++ /var/tmp/diff_new_pack.mfHqt7/_new  2018-06-05 12:56:53.800880064 +0200
@@ -143,23 +143,11 @@
 man/md2man-all.sh
 
 %check
-source ./.runc_build_env
-cd $HOME/go/src/%project
-
-PKG_LIST=$(go list ./... \
-               | grep -v '%{project}/libcontainer/cgroups/fs$' \
-               | grep -v '%{project}/libcontainer$' \
-               | grep -v '%{project}/libcontainer/integration$' \
-               | grep -v '%{project}/libcontainer/label$' \
-               | grep -v '%{project}/libcontainer/nsenter$' \
-               | grep -v '%{project}/libcontainer/user$' \
-               | grep -v '%{project}/libcontainer/xattr$' \
-%if ! 0%{?with_libseccomp}
-               | grep -v '%{project}/libcontainer/seccomp$' \
-               | grep -v 'github.com/seccomp/libseccomp-golang$' \
-%endif
-               )
-%go_tool test -buildmode=pie -tags "$BUILDTAGS" -timeout 3m -v $PKG_LIST
+# 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
 source ./.runc_build_env
@@ -181,7 +169,8 @@
 
 %files
 %defattr(-,root,root)
-%doc README.md LICENSE
+%doc README.md
+%license LICENSE
 %{_sbindir}/docker-runc
 %{_mandir}/man8/docker-runc*.8.gz
 


Reply via email to