From d6de48ae31caf02f456df767e68f890854098dd9 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:07:16 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- mod_auth_gssapi.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/mod_auth_gssapi.spec b/mod_auth_gssapi.spec index 23e1f69..a44022d 100644 --- a/mod_auth_gssapi.spec +++ b/mod_auth_gssapi.spec @@ -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 - 1.6.1-4 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Mon Nov 25 2019 shijian - 1.6.1-3 - Package init