Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pidentd for openSUSE:Factory checked in at 2023-03-27 18:16:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pidentd (Old) and /work/SRC/openSUSE:Factory/.pidentd.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pidentd" Mon Mar 27 18:16:02 2023 rev:24 rq:1074491 version:3.0.19 Changes: -------- --- /work/SRC/openSUSE:Factory/pidentd/pidentd.changes 2021-10-29 22:35:35.635712957 +0200 +++ /work/SRC/openSUSE:Factory/.pidentd.new.31432/pidentd.changes 2023-03-27 18:16:03.335035471 +0200 @@ -1,0 +2,5 @@ +Sun Mar 26 18:15:18 UTC 2023 - Dirk Müller <[email protected]> + +- use rundir for tmpfiles + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pidentd.spec ++++++ --- /var/tmp/diff_new_pack.gvCPc9/_old 2023-03-27 18:16:04.603042162 +0200 +++ /var/tmp/diff_new_pack.gvCPc9/_new 2023-03-27 18:16:04.607042183 +0200 @@ -1,7 +1,7 @@ # # spec file for package pidentd # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # 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/ # @@ -22,7 +22,7 @@ Summary: An Implementation of the RFC1413 Identification Server License: SUSE-Public-Domain Group: Productivity/Networking/System -Url: https://github.com/ptrrkssn/pidentd +URL: https://github.com/ptrrkssn/pidentd Source: https://github.com/ptrrkssn/pidentd/archive/v%{version}.tar.gz Source1: pidentd.service Patch0: pidentd-destdir.patch @@ -50,9 +50,9 @@ %build autoconf -export CFLAGS="%optflags -DHAVE_IPV6" +export CFLAGS="%{optflags} -DHAVE_IPV6" %configure -make %{?_smp_mflags} +%make_build %install %make_install @@ -65,8 +65,7 @@ mkdir -p %{buildroot}%{_tmpfilesdir} cat > %{buildroot}%{_tmpfilesdir}/pidentd.conf <<EOF -# See tmpfiles.d(5) for details -d %{_localstatedir}/run/identd 0755 root root - - +d /run/identd 0755 root root - - EOF %pre @@ -83,7 +82,6 @@ %service_del_postun identd.service %files -%defattr(-,root,root) %config %{_sysconfdir}/identd.conf %doc ChangeLog* FAQ README %{_tmpfilesdir}/pidentd.conf
