From 6d23d423d89d42f168245918806b1f63abfe01c4 Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: May 28 2020 12:10:23 +0000 Subject: Change group of fetchmail to mail and set sgid bit on it --- diff --git a/fetchmail.spec b/fetchmail.spec index c549b72..c740f02 100644 --- a/fetchmail.spec +++ b/fetchmail.spec @@ -1,7 +1,7 @@ Summary: A remote mail retrieval and forwarding utility Name: fetchmail Version: 6.4.5 -Release: 1%{?dist} +Release: 2%{?dist} Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz Source1: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz.asc # systemd service file @@ -55,12 +55,16 @@ rm -f $RPM_BUILD_ROOT%{python3_sitelib}/__pycache__/fetchmailconf* %files -f %{name}.lang %doc COPYING FAQ FEATURES NEWS NOTES README README.SSL TODO -%{_bindir}/fetchmail +%attr(2755, root, mail) %{_bindir}/fetchmail %{_mandir}/man1/fetchmail.1* %{_unitdir}/fetchmail.service %config(noreplace) %attr(0600, mail, mail) %{_sysconfdir}/fetchmailrc.example %changelog +* Thu May 28 2020 Vitezslav Crhonek - 6.4.5-2 +- Change group of fetchmail to mail and set sgid bit on it + Resolves: #1619069 + * Thu May 14 2020 Vitezslav Crhonek - 6.4.5-1 - Update to fetchmail-6.4.5 Resolves: #1833072