delete -S git from %autosetup, and delete BuildRequires git

This commit is contained in:
chenyanpanHW 2021-07-30 23:07:16 +08:00
parent 11356e10c8
commit d6de48ae31
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

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