Hello community,

here is the log from the commit of package cni for openSUSE:Factory checked in 
at 2018-02-06 16:48:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cni (Old)
 and      /work/SRC/openSUSE:Factory/.cni.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cni"

Tue Feb  6 16:48:45 2018 rev:2 rq:572985 version:0.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/cni/cni.changes  2018-02-01 21:28:23.519868970 
+0100
+++ /work/SRC/openSUSE:Factory/.cni.new/cni.changes     2018-02-06 
16:49:01.600426269 +0100
@@ -1,0 +2,6 @@
+Mon Jan 29 11:12:16 UTC 2018 - [email protected]
+
+- Use full/absolute path for mksubvolume
+- Change snapper Requires to a Requires(post)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cni.spec ++++++
--- /var/tmp/diff_new_pack.iUmTyZ/_old  2018-02-06 16:49:02.452386404 +0100
+++ /var/tmp/diff_new_pack.iUmTyZ/_new  2018-02-06 16:49:02.456386217 +0100
@@ -29,7 +29,7 @@
 Source:         %{name}-%{version}.tar.xz
 Source1:        99-loopback.conf
 %if 0%{?is_susecaasp}
-Requires:       snapper
+Requires(post): snapper
 %endif
 BuildRequires:  golang-packaging
 BuildRequires:  shadow
@@ -81,7 +81,7 @@
 
 # create a (writable) state dir for plugins
 %if 0%{?is_susecaasp}
-test -e /var/lib/cni || mksubvolume /var/lib/cni
+test -e /var/lib/cni || /usr/sbin/mksubvolume /var/lib/cni
 %else
 mkdir -p /var/lib/cni
 %endif


Reply via email to