!2 mod_auth_gssapi delete -S git from %autosetup, and delete BuildRequires git

From: @chenyanpanHW
Reviewed-by: @ruebb
Signed-off-by: @ruebb
This commit is contained in:
openeuler-ci-bot 2021-08-11 09:28:53 +00:00 committed by Gitee
commit 5a8103e94d

View File

@ -1,11 +1,11 @@
Name: mod_auth_gssapi
Version: 1.6.1
Release: 3
Release: 4
Summary: A Authentication module through GSSAPI for Apache
License: MIT
URL: https://github.com/modauthgssapi/mod_auth_gssapi
Source0: https://github.com/modauthgssapi/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: httpd-devel krb5-devel openssl-devel autoconf automake libtool gssntlmssp-devel git
BuildRequires: httpd-devel krb5-devel openssl-devel autoconf automake libtool gssntlmssp-devel
Requires: httpd-mmn = %{_httpd_mmn} krb5-libs >= 1.11.5
%description
@ -13,7 +13,7 @@ Kerberos authentication module for the Apache HTTP Server.The GSSAPI Negotiate A
mod_auth_gssapi lets web applications take advantage of Kerberos authentication through GSSAPI.
%prep
%autosetup -n %{name}-%{version} -S git -p1
%autosetup -n %{name}-%{version} -p1
%build
export APXS=%{_httpd_apxs}
@ -33,5 +33,8 @@ install -D -m644 10-auth_gssapi.conf %{buildroot}%{_httpd_modconfdir}/10-auth_gs
%{_httpd_moddir}/mod_auth_gssapi.so
%changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.6.1-4
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Mon Nov 25 2019 shijian <shijian16@huawei.com> - 1.6.1-3
- Package init