From 16b16764f6b1461f678a5559ec7b28d40945fceb Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 15 Dec 2020 11:04:19 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/logwatch.git#625fc5ff5ac58e202f8c4ee97cd1e1bc64508030 --- logwatch.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/logwatch.spec b/logwatch.spec index 374412b..5418a1e 100644 --- a/logwatch.spec +++ b/logwatch.spec @@ -2,7 +2,7 @@ Summary: A log file analysis program Name: logwatch Version: 7.5.4 -Release: 3%{?dist} +Release: 4%{?dist} License: MIT URL: https://sourceforge.net/projects/logwatch Source0: logwatch-%{version}.tar.gz @@ -82,8 +82,8 @@ install -m 0644 logwatch.8 %{buildroot}%{_mandir}/man8 install -m 0755 scheduler/logwatch.cron %{buildroot}%{_sysconfdir}/cron.daily/0logwatch mkdir -p %{buildroot}%{_unitdir} -install -m 0755 scheduler/logwatch.timer %{buildroot}%{_unitdir}/logwatch.timer -install -m 0755 scheduler/logwatch.service %{buildroot}%{_unitdir}/logwatch.service +install -m 0644 scheduler/logwatch.timer %{buildroot}%{_unitdir}/logwatch.timer +install -m 0644 scheduler/logwatch.service %{buildroot}%{_unitdir}/logwatch.service ln -s ../../%{_datadir}/logwatch/scripts/logwatch.pl %{buildroot}/%{_sbindir}/logwatch @@ -104,12 +104,12 @@ install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/logwatch/dist.conf/logfiles %dir %{_sysconfdir}/logwatch/conf/services %dir %{_sysconfdir}/logwatch/scripts/services %config(noreplace) %{_sysconfdir}/cron.daily/0logwatch -# Fix for DNF 4.4 %config(noreplace) %{_sysconfdir}/logwatch/conf/*.conf %dir %{_datadir}/logwatch %dir %{_datadir}/logwatch/dist.conf %dir %{_datadir}/logwatch/dist.conf/services %dir %{_datadir}/logwatch/dist.conf/logfiles +# Fix for DNF 4.4 %{_datadir}/logwatch/dist.conf/logfiles/*.conf %{_datadir}/logwatch/scripts/logwatch.pl %config(noreplace) %{_datadir}/logwatch/default.conf/*.conf @@ -132,6 +132,9 @@ install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/logwatch/dist.conf/logfiles %{_unitdir}/logwatch.timer %changelog +* Mon Dec 14 2020 Orion Poplawski - 7.5.4-4 +- Systemd unit files are not executable + * Mon Nov 23 2020 Frank Crawford - 7.5.4-3 - Handle changes for DNF 4.4