From 36c95b1cdef405e9a31fa44e93a3737b93e486a6 Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Mon, 14 Sep 2020 16:21:47 +0800 Subject: [PATCH] Modify spec --- fetchmail.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/fetchmail.spec b/fetchmail.spec index 0855d4a..ce60e06 100644 --- a/fetchmail.spec +++ b/fetchmail.spec @@ -1,11 +1,11 @@ Name: fetchmail Version: 6.3.26 -Release: 23 +Release: 24 Summary: A mail-retrieval daemon License: GPL+ and Public Domain URL: http://www.fetchmail.info/ -Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz -Source1: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz.asc +Source0: http://sourceforge.net/projects/%{name}.berlios/files/%{name}-%{version}.tar.xz +Source1: http://sourceforge.net/projects/%{name}.berlios/files/%{name}-%{version}.tar.xz.asc Source2: fetchmail.service Source3: fetchmailrc.example Patch0: fetchmail-6.3.26-ssl-backport.patch @@ -66,5 +66,8 @@ install -Dp -m 600 %{SOURCE3} %{buildroot}%{_sysconfdir}/fetchmailrc.example %exclude %{_mandir}/man1/fetchmailconf.1* %changelog +* Tue Sep 8 2020 baizhonggui - 6.3.26-24 +- Modify Source0 and Source1. + * Thu Nov 28 2019 huyan - 6.3.26-23 - Package Initialization -- Gitee