From 0ebc22e55e8dd4e7ad613565e56eed24c41cb4bf Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Wed, 9 Sep 2020 10:49:42 +0800 Subject: [PATCH] modify the URL of Source0 --- libcap-ng.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libcap-ng.spec b/libcap-ng.spec index 3d75f4b..5c4caf8 100644 --- a/libcap-ng.spec +++ b/libcap-ng.spec @@ -3,10 +3,10 @@ Summary: Libcap-ng is a library used for posix capabilities programming Name: libcap-ng Version: 0.7.10 -Release: 1 +Release: 2 License: LGPLv2+ and GPLv2+ URL: http://people.redhat.com/sgrubb/libcap-ng -Source0: http://people.redhat.com/sgrubb/libcap-ng/%{name}-%{version}.tar.gz +Source0: https://people.redhat.com/sgrubb/libcap-ng/%{name}-%{version}.tar.gz BuildRequires: gcc, kernel-headers >= 2.6.11, libattr-devel Provides: %{name}-utils = %{version}-%{release} Obsoletes: %{name}-utils < %{version}-%{release} @@ -107,6 +107,12 @@ make check %attr(0644,root,root) %{_mandir}/man8/* %changelog +* Wed Sep 9 2020 wangchen - 0.7.10-2 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:modify the URL of Source0 + * Thu Apr 16 2020 zhangchenfeng - 0.7.10-1 - Type:enhancement - ID:NA -- Gitee