/[smeserver]/rpms/anaconda/sme10/anaconda.spec
ViewVC logotype

Diff of /rpms/anaconda/sme10/anaconda.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by unnilennium, Tue May 17 15:29:31 2016 UTC Revision 1.2 by jpp, Wed Jun 10 03:58:47 2020 UTC
# Line 2  Line 2 
2    
3  Summary: Graphical system installer  Summary: Graphical system installer
4  Name:    anaconda  Name:    anaconda
5  Version: 21.48.22.56  Version: 21.48.22.158
6  Release: 5%{?dist}  Release: 1%{?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
# Line 18  Patch1:        anaconda-centos-add-centos-insta Line 18  Patch1:        anaconda-centos-add-centos-insta
18  Patch2: anaconda-centos-set-right-eula-location.patch  Patch2: anaconda-centos-set-right-eula-location.patch
19  Patch4: anaconda-centos-disable-mirrors.patch  Patch4: anaconda-centos-disable-mirrors.patch
20  Patch5: anaconda-centos-bootfs-default-to-xfs.patch  Patch5: anaconda-centos-bootfs-default-to-xfs.patch
21  Patch6: anaconda-centos-help-text.patch  Patch6: anaconda-centos-help-text.patch
22  Patch7: anaconda-centos-skip-retry-if-not-connected.patch  Patch7: anaconda-centos-skip-retry-if-not-connected.patch
23    Patch8: 9800-rpmostreepayload-Rework-remote-add-handling.patch
24    Patch9: yumpayload-dont-verify-disabled-repos.patch
25    Patch10: anaconda-centos-armhfp-extloader.patch
26    Patch11: anaconda-centos-really-add-centos-install-class.patch
27    
28  # Versions of required components (done so we make sure the buildrequires  # Versions of required components (done so we make sure the buildrequires
29  # match the requires versions of things).  # match the requires versions of things).
30    %define dbusver 1.2.3
31    %define dracutver 033-240
32    %define fcoeutilsver 1.0.12-3.20100323git
33    %define firewalldver 0.3.5-1
34  %define gettextver 0.18.1  %define gettextver 0.18.1
35    %define gtk3ver 3.22.10
36    %define helpver 1:7.5.3-1
37  %define intltoolver 0.31.2-3  %define intltoolver 0.31.2-3
38  %define pykickstartver 1.99.66.5  %define iscsiver 6.2.0.870-3
39  %define yumver 3.4.3-91  %define isomd5sum 1.0.10
40    %define langtablever 0.0.31-3
41    %define libarchivever 3.0.4
42    %define libtimezonemapver 0.4.1-2
43    %define libxklavierver 5.4
44    %define mehver 0.23-1
45    %define nmver 1.0.0-6.git20150107
46  %define partedver 1.8.1  %define partedver 1.8.1
47    %define pykickstartver 1.99.66.20-1
48  %define pypartedver 2.5-2  %define pypartedver 2.5-2
49  %define pythonpyblockver 0.45  %define pythonpyblockver 0.45
 %define nmver 1.0.0-6.git20150107  
 %define dbusver 1.2.3  
 %define yumutilsver 1.1.11-3  
 %define mehver 0.23-1  
 %define sckeyboardver 1.3.1  
 %define firewalldver 0.3.5-1  
50  %define pythonurlgrabberver 3.9.1-5  %define pythonurlgrabberver 3.9.1-5
 %define utillinuxver 2.15.1  
 %define dracutver 033-240  
 %define isomd5sum 1.0.10  
 %define fcoeutilsver 1.0.12-3.20100323git  
 %define iscsiver 6.2.0.870-3  
51  %define rpmver 4.10.0  %define rpmver 4.10.0
52  %define libarchivever 3.0.4  %define sckeyboardver 1.3.1
53  %define langtablever 0.0.31-3  %define utillinuxver 2.15.1
54  %define libxklavierver 5.4  %define yumutilsver 1.1.11-3
55  %define libtimezonemapver 0.4.1-2  %define yumver 3.4.3-91
 %define helpver 7.1.8-1  
56    
57  BuildRequires: audit-libs-devel  BuildRequires: audit-libs-devel
58  BuildRequires: gettext >= %{gettextver}  BuildRequires: gettext >= %{gettextver}
59  BuildRequires: gtk3-devel  BuildRequires: gtk3-devel >= %{gtk3ver}
60  BuildRequires: gtk-doc  BuildRequires: gtk-doc
61  BuildRequires: gtk3-devel-docs  BuildRequires: gtk3-devel-docs >= %{gtk3ver}
62  BuildRequires: glib2-doc  BuildRequires: glib2-doc
63  BuildRequires: gobject-introspection-devel  BuildRequires: gobject-introspection-devel
64  BuildRequires: glade-devel  BuildRequires: glade-devel
# Line 94  The anaconda package is a metapackage fo Line 99  The anaconda package is a metapackage fo
99    
100  %package core  %package core
101  Summary: Core of the Anaconda installer  Summary: Core of the Anaconda installer
102  Requires: python-blivet >= 1:0.61.15.24  Requires: python-blivet >= 1:0.61.15.71
103  Requires: python-meh >= %{mehver}  Requires: python-meh >= %{mehver}
104  Requires: libreport-anaconda >= 2.0.21-1  Requires: libreport-anaconda >= 2.0.21-1
105  Requires: libreport-rhel-anaconda-bugzilla >= 2.1.11-1  Requires: libreport-rhel-anaconda-bugzilla >= 2.1.11-1
# Line 112  Requires: authconfig Line 117  Requires: authconfig
117  Requires: firewalld >= %{firewalldver}  Requires: firewalld >= %{firewalldver}
118  Requires: util-linux >= %{utillinuxver}  Requires: util-linux >= %{utillinuxver}
119  Requires: dbus-python  Requires: dbus-python
120    Requires: python-subprocess32
121  Requires: python-pwquality  Requires: python-pwquality
122  Requires: python-IPy  Requires: python-IPy
123  Requires: python-nss  Requires: python-nss
# Line 138  Requires: rsync Line 144  Requires: rsync
144  Requires: systemd  Requires: systemd
145  %ifarch %{ix86} x86_64  %ifarch %{ix86} x86_64
146  Requires: fcoe-utils >= %{fcoeutilsver}  Requires: fcoe-utils >= %{fcoeutilsver}
147    Requires: libblockdev-nvdimm
148  %endif  %endif
149  Requires: iscsi-initiator-utils >= %{iscsiver}  Requires: iscsi-initiator-utils >= %{iscsiver}
150  %ifarch %{ix86} x86_64 ia64  %ifarch %{ix86} x86_64 ia64
# Line 185  Requires: NetworkManager-wifi Line 192  Requires: NetworkManager-wifi
192  Requires: yelp  Requires: yelp
193  #Requires: anaconda-user-help >= %{helpver}  #Requires: anaconda-user-help >= %{helpver}
194    
195    # Needed to compile the gsettings files
196    BuildRequires: gsettings-desktop-schemas
197    
198  %description gui  %description gui
199  This package contains graphical user interface for the Anaconda installer.  This package contains graphical user interface for the Anaconda installer.
200    
# Line 235  runtime on NFS/HTTP/FTP servers or local Line 245  runtime on NFS/HTTP/FTP servers or local
245  %patch5 -p1  %patch5 -p1
246  %patch6 -p1  %patch6 -p1
247  %patch7 -p1  %patch7 -p1
248    %patch8 -p1
249    %patch9 -p1
250    %ifarch %{arm}
251    %patch10 -p1
252    %endif
253    
254    pushd pyanaconda/installclasses/
255    cp -f rhel.py centos.py
256    popd
257    
258    %patch11 -p1
259    
260  %build  %build
261  %configure --disable-static \  %configure --disable-static \
# Line 304  update-desktop-database &> /dev/null || Line 325  update-desktop-database &> /dev/null ||
325    
326  %files gui  %files gui
327  %{_libdir}/python*/site-packages/pyanaconda/ui/gui/*  %{_libdir}/python*/site-packages/pyanaconda/ui/gui/*
328    %{_datadir}/themes/Anaconda/*
329    
330  %files tui  %files tui
331  %{_libdir}/python*/site-packages/pyanaconda/rescue.py  %{_libdir}/python*/site-packages/pyanaconda/rescue.py
# Line 326  update-desktop-database &> /dev/null || Line 348  update-desktop-database &> /dev/null ||
348  %{_prefix}/libexec/anaconda/dd_*  %{_prefix}/libexec/anaconda/dd_*
349    
350  %changelog  %changelog
351  * Mon Dec  7 2015 Karanbir Singh <kbsingh@centos.org> - 21.48.22.56-5.el7.centos  * Tue Mar 31 2020 CentOS Sources <bugs@centos.org> - 21.48.22.158-1.el7.centos
 - Forward port existing patch  
 - discard efivar patch, rolled into install class  
 - setup new help text  
 - rebase install class  
 - ensure productName is available in the yumpayload  
 - use our own stubs for help  
 - remove the hard dep for anaconda-user-help ( since its far too upstream specific )  
 - Skip repo md retry if we are not online ( try at most 2 times (  
   
 * Thu Nov 19 2015 CentOS Sources <bugs@centos.org> - 21.48.22.56-1.el7.centos  
352  - Add CentOS install class as default  - Add CentOS install class as default
353  - use the right path for the EULA string (issue 7165,  bstinson)  - use the right path for the EULA string (issue 7165,  bstinson)
354  - use efi_dir = centos  - use efi_dir = centos
355  - disable the mirrorlist options  - disable the mirrorlist options
356  - make boot part fs default to xfs  - make boot part fs default to xfs
357    
358    * Tue Sep 10 2019 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.158-1
359    - network: use DEVICETYPE for team when updating virtual slaves ifcfgs
360      (rvykydal)
361      Resolves: rhbz#1680606
362    - dracut/parse-kickstart: Set DEVICETYPE instead of TYPE in a team master ifcfg file
363      (ptalbert)
364      Resolves: rhbz#1680606
365    
366    * Tue Sep 03 2019 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.157-1
367    - Handle exceptions without GTK (vponcova)
368      Resolves: rhbz#1712987
369    
370    * Fri Jun 14 2019 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.156-1
371    - Pass nosmt boot option to installed system (rvykydal)
372      Resolves: rhbz#1718838
373    
374    * Tue Jun 04 2019 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.155-1
375    - Pull in new translations (rvykydal)
376      Related: rhbz#1688213
377    
378    * Tue May 14 2019 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.154-1
379    - Fix the installation from NFS (vponcova)
380      Resolves: rhbz#1708070
381    
382    * Tue May 07 2019 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.153-1
383    - Fix tests and add new tests (jkonecny)
384      Related: rhbz#1701032
385    - Do not calculate hash for disabled repos (jkonecny)
386      Related: rhbz#1701032
387    - Test proxy only if set (jkonecny)
388      Related: rhbz#1701032
389    - Add certificate to the repo files (jkonecny)
390      Resolves: rhbz#1701032
391    - Use SSLOptions for RepoMDMetaHash object (jkonecny)
392      Related: rhbz#1701032
393    - Use SSLOptions for YUM calls (jkonecny)
394      Related: rhbz#1701032
395    - Use SSLOptions for Base repository (jkonecny)
396      Related: rhbz#1701032
397    - Use new ssl certificate KS option for .treeinfo (lars)
398      Related: rhbz#1701032
399    
400    * Wed Apr 24 2019 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.152-1
401    - Change the overflow color (vponcova)
402      Resolves: rhbz#1700471
403    
404    * Tue Apr 16 2019 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.151-1
405    - Support setting network default onboot in rhv installclass (qiyuan)
406      Resolves: rhbz#1690336
407    
408    * Mon Mar 25 2019 Martin Kolman <mkolman@redhat.com> - 21.48.22.150-1
409    - Detect and warn if SMT is enabled (vponcova)
410      Resolves: rhbz#1678353
411    
412    * Tue Mar 05 2019 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.149-1
413    - Offer only supported sector sizes in NVDIMM reconfiguration dialog (rvykydal)
414      Resolves: rhbz#1614049
415    
416    * Thu Feb 07 2019 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.148-1
417    - Change Skylake Spectre_V2 default to Retpolines (vponcova)
418      Resolves: rhbz#1659626
419    - nvdimm: update ks data for actions in UI (rvykydal)
420      Resolves: rhbz#1620109
421    - nvdimm: use pykickstart constant for setting reconfigure mode (rvykydal)
422      Related: rhbz#1620109
423    - Skip version when processing kernel boot args (jkonecny)
424      Resolves: rhbz#1637112
425    - Make save button insensitive in LUKS dialog with no input (mkolman)
426      Resolves: rhbz#1489713
427    
428    * Wed Sep 26 2018 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.147-1
429    - Pull in new translations (rvykydal)
430      Related: rhbz#1569416
431    
432    * Wed Sep 19 2018 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.146-1
433    - Revert "If someone really wants to eject the cdrom, then do it. (jkonecny)"
434      Resolves: rhbz#1618408
435    
436    * Tue Aug 28 2018 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.145-1
437    - Pull in new translations (rvykydal)
438      Resolves: rhbz#1569416
439    
440    * Fri Jul 27 2018 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.144-1
441    - Don't allow unlocking and using of LUKS2 devices (vponcova)
442      Resolves: rhbz#1608251
443    - Fix glade accelerator conflicts (rvykydal)
444      Related: rhbz#1602436
445    - Add nvdimm files to POTFILES.in (rvykydal)
446      Related: rhbz#1602436
447    - Support nvdimm only on x86_64 (rvykydal)
448      Resolves: rhbz#1602436
449    
450    * Fri Jun 22 2018 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.143-1
451    - Add data loss warning to nvdimm reconfigure dialog. (rvykydal)
452      Resolves: rhbz#1280500
453    - Add UI feedback for disk repopulating after nvdimm reconfiguration.
454      (rvykydal)
455      Resolves: rhbz#1280500
456    - Use only devices specified by nvdimm command for installation. (rvykydal)
457      Resolves: rhbz#1280500
458    - Add option to reconfigure nvdimm devices into sector mode. (rvykydal)
459      Resolves: rhbz#1280500
460    - Allow only devices in sector mode to be selected. (rvykydal)
461      Resolves: rhbz#1280500
462    - Add nvdimm devices to Advanced Storage spoke. (rvykydal)
463      Resolves: rhbz#1280500
464    - Add kickstart support for nvdimm reconfiguration to sector mode. (rvykydal)
465      Resolves: rhbz#1280500
466    
467    * Tue Jun 05 2018 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.142-1
468    - If someone really wants to eject the cdrom, then do it. (sbueno)
469      Resolves: rhbz#1499792
470    
471    * Wed May 30 2018 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.141-1
472    - Use subprocess32 to prevent concurrency issues. (rvykydal)
473      Resolves: rhbz#1581200
474    
475    * Wed May 23 2018 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.140-1
476    - Preserve the boot option zfcp.allow_lun_scan (vponcova)
477      Resolves: rhbz#1561662
478    - Don't display "Alternate Architectures" in product name (rvykydal)
479      Resolves: rhbz#1488558
480    
481    * Wed May 16 2018 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.139-1
482    - installclasses/rhelah: Allow LVM thin and dm-crypt (walters)
483      Resolves: rhbz#1546252
484    - Ask for a default passphrase if required (vponcova)
485      Resolves: rhbz#1436304
486    - Add support for setting different types of passwords in TUI (vponcova)
487      Related: rhbz#1436304
488    
489    * Thu May 10 2018 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.138-1
490    - Fix crash on inst.noverifyssl with non-url method (rvykydal)
491      Resolves: rhbz#1515678
492    
493    * Wed May 02 2018 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.137-1
494    - Improve UI feedback for invalid boot on non-iBFT iSCSI devices. (rvykydal)
495      Related: rhbz#1562301
496    - Add inst.nonibftiscsiboot boot option. (rvykydal)
497      Resolves: rhbz#1562301
498    
499    * Wed Apr 25 2018 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.136-1
500    - Once again fix cmdline error handling. (sbueno+anaconda)
501      Resolves: rhbz#1360223
502    - Extend the timeout period to 180s in the case of cmdline error.
503      (sbueno+anaconda)
504      Resolves: rhbz#1360223
505    - kickstart: "clearpart --list" does not work (marcel)
506      Resolves: rhbz#1561930
507    
508    * Mon Apr 16 2018 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.135-1
509    - Clear errors when a user updates partitioning settings (vponcova)
510      Resolves: rhbz#1535781
511    - Don't try to create required partitions if there are none (vponcova)
512      Resolves: rhbz#1557485
513    - Fix parsing of hostname from cmdline for ipv6. (rvykydal)
514      Resolves: rhbz#1554271
515    
516    * Mon Feb 19 2018 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.134-1
517    - Revert "UI support for configuring certain mitigations (mkolman)"
518      Resolves: rhbz#1546267
519    - Revert "Performance spoke related CI fixes" (mkolman)
520      Related: rhbz#1546267
521    - Revert "Fix mitigation toggling with kickstart" (mkolman)
522      Related: rhbz#1546267
523    
524    * Wed Feb 14 2018 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.133-1
525    - Fix mitigation toggling with kickstart (mkolman)
526      Related: rhbz#1534833
527    
528    * Mon Feb 12 2018 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.132-1
529    - Performance spoke related CI fixes (mkolman)
530      Related: rhbz#1534833
531    
532    * Wed Feb 07 2018 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.131-1
533    - UI support for configuring certain mitigations (mkolman)
534      Resolves: rhbz#1534833
535    
536    * Mon Jan 08 2018 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.130-1
537    - kickstart: use RHEL7_Firewall instead of F28_Firewall (dusty)
538      Related: rhbz#1526450
539    - kickstart: support firewall --use-system-defaults (dusty)
540      Resolves: rhbz#1526450
541    - Check payload is set before accessing its data (mkolman)
542      Resolves: rhbz#1524785
543    - Fix bad bash '*' expansion when loading kernel modules (jkonecny)
544      Resolves: rhbz#1519220
545    
546    * Fri Dec 08 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.129-1
547    - Update translations (ljanda)
548      Resolves: rhbz#1480523
549    
550    * Wed Nov 15 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.128-1
551    - Add support for the new 'mount' kickstart command (vpodzime)
552      Resolves: rhbz#1450922
553    
554    * Tue Nov 07 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.127-1
555    - Enable SE/HMC file access to repo (vponcova)
556      Resolves: rhbz#1289918
557    - Support timeout and retries options in %%packages section (vponcova)
558      Resolves: rhbz#1448459
559    
560    * Thu Oct 12 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.126-1
561    - Add support for the RHV branded help content variant (mkolman)
562      Resolves: rhbz#1378010
563    
564    * Thu Oct 05 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.125-1
565    - Fix storage spoke completeness checking (rvykydal)
566      Resolves: rhbz#1496416
567    - Missing dot in testing availability message (jkonecny)
568      Related: rhbz#1478970
569    
570    * Thu Sep 07 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.124-1
571    - network: add support for kickstart --bindto=mac for virtual devices
572      (rvykydal)
573      Resolves: rhbz#1328576
574    - network: support mac bound network settings as first class (rvykydal)
575      Related: rhbz#1328576
576    - network: add support for kickstart --bindto=mac for wired devices (rvykydal)
577      Resolves: rhbz#1328576
578    
579    * Mon Sep 04 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.123-1
580    - Skip temporarily unavailable checks in the source spoke (mkolman)
581      Resolves: rhbz#1365416
582    - Fix restart payload thread in Network spoke GUI (jkonecny)
583      Related: rhbz#1478970
584    - Add the boot option inst.xtimeout (vponcova)
585      Resolves: rhbz#1462035
586    - Add missing gtk3 required version to spec file (jkonecny)
587      Resolves: rhbz#1445648
588    - Sort spec required versions alphabetically (jkonecny)
589      Related: rhbz#1445648
590    - Fix testing of the kickstart version (vponcova)
591      Related: rhbz#1412159
592    - Add tests for the install class factory and the installclass command
593      (vponcova)
594      Related: rhbz#1412159
595    - Support for the installclass kickstart command (vponcova)
596      Resolves: rhbz#1412159
597    - Modules with install classes should define __all__ (vponcova)
598      Related: rhbz#1412159
599    - Refactorization of the installclass.py (vponcova)
600      Related: rhbz#1412159
601    - timezone: for kickstart allow also timezones not offered by GUI (rvykydal)
602      Resolves: rhbz#1452873
603    
604    * Tue Aug 22 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.122-1
605    - Network spoke freeze when testing availability (jkonecny)
606      Related: rhbz#1478970
607    - Fix proxy settings badly used when testing repos (jkonecny)
608      Resolves: rhbz#1478970
609    - installclasses/rhelah: Bump default / to 15GB max (walters)
610      Resolves: rhbz#1481768
611    - Prevent crash in GUI with incomplete IMSM array (mkolman)
612      Resolves: rhbz#1465944
613    - Show IDs of DASDs to be formatted in TUI (vponcova)
614      Resolves: rhbz#1269174
615    - rpmostreepayload: Rollup backport of Fedora patches (walters)
616      Resolves: rhbz#1459623
617    - Use SHA256 instead of MD5 for repoMDHash (bcl)
618      Related: rhbz#1341280
619    - Refactor imports in kickstart.py (jkonecny)
620      Related: rhbz#1463118
621    - Use context manager to check KickstartError (jkonecny)
622      Resolves: rhbz#1463118
623    - Use KickstartError instead of KickstartParseError (jkonecny)
624      Related: rhbz#1463118
625    
626    * Wed Jun 21 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.121-1
627    - rpmostreepayload: Stub out payload methods which use `import rpm` (walters)
628      Related: rhbz#1462979
629    
630    * Tue Jun 13 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.120-1
631    - Update translations (ljanda)
632      Related: rhbz#1383911
633    
634    * Mon Jun 12 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.119-1
635    - Delete file systems used only by a given installation (vponcova)
636      Resolves: rhbz#1453097
637    
638    * Thu Jun 08 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.118-1
639    - rpmostreepayload: [rhel7only] Move tmpfiles to after mount setup (walters)
640      Resolves: rhbz#1459623
641    - rpmostreepayload: Handle /var as a user-specified mountpoint (walters)
642      Resolves: rhbz#1459623
643    
644    * Tue May 30 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.117-1
645    - Root checking fixes password for password from kickstart (mkolman)
646      Related: rhbz#1356966
647    - Improve the GUI password checker (mkolman)
648      Related: rhbz#1356966
649    - Respect changesok policy on root password spoke (mkolman)
650      Resolves: rhbz#1356966
651    - Update translations of password checking strings (rvykydal)
652      Resolves: rhbz#1383911
653    
654    * Mon May 29 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.116-1
655    - Allow nonstrict behaviour for all passwords in tui (vponcova)
656      Resolves: rhbz#1450326
657    - Fix setting errors and warnings in the StorageCheckHandler (vponcova)
658      Resolves: rhbz#1453130
659    - Mark post inst tools as disabled only if firstboot --disable is used
660      (mkolman)
661      Resolves: rhbz#1448940
662    - Set the default filesystem type from a kickstart file (vponcova)
663      Resolves: rhbz#1449099
664    
665    * Wed May 24 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.115-1
666    - Show a no network warning for network installation source. (vponcova)
667      Related: rhbz#1418604
668    - Show warnings about enabling the network time (vponcova)
669      Resolves: rhbz#1418604
670    - Fix generating UUID even for pre snapshots (jkonecny)
671      Related: rhbz#1113207
672    
673    * Mon May 15 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.114-1
674    - Show the text of completions in the datetime spoke. (vponcova)
675      Related: rhbz#1447984
676    - Look higher for the combobox associated with an entry (dshea)
677      Resolves: rhbz#1447984
678    - Fix the addon handlers for the checkbox (vponcova)
679      Resolves: rhbz#1448187
680    
681    * Thu May 11 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.113-1
682    - network: handle multiple connections for one device better (rvykydal)
683      Resolves: rhbz#1444887
684    - network: catch exception when reading in-memory connection being removed
685      (rvykydal)
686      Related: rhbz#1444887
687    - Compare empty confirmation field against input (mkolman)
688      Resolves: rhbz#1438832
689    
690    * Tue May 09 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.112-1
691    - Properly iterate over kickstart locations in a job (vponcova)
692      Resolves: rhbz#1443485
693    - Onlyuse devices of the ignoredisk command should be only disks (vponcova)
694      Related: rhbz#1327439
695    - Fix device_name_is_disk to fully support raid devices (vponcova)
696      Resolves: rhbz#1327439
697    
698    * Thu Apr 27 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.111-1
699    - Adapt to treeinfo addon section format change (rvykydal)
700      Related: rhbz#1437510
701    - Make geolocation with kickstart possible (mkolman)
702      Resolves: rhbz#1358331
703    - Show or hide the content of the expander (vponcova)
704      Resolves: rhbz#1441733
705    - Fix a typo in anaconda-pre.service (mkolman)
706      Resolves: rhbz#1421246
707    
708    * Thu Apr 20 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.110-1
709    - Adapt to treeinfo format change (variants -> addons) (rvykydal)
710      Resolves: rhbz#1437510
711    - network: fix setting hostname via boot options (rvykydal)
712      Resolves: rhbz#1441337
713    - Bump version of Pykickstart and Blivet (jkonecny)
714      Related: rhbz#1113207
715    - Add XFS uuid changer (jkonecny)
716      Related: rhbz#1113207
717    - Support --when parameter in snapshot (jkonecny)
718      Related: rhbz#1113207
719    - Add snapshot support (jkonecny)
720      Resolves: rhbz#1113207
721    
722    * Wed Apr 12 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.109-1
723    - Update 64bit grub2 support to reflect packages as they actually landed
724      (pjones)
725      Related: rhbz#1310779
726    - Fix potential bugs reported by Pylint 1.6 (mkolman)
727      Related: rhbz#1440190
728    - Fix unused variables and imports (mkolman)
729      Related: rhbz#1440190
730    - Disable Pylint false positives (mkolman)
731      Related: rhbz#1440190
732    - Fix Pylint LoggingChecker usage (mkolman)
733      Resolves: rhbz#1440190
734    - Call subprocess.Popen with absolute path to a binary (rvykydal)
735      Resolves: rhbz#1411407
736    
737    * Mon Apr 10 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.108-1
738    - Gtk: Fix css selectors. (vponcova)
739      Resolves: rhbz#1439766
740    - Gtk: Set CSS names on all of the anaconda classes. (dshea)
741      Resolves: rhbz#1439766
742    - Gtk: Fix deprecated pseudo-classes. (vponcova)
743      Resolves: rhbz#1433943
744    - Gtk: Fix warnings in anaconda widgets. (dshea)
745      Resolves: rhbz#1433943
746    - Gtk: Calculate the preferred size of the image. (vponcova)
747      Resolves: rhbz#1433943
748    
749    * Tue Apr 04 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.107-1
750    - Gtk: Add gi.require_version to specify versions. (vponcova)
751      Resolves: rhbz#1433943
752    - Use the function we already have for applying disk selection (rvykydal)
753      Related: rhbz#1412022
754    - Ignore disks labeled OEMDRV (rvykydal)
755      Resolves: rhbz#1412022
756    
757    * Mon Apr 03 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.106-1
758    - Pylint fixes (rvykydal)
759      Related: rhbz#1429576
760    - Make 64-bit kernel on 32-bit firmware work for x86 efi machines (pjones)
761      Resolves: rhbz#1310779
762    
763    * Wed Mar 29 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.105-1
764    - gui: show supported locales on Atomic Host installs (jlebon)
765      Resolves: rhbz#1429576
766    - Specify unit for reserved space in VG (vpodzime)
767      Resolves: rhbz#1260887
768    - Add support for --chunksize raid kickstart option (vtrefny)
769      Resolves: rhbz#1332316
770    
771    * Thu Mar 23 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.104-1
772    - util: Add script to capture logs (riehecky)
773      Resolves: rhbz#1431313
774    
775    * Mon Mar 20 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.103-1
776    - network tui: fix changing ipv4 config from static to dhcp (rvykydal)
777      Resolves: rhbz#1432886
778    
779    * Thu Mar 16 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.102-1
780    - Add support for kickstart %%onerror scripts (clumens)
781      Resolves: rhbz#1412538
782    - Fix partial kickstart software selection in GUI (jkonecny)
783      Related: rhbz#1404158
784    - Show the network spoke in Initial Setup TUI (mkolman)
785      Resolves: rhbz#1302165
786    - yum: Always release payload and catch raised exceptions. (vponcova)
787      Related: rhbz#979307
788    - tui: Treat dependency errors as errors in the software spoke (vponcova)
789      Resolves: rhbz#979307
790    - tui: Properly initialize the software spoke. (vponcova)
791      Related: rhbz#1371229
792    - Propagate firstboot --disable to Screen Access Manager (mkolman)
793      Related: rhbz#1422867
794    - Use Screen Access Manager (mkolman)
795      Related: rhbz#1422867
796    - Add screen entry/exit callbacks (mkolman)
797      Related: rhbz#1422867
798    - Add screen access manager (mkolman)
799      Resolves: rhbz#1422867
800    - Removed unused code in the Software spoke (jkonecny)
801      Related: rhbz#1404158
802    - Fix selection logic in Software spoke (jkonecny)
803      Resolves: rhbz#1404158
804    - Support --nohome option in the autopartitioning (vponcova)
805      Resolves: rhbz#663099
806    - tui: Remember the custom software selection (vponcova)
807      Resolves: rhbz#1371229
808    
809    * Mon Mar 13 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.101-1
810    - Mock can now be set more easily by CI (jkonecny)
811      Resolves: rhbz#1430728
812    
813    * Mon Mar 06 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.100-1
814    - Fix Driver Disc documentation (jkonecny)
815      Related: rhbz#1377233
816    - Support DD rpm loading from local disk device (jkonecny)
817      Resolves: rhbz#1377233
818    - Fix a Pylint warning (mkolman)
819      Related: rhbz#1425760
820    - Remove redundant help content generation code (mkolman)
821      Resolves: rhbz#1428787
822    - network: create dracut arguments for iSCSI root accessed via vlan (rvykydal)
823      Resolves: rhbz#1374003
824    - Add support for RHVH custom storage checking (vponcova)
825      Related: rhbz#1412151
826    - Enable the install class to customize the storage checking (vponcova)
827      Resolves: rhbz#1412151
828    - Replace sanity check with more advanced storage checker (vponcova)
829      Related: rhbz#1412151
830    - Rename StorageChecker to StorageCheckHandler (vponcova)
831      Related: rhbz#1412151
832    - Perform recursive copying of driver disk RPM repo contents (esyr)
833      Resolves: rhbz#1425760
834    - Fix a typo in an error message (esyr)
835      Related: rhbz#1425760
836    - Don't block gui during dasd formating (vponcova)
837      Resolves: rhbz#1335465
838    - rhev: add /home /tmp /var/log /var/log/audit (dougsland)
839      Resolves: rhbz#1422952
840    - Increase verbosity of lvmdump in pre logging script (jkonecny)
841      Related: rhbz#1255659
842    
843    * Mon Feb 27 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.99-1
844    - Improved password quality checking (mkolman)
845      Resolves: rhbz#1380277
846      Resolves: rhbz#1383718
847      Resolves: rhbz#1356975
848    - Use correct default password quality value (mkolman)
849      Related: rhbz#1380277
850      Related: rhbz#1383718
851    - Use initialization controller for spoke initialization (mkolman)
852      Related: rhbz#1380224
853    - Add module initialization controller (mkolman)
854      Resolves: rhbz#1380224
855    - Add the synchronized decorator (mkolman)
856      Related: rhbz#1380224
857    - Add a signal/slot implementation (mkolman)
858      Related: rhbz#1380224
859    
860    * Mon Feb 20 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.98-1
861    - Lock empty root password during kickstart installation (mkolman)
862      Resolves: rhbz#1383656
863    - Enable multiple inst.stage2 urls (vponcova)
864      Resolves: rhbz#1391724
865    - Enable multiple inst.ks urls (vponcova)
866      Resolves: rhbz#1391724
867    - tui: AutoPartSpoke should not be discovered by a hub (vponcova)
868      Related: rhbz#1380767
869    - Enable to define the autopart type in an install class (vponcova)
870      Resolves: rhbz#1380767
871    - Always set the default partitioning (vponcova)
872      Resolves: rhbz#1380767
873    
874    * Mon Feb 13 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.97-1
875    - Add inst.waitfornet option (rvykydal)
876      Resolves: rhbz#1315160
877    - Add support for IPoIB in tui (rvykydal)
878      Resolves: rhbz#1366935
879    
880    * Tue Feb 07 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.96-1
881    - Add unit test for RepoMDMetaHash object (jkonecny)
882      Related: rhbz#1373449
883    - Make the comments in payload and yumpayload consistent (jkonecny)
884      Related: rhbz#1373449
885    - Fix Anaconda forces payload restart when network (not)change (jkonecny)
886      Resolves: rhbz#1358778
887      Resolves: rhbz#1373449
888    - network: index team slave connection names starting with 1 (rvykydal)
889      Resolves: rhbz#1401403
890    - network: fix --noipv4 via %%pre (rvykydal)
891      Resolves: rhbz#1418289
892    
893    * Thu Feb 02 2017 Radek Vykydal <rvykydal@redhat.com> - 21.48.22.95-1
894    - Close connections to the yum database (vponcova)
895      Resolves: rhbz#1362427
896    - network: fix --activate for bridge slaves configured via %%pre ks (rvykydal)
897      Resolves: rhbz#1416655
898    - network: activate bridge for first network command in ks via %%pre (rvykydal)
899      Resolves: rhbz#1416655
900    - network: unify slave connection names for ks %%pre with ks and gui (rvykydal)
901      Resolves: rhbz#1416655
902    - network: respect --activate value for bridge from kickstart (rvykydal)
903      Resolves: rhbz#1416687
904    
905    * Mon Jan 30 2017  Radek Vykydal <rvykydal@redhat.com> - 21.48.22.94-1
906    - network: bind slave connections to DEVICE, not HWADDR (rvykydal)
907      Related: rhbz#1373360
908    - Catch race-condition error reading from in-memory connection being removed
909      (rvykydal)
910      Related: rhbz#1373360
911    - Allow setting up bridge for fetching isntaller image from kickstart
912      (rvykydal)
913      Resolves: rhbz#1373360
914    
915    * Mon Sep 26 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.22.93-1
916    - Accept any non-empty password in non-strict mode (mkolman)
917      Resolves: rhbz#1379323
918    - Disable the potfile check on the password quality tests (mkolman)
919      Related: rhbz#1365112
920      Related: rhbz#1365032
921    - Fix two trivial typos in the password checking code (mkolman)
922      Related: rhbz#1365112
923      Related: rhbz#1365032
924    - Tweak lambda use in Dracut test (jkonecny)
925      Related: rhbz#1101653
926    - Add Dracut test for reloading mod dependencies (jkonecny)
927      Related: rhbz#1101653
928    
929    * Tue Sep 20 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.22.92-1
930    - Check /var/tmp directory before creating it (rvykydal)
931      Resolves: rhbz#1377761
932    
933    * Thu Sep 15 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.22.91-1
934    - Fix password length in the password policy (mkolman)
935      Related: rhbz#1365112
936      Related: rhbz#1365032
937    - network: avoid registering GTypes from multiple threads (lkundrak)
938      Resolves: rhbz#1366271
939    - Fix traceback when payload have None as url (jkonecny)
940      Resolves: rhbz#1371494
941    - Add new Dracut test and fix another ones (jkonecny)
942      Related: rhbz#1101653
943    - Fix bug when we add set to list (jkonecny)
944      Related: rhbz#1101653
945    - Add new helper script files to build system (jkonecny)
946      Related: rhbz#1101653
947    - Add new helper scripts to the README-dd documentation (jkonecny)
948      Related: rhbz#1101653
949    - Fix driver unload is disabling network settings (jkonecny)
950      Related: rhbz#1101653
951    
952    * Mon Sep 12 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.22.90-1
953    - rhv: Adding rhv for installclasses (dougsland)
954      Resolves: rhbz#1337595
955    
956    * Mon Sep 12 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.22.89-1
957    - Default policy should not allow empty passwords (mkolman)
958      Related: rhbz#1365112
959      Related: rhbz#1365032
960    - Add unit tests for password quality checking (mkolman)
961      Related: rhbz#1365112
962      Related: rhbz#1365032
963    - Fix password quality checking (mkolman)
964      Resolves: rhbz#1365112
965      Resolves: rhbz#1365032
966    - dud: fix multiple inst.dd=http:// instances stalling in dracut (rvykydal)
967      Related: rhbz#1268792
968    
969    * Thu Sep 08 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.22.88-1
970    - Revert "Show network spoke in the TUI reconfig mode (mkolman)"
971      Resolves: rhbz#1302165
972    - Improved driver disk copying (mkolman)
973      Related: rhbz#1269915
974    - network: adapt to ibft plugin being enabled by default in NM (rvykydal)
975      Resolves: rhbz#1371188
976    
977    * Mon Sep 05 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.22.87-1
978    - Drop T from cp command flags when copying driver disk RPMs (mkolman)
979      Resolves: rhbz#1269915
980    - network: set onboot correctly for vlan on bond device in ks (rvykydal)
981      Related: rhbz#1234849
982    - network: don't show ibft configured devices in UI (rvykydal)
983      Resolves: rhbz#1309661
984    - Translate press-c-to-continue correctly in TUI (mkolman)
985      Resolves: rhbz#1364539
986    - network: don't set empty team slave config for NM (rvykydal)
987      Related: rhbz#1254929
988    
989    * Thu Aug 25 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.22.86-1
990    - network: don't stumble upon new Device.Statistics NM dbus iface (rvykydal)
991      Resolves: rhbz#1370099
992    
993    * Wed Aug 24 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.22.85-1
994    - Check before removing repo specific caches (bcl)
995      Resolves: rhbz#1369698
996    
997    * Tue Aug 23 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.22.84-1
998    - Ensure LDL DASDs formatted in text ks. (sbueno+anaconda)
999      Resolves: rhbz#1259437
1000    - Run cache hack after moving cache to mounted storage (bcl)
1001      Resolves: rhbz#1287438
1002    - Fix reset payload only on network change (jkonecny)
1003      Resolves: rhbz#1364367
1004    - Disable strict password quality checking for partial kickstart installations
1005      (mkolman)
1006      Related: rhbz#1360263
1007    - Fix anaconda-pre.service wasn't properly installed (jkonecny)
1008      Related: rhbz#1255659
1009    
1010    * Thu Aug 11 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.22.83-1
1011    - Fix PropertyNotFoundError PermHwAddress (jkonecny)
1012      Resolves: rhbz#1364977
1013    - Fix screenshot taking logic (mkolman)
1014      Resolves: rhbz#1327456
1015    - network: don't require gateway for static ipv4 config in TUI (rvykydal)
1016      Resolves: rhbz#1365532
1017    
1018    * Tue Aug 09 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.22.82-1
1019    - Fix needsNetwork() to test only enabled repositories (jkonecny)
1020      Resolves: rhbz#1361213
1021      Related: rhbz#1358788
1022    - Make sure unformatted DASDs are dasdfmted in ks. (sbueno+anaconda)
1023      Resolves: rhbz#1359865
1024    - Fix architecutre selection for help content (mkolman)
1025      Related: rhbz#1260880
1026    - Fix needsNetwork testing only additional repositories (jkonecny)
1027      Related: rhbz#1358788
1028    - Fix retry to download local treeinfo file (jkonecny)
1029      Related: rhbz#1270354
1030    - Rename function for better consistency (rvykydal)
1031      Related: rhbz#1259284
1032    - Update error message for consistency (rvykydal)
1033      Related: rhbz#1259284
1034    - Add more specific username check messages also to gui (rvykydal)
1035      Related: rhbz#1259284
1036      Resolves: rhbz#1360334
1037    - Fix restart payload only when repo needs network (jkonecny)
1038      Resolves: rhbz#1358788
1039    
1040    * Wed Jul 27 2016  <> - 21.48.22.81-1
1041    - network: don't activate bond/team devices regardless of --activate (rvykydal)
1042      Resolves: rhbz#1358795
1043    - iscsi: fix getting iscsi target iface of bound target (rvykydal)
1044      Resolves: rhbz#1359739
1045    - Clarify a nosave related log message (mkolman)
1046      Related: rhbz#1285519
1047    - network: fix ksdata generating for for non-active virtual devices (rvykydal)
1048      Related: rhbz#1321288
1049    - network: update kickstart data also with bond bridge slaves (rvykydal)
1050      Related: rhbz#1321288
1051    - network: add support for bridge bond slaves (rvykydal)
1052      Resolves: rhbz#1321288
1053    - Fix bootDrive driveorder fallback (jkonecny)
1054      Related: rhbz#1355795
1055    - Fix bootloader when re-using existing /boot part (jkonecny)
1056      Related: rhbz#1355795
1057    - fix style guide test false positive on username variable (rvykydal)
1058      Related: rhbz#1350375
1059    - Store logs before anaconda starts (japokorn)
1060      Resolves: rhbz#1255659
1061    - DD can now replace existing drivers (japokorn)
1062      Related: rhbz#1101653
1063    - tui: use functions instead of fake REs for checking values (rvykydal)
1064      Related: rhbz#1350375
1065    - tui: get proper index of entry we are handling in input (rvykydal)
1066      Related: rhbz#1331054
1067    - tui: fix user name validity checking (rvykydal)
1068      Related: rhbz#1259284
1069      Resolves: rhbz#1350375
1070    - Change bootloader boot drive fallback (jkonecny)
1071      Resolves: rhbz#1355795
1072    - Make it possible to disable sshd service from running. (sbueno+anaconda)
1073      Resolves: rhbz#1262707
1074    - Attempt to unload modules updated by a driver disk (dshea)
1075      Resolves: rhbz#1101653
1076    - Fix the processing of device nodes as driver disks (dshea)
1077      Related: rhbz#1269915
1078    
1079    * Fri Jul 08 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.80-1
1080    - Allow kickstart users to ignore the free space error (dshea)
1081      Resolves: rhbz#1287308
1082    - Fix dhcpclass to work both via kickstart and the boot cmdline. (clumens)
1083      Resolves: rhbz#1293051
1084    - Add support for device specification variants (mkolman)
1085      Resolves: rhbz#1200833
1086    - Add NTP server configuration to the TUI (mkolman)
1087      Resolves: rhbz#1269399
1088    - Move the NTP server checking constants to constants.py (mkolman)
1089      Related: rhbz#1269399
1090    - Use a constant for the NTP check thread name prefix (mkolman)
1091      Related: rhbz#1269399
1092    
1093    * Fri Jun 24 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.79-1
1094    - Fix adding new VG in Custom spoke can't be applied (jkonecny)
1095      Resolves: rhbz#1263715
1096    - Fix pylint errors in Timezone. (dshea)
1097      Related: rhbz#1312135
1098    - hostname: don't set installer env hostname to localhost.localdomain
1099      (rvykydal)
1100      Related: rhbz#1290858
1101    - Add the nosave option to the boot option docs file (mkolman)
1102      Related: rhbz#1285519
1103    
1104    * Fri Jun 17 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.78-1
1105    - Use the RHEL 7 timezone kickstart command version (mkolman)
1106      Resolves: rhbz#1312135
1107    - Use the signal handlers to set initial widget sensitivies (dshea)
1108      Resolves: rhbz#1259742
1109    - Fix the name sensitivity in the custom spoke. (dshea)
1110      Resolves: rhbz#1316269
1111    - Require network for network-based driver disks (dshea)
1112      Resolves: rhbz#1261024
1113    
1114    * Fri Jun 10 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.77-1
1115    - Add wordwrap to text mode and use it by default (rvykydal)
1116      Resolves: rhbz#1267881
1117    - Display storage errors that cause no disks to be selected (bcl)
1118      Related: rhbz#1340240
1119    - Overwrite network files when using ks liveimg (bcl)
1120      Resolves: rhbz#1342639
1121    
1122    * Wed Jun 08 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.76-1
1123    - Fix a covscan warning about fetch-driver-net (bcl)
1124      Related: rhbz#1269915
1125    - network: handle also ifcfg files of not activated virtual devices (rvykydal)
1126      Resolves: rhbz#1313173
1127    - network: check onboot value in ksdata, not NM connections (rvykydal)
1128      Related: rhbz#1341636
1129      Resolves: rhbz#1313173
1130    - network: do not activate device on kickstart --onboot="yes" (rvykydal)
1131      Resolves: rhbz#1341636
1132    - Use the LUKS device for encrypted swap on RAID (dshea)
1133      Related: rhbz#1302747
1134    - Use the LUKS device for swap in fstab (vpodzime)
1135      Resolves: rhbz#1302747
1136    - Keep the subdir in driver disk update paths (dshea)
1137      Resolves: rhbz#1296306
1138    - Warn about broken keyboard layout switching in VNC (jkonecny)
1139      Resolves: rhbz#1274228
1140    - Make the anaconda-generator exit early outside of the installation
1141      environment (mkolman)
1142      Resolves: rhbz#1289179
1143    
1144    * Fri Jun 03 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.75-1
1145    - Add a button to refresh the disk list. (dlehman)
1146      Resolves: rhbz#1191305
1147    - Fix some residual issues of dasdfmt in text-mode. (sbueno+anaconda)
1148      Resolves: rhbz#1259437
1149    - Only try to restart payload in the Anaconda environment (mkolman)
1150      Related: rhbz#1270354
1151    - Make current runtime environment identifiers available via flags (mkolman)
1152      Related: rhbz#1270354
1153    - network tui: do not activate device when setting its onboot value (rvykydal)
1154      Resolves: rhbz#1261864
1155    - network tui: edit persistent configuration, not active connection (rvykydal)
1156      Related: rhbz#1261864
1157    - network: add support for --no-activate kickstart opton (rvykydal)
1158      Resolves: rhbz#1277975
1159    - More descriptive message on invalid username (kvalek)
1160      Resolves: rhbz#1259284
1161    - Don't mark an empty string for translation. (clumens)
1162      Related: rhbz#1255094
1163    - Update the disk summary on Ctrl-A (dshea)
1164      Resolves: rhbz#1264958
1165    - Added PROGRESS_REPORT for retry messages (kvalek)
1166      Resolves: rhbz#1255094
1167    - Handle unsupported disklabels. (dlehman)
1168      Related: rhbz#1266199
1169      Related: rhbz#1294081
1170    - network: fix filtering of libvirt devices (check for None values) (rvykydal)
1171      Related: rhbz#1298444
1172    - NFS DDs installation now works correctly (japokorn)
1173      Resolves: rhbz#1269915
1174    
1175    * Fri May 27 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.74-1
1176    - Print an error when the kickstart file is missing (bcl)
1177      Resolves: rhbz#1297380
1178    - Adapt the pwpolicy defaults to the old behavior (vpodzime)
1179      Related: rhbz#1240303
1180    - Ignore addon and anaconda sections in handle-sshpw (bcl)
1181      Related: rhbz#1240303
1182    - Ignore %%anaconda section in parse-kickstart (bcl)
1183      Related: rhbz#1240303
1184    - Add documentation on %%anaconda kickstart command (bcl)
1185      Related: rhbz#1240303
1186    - TUI pwpolicy setup was supposed to be in __init__ not refresh (bcl)
1187      Related: rhbz#1240303
1188    - Fix pylint/translation issues from the pwpolicy patches. (clumens)
1189      Related: rhbz#1240303
1190    - Implement %%anaconda kickstart section for pwpolicy (bcl)
1191      Resolves: rhbz#1240303
1192    - Add pwpolicy support to TUI interface (bcl)
1193      Related: rhbz#1240303
1194    - Add pwpolicy for the LUKS passphrase dialog. (bcl)
1195      Related: rhbz#1240303
1196    - Add pwpolicy for the user spoke. (bcl)
1197      Related: rhbz#1240303
1198    - Use pwpolicy for the root password spoke. (bcl)
1199      Related: rhbz#1240303
1200    - hostname: add tooltip to Apply button (rvykydal)
1201      Related: rhbz#1290858
1202    - hostname: fix accelerator collision (rvykydal)
1203      Related: rhbz#1290858
1204    - hostname: don't set hostname in initrafms of target system (rvykydal)
1205      Related: rhbz#1290858
1206    - hostname: set current hostname from target system hostname on demand
1207      (rvykydal)
1208      Related: rhbz#1290858
1209    - hostname: suggest current hostname for storage containers (rvykydal)
1210      Related: rhbz#1290858
1211    - hostname: don't set target system static hostname to current hostname
1212      (rvykydal)
1213      Resolves: rhbz#1290858
1214    
1215    * Wed May 25 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.73-1
1216    - network: don't crash on devices with zero MAC address (rvykydal)
1217      Resolves: rhbz#1334632
1218    - network: fix regression in network tui device configuration (rvykydal)
1219      Resolves: rhbz#1338620
1220    - Fix TUI ErrorDialog processing (bcl)
1221      Resolves: rhbz#1337427
1222    - Fix a pylint error in the source switch handler mixin (mkolman)
1223      Related: rhbz#1275771
1224    - Don't crash when selecting the same hdd ISO again (mkolman)
1225      Resolves: rhbz#1275771
1226    - Protect extended partition when ISO file is on logical partition (vtrefny)
1227      Resolves: rhbz#1255237
1228    - Fix error handling for s390 bootloader errors (sbueno+anaconda)
1229      Resolves: rhbz#1260934
1230    - Move yum.cache to disk after partitioning (bcl)
1231      Resolves: rhbz#1287438
1232    
1233    * Fri May 13 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.72-1
1234    - Lower required squashfs ram to 350M (bcl)
1235      Resolves: rhbz#1333113
1236    - Add epoch for anaconda-user-help & bump version (mkolman)
1237      Related: rhbz#1275285
1238    - Specify string format arguments as logging function parameters (mkolman)
1239      Related: rhbz#1235726
1240    
1241    * Wed May 11 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.71-1
1242    - Do not override StorageChecker.errors in StorageSpoke (vtrefny)
1243      Resolves: rhbz#1269195
1244    - Add single language mode (mkolman)
1245      Resolves: rhbz#1235726
1246    - Move default X keyboard setting out of the Welcome spoke (mkolman)
1247      Related: rhbz#1235726
1248    - bootloader: Use shim on Aarch64. (pjones)
1249      Resolves: rhbz#1256942
1250    - Fix bad indentation (rvykydal)
1251      Related: rhbz#1265593
1252    - network: don't show libvirt virtual devices (rvykydal)
1253      Related: rhbz#1298444
1254    - network: don't crash when adding device without connection to list (rvykydal)
1255      Related: rhbz#1265593
1256    - Use a different ipmi command to log events. (clumens)
1257      Resolves: rhbz#1268195
1258    - Add missing glib schema dependencies (dshea)
1259      Related: rhbz#1324889
1260    - Compile glib schema overrides with --strict. (dshea)
1261      Related: rhbz#1324889
1262    
1263    * Fri May 06 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.70-1
1264    - Don't join two absolute paths (mkolman)
1265      Related: rhbz#1249598
1266    - Switch to the new Initial Setup unit name (mkolman)
1267      Related: rhbz#1249598
1268    - Don't crash when taking a screenshot on the hub (mkolman)
1269      Resolves: rhbz#1327456
1270    - network: validate netmask in tui (rvykydal)
1271      Resolves: rhbz#1331054
1272    
1273    * Fri Apr 29 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.69-1
1274    - Check minimal memory requirements properly (jstodola)
1275      Resolves: rhbz#1267673
1276    - Check that cache PVs (if any) are in the VG the LV belongs to (vpodzime)
1277      Resolves: rhbz#1263258
1278    - Move settings_changed from NCB to Network Spoke (jkonecny)
1279      Related: rhbz#1270354
1280    - Changes in network state revalidate sources rhbz#1270354 (riehecky)
1281      Resolves: rhbz#1270354
1282    
1283    * Wed Apr 27 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.68-1
1284    - Update storage snapshot after running dasdfmt. (sbueno+anaconda)
1285      Resolves: rhbz#1266151
1286    - Add access to the payload from addons (jkonecny)
1287      Resolves: rhbz#1288636
1288    - Update the on-disk snapshot of storage when adv. disks are added (vpodzime)
1289      Resolves: rhbz#1267944
1290    
1291    * Thu Apr 21 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.67-1
1292    - Combine formatting of LDL and unformatted DASDs. (sbueno+anaconda)
1293      Resolves: rhbz#1316088
1294    - Move metacity settings into anaconda. (dshea)
1295      Resolves: rhbz#1324889
1296    
1297    * Fri Apr 15 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.66-1
1298    - Check software selection in tui kickstart (bcl)
1299      Resolves: rhbz#1320436
1300    - Run the checkSoftwareSelection even when no environment is selected (bcl)
1301      Resolves: rhbz#1320436
1302    - Stop kickstart when space check fails (bcl)
1303      Resolves: rhbz#1320436
1304    - Fix problem of DASDs not being formatted in text ks. (sbueno+anaconda)
1305      Resolves: rhbz#1259437
1306    
1307    * Thu Apr 14 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.65-1
1308    - Move the pykickstart version test into a different subdirectory. (clumens)
1309      Resolves: rhbz#1263367
1310    - Show network spoke in the TUI reconfig mode (mkolman)
1311      Resolves: rhbz#1302165
1312    - iscsi: don't generate kickstart iscsi commands for offload devices (rvykydal)
1313      Related: rhbz#1252879
1314    - iscsi: allow installing bootloader on offload iscsi disks (qla4xxx)
1315      (rvykydal)
1316      Resolves: rhbz#1325134
1317    - Fix iSCSI kickstart options aren't generated (jkonecny)
1318      Resolves: rhbz#1252879
1319    - Fix adding offload iSCSI devices (vtrefny)
1320      Resolves: rhbz#1255280
1321    
1322    * Fri Apr 08 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.64-1
1323    - Exclude software raid block devices from list-harddrives output (mkolman)
1324      Resolves: rhbz#1311512
1325    
1326    * Tue Apr 05 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.63-1
1327    - network: don't set 803-3-ethernet.name setting (rvykydal)
1328      Resolves: rhbz#1323589
1329    - Add retry when downloading .treeinfo (jkonecny)
1330      Resolves: rhbz#1292613
1331    - Make it possible to skip saving of kickstarts and logs (mkolman)
1332      Resolves: rhbz#1285519
1333    - Add a function for empty file creation (mkolman)
1334      Related: rhbz#1285519
1335    - Run actions for argparse arguments (mkolman)
1336      Related: rhbz#1285519
1337    
1338    * Fri Apr 01 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.62-1
1339    - Reset invalid disk selection before proceeding. (dlehman)
1340      Resolves: rhbz#1265330
1341    - Fix bad sensitivity on boxes in source spoke (jkonecny)
1342      Resolves: rhbz#1262833
1343    - Fix only one address is shown in anaconda (jkonecny)
1344      Resolves: rhbz#1264400
1345    - network: copy static routes configured in installer to system (rvykydal)
1346      Resolves: rhbz#1255801
1347    - network: fix kickstart --noipv4 option in %%pre section (rvykydal)
1348      Related: rhbz#1291333
1349    - network: fix kickstart --noipv4 option (rvykydal)
1350      Resolves: rhbz#1291333
1351    
1352    * Thu Mar 24 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.61-1
1353    - Fix crash when new device appear in Welcome screen (jkonecny)
1354      Resolves: rhbz#1216926
1355    - Add reason when logging invalid repository (jkonecny)
1356      Resolves: rhbz#1240379
1357    - network: fix vlan over bond in kickstart (rvykydal)
1358      Resolves: rhbz#1234849
1359    
1360    * Fri Mar 18 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.60-1
1361    - Remove unused import in storage_utils (sbueno+anaconda)
1362      Related: rhbz#1268025
1363    - Remove the last instance of singlePV (sbueno+anaconda)
1364      Resolves: rhbz#1268025
1365    - Remove duplicate informational message from rescue mode. (sbueno+anaconda)
1366      Resolves: rhbz#1249082
1367    - If doing dirinstall on s390x, don't prompt to login via ssh to begin install.
1368      (sbueno+anaconda)
1369      Resolves: rhbz#1269207
1370    - Fix a problem introduced by a cherry-pick (dshea)
1371      Resolves: rhbz#1317558
1372      Related: rhbz#1274855
1373    - Fix duplicate network settings in dracut (jkonecny)
1374      Related: rhbz#1293539
1375    - Fix create device with bad name when parsing KS (jkonecny)
1376      Resolves: rhbz#1293539
1377    - network: don't traceback when trying to turn off misconfigured team
1378      connection (rvykydal)
1379      Resolves: rhbz#1263971
1380    - network: don't set NM_CONTROLLED=no for root on SAN (rvykydal)
1381      Resolves: rhbz#1273323
1382    - Use a lock for repoStore access (bcl)
1383      Resolves: rhbz#1315414
1384    - network: use NAME to find ifcfg on s390 with net.ifnames=0 (rvykydal)
1385      Resolves: rhbz#1249750
1386    - fix multiple inst.dd=<path> args (rhbz#1268792) (wwoods)
1387      Resolves: rhbz#1268792
1388    - network: fix configuring team in kickstart pre (rvykydal)
1389      Resolves: rhbz#1254929
1390    - network: Don't set --device link default for hostname only network cmd
1391      (rvykydal)
1392      Resolves: rhbz#1272274
1393    - Make the No Space dialog look less terrible. (clumens)
1394      Resolves: rhbz#1264328
1395    
1396    * Thu Mar 10 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.59-1
1397    - Fix a DBus InvalidProperty handling (jkonecny)
1398      Resolves: rhbz#1315843
1399    - Fix a bad usage of execWithRedirect (dshea)
1400      Resolves: rhbz#1270319
1401    - Use an icon that exists in Adwaita for the dasd confirmation (dshea)
1402      Related: rhbz#1259016
1403    - Translate the help button. (dshea)
1404      Resolves: rhbz#1314451
1405    - Translate the required space labes in resize.py (dshea)
1406      Resolves: rhbz#1314451
1407    - Increase yum debug logging level from 3 to 6 (jkonecny)
1408      Resolves: rhbz#1254368
1409    
1410    * Fri Mar 04 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.58-1
1411    - Add device id to dasdfmt screen. (sbueno+anaconda)
1412      Resolves: rhbz#1269174
1413    - Unify displayed columns in custom spoke dialogs. (sbueno+anaconda)
1414      Resolves: rhbz#1289577
1415    - Show some confirmation to users if adding a DASD was successful.
1416      (sbueno+anaconda)
1417      Resolves: rhbz#1259016
1418    - Fix dasdfmt during graphical kickstart. (sbueno+anaconda)
1419      Resolves: rhbz#1269863
1420    - Improve password salt creation (bcl)
1421      Resolves: rhbz#1229474
1422    - Display a fatal error if unable to encrypt a password. (dshea)
1423      Related: rhbz#1229474
1424    - NTP should have better behavior (jkonecny)
1425      Resolves: rhbz#1260725
1426    
1427    * Tue Mar 01 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.57-1
1428    - Make sure pluginconf.d exists (bcl)
1429      Resolves: rhbz#1271766
1430    - Check to see if DD repo is already in addOn list (bcl)
1431      Resolves: rhbz#1268357
1432    - Add --sshkey to kickstart sshpw command (bcl)
1433      Resolves: rhbz#1240410
1434    - Add sshkey kickstart command (bcl)
1435      Resolves: rhbz#1311755
1436    - Fix nfs source crash when options change (bcl)
1437      Resolves: rhbz#1264071
1438    - Fix pre-install script execution (bcl)
1439      Related: rhbz#1311184
1440    - Add kickstart %%pre-install section support (bcl)
1441      Resolves: rhbz#1311184
1442    - Fix a race between a window continuing and the next starting (dshea)
1443      Resolves: rhbz#1255858
1444    - Don't process continue-clicked events for windows that aren't shown.
1445      (clumens)
1446      Related: rhbz#1255858
1447    - Generate resources.h before compiling widgets-common.c (dshea)
1448      Related: rhbz#1243929
1449    - Use CSS to style the internal widgets. (dshea)
1450      Resolves: rhbz#1243929
1451    - Lookup IPv6 address without brackets (bcl)
1452      Resolves: rhbz#1267872
1453    - Copy rhsm logs to target system (bcl)
1454      Resolves: rhbz#1130268
1455    - Add specific error string to TUI user dialog (bcl)
1456      Resolves: rhbz#1248421
1457    - Make EditTUIDialog error generic (bcl)
1458      Related: rhbz#1248421
1459    - Don't clear the _currentIsoFile if another iso was selected (bcl)
1460      Related: rhbz#1274855
1461    - Fix problems with the hdiso method (clumens)
1462      Resolves: rhbz#1274855
1463    - Always quote values in ifcfg- files (bcl)
1464      Resolves: rhbz#1279131
1465    - Include original kickstart in /root/original-ks.cfg (bcl)
1466      Resolves: rhbz#1227939
1467    - Manually set clock shifts on UI idle (rmarshall)
1468      Resolves: rhbz#1251044
1469    - Import iutil earlier so we can use ipmi_report from check_for_ssh. (clumens)
1470      Resolves: rhbz#1267658
1471    - In tui cmdline mode skip showError and log message (bcl)
1472      Resolves: rhbz#1280371
1473    - Fix a typo in the hardware error message. (clumens)
1474      Resolves: rhbz#1284165
1475    - Make reclaim work with small screens and big labels (dshea)
1476      Resolves: rhbz#1262778
1477    - Use GtkResponseType values in the iso chooser dialog (dshea)
1478      Resolves: rhbz#1265060
1479    
1480  * Thu Oct 29 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.56-1  * Thu Oct 29 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.56-1
1481  - Ignore interfaces with invalid VLAN IDs. (dshea)  - Ignore interfaces with invalid VLAN IDs. (dshea)
1482    Resolves: rhbz#1274893    Resolves: rhbz#1274893


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed