Fix %patch macro

This commit is contained in:
Michal Josef Špaček 2024-08-04 10:49:40 +02:00
parent b5455fb57d
commit 75f028f162

View File

@ -54,7 +54,7 @@ with "%{_libexecdir}/%{name}/test".
%prep %prep
%setup -q -n MIME-Charset-%{version} %setup -q -n MIME-Charset-%{version}
%patch0 -p1 %patch -P0 -p1
# Remove bundled modules # Remove bundled modules
rm -rf ./inc rm -rf ./inc
perl -i -ne 'print $_ unless m{^inc/}' MANIFEST perl -i -ne 'print $_ unless m{^inc/}' MANIFEST
@ -96,6 +96,7 @@ make test
%changelog %changelog
* Sun Aug 04 2024 Michal Josef Špaček <mspacek@redhat.com> - 1.013.1-7 * Sun Aug 04 2024 Michal Josef Špaček <mspacek@redhat.com> - 1.013.1-7
- Fix %patch macro
- Package tests - Package tests
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.013.1-6 * Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.013.1-6