Hello community, here is the log from the commit of package squidGuard for openSUSE:Factory checked in at 2019-07-11 13:18:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/squidGuard (Old) and /work/SRC/openSUSE:Factory/.squidGuard.new.4615 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "squidGuard" Thu Jul 11 13:18:28 2019 rev:30 rq:714407 version:1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/squidGuard/squidGuard.changes 2018-03-02 21:10:13.856128098 +0100 +++ /work/SRC/openSUSE:Factory/.squidGuard.new.4615/squidGuard.changes 2019-07-11 13:18:45.950760352 +0200 @@ -1,0 +2,8 @@ +Mon Jul 8 12:49:28 UTC 2019 - Martin Wilck <[email protected]> + +- Use "su" directive in logrotate conf file (boo#1104856) +- Set user write permissions on /var/lib/squidGuard/db/blacklist + (boo#1140722) +- Get rid of SysV init call in postrotate script + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ squidGuard.spec ++++++ --- /var/tmp/diff_new_pack.mJbub9/_old 2019-07-11 13:18:46.710760112 +0200 +++ /var/tmp/diff_new_pack.mJbub9/_new 2019-07-11 13:18:46.710760112 +0200 @@ -1,7 +1,7 @@ # # spec file for package squidGuard # -# 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/ # @@ -150,7 +150,8 @@ %attr(770, squid, squid) %dir %{sg_dbhome} %attr(770, squid, squid) %dir %{sg_logdir} %config(noreplace) %attr(660, squid, squid) %{sg_config} -%config(noreplace) %attr(660, squid, squid) %{_localstatedir}/lib/squidGuard/db/blacklist +%dir %attr(770, squid, squid) %{_localstatedir}/lib/squidGuard/db/blacklist +%config(noreplace) %attr(660, squid, squid) %{_localstatedir}/lib/squidGuard/db/blacklist/* %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %{_sbindir}/* %dir %{imgdir} ++++++ squidGuard.logrotate ++++++ --- /var/tmp/diff_new_pack.mJbub9/_old 2019-07-11 13:18:46.762760097 +0200 +++ /var/tmp/diff_new_pack.mJbub9/_new 2019-07-11 13:18:46.762760097 +0200 @@ -6,9 +6,10 @@ rotate 99 missingok size 4M + su squid squid #maxage 365 postrotate - /etc/init.d/squid reload + /usr/bin/systemctl reload squid endscript }
