Back i586

Commit 59b214f0 changed i586 to i686 as we changed in RPM,
but forgot to rename config:
error: Bad file: /builddir/build/SOURCES/kernel-i686.config: No such file or directory
But this spec is still supported on rosa2016.1, let's just use i586 here for now
This commit is contained in:
Mikhail Novosyolov 2020-11-27 14:07:58 +03:00
parent f4867fbcaa
commit c972a6e092

View file

@ -41,7 +41,7 @@
%define tar_ver %{kernelversion}.%{patchlevel}
%ifarch %{ix86}
%define arch_suffix i686
%define arch_suffix i586
%endif
%ifarch %{x86_64}