--- rpms/anaconda/sme10/anaconda.spec 2020/06/10 03:58:47 1.2 +++ rpms/anaconda/sme10/anaconda.spec 2020/06/12 04:16:09 1.5 @@ -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,11 @@ Patch9: yumpayload-dont-verify-disabled- Patch10: anaconda-centos-armhfp-extloader.patch Patch11: anaconda-centos-really-add-centos-install-class.patch +#KOOZALI +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 # match the requires versions of things). %define dbusver 1.2.3 @@ -257,6 +262,14 @@ 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 \ @@ -348,6 +361,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)