Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openslp for openSUSE:Factory checked 
in at 2022-06-24 08:45:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openslp (Old)
 and      /work/SRC/openSUSE:Factory/.openslp.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openslp"

Fri Jun 24 08:45:16 2022 rev:56 rq:984477 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/openslp/openslp.changes  2022-04-03 
21:30:41.656018190 +0200
+++ /work/SRC/openSUSE:Factory/.openslp.new.1548/openslp.changes        
2022-06-24 08:45:32.347154539 +0200
@@ -1,0 +2,6 @@
+Tue Jun 21 12:38:51 UTC 2022 - Stefan Schubert <sch...@suse.com>
+
+- Moved logrotate files from user specific directory /etc/logrotate.d
+  to vendor specific directory /usr/etc/logrotate.d.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openslp.spec ++++++
--- /var/tmp/diff_new_pack.jFX8fw/_old  2022-06-24 08:45:33.159155448 +0200
+++ /var/tmp/diff_new_pack.jFX8fw/_new  2022-06-24 08:45:33.163155453 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openslp
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 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/
 #
 
 
@@ -180,7 +180,12 @@
 exec %{_sbindir}/rcslpd "$@"
 EOF
 chmod 755 %{buildroot}%{_sbindir}/rcopenslp
+%if 0%{?suse_version} > 1500
+mkdir -p %{buildroot}%{_distconfdir}/logrotate.d
+install -D -m 0644 %{SOURCE10} 
%{buildroot}%{_distconfdir}/logrotate.d/openslp-server
+%else
 install -D -m 0644 %{SOURCE10} 
%{buildroot}%{_sysconfdir}/logrotate.d/openslp-server
+%endif
 # install susehelp file
 mkdir -p %{buildroot}%{_datadir}/susehelp/meta/Administration/
 install -m 0644 %{SOURCE3} \
@@ -197,6 +202,7 @@
 
 %post -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig
+
 %pre server
 getent passwd openslp >/dev/null || useradd -r -g daemon -d 
%{_localstatedir}/lib/empty -s /sbin/nologin -c "openslp daemon" openslp
 %service_add_pre slpd.service
@@ -240,7 +246,11 @@
 %{_sbindir}/rcslpd
 %{_sbindir}/slpd
 %config(noreplace) %{_sysconfdir}/slp.reg
+%if 0%{?suse_version} > 1500
+%{_distconfdir}/logrotate.d/openslp-server
+%else
 %config(noreplace) %{_sysconfdir}/logrotate.d/openslp-server
+%endif
 %{_unitdir}/slpd.service
 
 %files devel

Reply via email to