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