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