Fix %patch macro

This commit is contained in:
Michal Josef Špaček 2023-06-07 12:33:33 +02:00
parent 8086a66be4
commit 440e8e32fe

View File

@ -48,9 +48,9 @@ Mail::SPF is an object-oriented implementation of Sender Policy Framework
%prep
%setup -q -n Mail-SPF-v%{version}
# Fix broken POD (CPAN RT#86060)
%patch0
%patch -P 0
# Work around test suite failures with Net::DNS ≥ 0.68 (CPAN RT#78214)
%patch1
%patch -P 1
chmod -x bin/* sbin/*
%build
@ -93,6 +93,7 @@ fi
%changelog
* Wed Jun 07 2023 Michal Josef Špaček <mspacek@redhat.com> - 2.9.0-31
- Fix %patch macro
- Update license to SPDX format
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.0-30