2 |
|
|
3 |
Summary: Graphical system installer |
Summary: Graphical system installer |
4 |
Name: anaconda |
Name: anaconda |
5 |
Version: 21.48.22.158 |
Version: 21.48.22.159 |
6 |
Release: 2%{?dist} |
Release: 2%{?dist} |
7 |
License: GPLv2+ and MIT |
License: GPLv2+ and MIT |
8 |
Group: Applications/System |
Group: Applications/System |
26 |
Patch11: anaconda-centos-really-add-centos-install-class.patch |
Patch11: anaconda-centos-really-add-centos-install-class.patch |
27 |
|
|
28 |
#KOOZALI |
#KOOZALI |
29 |
Patch101: 001-anaconda-koozali-product.patch |
Patch100: 100-anaconda-koozali-product.patch |
30 |
|
Patch101: 101-anaconda-koozali-add-koozali-install-class.patch |
31 |
#ENDKOOZALI |
#ENDKOOZALI |
32 |
|
|
33 |
# Versions of required components (done so we make sure the buildrequires |
# Versions of required components (done so we make sure the buildrequires |
256 |
%patch10 -p1 |
%patch10 -p1 |
257 |
%endif |
%endif |
258 |
|
|
|
#KOOZALI |
|
|
%patch101 -p1 |
|
|
#END KOOZALI |
|
|
|
|
259 |
pushd pyanaconda/installclasses/ |
pushd pyanaconda/installclasses/ |
260 |
cp -f rhel.py centos.py |
cp -f rhel.py centos.py |
261 |
popd |
popd |
262 |
|
|
263 |
%patch11 -p1 |
%patch11 -p1 |
264 |
|
|
265 |
|
#KOOZALI |
266 |
|
%patch100 -p1 |
267 |
|
pushd pyanaconda/installclasses/ |
268 |
|
cp -f centos.py koozali.py |
269 |
|
popd |
270 |
|
%patch101 -p1 |
271 |
|
#END KOOZALI |
272 |
|
|
273 |
%build |
%build |
274 |
%configure --disable-static \ |
%configure --disable-static \ |
275 |
--enable-introspection \ |
--enable-introspection \ |
361 |
%{_prefix}/libexec/anaconda/dd_* |
%{_prefix}/libexec/anaconda/dd_* |
362 |
|
|
363 |
%changelog |
%changelog |
364 |
* Wed Jun 10 2020 Jean-Philipe Pialasse <tests@pialasse.com> 21.48.22.158-2.sme |
* Tue Feb 16 2021 Jean-Philipe Pialasse <tests@pialasse.com> 21.48.22.159-2.sme |
365 |
- patch for product.img branding of anaconda |
- patch for product.img branding of anaconda |
366 |
|
|
367 |
* Tue Mar 31 2020 CentOS Sources <bugs@centos.org> - 21.48.22.158-1.el7.centos |
* Tue Sep 29 2020 CentOS Sources <bugs@centos.org> - 21.48.22.159-1.el7.centos |
368 |
- Add CentOS install class as default |
- Add CentOS install class as default |
369 |
- use the right path for the EULA string (issue 7165, bstinson) |
- use the right path for the EULA string (issue 7165, bstinson) |
370 |
- use efi_dir = centos |
- use efi_dir = centos |
371 |
- disable the mirrorlist options |
- disable the mirrorlist options |
372 |
- make boot part fs default to xfs |
- make boot part fs default to xfs |
373 |
|
|
374 |
|
* Wed Apr 15 2020 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.159-1 |
375 |
|
- Do not run hwclock when using image install mode (bcl) |
376 |
|
Resolves: rhbz#1766785 |
377 |
|
|
378 |
* Tue Sep 10 2019 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.158-1 |
* Tue Sep 10 2019 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.158-1 |
379 |
- network: use DEVICETYPE for team when updating virtual slaves ifcfgs |
- network: use DEVICETYPE for team when updating virtual slaves ifcfgs |
380 |
(rvykydal) |
(rvykydal) |