delete -S git from %autosetup, and delete BuildRequires git
This commit is contained in:
parent
11356e10c8
commit
d6de48ae31
@ -1,11 +1,11 @@
|
|||||||
Name: mod_auth_gssapi
|
Name: mod_auth_gssapi
|
||||||
Version: 1.6.1
|
Version: 1.6.1
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: A Authentication module through GSSAPI for Apache
|
Summary: A Authentication module through GSSAPI for Apache
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/modauthgssapi/mod_auth_gssapi
|
URL: https://github.com/modauthgssapi/mod_auth_gssapi
|
||||||
Source0: https://github.com/modauthgssapi/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
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
|
Requires: httpd-mmn = %{_httpd_mmn} krb5-libs >= 1.11.5
|
||||||
|
|
||||||
%description
|
%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.
|
mod_auth_gssapi lets web applications take advantage of Kerberos authentication through GSSAPI.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -S git -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export APXS=%{_httpd_apxs}
|
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
|
%{_httpd_moddir}/mod_auth_gssapi.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Nov 25 2019 shijian <shijian16@huawei.com> - 1.6.1-3
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user