--- rpms/anaconda/sme10/anaconda.spec 2020/06/10 03:58:47 1.2 +++ rpms/anaconda/sme10/anaconda.spec 2020/06/10 04:05:21 1.3 @@ -3,7 +3,7 @@ Summary: Graphical system installer Name: anaconda Version: 21.48.22.158 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and MIT Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -25,6 +25,10 @@ Patch9: yumpayload-dont-verify-disabled- Patch10: anaconda-centos-armhfp-extloader.patch Patch11: anaconda-centos-really-add-centos-install-class.patch +#KOOZALI +Patch101: 001-anaconda-koozali-product.patch +#ENDKOOZALI + # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). %define dbusver 1.2.3 @@ -251,6 +255,10 @@ 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 @@ -348,6 +356,9 @@ update-desktop-database &> /dev/null || %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Jun 10 2020 Jean-Philipe Pialasse 21.48.22.158-2.sme +- patch for product.img branding of anaconda + * Tue Mar 31 2020 CentOS Sources - 21.48.22.158-1.el7.centos - Add CentOS install class as default - use the right path for the EULA string (issue 7165, bstinson)