diff --git a/libreswan.spec b/libreswan.spec index a9a04ef..4d0bbff 100644 --- a/libreswan.spec +++ b/libreswan.spec @@ -20,11 +20,11 @@ Name: libreswan Version: 3.25 -Release: 7 +Release: 8 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 @@ -131,6 +131,9 @@ export NSS_DISABLE_HW_GCM=1 %doc %{_mandir}/*/* %changelog +* Mon Sep 14 2020 Ge Wang -3.25-8 +- Modify Source0 Url + * Tue Aug 04 2020 zhangjiapeng - 3.25-7 - Workaround deprecation warnings introduced in update libselinux >= 3.1 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