From d140aaa9896b59ff1657bfb360efc865ef7e0a8e Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Tue, 15 Sep 2020 11:33:25 +0800 Subject: [PATCH] Modify spec --- stunnel.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/stunnel.spec b/stunnel.spec index 3bd255d..dc3b6eb 100644 --- a/stunnel.spec +++ b/stunnel.spec @@ -1,10 +1,10 @@ Name: stunnel Version: 5.48 -Release: 3 +Release: 4 Summary: Secure traffic running between a TCP client and server License: GPLv2 URL: http://www.stunnel.org/ -Source0: https://www.stunnel.org/downloads/stunnel-%{version}.tar.gz +Source0: https://www.usenix.org.uk/mirrors/stunnel/archive/5.x/stunnel-%{version}.tar.gz Source1: https://www.stunnel.org/downloads/stunnel-%{version}.tar.gz.asc Source2: stunnel@.service @@ -86,7 +86,11 @@ install -D %{SOURCE2} %{buildroot}%{_unitdir}/%{name}@.service %exclude %{_datadir}/doc/stunnel %changelog +* Thu Sep 10 2020 baizhonggui - 5.48-4 +- Modify source0 + * Sun Jan 19 2020 duyeyu - 5.48-3 - delete conf file and patch + * Mon Nov 25 2019 gulining - 5.48-2 - Pakcage init -- Gitee