From 11e965e3a342fe43359255e5c7767cba6fb3b8b0 Mon Sep 17 00:00:00 2001 From: steven Date: Mon, 14 Sep 2020 14:58:18 +0800 Subject: [PATCH] update keyutils.spec. --- keyutils.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/keyutils.spec b/keyutils.spec index c36e8e6..d8a6abc 100644 --- a/keyutils.spec +++ b/keyutils.spec @@ -1,11 +1,11 @@ Name: keyutils Version: 1.6.3 -Release: 1 +Release: 2 Summary: Utilities of Linux Key Management License: GPLv2+ and LGPLv2+ -Url: http://people.redhat.com/~dhowells/keyutils/ -Source0: http://people.redhat.com/~dhowells/keyutils/keyutils-%{version}.tar.gz +Url: https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git +Source0: https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/snapshot/keyutils-%{version}.tar.gz Patch9000: bugfix-fix-argv-string-out-of-bounds.patch @@ -96,6 +96,9 @@ make \ %{_mandir}/man*/* %changelog +* Mon Sep 14 2020 steven - 1.6.3-2 +- update url and source0, and let it can be accessed + * Tue Jul 28 2020 steven - 1.6.3-1 - update to 1.6.3 -- Gitee