3 |
Summary: Graphical system installer |
Summary: Graphical system installer |
4 |
Name: anaconda |
Name: anaconda |
5 |
Version: 21.48.22.159 |
Version: 21.48.22.159 |
6 |
Release: 1%{?dist} |
Release: 2%{?dist} |
7 |
License: GPLv2+ and MIT |
License: GPLv2+ and MIT |
8 |
Group: Applications/System |
Group: Applications/System |
9 |
URL: http://fedoraproject.org/wiki/Anaconda |
URL: http://fedoraproject.org/wiki/Anaconda |
25 |
Patch10: anaconda-centos-armhfp-extloader.patch |
Patch10: anaconda-centos-armhfp-extloader.patch |
26 |
Patch11: anaconda-centos-really-add-centos-install-class.patch |
Patch11: anaconda-centos-really-add-centos-install-class.patch |
27 |
|
|
28 |
|
#KOOZALI |
29 |
|
Patch100: 100-anaconda-koozali-product.patch |
30 |
|
Patch101: 101-anaconda-koozali-add-koozali-install-class.patch |
31 |
|
#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 |
34 |
# match the requires versions of things). |
# match the requires versions of things). |
35 |
%define dbusver 1.2.3 |
%define dbusver 1.2.3 |
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 |
|
* Tue Feb 16 2021 Jean-Philipe Pialasse <tests@pialasse.com> 21.48.22.159-2.sme |
365 |
|
- patch for product.img branding of anaconda |
366 |
|
|
367 |
* Tue Sep 29 2020 CentOS Sources <bugs@centos.org> - 21.48.22.159-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) |