Hello community,

here is the log from the commit of package sssd for openSUSE:Factory checked in 
at 2019-02-28 21:23:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sssd (Old)
 and      /work/SRC/openSUSE:Factory/.sssd.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sssd"

Thu Feb 28 21:23:57 2019 rev:93 rq:678007 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/sssd/sssd.changes        2019-02-19 
13:55:04.424717617 +0100
+++ /work/SRC/openSUSE:Factory/.sssd.new.28833/sssd.changes     2019-02-28 
21:23:59.541921286 +0100
@@ -1,0 +2,8 @@
+Wed Feb 20 16:01:52 UTC 2019 - Samuel Cabrero <scabr...@suse.de>
+
+- Install systemd service unit file created from source's template
+  (bsc#1120852)
+- Install logrotate configuration (bsc#1004220)
+- Set journald as system logger
+
+-------------------------------------------------------------------

Old:
----
  sssd.service

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

Other differences:
------------------
++++++ sssd.spec ++++++
--- /var/tmp/diff_new_pack.RAeVQy/_old  2019-02-28 21:24:00.169921075 +0100
+++ /var/tmp/diff_new_pack.RAeVQy/_new  2019-02-28 21:24:00.169921075 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sssd
 #
-# Copyright (c) 2018 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/
 #
 
 
@@ -28,7 +28,6 @@
 Source:         http://releases.pagure.org/SSSD/sssd/%name-%version.tar.gz
 Source2:        http://releases.pagure.org/SSSD/sssd/%name-%version.tar.gz.asc
 Source3:        baselibs.conf
-Source4:        sssd.service
 Source5:        %name.keyring
 Patch1:         krb-noversion.diff
 BuildRoot:      %_tmppath/%name-%version-build
@@ -391,6 +390,9 @@
     --with-pipe-path="%pipepath" \
     --with-pubconf-path="%pubconfpath" \
     --with-init-dir="%_initrddir" \
+    --with-environment-file="%_sysconfdir/sysconfig/sssd" \
+    --with-initscript=systemd \
+    --with-syslog=journald \
     --enable-nsslibdir="/%_lib" \
     --enable-pammoddir="/%_lib/security" \
     --with-ldb-lib-dir="$LDB_DIR" \
@@ -405,7 +407,7 @@
 
 %install
 # sss_obfuscate is compatible with both python 2 and 3
-sed -i -e 's:/usr/bin/python:/usr/bin/python3:' src/tools/sss_obfuscate
+sed -i -e 's:%_bindir/python:%_bindir/python3:' src/tools/sss_obfuscate
 
 b="%buildroot"
 make install DESTDIR="$b"
@@ -417,7 +419,11 @@
 install -m600 src/examples/sssd-example.conf "$b/%_sysconfdir/sssd/sssd.conf"
 install -d "$b/%_sysconfdir/sssd/conf.d"
 install -d "$b/%_unitdir"
-install -m644 %{S:4} "$b/%_unitdir/sssd.service"
+
+# Copy default logrotate file
+install -d "$b/%_sysconfdir/logrotate.d"
+install -m644 src/examples/logrotate "$b/%_sysconfdir/logrotate.d/sssd"
+
 rm -Rf "$b/%_initddir"
 ln -s service "$b/%_sbindir/rcsssd"
 
@@ -472,8 +478,9 @@
 
 %files -f sssd.lang
 %defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %_unitdir
+%_unitdir/sssd.service
 %_bindir/sss_ssh_*
 %_sbindir/sssctl
 %_sbindir/sssd
@@ -529,6 +536,7 @@
 %_libexecdir/%name/sssd_ssh
 %_libexecdir/%name/sssd_sudo
 %_libexecdir/%name/sss_signal
+%_libexecdir/%name/sssd_check_socket_activated_responders
 %dir %sssdstatedir
 %attr(700,root,root) %dir %dbpath/
 %attr(755,root,root) %dir %pipepath/
@@ -539,6 +547,7 @@
 %attr(750,root,root) %dir %_localstatedir/log/%name/
 %dir %_sysconfdir/sssd/
 %config(noreplace) %_sysconfdir/sssd/sssd.conf
+%config(noreplace) %_sysconfdir/logrotate.d/sssd
 %dir %_sysconfdir/sssd/conf.d
 %dir %_sysconfdir/pam.d/
 %config(noreplace) %_sysconfdir/pam.d/sssd-shadowutils



Reply via email to