diff --git a/fetchmail.spec b/fetchmail.spec index 6664f8d473ee2404cfcf9c2be20f9a21e95a479e..6ce95d0e6532cb41e23baaa1443c9baef400d267 100644 --- a/fetchmail.spec +++ b/fetchmail.spec @@ -1,11 +1,11 @@ Summary: A remote mail retrieval and forwarding utility Name: fetchmail Version: 6.4.22 -Release: 1 +Release: 2 URL: http://www.fetchmail.info/ License: GPL+ and Public Domain -Source0: https://sourceforge.net/projects/%{name}/files/branch_6.4/%{name}-%{version}.tar.xz -Source1: https://sourceforge.net/projects/%{name}/files/branch_6.4/%{name}-%{version}.tar.xz.asc +Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz +Source1: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz.asc Source2: fetchmail.service Source3: fetchmailrc.example BuildRequires: gcc gettext-devel krb5-devel openssl-devel systemd python3-devel @@ -49,6 +49,9 @@ rm -f $RPM_BUILD_ROOT%{python3_sitelib}/__pycache__/fetchmailconf* %config(noreplace) %attr(0600, mail, mail) %{_sysconfdir}/fetchmailrc.example %changelog +* Mon Nov 21 2022 yaoxin - 6.4.22-2 +- Modify invalid Source + * Tue Sep 14 2021 yaoxin - 6.4.22-1 - Update to 6.4.22 for fix CVE-2021-39272