Hello community,

here is the log from the commit of package sddm for openSUSE:Factory checked in 
at 2019-10-22 15:38:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sddm (Old)
 and      /work/SRC/openSUSE:Factory/.sddm.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sddm"

Tue Oct 22 15:38:31 2019 rev:46 rq:738464 version:0.18.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/sddm/sddm.changes        2019-08-24 
18:41:40.389784655 +0200
+++ /work/SRC/openSUSE:Factory/.sddm.new.2352/sddm.changes      2019-10-22 
15:38:32.417244504 +0200
@@ -1,0 +2,6 @@
+Mon Oct 14 15:58:24 UTC 2019 - Stefan BrĂ¼ns <stefan.bru...@rwth-aachen.de>
+
+- Pickup UID_MIN/UID_MAX default values from the new %_distconfdir
+  (/usr/etc/) default location for login.defs
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sddm.spec ++++++
--- /var/tmp/diff_new_pack.k4liJW/_old  2019-10-22 15:38:33.937246236 +0200
+++ /var/tmp/diff_new_pack.k4liJW/_new  2019-10-22 15:38:33.937246236 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sddm
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -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/
 #
 
 
@@ -127,6 +127,11 @@
 %autosetup -p1
 
 %build
+LOGIN_DEFS_PATH="%{_sysconfdir}/login.defs"
+if test \( -n "%{?_distconfdir}" -a -e "%{_distconfdir}/login.defs" \); then
+  LOGIN_DEFS_PATH="%{_distconfdir}/login.defs"
+fi
+
 %cmake \
       -DCMAKE_BUILD_TYPE=Release \
       -DMINIMUM_VT=7 \
@@ -136,7 +141,8 @@
       -DBUILD_MAN_PAGES=ON \
       -DSTATE_DIR="%{_localstatedir}/lib/sddm" \
       -DRUNTIME_DIR="/run/sddm" \
-      -DPID_FILE="/run/sddm.pid"
+      -DPID_FILE="/run/sddm.pid" \
+      -DLOGIN_DEFS_PATH:path="${LOGIN_DEFS_PATH}"
   %make_jobs
 
 %install


Reply via email to