From 776678088833ce9265bd0ab23ac0cfeb93bd866a Mon Sep 17 00:00:00 2001 From: wangge Date: Thu, 17 Sep 2020 19:19:03 +0800 Subject: [PATCH] Modify Source0 Url on LTS-Next branch --- libreswan.spec | 9 ++++++--- libreswan-3.25.tar.gz => v3.25.tar.gz | Bin 2 files changed, 6 insertions(+), 3 deletions(-) rename libreswan-3.25.tar.gz => v3.25.tar.gz (100%) diff --git a/libreswan.spec b/libreswan.spec index 1699d52..651c667 100644 --- a/libreswan.spec +++ b/libreswan.spec @@ -20,11 +20,11 @@ Name: libreswan Version: 3.25 -Release: 6 +Release: 7 Summary: A free implementation of IPsec & IKE for Linux License: GPLv2 -Url: https://libreswan.org/ -Source0: https://download.libreswan.org/%{name}-%{version}.tar.gz +Url: https://github.com/libreswan/libreswan +Source0: https://github.com/libreswan/libreswan/archive/v%{version}.tar.gz Source1: openeuler-libreswan-sysctl.conf Source2: openeuler-libreswan-tmpfiles.conf @@ -130,6 +130,9 @@ export NSS_DISABLE_HW_GCM=1 %doc %{_mandir}/*/* %changelog +* Mon Sep 14 2020 Ge Wang - 3.25-7 +- Modify Source0 Url + * Fri Apr 03 2020 Jiangping Hu - 3.25-6 - Add config files diff --git a/libreswan-3.25.tar.gz b/v3.25.tar.gz similarity index 100% rename from libreswan-3.25.tar.gz rename to v3.25.tar.gz -- Gitee