Hello community,

here is the log from the commit of package docker-runc for openSUSE:Factory 
checked in at 2018-01-07 17:21:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/docker-runc (Old)
 and      /work/SRC/openSUSE:Factory/.docker-runc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "docker-runc"

Sun Jan  7 17:21:34 2018 rev:6 rq:561516 version:1.0.0rc4+gitr3338_3f2f8b84a77f

Changes:
--------
--- /work/SRC/openSUSE:Factory/docker-runc/docker-runc.changes  2017-12-21 
11:25:22.343167320 +0100
+++ /work/SRC/openSUSE:Factory/.docker-runc.new/docker-runc.changes     
2018-01-07 17:21:36.448616585 +0100
@@ -1,0 +2,8 @@
+Wed Dec 27 11:24:27 UTC 2017 - dims...@opensuse.org
+
+- Fix build with RPM 4.14: exclude is not meant for files to NOT be
+  packaged, but should only be used if the files are to be excluded
+  from a glob when they end up in a different package. Rather
+  remove the unwanted files in the install section.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ docker-runc.spec ++++++
--- /var/tmp/diff_new_pack.3HqTgz/_old  2018-01-07 17:21:37.044588650 +0100
+++ /var/tmp/diff_new_pack.3HqTgz/_new  2018-01-07 17:21:37.048588463 +0100
@@ -157,6 +157,7 @@
 install -D -m755 %{name}-%{version} %{buildroot}%{_sbindir}/%{name}
 install -d -m755 %{buildroot}/usr/src/%{name}/
 cp -av $HOME/go/src/%{project}/* %{buildroot}/usr/src/%{name}/
+rm -rf %{buildroot}/usr/src/docker-runc/runc
 
 # We have to rename the man pages to docker-runc.
 install -d -m755 %{buildroot}%{_mandir}/man8
@@ -176,7 +177,5 @@
 %files test
 %defattr(-,root,root)
 /usr/src/docker-runc/
-%exclude /usr/src/docker-runc/runc
-%exclude /usr/src/docker-runc/runc/Godeps/_workspace/pkg
 
 %changelog


Reply via email to