--- rpms/anaconda/sme10/anaconda.spec 2020/06/10 04:05:21 1.3 +++ rpms/anaconda/sme10/anaconda.spec 2020/06/12 03:46:49 1.4 @@ -26,7 +26,9 @@ Patch10: anaconda-centos-armhfp-extloade Patch11: anaconda-centos-really-add-centos-install-class.patch #KOOZALI -Patch101: 001-anaconda-koozali-product.patch +Patch100: 100-anaconda-koozali-product.patch +Patch101: 101-anaconda-koozali-add-koozali-install-class.patch +#001-anaconda-koozali-product.patch #ENDKOOZALI # Versions of required components (done so we make sure the buildrequires @@ -255,16 +257,20 @@ runtime on NFS/HTTP/FTP servers or local %patch10 -p1 %endif -#KOOZALI -%patch101 -p1 -#END KOOZALI - pushd pyanaconda/installclasses/ cp -f rhel.py centos.py popd %patch11 -p1 +#KOOZALI +%patch100 -p1 +pushd pyanaconda/installclasses/ +cp -f centos.py koozali.py +popd +##%patch101 -p1 +#END KOOZALI + %build %configure --disable-static \ --enable-introspection \