Hello community,

here is the log from the commit of package lxcfs for openSUSE:Factory checked 
in at 2019-04-09 20:19:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxcfs (Old)
 and      /work/SRC/openSUSE:Factory/.lxcfs.new.3908 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxcfs"

Tue Apr  9 20:19:42 2019 rev:7 rq:692670 version:3.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxcfs/lxcfs.changes      2019-03-28 
22:48:58.355051633 +0100
+++ /work/SRC/openSUSE:Factory/.lxcfs.new.3908/lxcfs.changes    2019-04-09 
20:19:44.949929379 +0200
@@ -6,0 +7,2 @@
+- Add workaround for pre-15 distros, where _sharedstatedir was inexplicably
+  /usr/com, to use the correct directory of /var/lib.

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

Other differences:
------------------
++++++ lxcfs.spec ++++++
--- /var/tmp/diff_new_pack.CEMXH0/_old  2019-04-09 20:19:45.393929983 +0200
+++ /var/tmp/diff_new_pack.CEMXH0/_new  2019-04-09 20:19:45.393929983 +0200
@@ -16,6 +16,11 @@
 #
 
 
+# On pre-15 SLE versions, _sharedstatedir was /usr/com -- which is just wrong.
+%if 0%{suse_version} < 1500
+%define _sharedstatedir /var/lib
+%endif
+
 Name:           lxcfs
 Version:        3.0.3
 Release:        0



Reply via email to