Hello community,

here is the log from the commit of package singularity for openSUSE:Factory 
checked in at 2019-02-19 12:02:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/singularity (Old)
 and      /work/SRC/openSUSE:Factory/.singularity.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "singularity"

Tue Feb 19 12:02:08 2019 rev:8 rq:677135 version:2.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/singularity/singularity.changes  2019-01-05 
14:42:50.076455974 +0100
+++ /work/SRC/openSUSE:Factory/.singularity.new.28833/singularity.changes       
2019-02-19 12:02:40.305067650 +0100
@@ -1,0 +2,7 @@
+Fri Feb 15 18:42:02 UTC 2019 - Egbert Eich <[email protected]>
+
+- On Leap 42 or SLE 12 / PackageHub12 do not check the
+  permissions version: unfortunately the version number
+  has no relation to the patch set applied (bsc#1125369).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ singularity.spec ++++++
--- /var/tmp/diff_new_pack.CwA3AZ/_old  2019-02-19 12:02:41.209067186 +0100
+++ /var/tmp/diff_new_pack.CwA3AZ/_new  2019-02-19 12:02:41.213067184 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -52,7 +52,13 @@
 BuildRequires:  libarchive-devel
 BuildRequires:  python
 %{?allow_suid:Requires(pre):  shadow}
+%if 0%{?sle_version} >= 120200 && 0%{?sle_version} < 150000
+# On SLE 12 there is no way to check if the proper version has
+# been installed. Trust that the user has done updates.
+PreReq:         permissions
+%else
 PreReq:         permissions >= 20170922
+%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description


Reply via email to