Fix %patch macro

This commit is contained in:
Michal Josef Špaček 2023-06-01 11:09:28 +02:00
parent 7ad79f61e2
commit 3eb44c16e9

View File

@ -33,8 +33,8 @@ Currently only number of CPU's supported.
%prep
%setup -q -n Sys-CPU-%{version}
%patch0 -p1
%patch1 -p1
%patch -P 0 -p1
%patch -P 1 -p1
sed -i 's/\r//' Changes README
%build
@ -59,6 +59,7 @@ find %{buildroot} -type f -name CPU.bs -exec rm -f {} ';'
%changelog
* Thu Jun 01 2023 Michal Josef Špaček <mspacek@redhat.com> - 0.61-31
- Fix %patch macro
- Update license to SPDX format
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.61-30