!6 pam_krb5 delete -Sgit from %autosetup, and delete BuildRequires git

From: @chenyanpanHW
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-08-20 10:05:22 +00:00 committed by Gitee
commit 4c7c162cdf

View File

@ -1,13 +1,13 @@
Name: pam_krb5
Version: 2.4.13
Release: 13
Release: 14
Summary: A Pluggable Authentication Module for Kerberos 5
License: BSD or LGPLv2+
URL: https://pagure.io/pam_krb5
Source0: https://releases.pagure.org/pam_krb5/pam_krb5-%{version}.tar.gz
Source1: https://releases.pagure.org/pam_krb5/pam_krb5-%{version}.tar.gz.sig
BuildRequires: gcc git krb5-devel pam-devel
BuildRequires: gcc krb5-devel pam-devel
%description
This PAM module supports authentication against a Kerberos KDC. It also
supports updating your Kerberos password.
@ -15,7 +15,7 @@ supports updating your Kerberos password.
%package_help
%prep
%autosetup -n %{name}-%{version} -p1 -Sgit
%autosetup -n %{name}-%{version} -p1
%build
%configure --with-default-use-shmem="sshd" --with-default-external="sshd sshd-rekey gssftp" \
@ -49,6 +49,9 @@ sed -ri -e 's|/lib(64)?/|/\$LIB/|g' %{buildroot}/%{_mandir}/man*/pam_krb5*.8*
%{_mandir}/*/*
%changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.4.13-14
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
* May Jun 4 2021 panxiaohe <panxiaohe@huawei.com> - 2.4.13-13
- Add gcc to BuildRequires