Accepting request 1147823 from home:dimstar:rpm4.20:a

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1147823
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_auth_gssapi?expand=0&rev=11
This commit is contained in:
Petr Gajdos 2024-02-22 08:16:54 +00:00 committed by Git OBS Bridge
parent 8b65435835
commit 43370ca354
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Feb 20 11:00:28 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN.
-------------------------------------------------------------------
Mon Jul 17 05:16:03 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>

View File

@ -59,8 +59,7 @@ mod_auth_kerb. Its aim is to use only GSSAPI calls and be
as much as possible agnostic of the actual mechanism used.
%prep
%setup -q -n mod_auth_gssapi-%{version}
%patch0 -p1
%autosetup -p1 -n mod_auth_gssapi-%{version}
%build
export APACHE="%{_sbindir}/httpd"