Dominique Leuenberger 2024-03-01 22:38:52 +00:00 committed by Git OBS Bridge
commit 345acf6bf9
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 29 14:31:23 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autopatch macro. Allows to eliminate the usage of deprecated
%patchN.
-------------------------------------------------------------------
Wed Jan 12 10:29:54 UTC 2022 - Josef Möllers <josef.moellers@suse.com>

View File

@ -52,10 +52,7 @@ supports updating your Kerberos password.
%prep
%setup -q -n pam_krb5-%{version}
%setup -a 2 -T -D -n pam_krb5-%{version}
%patch1 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%autopatch -p1
%build
CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE " \