Hello community,

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

Package is "cni"

Tue Jun  5 12:52:38 2018 rev:4 rq:613967 version:0.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/cni/cni.changes  2018-04-11 14:02:00.298773637 
+0200
+++ /work/SRC/openSUSE:Factory/.cni.new/cni.changes     2018-06-05 
12:52:39.310201504 +0200
@@ -1,0 +2,5 @@
+Mon Jun  4 11:27:31 UTC 2018 - [email protected]
+
+- Make use of %license macro 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cni.spec ++++++
--- /var/tmp/diff_new_pack.NGv47R/_old  2018-06-05 12:52:39.910179528 +0200
+++ /var/tmp/diff_new_pack.NGv47R/_new  2018-06-05 12:52:39.910179528 +0200
@@ -72,14 +72,18 @@
 
 # documentation
 install -m 755 -d "%{buildroot}%{cni_doc_dir}"
-cp CONTRIBUTING.md README.md LICENSE DCO %{buildroot}%{cni_doc_dir}/
 
 %post
 %{fillup_only -n %{name}}
 
 %files
 %defattr(-,root,root)
-%doc CONTRIBUTING.md README.md LICENSE DCO
+%doc CONTRIBUTING.md README.md DCO
+%if 0%{?suse_version} < 1500
+%doc LICENSE
+%else
+%license LICENSE
+%endif
 %dir %{cni_etc_dir}
 %dir %{cni_etc_dir}/net.d
 %config %{cni_etc_dir}/net.d/*


Reply via email to