From 0a5d71dda2adad9f9474ee020c3361af53adeff9 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Thu, 23 May 2024 18:01:58 +0800 Subject: [PATCH] fix source link --- pam.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/pam.spec b/pam.spec index 53429af..236abef 100644 --- a/pam.spec +++ b/pam.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global soname_version 0 Name: pam @@ -9,10 +9,10 @@ Summary: A Security Interface for Applications in Authentication activiti License: GPL-2.0-or-later OR BSD-3-Clause Group: System/Libraries URL: http://www.linux-pam.org/ -Source0: Linux-PAM-%{version}.tar.xz -Source1: Linux-PAM-%{version}.tar.xz.asc -Source2: Linux-PAM-%{version}-docs.tar.xz -Source3: Linux-PAM-%{version}-docs.tar.xz.asc +Source0: https://github.com/linux-pam/linux-pam/releases/download/v%{version}/Linux-PAM-%{version}.tar.xz +Source1: https://github.com/linux-pam/linux-pam/releases/download/v%{version}/Linux-PAM-%{version}.tar.xz.asc +Source2: https://github.com/linux-pam/linux-pam/releases/download/v%{version}/Linux-PAM-%{version}-docs.tar.xz +Source3: https://github.com/linux-pam/linux-pam/releases/download/v%{version}/Linux-PAM-%{version}-docs.tar.xz.asc Source4: gpl-2.0.txt Source5: macros.%{name} #config files @@ -343,6 +343,9 @@ done %{abidir}/libpam*.dump %changelog +* Thu May 23 2024 mgb01105731 - 1.5.3-2 +- fix source link + * Wed Mar 13 2024 doupengda - 1.5.3-1 - Update to version 1.5.3 -- Gitee