--- rpms/anaconda/sme10/anaconda.spec 2020/06/10 04:05:21 1.3 +++ rpms/anaconda/sme10/anaconda.spec 2021/02/16 20:27:21 1.7 @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 21.48.22.158 +Version: 21.48.22.159 Release: 2%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -26,7 +26,8 @@ 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 #ENDKOOZALI # Versions of required components (done so we make sure the buildrequires @@ -255,16 +256,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 \ @@ -356,16 +361,20 @@ update-desktop-database &> /dev/null || %{_prefix}/libexec/anaconda/dd_* %changelog -* Wed Jun 10 2020 Jean-Philipe Pialasse 21.48.22.158-2.sme +* Tue Feb 16 2021 Jean-Philipe Pialasse 21.48.22.159-2.sme - patch for product.img branding of anaconda -* Tue Mar 31 2020 CentOS Sources - 21.48.22.158-1.el7.centos +* Tue Sep 29 2020 CentOS Sources - 21.48.22.159-1.el7.centos - Add CentOS install class as default - use the right path for the EULA string (issue 7165, bstinson) - use efi_dir = centos - disable the mirrorlist options - make boot part fs default to xfs +* Wed Apr 15 2020 Radek Vykydal - 21.48.22.159-1 +- Do not run hwclock when using image install mode (bcl) + Resolves: rhbz#1766785 + * Tue Sep 10 2019 Radek Vykydal - 21.48.22.158-1 - network: use DEVICETYPE for team when updating virtual slaves ifcfgs (rvykydal)