Hello community, here is the log from the commit of package cni for openSUSE:Factory checked in at 2018-04-11 13:59:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cni (Old) and /work/SRC/openSUSE:Factory/.cni.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cni" Wed Apr 11 13:59:38 2018 rev:3 rq:594872 version:0.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cni/cni.changes 2018-02-06 16:49:01.600426269 +0100 +++ /work/SRC/openSUSE:Factory/.cni.new/cni.changes 2018-04-11 14:02:00.298773637 +0200 @@ -1,0 +2,5 @@ +Wed Apr 4 11:32:32 UTC 2018 - [email protected] + +- Remove creating subvolumes. This should be in another package (kubernetes-kubelet) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cni.spec ++++++ --- /var/tmp/diff_new_pack.tMf7qn/_old 2018-04-11 14:02:01.186741542 +0200 +++ /var/tmp/diff_new_pack.tMf7qn/_new 2018-04-11 14:02:01.186741542 +0200 @@ -1,7 +1,7 @@ # # spec file for package cni # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %define cni_etc_dir %{_sysconfdir}/cni %define cni_bin_dir %{_libexecdir}/cni %define cni_doc_dir %{_docdir}/cni @@ -28,9 +29,6 @@ Url: https://github.com/containernetworking/cni Source: %{name}-%{version}.tar.xz Source1: 99-loopback.conf -%if 0%{?is_susecaasp} -Requires(post): snapper -%endif BuildRequires: golang-packaging BuildRequires: shadow BuildRequires: systemd-rpm-macros @@ -79,13 +77,6 @@ %post %{fillup_only -n %{name}} -# create a (writable) state dir for plugins -%if 0%{?is_susecaasp} -test -e /var/lib/cni || /usr/sbin/mksubvolume /var/lib/cni -%else -mkdir -p /var/lib/cni -%endif - %files %defattr(-,root,root) %doc CONTRIBUTING.md README.md LICENSE DCO
