--- rpms/anaconda/sme10/anaconda.spec 2020/06/12 04:16:09 1.5 +++ rpms/anaconda/sme10/anaconda.spec 2021/02/16 19:57:49 1.6 @@ -2,8 +2,8 @@ Summary: Graphical system installer Name: anaconda -Version: 21.48.22.158 -Release: 2%{?dist} +Version: 21.48.22.159 +Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -25,11 +25,6 @@ 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 @@ -262,14 +257,6 @@ 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 \ @@ -361,16 +348,17 @@ 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 +* 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)