delete -Sgit from %autosetup, and delete BuildRequires git

This commit is contained in:
chenyanpanHW 2021-07-30 23:12:53 +08:00
parent 090d8c6b86
commit 07b7aef968
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

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