Brian C. Lane 816b1f
%define livearches %{ix86} x86_64 ppc ppc64 ppc64le
Jeremy Katz 1a40dd
cvsdist 891dd1
Summary: Graphical system installer
Jeremy Katz bae82e
Name:    anaconda
Brian C. Lane f874a7
Version: 22.6
Brian C. Lane c5efbc
Release: 1%{?dist}
Jeremy Katz 0ccd79
License: GPLv2+
Jeremy Katz bae82e
Group:   Applications/System
Jeremy Katz bae82e
URL:     http://fedoraproject.org/wiki/Anaconda
Jeremy Katz bae82e
Christopher Edward Lumens 06a8c3
# To generate Source0 do:
Christopher Edward Lumens 06a8c3
# git clone http://git.fedorahosted.org/git/anaconda.git
Brian C. Lane adca1e
# git checkout -b archive-branch anaconda-%%{version}-%%{release}
Christopher Edward Lumens 34af8f
# ./autogen.sh
Christopher Edward Lumens 9f522b
# make dist
David Cantrell f5f4d6
Source0: %{name}-%{version}.tar.bz2
Jeremy Katz bae82e
Jeremy Katz bae82e
# Versions of required components (done so we make sure the buildrequires
Jeremy Katz bae82e
# match the requires versions of things).
Brian C. Lane ee8cb3
Brian C. Lane ee8cb3
# Also update in AM_GNU_GETTEXT_VERSION in configure.ac
Brian C. Lane ee8cb3
%define gettextver 0.18.3
Jeremy Katz bae82e
%define intltoolver 0.31.2-3
Brian C. Lane c5efbc
%define pykickstartver 1.99.58
Brian C. Lane b5448b
%define yumver 3.4.3-91
Brian C. Lane 253a64
%define dnfver 0.4.18
Jeremy Katz bae82e
%define partedver 1.8.1
Christopher Edward Lumens 3e9e3f
%define pypartedver 2.5-2
Christopher Edward Lumens 3e9e3f
%define pythonpyblockver 0.45
Brian C. Lane ee8cb3
%define nmver 0.9.9.0-10.git20130906
David Cantrell 985280
%define dbusver 1.2.3
David Cantrell 985280
%define yumutilsver 1.1.11-3
Brian C. Lane fe3163
%define mehver 0.23-1
David Cantrell a6c758
%define sckeyboardver 1.3.1
Brian C. Lane 02c85e
%define firewalldver 0.3.5-1
Brian C. Lane 3a99dd
%define pythonurlgrabberver 3.9.1-5
Brian C. Lane 3a99dd
%define utillinuxver 2.15.1
Brian C. Lane 17676d
%define dracutver 034-7
Brian C. Lane 859f80
%define isomd5sum 1.0.10
Brian C. Lane abeeb5
%define fcoeutilsver 1.0.12-3.20100323git
Brian C. Lane abeeb5
%define iscsiver 6.2.0.870-3
Brian C. Lane 186c50
%define rpmver 4.10.0
Brian C. Lane 186c50
%define libarchivever 3.0.4
Brian C. Lane 8fc7f1
%define langtablever 0.0.18-1
Brian C. Lane 15b4c0
%define libxklavierver 5.4
Brian C. Lane b9f05f
%define libtimezonemapver 0.4.1-2
Jeremy Katz bae82e
Jeremy Katz bae82e
BuildRequires: audit-libs-devel
Jeremy Katz bae82e
BuildRequires: gettext >= %{gettextver}
Chris Lumens 361ed3
BuildRequires: gtk3-devel
Chris Lumens 361ed3
BuildRequires: gtk-doc
Brian C. Lane 3bbf8a
BuildRequires: gtk3-devel-docs
Brian C. Lane 3bbf8a
BuildRequires: glib2-doc
Chris Lumens 361ed3
BuildRequires: gobject-introspection-devel
Chris Lumens 361ed3
BuildRequires: glade-devel
Chris Lumens 361ed3
BuildRequires: pygobject3
Jeremy Katz bae82e
BuildRequires: intltool >= %{intltoolver}
Chris Lumens 361ed3
BuildRequires: libgnomekbd-devel
Brian C. Lane 15b4c0
BuildRequires: libxklavier-devel >= %{libxklavierver}
Jeremy Katz bae82e
BuildRequires: pango-devel
Jeremy Katz bae82e
BuildRequires: pykickstart >= %{pykickstartver}
Brian C. Lane 1f1cfa
%if ! 0%{?rhel}
Brian C. Lane 1f1cfa
BuildRequires: python-bugzilla
Brian C. Lane 1f1cfa
%endif
Jeremy Katz bae82e
BuildRequires: python-devel
Brian C. Lane 3a99dd
BuildRequires: python-urlgrabber >= %{pythonurlgrabberver}
Christopher Edward Lumens e8a91d
BuildRequires: python-nose
Brian C. Lane 3a99dd
BuildRequires: systemd
Jeremy Katz bae82e
BuildRequires: yum >= %{yumver}
David Cantrell 985280
BuildRequires: NetworkManager-devel >= %{nmver}
David Cantrell f5f4d6
BuildRequires: NetworkManager-glib-devel >= %{nmver}
Chris Lumens 361ed3
BuildRequires: dbus-devel >= %{dbusver}
Chris Lumens 361ed3
BuildRequires: dbus-python
Brian C. Lane 186c50
BuildRequires: rpm-devel >= %{rpmver}
Brian C. Lane 186c50
BuildRequires: libarchive-devel >= %{libarchivever}
Jeremy Katz 1a40dd
%ifarch %livearches
Jeremy Katz 1a40dd
BuildRequires: desktop-file-utils
Jeremy Katz 1a40dd
%endif
David Cantrell ad593a
%ifarch s390 s390x
David Cantrell ad593a
BuildRequires: s390utils-devel
David Cantrell ad593a
%endif
Brian C. Lane b9f05f
BuildRequires: libtimezonemap-devel >= %{libtimezonemapver}
Jeremy Katz bae82e
Brian C. Lane 9de6ef
Requires: anaconda-core = %{version}-%{release}
Brian C. Lane 9de6ef
Requires: anaconda-gui = %{version}-%{release}
Brian C. Lane 9de6ef
Requires: anaconda-tui = %{version}-%{release}
Brian C. Lane 9de6ef
Brian C. Lane 9de6ef
%description
Brian C. Lane 9de6ef
The anaconda package is a metapackage for the Anaconda installer.
Brian C. Lane 9de6ef
Brian C. Lane 9de6ef
%package core
Brian C. Lane 9de6ef
Summary: Core of the Anaconda installer
Brian C. Lane 9027c8
Requires: dnf >= %{dnfver}
Brian C. Lane f874a7
Requires: python-blivet >= 0.64
David Cantrell 23e410
Requires: python-meh >= %{mehver}
Brian C. Lane adca1e
Requires: libreport-anaconda >= 2.0.21-1
Brian C. Lane fc0e3b
Requires: libselinux-python
Brian C. Lane a720c0
Requires: rpm-python >= %{rpmver}
Jeremy Katz bae82e
Requires: parted >= %{partedver}
Christopher Edward Lumens cd7745
Requires: pyparted >= %{pypartedver}
Jeremy Katz bae82e
Requires: yum >= %{yumver}
Brian C. Lane 3a99dd
Requires: python-urlgrabber >= %{pythonurlgrabberver}
Jeremy Katz bae82e
Requires: pykickstart >= %{pykickstartver}
Brian C. Lane b5448b
Requires: langtable-data >= %{langtablever}
Brian C. Lane b5448b
Requires: langtable-python >= %{langtablever}
Jeremy Katz bae82e
Requires: libuser-python
Jeremy Katz f54c2d
Requires: authconfig
Brian C. Lane 3a99dd
Requires: firewalld >= %{firewalldver}
Brian C. Lane 3a99dd
Requires: util-linux >= %{utillinuxver}
Christopher Edward Lumens 89f7a8
Requires: dbus-python
Brian C. Lane bd4c93
Requires: python-pwquality
Brian C. Lane fe3163
Requires: python-IPy
David Cantrell e432db
Requires: python-nss
Chris Lumens 361ed3
Requires: pytz
Brian C. Lane 1f1cfa
Requires: realmd
Brian C. Lane ee8cb3
Requires: teamd
Jeremy Katz 1a40dd
%ifarch %livearches
Jeremy Katz 1a40dd
Requires: usermode
Jeremy Katz 1a40dd
%endif
Jeremy Katz 8a4738
%ifarch s390 s390x
Jeremy Katz 8a4738
Requires: openssh
Jeremy Katz 8a4738
%endif
Brian C. Lane 859f80
Requires: isomd5sum >= %{isomd5sum}
David Cantrell 985280
Requires: yum-utils >= %{yumutilsver}
Brian C. Lane fd62f0
Requires: createrepo_c
David Cantrell 985280
Requires: NetworkManager >= %{nmver}
David Cantrell 985280
Requires: dhclient
Brian C. Lane a720c0
Requires: libselinux-python
Chris Lumens 3c12ce
Requires: kbd
Chris Lumens 3c12ce
Requires: chrony
Brian C. Lane 062398
Requires: python-ntplib
Chris Lumens 3c12ce
Requires: rsync
Brian C. Lane 1b6cf8
Requires: systemd
Brian C. Lane 062398
%ifarch %{ix86} x86_64
Brian C. Lane abeeb5
Requires: fcoe-utils >= %{fcoeutilsver}
Brian C. Lane abeeb5
%endif
Brian C. Lane abeeb5
Requires: iscsi-initiator-utils >= %{iscsiver}
Brian C. Lane f874a7
%ifarch %{ix86} x86_64 aarch64
Brian C. Lane abeeb5
Requires: dmidecode
Brian C. Lane f874a7
%endif
Brian C. Lane f874a7
%ifarch %{ix86} x86_64
Brian C. Lane abeeb5
%if ! 0%{?rhel}
Brian C. Lane abeeb5
Requires: hfsplus-tools
Brian C. Lane abeeb5
%endif
Brian C. Lane abeeb5
%endif
Brian C. Lane 9de6ef
Brian C. Lane 8afb62
Requires: python-coverage
Brian C. Lane 8afb62
Brian C. Lane 9de6ef
# required because of the rescue mode and VNC question
Brian C. Lane 9de6ef
Requires: anaconda-tui = %{version}-%{release}
Brian C. Lane 9de6ef
Jeremy Katz db8fec
Obsoletes: anaconda-images <= 10
Christopher Edward Lumens 06a8c3
Provides: anaconda-images = %{version}-%{release}
Jeremy Katz db8fec
Obsoletes: anaconda-runtime < %{version}-%{release}
Jeremy Katz db8fec
Provides: anaconda-runtime = %{version}-%{release}
Brian C. Lane 3a99dd
Obsoletes: booty <= 0.107-1
Adam Tkac b83629
Brian C. Lane 9de6ef
%description core
Brian C. Lane 9de6ef
The anaconda-core package contains the program which was used to install your
Chris Lumens 36b5c7
system.
cvsdist d1e5ce
Brian C. Lane 9de6ef
%package gui
Brian C. Lane 9de6ef
Summary: Graphical user interface for the Anaconda installer
Brian C. Lane 9de6ef
Requires: anaconda-core = %{version}-%{release}
Brian C. Lane 9de6ef
Requires: anaconda-widgets = %{version}-%{release}
Brian C. Lane 9de6ef
Requires: python-meh-gui >= %{mehver}
Brian C. Lane e348d9
Requires: adwaita-icon-theme
Brian C. Lane 9de6ef
Requires: system-logos
Brian C. Lane 9de6ef
Requires: tigervnc-server-minimal
Brian C. Lane 15b4c0
Requires: libxklavier >= %{libxklavierver}
Brian C. Lane 9de6ef
Requires: libgnomekbd
Brian C. Lane 253a64
Requires: libtimezonemap >= %{libtimezonemapver}
Brian C. Lane 9de6ef
Requires: nm-connection-editor
Brian C. Lane 9de6ef
%ifarch %livearches
Brian C. Lane 9de6ef
Requires: zenity
Brian C. Lane 9de6ef
%endif
Brian C. Lane b9f05f
Requires: keybinder3
Brian C. Lane 1a03ed
Requires: NetworkManager-wifi
Brian C. Lane f874a7
Requires: yelp
Brian C. Lane 9de6ef
Brian C. Lane 9de6ef
%description gui
Brian C. Lane 9de6ef
This package contains graphical user interface for the Anaconda installer.
Brian C. Lane 9de6ef
Brian C. Lane 9de6ef
%package tui
Brian C. Lane 9de6ef
Summary: Textual user interface for the Anaconda installer
Brian C. Lane 9de6ef
Requires: anaconda-core = %{version}-%{release}
Brian C. Lane 9de6ef
Brian C. Lane 9de6ef
%description tui
Brian C. Lane 9de6ef
This package contains textual user interface for the Anaconda installer.
Brian C. Lane 9de6ef
Chris Lumens 361ed3
%package widgets
Chris Lumens 361ed3
Summary: A set of custom GTK+ widgets for use with anaconda
Chris Lumens 361ed3
Group: System Environment/Libraries
Chris Lumens 361ed3
Requires: pygobject3
Chris Lumens 361ed3
Requires: python
Chris Lumens 361ed3
Chris Lumens 361ed3
%description widgets
Chris Lumens 361ed3
This package contains a set of custom GTK+ widgets used by the anaconda installer.
Chris Lumens 361ed3
Chris Lumens 361ed3
%package widgets-devel
Chris Lumens 361ed3
Summary: Development files for anaconda-widgets
Chris Lumens 361ed3
Group: Development/Libraries
Chris Lumens 361ed3
Requires: glade
Brian C. Lane 052a65
Requires: %{name}-widgets%{?_isa} = %{version}-%{release}
Chris Lumens 361ed3
Chris Lumens 361ed3
%description widgets-devel
Chris Lumens 361ed3
This package contains libraries and header files needed for writing the anaconda
Chris Lumens 361ed3
installer.  It also contains Python and Glade support files, as well as
Chris Lumens 361ed3
documentation for working with this library.
Chris Lumens 361ed3
Brian C. Lane 5f42f4
%package dracut
Brian C. Lane 5f42f4
Summary: The anaconda dracut module
Brian C. Lane be7624
Requires: dracut >= %{dracutver}
Brian C. Lane 5f42f4
Requires: dracut-network
Brian C. Lane 5f42f4
Requires: xz
Brian C. Lane 5f42f4
Requires: pykickstart
Brian C. Lane 5f42f4
Brian C. Lane 5f42f4
%description dracut
Brian C. Lane 5f42f4
The 'anaconda' dracut module handles installer-specific boot tasks and
Brian C. Lane 5f42f4
options. This includes driver disks, kickstarts, and finding the anaconda
Brian C. Lane 5f42f4
runtime on NFS/HTTP/FTP servers or local disks.
Brian C. Lane 5f42f4
cvsdist d1e5ce
%prep
cvsdist b84f0e
%setup -q
cvsdist d1e5ce
cvsdist d1e5ce
%build
Chris Lumens 361ed3
%configure --disable-static \
Chris Lumens 361ed3
           --enable-introspection \
Chris Lumens 361ed3
           --enable-gtk-doc
Jeremy Katz bae82e
%{__make} %{?_smp_mflags}
cvsdist d1e5ce
cvsdist d1e5ce
%install
Brian C. Lane 5b4d75
%{make_install}
Christopher Edward Lumens 9f522b
find %{buildroot} -type f -name "*.la" | xargs %{__rm}
cvsdist d1e5ce
Jeremy Katz 1a40dd
%ifarch %livearches
Brian C. Lane adca1e
desktop-file-install ---dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/liveinst.desktop
Jeremy Katz 1a40dd
%endif
Brian C. Lane 816b1f
# NOTE: If you see "error: Installed (but unpackaged) file(s) found" that include liveinst files,
Brian C. Lane 816b1f
#       check the IS_LIVEINST_ARCH in configure.ac to make sure your architecture is properly defined
cvsdist d1e5ce
Christopher Edward Lumens 8843d0
%find_lang %{name}
Christopher Edward Lumens 8843d0
Brian C. Lane 052a65
%post widgets -p /sbin/ldconfig
Brian C. Lane 052a65
%postun widgets -p /sbin/ldconfig
Brian C. Lane 052a65
cvsdist d1e5ce
Jeremy Katz 1a40dd
%ifarch %livearches
Jeremy Katz 1a40dd
%post
Christopher Edward Lumens 06a8c3
update-desktop-database &> /dev/null || :
Jeremy Katz 1a40dd
%endif
Jeremy Katz 1a40dd
Jeremy Katz 1a40dd
%ifarch %livearches
Jeremy Katz bae82e
%postun
Christopher Edward Lumens 06a8c3
update-desktop-database &> /dev/null || :
Jeremy Katz 1a40dd
%endif
Jeremy Katz 1a40dd
Brian C. Lane 9de6ef
%files
Brian C. Lane 9de6ef
%doc COPYING
Brian C. Lane 9de6ef
Brian C. Lane 9de6ef
%files core -f %{name}.lang
cvsdist d1e5ce
%doc COPYING
Brian C. Lane 3a99dd
%{_unitdir}/*
Brian C. Lane 3a99dd
%{_prefix}/lib/systemd/system-generators/*
Chris Lumens b71149
%{_bindir}/instperf
Jeremy Katz bae82e
%{_sbindir}/anaconda
Chris Lumens 361ed3
%{_sbindir}/handle-sshpw
Jeremy Katz bae82e
%{_datadir}/anaconda
Brian C. Lane 9de6ef
%exclude %{_datadir}/anaconda/tzmapdata
David Lehman 01fe69
%{_prefix}/libexec/anaconda
Christopher Edward Lumens 74abc1
%{_libdir}/python*/site-packages/pyanaconda/*
Brian C. Lane 052a65
%exclude %{_libdir}/python*/site-packages/pyanaconda/rescue.py*
Brian C. Lane 052a65
%exclude %{_libdir}/python*/site-packages/pyanaconda/text.py*
Brian C. Lane 9de6ef
%exclude %{_libdir}/python*/site-packages/pyanaconda/ui/gui/*
Brian C. Lane 9de6ef
%exclude %{_libdir}/python*/site-packages/pyanaconda/ui/tui/*
Chris Lumens ac1f74
%{_bindir}/analog
Chris Lumens 6ec82a
%{_bindir}/anaconda-cleanup
Jeremy Katz 1a40dd
%ifarch %livearches
Jeremy Katz 1a40dd
%{_bindir}/liveinst
Jeremy Katz 1a40dd
%{_sbindir}/liveinst
Christopher Edward Lumens 06a8c3
%config(noreplace) %{_sysconfdir}/pam.d/*
Christopher Edward Lumens 06a8c3
%config(noreplace) %{_sysconfdir}/security/console.apps/*
Jeremy Katz 1a40dd
%{_sysconfdir}/X11/xinit/xinitrc.d/*
Jeremy Katz 1a40dd
%{_datadir}/applications/*.desktop
Christopher Edward Lumens 99a8dc
%{_datadir}/icons/hicolor/*
Jeremy Katz 1a40dd
%endif
cvsdist d1e5ce
Brian C. Lane 9de6ef
%files gui
Brian C. Lane 9de6ef
%{_libdir}/python*/site-packages/pyanaconda/ui/gui/*
Brian C. Lane 9de6ef
Brian C. Lane 9de6ef
%files tui
Brian C. Lane 9de6ef
%{_libdir}/python*/site-packages/pyanaconda/rescue.py
Brian C. Lane 9de6ef
%{_libdir}/python*/site-packages/pyanaconda/text.py
Brian C. Lane 9de6ef
%{_libdir}/python*/site-packages/pyanaconda/ui/tui/*
Brian C. Lane 9de6ef
Chris Lumens 361ed3
%files widgets
Chris Lumens 361ed3
%{_libdir}/libAnacondaWidgets.so.*
Chris Lumens 361ed3
%{_libdir}/girepository*/AnacondaWidgets*typelib
Chris Lumens 361ed3
%{_libdir}/python*/site-packages/gi/overrides/*
Chris Lumens 361ed3
Chris Lumens 361ed3
%files widgets-devel
Chris Lumens 361ed3
%{_libdir}/libAnacondaWidgets.so
Chris Lumens 361ed3
%{_includedir}/*
Chris Lumens 361ed3
%{_datadir}/glade/catalogs/AnacondaWidgets.xml
Chris Lumens 361ed3
%{_datadir}/gtk-doc
Chris Lumens 361ed3
Brian C. Lane 5f42f4
%files dracut
Brian C. Lane 3a99dd
%dir %{_prefix}/lib/dracut/modules.d/80%{name}
Brian C. Lane 3a99dd
%{_prefix}/lib/dracut/modules.d/80%{name}/*
Brian C. Lane 186c50
%{_prefix}/libexec/anaconda/dd_*
Brian C. Lane 5f42f4
cvsdist d1e5ce
%changelog
Brian C. Lane f874a7
* Fri Sep 19 2014 Brian C. Lane <bcl@redhat.com> - 22.6-1
Brian C. Lane f874a7
- Don't call storage.write for dirinstall (#1120206) (bcl)
Brian C. Lane f874a7
- Fix pylint warning from a recent commit. (dlehman)
Brian C. Lane f874a7
- Fix the link to the help-button-clicked signal (dshea)
Brian C. Lane f874a7
- Assign mnemonics to two checkboxes on the user spoke that didn't have them.
Brian C. Lane f874a7
  (clumens)
Brian C. Lane f874a7
- Remove "MB" from the size string on the HDISO combo box. (clumens)
Brian C. Lane f874a7
- Use _Cancel and _Continue mnemonics on these two screens. (clumens)
Brian C. Lane f874a7
- Rename to be the TIME & DATE spoke. (clumens)
Brian C. Lane f874a7
- Ok -> OK on the proxy dialog. (clumens)
Brian C. Lane f874a7
- Handle cancellation of new container creation. (dlehman)
Brian C. Lane f874a7
- Reflect previous custom/autopart selection in the storage spoke. (dlehman)
Brian C. Lane f874a7
- Clear out custom storage ksdata after first attempt to apply it. (dlehman)
Brian C. Lane f874a7
- Pass size as Size when adjusting container after device removal. (#1141707)
Brian C. Lane f874a7
  (dlehman)
Brian C. Lane f874a7
- Set flags.rescue_mode not anaconda.rescue (#1143056) (amulhern)
Brian C. Lane f874a7
- Split localed's converted layouts and variants (#1073825) (vpodzime)
Brian C. Lane f874a7
- Rename variable to not with a built-in (mkolman)
Brian C. Lane f874a7
- Create free space snapshot before doing custom->autopart (vpodzime)
Brian C. Lane f874a7
- Deprecate RUNKS cmdline option. (sbueno+anaconda)
Brian C. Lane f874a7
- Show help also when alt+F1 is pressed (mkolman)
Brian C. Lane f874a7
- Support display of the custom mnemonics on the help button (mkolman)
Brian C. Lane f874a7
- Activate the built-in help when F1 is pressed (mkolman)
Brian C. Lane f874a7
- Specify help file names for hubs and spokes (mkolman)
Brian C. Lane f874a7
- Add a help button to every Anaconda screen (mkolman)
Brian C. Lane f874a7
- Don't call BusyCursor before Gdk is setup (#1078868) (bcl)
Brian C. Lane f874a7
- Fix SELINUX_DEFAULT import (#1137049) (bcl)
Brian C. Lane f874a7
- Catch and rethrow BTRFSValueError as KickstartException (#1019685) (amulhern)
Brian C. Lane f874a7
- Bump version so BTRFSValueError is found (#1019685) (amulhern)
Brian C. Lane f874a7
- Don't change langpacks config of installer environment (#1066017) (rvykydal)
Brian C. Lane f874a7
- network: fix typo 'Private ksy pasword' (#1120374) (rvykydal)
Brian C. Lane f874a7
- Fix up a string style issue found in the last network commits. (clumens)
Brian C. Lane f874a7
- network: WPA Enterprise: don't ask twice for password (#1120374) (rvykydal)
Brian C. Lane f874a7
- network: add support for WPA Enterprise (#1120374) (rvykydal)
Brian C. Lane f874a7
- network: add s390 network ifcfg options also for bond slaves (#1090558)
Brian C. Lane f874a7
  (rvykydal)
Brian C. Lane f874a7
- network: copy resolv.conf to chroot before installing packages (#1048520)
Brian C. Lane f874a7
  (rvykydal)
Brian C. Lane f874a7
- network: don't crash, just log for unrecognized bond options (#1039006)
Brian C. Lane f874a7
  (rvykydal)
Brian C. Lane f874a7
- network: don't traceback on invalid team options (#1114282) (rvykydal)
Brian C. Lane f874a7
- network: don't write HWADDR in ifcfgs generated by kickstart (#1130042)
Brian C. Lane f874a7
  (rvykydal)
Brian C. Lane f874a7
- Re-order the tz's in text mode to mirror the graphical order.
Brian C. Lane f874a7
  (sbueno+anaconda)
Brian C. Lane f874a7
- Apply a better check for whether to fail if authconfig is missing. (clumens)
Brian C. Lane f874a7
- driver-updates: fix backspace/delete in dd menus (#1080380) (wwoods)
Brian C. Lane f874a7
- Fix an issue with bad NFS info specified in source spoke. (sbueno+anaconda)
Brian C. Lane f874a7
- Fix the SIGSEGV handler (dshea)
Brian C. Lane f874a7
- Remove argument handling from methods without arguments (dshea)
Brian C. Lane f874a7
- Warn if software selection size exceeds available space. (sbueno+anaconda)
Brian C. Lane f874a7
- X doesn't start when making the livecd on the GUI test either. (clumens)
Brian C. Lane f874a7
- Handle spaces in inst.repo, kickstart nfs, and url commands (#1109933) (bcl)
Brian C. Lane f874a7
- Fix that urllib2 problem more thoroughly. (clumens)
Brian C. Lane f874a7
- Fix a problem where urllib2 is not getting pulled into the initrd. (clumens)
Brian C. Lane f874a7
- Specify thin pool metadata/chunk size only if given by user (#1140635)
Brian C. Lane f874a7
  (vpodzime)
Brian C. Lane f874a7
- Fix q for quit issue in text mode (#997405) (sbueno+anaconda)
Brian C. Lane f874a7
- Additional message if kickstart was used but did not finish (#1117908)
Brian C. Lane f874a7
  (amulhern)
Brian C. Lane f874a7
- Move some statically detectable kickstart errors out of anaconda (#1117908)
Brian C. Lane f874a7
  (amulhern)
Brian C. Lane f874a7
- Use only the digits from productVersion (bcl)
Brian C. Lane f874a7
- If a kickstart installation stops because it doesn't know something, log
Brian C. Lane f874a7
  that. (clumens)
Brian C. Lane f874a7
- Don't care about crash args in bootloader (#1116323) (vpodzime)
Brian C. Lane f874a7
Brian C. Lane f874a7
* Wed Sep 10 2014 Brian C. Lane <bcl@redhat.com> - 22.5-1
Brian C. Lane f874a7
- Fix noselinux cmdline default (#1137049) (bcl)
Brian C. Lane f874a7
- Revert productName repo name change (#1128474) (bcl)
Brian C. Lane f874a7
- Remove the --disable-overwrite parameter for the Transifex client (mkolman)
Brian C. Lane f874a7
- Do not try to disable no firstboot services (#1139621) (vpodzime)
Brian C. Lane f874a7
- Snapshot free space after clearpart for swap suggestion (#1132436) (vpodzime)
Brian C. Lane f874a7
- Really fix an enlightbox call. (dshea)
Brian C. Lane f874a7
- Correct issues merged from rhel-7 (dshea)
Brian C. Lane f874a7
- A couple updates to installclasses. (clumens)
Brian C. Lane f874a7
- Clear the kickstart password if cleared by the user (#1133185) (dshea)
Brian C. Lane f874a7
- Change the accelerator key for Add DASD label. (sbueno+anaconda)
Brian C. Lane f874a7
- Add dialog box for adding DASDs. (sbueno+anaconda)
Brian C. Lane f874a7
- Add a button for adding an ECKD DASD. (sbueno+anaconda)
Brian C. Lane f874a7
- Let finding install classes be more flexible for Fedora (#1138820). (clumens)
Brian C. Lane f874a7
- fix inst.virtiolog (#1074499) (wwoods)
Brian C. Lane f874a7
- Display container sizes to just two places, as well. (clumens)
Brian C. Lane f874a7
- Fix two minor things on the source spoke. (clumens)
Brian C. Lane f874a7
- border_width=5 -> border_width=6 in dasdfmt.glade. (clumens)
Brian C. Lane f874a7
- Use first part of Product for UEFI entry (#1128474) (bcl)
Brian C. Lane f874a7
- We can't pass "text" in the ostree .ks file because lmc doesn't like that.
Brian C. Lane f874a7
  (clumens)
Brian C. Lane f874a7
- Remove inactive languages from LINGUAS. (dshea)
Brian C. Lane f874a7
- Do the ostree test in text mode for now. (clumens)
Brian C. Lane f874a7
- Skip nvram update on ppc64 image/dir installations (#1136486) (bcl)
Brian C. Lane f874a7
- Use first part of Product as repo name (#1128474) (bcl)
Brian C. Lane f874a7
- makeupdates: Report git diff errors (bcl)
Brian C. Lane f874a7
- For yum-based installs, move the progress bar while packages are installing.
Brian C. Lane f874a7
  (clumens)
Brian C. Lane f874a7
- Remove the mnemonics from the custom part toolbar. (clumens)
Brian C. Lane f874a7
- Remove references to ia64. (clumens)
Brian C. Lane f874a7
- Change a confusing string in TUI NFS configuration screen. (#1057690)
Brian C. Lane f874a7
  (sbueno+anaconda)
Brian C. Lane f874a7
- Fix two problems with the volume label and combo on custom partitioning.
Brian C. Lane f874a7
  (clumens)
Brian C. Lane f874a7
- Disable the Modify SW link on livecd installs (#1133726). (clumens)
Brian C. Lane f874a7
- Require dmidecode for ARM (#1134651, jdisnard). (clumens)
Brian C. Lane f874a7
- Require a larger /boot (#1129629). (clumens)
Brian C. Lane f874a7
- Use suggested-action on more buttons (#1131254) (dshea)
Brian C. Lane f874a7
- CmdlineError should exit with a 1 (bcl)
Brian C. Lane f874a7
- Let gtk determine the allocation for overlays. (dshea)
Brian C. Lane f874a7
Brian C. Lane 052a65
* Wed Aug 27 2014 Brian C. Lane <bcl@redhat.com> - 22.4-1
Brian C. Lane 052a65
- jwb would like us to be clear that bugs could be the system firmware...
Brian C. Lane 052a65
  (pjones)
Brian C. Lane 052a65
- Fix installing from a second iso (#1040722) (bcl)
Brian C. Lane 052a65
- Remove anaconda_make_pixbuf (dshea)
Brian C. Lane 052a65
- Trick automake into taking our wildcards (dshea)
Brian C. Lane 052a65
- Distribute the right docs files (vpodzime)
Brian C. Lane 052a65
- Require anaconda-widgets from anaconda-widgets-devel (dshea)
Brian C. Lane 052a65
- Run /sbin/ldconfig when installing or uninstalling anaconda-widgets (dshea)
Brian C. Lane 052a65
- Remove the shebang from anaconda.py (dshea)
Brian C. Lane 052a65
- Exclude the compiled text and rescue files from anaconda-core (dshea)
Brian C. Lane 052a65
- Update our copy of the GPL (dshea)
Brian C. Lane 052a65
- Remove unused methods from packaging.Payload (dshea)
Brian C. Lane 052a65
- Rearrange the entry, example and tip on Advanced User dialog (vpodzime)
Brian C. Lane 052a65
- Change our docs that are close to ReST to proper ReST (vpodzime)
Brian C. Lane 052a65
- Remove old outdated docs nobody should read (vpodzime)
Brian C. Lane 052a65
- Send run-hub and run-spoke into the great beyond (dshea)
Brian C. Lane 052a65
- Use one thread for payload setup. (dshea)
Brian C. Lane 052a65
- Remove logging to tty3 and tty5 (#1073336) (bcl)
Brian C. Lane 052a65
- Make missing encryption key error message more helpful (#1074441) (amulhern)
Brian C. Lane 052a65
- Fix problems with the hdiso method. (clumens)
Brian C. Lane 052a65
- Update makebumpver to include flags on first request (bcl)
Brian C. Lane 052a65
Brian C. Lane c5efbc
* Fri Aug 15 2014 Brian C. Lane <bcl@redhat.com> - 22.3-1
Brian C. Lane c5efbc
- Add some tests for execReadlines (dshea)
Brian C. Lane c5efbc
- Remove iutil.fork_orphan (dshea)
Brian C. Lane c5efbc
- Move non-exec tests into a separate class. (dshea)
Brian C. Lane c5efbc
- Write storage after liveimg install (#1080396) (bcl)
Brian C. Lane c5efbc
- Add an option to makebumpver to skip all checks. (clumens)
Brian C. Lane c5efbc
- Write sslverify=0 for url kickstart method (#1116858) (bcl)
Brian C. Lane c5efbc
- Add noverifyssl and proxy support to dracut ks handling (#1116858) (bcl)
Brian C. Lane c5efbc
- Log installation successes and failures via ipmitool (#782019). (clumens)
Brian C. Lane c5efbc
- Default the OK button on the iscsi dialog to insensitive. (clumens)
Brian C. Lane c5efbc
- Add repo --install support to DNF (#1119867) (bcl)
Brian C. Lane c5efbc
- Install selected ks repos to target (#1119867) (bcl)
Brian C. Lane c5efbc
- Add check for the format of grub2 encrypted password (#1070327) (bcl)
Brian C. Lane c5efbc
- Add some sanity checking to live payload (vpodzime)
Brian C. Lane c5efbc
- Use blivet's getFreeSpace for limitting automatic swap size (vpodzime)
Brian C. Lane c5efbc
- Ask users for enough space right at the first time (#876916) (vpodzime)
Brian C. Lane c5efbc
- Use low level file i/o for rpm callback logging (#1035745) (bcl)
Brian C. Lane c5efbc
- In tui cmdline mode skip showError and log message (bcl)
Brian C. Lane c5efbc
- Modify nm to return defaults when no dbus is available (bcl)
Brian C. Lane c5efbc
- Skip networkInitialize for image and dir installations (bcl)
Brian C. Lane c5efbc
- Ignore safe_dbus errors in keyboard setup (bcl)
Brian C. Lane c5efbc
- Skip syslog for dirinstall (bcl)
Brian C. Lane c5efbc
- Clear out errors at the beginning of _save_right_side. (clumens)
Brian C. Lane c5efbc
- Filter empty comps groups from both specific and generic lists (dshea)
Brian C. Lane c5efbc
- Add a test for disadvised words. (dshea)
Brian C. Lane c5efbc
- Mountpoint encrypted checkbox reflects container state (#1000031) (bcl)
Brian C. Lane c5efbc
- Display a fatal error if unable to encrypt a password. (dshea)
Brian C. Lane c5efbc
- Change strings per stylistic advice from ECS (dshea)
Brian C. Lane c5efbc
- Untranslate the type column of the network device type combobox (dshea)
Brian C. Lane c5efbc
- Add more information to the custom part summary dialog (#975804). (clumens)
Brian C. Lane c5efbc
- Don't require user creation when root is locked (#1030626) (bcl)
Brian C. Lane c5efbc
- Import LUKSDeviceWithoutKeyError from the right place (vpodzime)
Brian C. Lane c5efbc
- Move _verifyLUKSDevicesHaveKey to Anaconda's codebase (vpodzime)
Brian C. Lane c5efbc
- Fix issues reported by pyflakes (vpodzime)
Peter Robinson d3d96a
Brian C. Lane 98a7f1
* Thu Jul 31 2014 Brian C. Lane <bcl@redhat.com> - 22.2-1
Brian C. Lane 98a7f1
- Return NULL on error in doSetSystemTime. (dshea)
Brian C. Lane 98a7f1
- Remove the /usr/bin/liveinst symlink during uninstall (dshea)
Brian C. Lane 98a7f1
- Highlight languages in langsupport that contain selected locales (dshea)
Brian C. Lane 98a7f1
- Add a wrapper function for GtkTreeViewColumn.set_cell_data_func (dshea)
Brian C. Lane 98a7f1
- Remove the STANDALONE #ifdef from auditd. (dshea)
Brian C. Lane 98a7f1
- Mark zRAM devices as protected and ignore them (vpodzime)
Brian C. Lane 98a7f1
- Make storage sanity check aware of base RAM requirements (#1123466)
Brian C. Lane 98a7f1
  (vpodzime)
Brian C. Lane 98a7f1
- Move sanityCheck code to anaconda's codebase (vpodzime)
Brian C. Lane 98a7f1
- Clean up stylesheet comments (dshea)
Brian C. Lane 98a7f1
- Resurrect auditd (dshea)
Brian C. Lane 98a7f1
- Fix the spacing on the non-verbose doc building messages (dshea)
Brian C. Lane 98a7f1
- Switch to kinder, gentler autoconf errors (dshea)
Brian C. Lane 98a7f1
- Clean up the handling of CFLAGS (dshea)
Brian C. Lane 98a7f1
- Remove unused parts of the configure.ac files. (dshea)
Brian C. Lane 98a7f1
- Add a couple of configure checks from autoscan (dshea)
Brian C. Lane 98a7f1
- Include config.h in every C file. (dshea)
Brian C. Lane 98a7f1
- Use the result from AC_FUNC_FORK at build time (dshea)
Brian C. Lane 98a7f1
- Don't distribute the gnome desktop file with translations (dshea)
Brian C. Lane 98a7f1
- Build documentation during build instead of dist (dshea)
Brian C. Lane 98a7f1
- Do not multiply/divide RAM sizes by 1024 back and forth (vpodzime)
Brian C. Lane 98a7f1
- Raise exception if reading lines from a killed process (vpodzime)
Brian C. Lane 98a7f1
- Use zRAM swap up to 2 GB of RAM (vpodzime)
Brian C. Lane 98a7f1
- RAM requirements depend on squashfs.img's origin (vpodzime)
Brian C. Lane 98a7f1
Brian C. Lane 2d13a8
* Fri Jul 25 2014 Brian C. Lane <bcl@redhat.com> - 22.1-1
Brian C. Lane 2d13a8
- Add platform specific group selection (#884385) (bcl)
Brian C. Lane 2d13a8
- Use parallel instead of xargs (vpodzime)
Brian C. Lane 2d13a8
- Solidify the row separator in the welcome spoke. (dshea)
Brian C. Lane 2d13a8
- Don't skip cpfmtxa formatted dasds if zerombr specified in ks. (#1073982)
Brian C. Lane 2d13a8
  (sbueno+anaconda)
Brian C. Lane 2d13a8
- Fix TUI error message regarding username creation. (#1058637)
Brian C. Lane 2d13a8
  (sbueno+anaconda)
Brian C. Lane 2d13a8
- Determine the lang selected arrow direction at render time (dshea)
Brian C. Lane 2d13a8
- Lessen the visible resize when entering the welcome and lang spokes (dshea)
Brian C. Lane 2d13a8
- Reset the want_x flag after the memory check (vpodzime)
Brian C. Lane 2d13a8
- Fix crash caused by passing kwargs to log functions (vpodzime)
Brian C. Lane 2d13a8
- Check graphical RAM requirements if running graphical installation (vpodzime)
Brian C. Lane 2d13a8
- Document the inst.zram boot option (vpodzime)
Brian C. Lane 2d13a8
- Adapt the memory requirements to zRAM swap usage (vpodzime)
Brian C. Lane 2d13a8
- Remove an unused MEM-related constant and use the other one (vpodzime)
Brian C. Lane 2d13a8
- Add a script for showing stats about zRAM (vpodzime)
Brian C. Lane 2d13a8
- Set widgets to be focused when entering a spoke. (#1121285) (dshea)
Brian C. Lane 2d13a8
- Allow a wider variety of mountpoints (#1109143) (dshea)
Brian C. Lane 2d13a8
- Restrict the selected and insensitive style rules to anaconda widgets (dshea)
Brian C. Lane 2d13a8
- Log more details about collect failure (bcl)
Brian C. Lane 2d13a8
- Prevent crashes due to accessing X server from multiple threads (vpodzime)
Brian C. Lane 2d13a8
- Add vnc to the arguments to qemu for the GUI testing. (clumens)
Brian C. Lane 2d13a8
- Remove a commented out import (mkolman)
Kalev Lember 59cdef
Brian C. Lane 1a03ed
* Wed Jul 16 2014 Brian C. Lane <bcl@redhat.com> - 21.48-1
Brian C. Lane 1a03ed
- Fix the custom accelerators in custom partitioning (#1118999) (dshea)
Brian C. Lane 1a03ed
- Revert "Reset dnf package sack" (bcl)
Brian C. Lane 1a03ed
- Ignore the home directory setting if no change was requested (#1119900)
Brian C. Lane 1a03ed
  (dshea)
Brian C. Lane 1a03ed
- Set an upper limit on uids and gids. (dshea)
Brian C. Lane 1a03ed
- Remove the "Create a home directory" checkbox (dshea)
Brian C. Lane 1a03ed
- Fix a typo: inital -> initial (mkolman)
Brian C. Lane 1a03ed
- Don't create the configured.ini file (#1119166) (mkolman)
Brian C. Lane 1a03ed
- zRAM swap for Anaconda (vpodzime)
Brian C. Lane 1a03ed
- Split kickstart arg handling (bcl)
Brian C. Lane 1a03ed
- Update icon names used within python code. (dshea)
Brian C. Lane 1a03ed
- Add a check for whether icons used in glade files are valid (dshea)
Brian C. Lane 1a03ed
- Load icons by name instead of stock-id. (dshea)
Brian C. Lane 1a03ed
- Remove extra list() call with no effect (vpodzime)
Brian C. Lane 1a03ed
- Add NetworkManager-wifi dependency for the GUI subpackage (#1111417)
Brian C. Lane 1a03ed
  (mkolman)
Brian C. Lane 1a03ed
- Python's octals changed; mount's didn't. (pjones)
Brian C. Lane 1a03ed
- Add a basic test for ostree-based installs. (clumens)
Brian C. Lane 1a03ed
- Print out exceptions at log level critical. (clumens)
Brian C. Lane 1a03ed
- Rename environment variables in run_gui_tests.sh. (clumens)
Brian C. Lane 1a03ed
- Rename gui/runtest.sh to fit in with the other test names. (clumens)
Brian C. Lane 1a03ed
- Write the grub config even on errors (#1114774) (bcl)
Brian C. Lane 1a03ed
Brian C. Lane 11e33a
* Fri Jul 11 2014 Brian C. Lane <bcl@redhat.com> - 21.47-1
Brian C. Lane 11e33a
- Fix references to requiredPackages (bcl)
Brian C. Lane 11e33a
- Drop anaconda. prefix from copied logs (bcl)
Brian C. Lane 11e33a
- dnf should put its logs in /tmp/ (bcl)
Brian C. Lane 11e33a
- Make sure the software listboxes are shown (bcl)
Brian C. Lane 11e33a
- dnf should report that it supports Closest Mirror (bcl)
Brian C. Lane 11e33a
- Do not prefer /tmp for dnf downloads (bcl)
Brian C. Lane 11e33a
- Reset dnf package sack (bcl)
Brian C. Lane 11e33a
- Fix dnf base repo setup to fall back to default gracefully (bcl)
Brian C. Lane 11e33a
- Move addDriverRepo into PackagePayload class (bcl)
Brian C. Lane 11e33a
- Rename some dnf items to match yum (bcl)
Brian C. Lane 11e33a
- rpmostreepayload: Drop selinux-ensure-labeled call (walters)
Brian C. Lane 11e33a
- Run anaconda in fullscreen whenever possible. (dshea)
Brian C. Lane 11e33a
- Correct the constant used with gtk_widget_set_state_flags (dshea)
Brian C. Lane 11e33a
- Restore some CSS rules from the pre-3.13 Adwaita theme. (dshea)
Brian C. Lane 11e33a
- Adapt to changes in blivet.udev interface. (amulhern)
Brian C. Lane 11e33a
- Bump blivet version to pick up blivet.udev interface changes. (amulhern)
Brian C. Lane 11e33a
- Use the enlightbox context manager for the add network device dialog
Brian C. Lane 11e33a
  (mkolman)
Brian C. Lane 11e33a
- DNFPayload: do not add group 'core' twice. (ales)
Brian C. Lane 11e33a
- Remove the window property from UIObject. (dshea)
Brian C. Lane 11e33a
- Unravel the Hub and Spoke classes. (dshea)
Brian C. Lane 11e33a
- Fix --kickstart option (bcl)
Brian C. Lane 11e33a
- Bump up the required pykickstart version (vpodzime)
Brian C. Lane 11e33a
- Use GtkRevealer for widget hiding in storage spoke (mkolman)
Brian C. Lane 11e33a
- rpmostreepayload: create /var/spool/mail required when adding user (rvykydal)
Brian C. Lane 11e33a
- rpmostreepayload: Don't recreateInitrds for this payload (walters)
Brian C. Lane 11e33a
- Don't use geolocation when installing with kickstart (mkolman)
Brian C. Lane 22af5f
Brian C. Lane fd62f0
* Wed Jul 02 2014 Brian C. Lane <bcl@redhat.com> - 21.46-1
Brian C. Lane fd62f0
- Ignore an error from pylint incorrectly analyzing types in dbus-python
Brian C. Lane fd62f0
  (dshea)
Brian C. Lane fd62f0
- Remove the Lightbox widget (dshea)
Brian C. Lane fd62f0
- Implement the lightbox in MainWindow (dshea)
Brian C. Lane fd62f0
- Added a method to create new GdkPixbufs from in-memory data (dshea)
Brian C. Lane fd62f0
- Add a delete-event handler for the main window (dshea)
Brian C. Lane fd62f0
- Add a window to manage Anaconda screen transitions. (dshea)
Brian C. Lane fd62f0
- Add a class BaseStandalone. (dshea)
Brian C. Lane fd62f0
- Increased the version of anaconda-widgets to 3.0 (dshea)
Brian C. Lane fd62f0
- Use globs for the anaconda widgets library paths (dshea)
Brian C. Lane fd62f0
- Remove the custom accelerators from custom storage. (dshea)
Brian C. Lane fd62f0
- Add a couple more deprecation warning ignores (dshea)
Brian C. Lane fd62f0
- Use a dict for string substitutions in a /boot/efi message. (clumens)
Brian C. Lane fd62f0
- Use the right index for selecting region (#1114234) (vpodzime)
Brian C. Lane fd62f0
- Add autopart --fstype support (#1112697) (bcl)
Brian C. Lane fd62f0
- Patches to allow /boot/efi to be RAID1 (#788313) (amulhern)
Brian C. Lane fd62f0
- Bump blivet version for succeeding commit. (amulhern)
Brian C. Lane fd62f0
- Map our log levels to syslog log levels (bcl)
Brian C. Lane fd62f0
- makeupdates: Put systemd files under /usr/lib/ (bcl)
Brian C. Lane fd62f0
- Make octal literals Python 3 compatible (mkolman)
Brian C. Lane fd62f0
- Use the built-in next() function for generators (mkolman)
Brian C. Lane fd62f0
- Make reduce function usage Python 3 compatible (mkolman)
Brian C. Lane fd62f0
- Use createrepo_c in place of createrepo (mkolman)
Brian C. Lane fd62f0
Brian C. Lane 1b79c5
* Fri Jun 27 2014 Brian C. Lane <bcl@redhat.com> - 21.45-1
Brian C. Lane 1b79c5
- Switch to tty1 if we get an exception before meh is setup (dshea)
Brian C. Lane 1b79c5
- Remove surprises from X startup. (dshea)
Brian C. Lane 1b79c5
- Import KS_MISSING_IGNORE from pykickstart.constants in DNF payload (mkolman)
Brian C. Lane 1b79c5
- Import Pykickstart constants directly (mkolman)
Brian C. Lane 1b79c5
- Switch error exit codes to 1 (bcl)
Brian C. Lane 1b79c5
- Add help texts for the remaining Anaconda options (mkolman)
Brian C. Lane 1b79c5
Brian C. Lane ddf733
* Wed Jun 25 2014 Brian C. Lane <bcl@redhat.com> - 21.44-1
Brian C. Lane ddf733
- Fix storage checker docstring (bcl)
Brian C. Lane ddf733
- Modify --dirinstall to take a path (bcl)
Brian C. Lane ddf733
- Drop ROOT_PATH, add a method to set it (bcl)
Brian C. Lane ddf733
- Call setUpBootLoader in custom autopart (#1086811) (bcl)
Brian C. Lane ddf733
- Remove the noipv6 Anaconda option (mkolman)
Brian C. Lane ddf733
- Remove the -s/--script Anaconda option (mkolman)
Brian C. Lane ddf733
- Make rescue_mode part of flags, hence more publicly available (#1090009)
Brian C. Lane ddf733
  (amulhern)
Brian C. Lane ddf733
- Check host filesystem space for dirinstall (bcl)
Brian C. Lane ddf733
- Remove the viewport from the addon repo tree view (dshea)
Brian C. Lane ddf733
- Add a check for GtkScrollables contained in GtkViewports (dshea)
Brian C. Lane ddf733
- Enable rubber-banding in the disk tree views (dshea)
Brian C. Lane ddf733
- Make the configure mount point dialog taller. (#924182) (dshea)
Brian C. Lane ddf733
- Add the disk TreeViews directly to the scrolled windows (dshea)
Brian C. Lane ddf733
- Opened up custom_storage_helpers.glade and hit Save (dshea)
Brian C. Lane ddf733
- Add help texts for more Anaconda CLI options (mkolman)
Brian C. Lane ddf733
- Remove the targetarch Anaconda option (mkolman)
Brian C. Lane ddf733
- Add anaconda_options.txt to makeupdates (dshea)
Brian C. Lane ddf733
- Allow the location of anaconda_options.txt to be overridden (dshea)
Brian C. Lane ddf733
- Remove an unused import. (dshea)
Brian C. Lane ddf733
- Remove the headless Anaconda option (mkolman)
Brian C. Lane ddf733
Brian C. Lane 0d2296
* Thu Jun 19 2014 Brian C. Lane <bcl@redhat.com> - 21.43-1
Brian C. Lane 0d2296
- Allow NFS addon repos (#985080) (dshea)
Brian C. Lane 0d2296
- Add --disklabel support to clearpart (#1078537) (bcl)
Brian C. Lane 0d2296
- Replace redundant ifs with direct assignments to the anaconda variables
Brian C. Lane 0d2296
  (mkolman)
Brian C. Lane 0d2296
- Replace ifs when assigning option values to flags where possible (mkolman)
Brian C. Lane 0d2296
- Use True/False instead of 1/0 for flags (mkolman)
Brian C. Lane 0d2296
- Store auto gui results in the same directory as the test itself. (clumens)
Brian C. Lane 0d2296
- Use whatever network device was used to start installation. (clumens)
Brian C. Lane 0d2296
- Ignore more deprecation warnings. (dshea)
Brian C. Lane 0d2296
- Add help texts for the dmraid and nodmraid options (mkolman)
Brian C. Lane 0d2296
- Use True instead of 1 for the dmraid flag default value (mkolman)
Brian C. Lane 0d2296
- Add help texts for the ibft and noibft options (mkolman)
Brian C. Lane 0d2296
- Use True instead of 1 for the ibft flag default value (mkolman)
Brian C. Lane 0d2296
- Remove the iscsi and noiscsi options (mkolman)
Brian C. Lane 0d2296
- Add a new log level 'lock' for _yum_lock (bcl)
Brian C. Lane 0d2296
- Replace uses of gtk-missing-image (dshea)
Brian C. Lane 0d2296
- Improve the SpokeSelector icon error reporting. (dshea)
Brian C. Lane 0d2296
Brian C. Lane 646611
* Thu Jun 12 2014 Brian C. Lane <bcl@redhat.com> - 21.42-1
Brian C. Lane 646611
- Adjust the ui package paths to find hubs and spokes (bcl)
Brian C. Lane 646611
- Change emphasis from subvolumes to snapshots in removal warning. (dlehman)
Brian C. Lane 646611
- Reflect the fact that some block devices cannot be reformatted. (dlehman)
Brian C. Lane 646611
- Use StorageDevice.direct to detemine if a device is directly accessible.
Brian C. Lane 646611
  (dlehman)
Brian C. Lane 646611
Brian C. Lane 26d78c
* Wed Jun 11 2014 Brian C. Lane <bcl@redhat.com> - 21.41-1
Brian C. Lane 26d78c
- Use /usr/lib* in updates images. (dshea)
Brian C. Lane 26d78c
- Fix the paths we check for spokes. (sbueno+anaconda)
Brian C. Lane 26d78c
- Remove the kbdtype option (mkolman)
Brian C. Lane 26d78c
- Remove the noipv4 option (mkolman)
Brian C. Lane 26d78c
- Remove the autostep option (mkolman)
Brian C. Lane 26d78c
- Remove the disused nofb option (mkolman)
Brian C. Lane 26d78c
- Remove the module option (mkolman)
Brian C. Lane 26d78c
Brian C. Lane 90093a
* Tue Jun 10 2014 Brian C. Lane <bcl@redhat.com> - 21.40-1
Brian C. Lane 90093a
- fedora-welcome: Correct an icon name after the switch to Adwaita
Brian C. Lane 90093a
  (kalevlember)
Brian C. Lane 90093a
- Pass/check displaymode in collect_categories and collectCategoriesAndSpokes.
Brian C. Lane 90093a
  (sbueno+anaconda)
Brian C. Lane 90093a
- Add help texts to some Anaconda CLI options (mkolman)
Brian C. Lane 90093a
- Don't install implicitly added but explicitly excluded packages (#1105013)
Brian C. Lane 90093a
  (vpodzime)
Brian C. Lane 90093a
- Update configure, make files, and PO files with new category changes.
Brian C. Lane 90093a
  (sbueno+anaconda)
Brian C. Lane 90093a
- Fix up collectCategoriesAndSpokes function. (sbueno+anaconda)
Brian C. Lane 90093a
- Update all relevant UI files with new category path. (sbueno+anaconda)
Brian C. Lane 90093a
- Move categories to pyanaconda.ui.categories. (sbueno+anaconda)
Brian C. Lane 90093a
- Allow testing a regular install from the live environment. (clumens)
Brian C. Lane 90093a
- Make sure /var/log/anaconda gets copied under the right root. (clumens)
Brian C. Lane 90093a
- format.setup in blivet takes only kwargs. (clumens)
Brian C. Lane 90093a
- Tweak spacing in the other storage options grid. (clumens)
Brian C. Lane 90093a
- Remove the dlable option (mkolman)
Brian C. Lane 90093a
- change default for grub2 save_entry to 0 (gczarcinski)
Brian C. Lane 90093a
- Revert "Refresh after checkbox clicked (#1074188)" (dshea)
Brian C. Lane 90093a
- Move assureLogoImage to GraphicalUserInterface (#1102238) (dshea)
Brian C. Lane 90093a
- If we cannot activate keyboard, at least populate the missing items
Brian C. Lane 90093a
  (#1104541) (vpodzime)
Brian C. Lane 90093a
- network: generate dracut arguments also for IPADDRn ifcfg values (#1103571)
Brian C. Lane 90093a
  (rvykydal)
Brian C. Lane 90093a
- Memoize the results for *RaidLevelsSupported() functions (amulhern)
Brian C. Lane 90093a
- RAID related changes for custom spoke. (amulhern)
Brian C. Lane 90093a
- Bump required blivet version. (amulhern)
Brian C. Lane 90093a
- Make parse-kickstart aware of the %%addon section (#1083002) (vpodzime)
Brian C. Lane 90093a
- Revert "Work around a parsing bug in GtkBuilder" (dshea)
Brian C. Lane 90093a
- Fix a typo in one of the bootloader installation warning messages (#1103410)
Brian C. Lane 90093a
  (mkolman)
Brian C. Lane 90093a
- Don't require network in standalone spoke for media installs (#1066807)
Brian C. Lane 90093a
  (rvykydal)
Dennis Gilmore d8931d
Brian C. Lane d5de33
* Mon Jun 02 2014 Brian C. Lane <bcl@redhat.com> - 21.39-1
Brian C. Lane d5de33
- eu_ES has been dropped from the supported languages (bcl)
Brian C. Lane d5de33
- Change 'elif encrypted' statement to 'else' statement. (amulhern)
Brian C. Lane d5de33
- Work around a parsing bug in GtkBuilder (dshea)
Brian C. Lane d5de33
- Don't uppercase the size values in the disk shopping cart. (clumens)
Brian C. Lane d5de33
- Display the sentence about being able to reuse partitions even without roots.
Brian C. Lane d5de33
  (clumens)
Brian C. Lane d5de33
- Allow a couple more keyboard shortcuts on the custom part spoke. (clumens)
Brian C. Lane d5de33
- Reword the close button on the software spoke's error dialog. (clumens)
Brian C. Lane d5de33
- Fix up quoting around passing args to anaconda in the gui test. (clumens)
Brian C. Lane d5de33
- Don't hide a serious issue (vpodzime)
Brian C. Lane d5de33
- Move autopart choices to one place and use them in both GUI and TUI
Brian C. Lane d5de33
  (vpodzime)
Brian C. Lane d5de33
- Define default autopart type as a constant (vpodzime)
Brian C. Lane d5de33
- Use enumerate() instead of getting indices of iterated items (vpodzime)
Brian C. Lane d5de33
- Preserve net.ifnames cmdline arg (#1102401) (bcl)
Brian C. Lane d5de33
- Revert the dialog sizing chunk from resize.glade. (clumens)
Brian C. Lane d5de33
- Update GUI tests for changes in gtk/atk/anaconda/whatever. (clumens)
Brian C. Lane d5de33
- Fix gui/runtest.sh to work under either "make check" or being run manually.
Brian C. Lane d5de33
  (clumens)
Brian C. Lane d5de33
- Add a -c argument to the ksflatten invocation. (clumens)
Brian C. Lane d5de33
- Do basic logging setup when short circuiting the normal Anaconda init
Brian C. Lane d5de33
  (mkolman)
Brian C. Lane d5de33
- Fix boot option warning string formatting (mkolman)
Brian C. Lane d5de33
- always rescan for vmlinuz if rescueKernelList (gczarcinski)
Brian C. Lane d5de33
- move new-kernel-pkg rpmposttrans to end of install (gczarcinski)
Brian C. Lane d5de33
- allow /boot on btrfs subvol or filesystem (gczarcinski)
Brian C. Lane d5de33
- Allow /boot on LVMlv (gczarcinski)
Brian C. Lane d5de33
Brian C. Lane 1190a8
* Wed May 28 2014 Brian C. Lane <bcl@redhat.com> - 21.38-1
Brian C. Lane 1190a8
- Parse boot options before parsing CLI options (#1101341) (mkolman)
Brian C. Lane 1190a8
- Check that bootloader devices are configured before validating (#1100928)
Brian C. Lane 1190a8
  (dshea)
Brian C. Lane 1190a8
- network: use IpInterface only for activated devices (#1101781) (rvykydal)
Brian C. Lane 1190a8
- Enable LVM Thin Provisioning in text mode (vpodzime)
Brian C. Lane 1190a8
- Remove the executable bit from anaconda.spec.in. (clumens)
Brian C. Lane 1190a8
- Fix the nm test for big-endian results (dshea)
Brian C. Lane 1190a8
- Fix issues with auto* and version.py (dshea)
Brian C. Lane 1190a8
- Allow file:// url handler in --repo arg (bcl)
Brian C. Lane 1190a8
- Ignore deprecation warnings for atk_role_register (dshea)
Brian C. Lane 1190a8
- Handle renames in makeupdates. (pjones)
Brian C. Lane 1190a8
- Move Anaconda version detection from isys to Python code (mkolman)
Brian C. Lane 1190a8
- network: use IpInterface instead of Interface (#1058906, #1029214) (rvykydal)
Brian C. Lane 1190a8
- network: don't modify network config for dirInstall and imageInstall
Brian C. Lane 1190a8
  (rvykydal)
Brian C. Lane 1190a8
- network: remove redundant image install guard (rvykydal)
Brian C. Lane 1190a8
- network: add first tests for nm.py (rvykydal)
Brian C. Lane 1190a8
- network: consolidate setNetworkOnbootDefault (rvykydal)
Brian C. Lane 1190a8
- Set ONBOOT=yes for the device used for installation (#1002544). (rvykydal)
Brian C. Lane 1190a8
- Use proper data for autopart type initialization (vpodzime)
Brian C. Lane 1190a8
- Line up the right side of the FCOE dialog. (clumens)
Brian C. Lane 1190a8
- Use default_width and _height on dialogs instead of _request. (clumens)
Brian C. Lane 1190a8
- Remove the border around the refresh storage dialog's button. (clumens)
Brian C. Lane 1190a8
- Short-circuit initialization when printing out Anaconda version (mkolman)
Brian C. Lane 1190a8
- Make print statements Python 3 compatible (mkolman)
Brian C. Lane 1190a8
- Fix the handling of set_const options pulled in from the boot cmdline (dshea)
Brian C. Lane 1190a8
- Fix the modify software tooltip on the installation options dialogs.
Brian C. Lane 1190a8
  (clumens)
Brian C. Lane 1190a8
- Better visually distinguish TUI spokes states (vpodzime)
Brian C. Lane 1190a8
- Reset the text direction as soon as the locale is changed (dshea)
Brian C. Lane 1190a8
- Show errors from the displayed mountpoint when exiting the custom spoke
Brian C. Lane 1190a8
  (dshea)
Brian C. Lane 1190a8
- Check that container names input by the user are valid (dshea)
Brian C. Lane 1190a8
Brian C. Lane e3d8fd
* Tue May 20 2014 Brian C. Lane <bcl@redhat.com> - 21.37-1
Brian C. Lane e3d8fd
- Chain up to parent size_allocate functions in our standalone widgets.
Brian C. Lane e3d8fd
  (clumens)
Brian C. Lane e3d8fd
- Format the help text to properly fit to the terminal window (mkolman)
Brian C. Lane e3d8fd
- Call getPossiblePhysicalExtents() only once (vpodzime)
Brian C. Lane e3d8fd
- Default PE size to blivet's default when requested from kickstart (#1098139)
Brian C. Lane e3d8fd
  (vpodzime)
Brian C. Lane e3d8fd
- A couple of anaconda whitespace fixes (mkolman)
Brian C. Lane e3d8fd
- Replace the deprecated has_key() by in (mkolman)
Brian C. Lane e3d8fd
- Disable pylint errors on NetworkData in the new network_test.py. (clumens)
Brian C. Lane e3d8fd
- Tweak borders on the filter UI. (clumens)
Brian C. Lane e3d8fd
- network: add tests (rvykydal)
Brian C. Lane e3d8fd
- network: don't use ifcfg PREFIX when generating ipv6 dracut args (rvykydal)
Brian C. Lane e3d8fd
- network: cleanup - remove ksdevice variable (rvykydal)
Brian C. Lane e3d8fd
- Horizontally center the user creation spoke contents. (clumens)
Brian C. Lane e3d8fd
- Un-indent the reclaim space checkbox. (clumens)
Brian C. Lane e3d8fd
- Remove the RAID page from the filter UI. (clumens)
Brian C. Lane e3d8fd
- install -> installation in a string on the source spoke. (clumens)
Brian C. Lane e3d8fd
- Switch Anaconda to argparse (mkolman)
Brian C. Lane e3d8fd
- rpmostreepayload: Use systemd-tmpfiles rather than handrolling mkdir
Brian C. Lane e3d8fd
  (walters)
Brian C. Lane e3d8fd
- Add some padding to the custom partitioning note. (dshea)
Brian C. Lane e3d8fd
- Wrap the custom partitioning note (#1031850) (dshea)
Brian C. Lane e3d8fd
- Make an ostree string easier for translators to deal with. (clumens)
Brian C. Lane e3d8fd
- Fix the gettext warnings test for VPATH builds (dshea)
Brian C. Lane e3d8fd
- network: fix crash on empty ksdevice boot option (#1096846) (rvykydal)
Brian C. Lane e3d8fd
- Add RPMOSTreePayload (walters)
Brian C. Lane e3d8fd
- bootloader: Allow extlinux loader configuration to handle RPMOSTreePayload
Brian C. Lane e3d8fd
  case (walters)
Brian C. Lane e3d8fd
- install: Handle distinct physical root/sysroot (walters)
Brian C. Lane e3d8fd
- parse-kickstart: drop "mtu=" args (wwoods)
Brian C. Lane e3d8fd
- Drop workaround for old dracut BOOTIF+ip problem (wwoods)
Brian C. Lane e3d8fd
- Fix behavior (and docs) for ks=nfs:<path>/ (#1094645) (wwoods)
Brian C. Lane e3d8fd
- Allow non-ASCII characters in passwords (#960837) (dshea)
Brian C. Lane e3d8fd
- Use a separate label for passphrase warnings. (dshea)
Brian C. Lane e3d8fd
- Move more of the passphrase dialog into the glade file. (dshea)
Brian C. Lane e3d8fd
- Don't add redundant grub installs if stage1 is not a disk (dshea)
Brian C. Lane e3d8fd
- Let the user continue on bootloader errors (#1006304) (bcl)
Brian C. Lane e3d8fd
- Fix the parsing of NFS addon URLs (#966240) (dshea)
Brian C. Lane e3d8fd
- Remove redundant import (mkolman)
Brian C. Lane e3d8fd
- Don't overwrite function argument when parsing help texts (mkolman)
Brian C. Lane e3d8fd
- Return CLI help text at once (mkolman)
Brian C. Lane e3d8fd
- Fix typo in previous commit adjusting to blivet API change. (dlehman)
Brian C. Lane e3d8fd
- Adjust for movement of functions from examples into blivet proper. (dlehman)
Brian C. Lane e3d8fd
Brian C. Lane e348d9
* Thu May 08 2014 Brian C. Lane <bcl@redhat.com> - 21.36-1
Brian C. Lane e348d9
- Switch to adwaita-icon-theme (kalevlember)
Brian C. Lane e348d9
- Hook up the TUI categories to autoconf/make. (#1095220) (dshea)
Brian C. Lane e348d9
- Fix the object type specifying argument name for findActions (vpodzime)
Brian C. Lane e348d9
- Remove keyword args 'ignoreErrors' from umountFilesystems() call. (amulhern)
Brian C. Lane e348d9
- Updates for new blivet.size.Size.__new__ interface. (amulhern)
Brian C. Lane e348d9
- Change uses of 'format' keyword param to 'fmt' keyword param (amulhern)
Brian C. Lane e348d9
- Update devicetree.findActions invocations to match blivet interface change
Brian C. Lane e348d9
  (amulhern)
Brian C. Lane e348d9
- Bump blivet version to ensure next four patches get the right interface.
Brian C. Lane e348d9
  (amulhern)
Brian C. Lane e348d9
Brian C. Lane 14692b
* Mon May 05 2014 Brian C. Lane <bcl@redhat.com> - 21.35-1
Brian C. Lane 14692b
- Use format strings in the new kickstart error message translations. (clumens)
Brian C. Lane 14692b
- Mark kickstart errors as translatable, and hopefully make them more useful
Brian C. Lane 14692b
  too. (clumens)
Brian C. Lane 14692b
- install: Move Payload postInstall() after bootloader (walters)
Brian C. Lane 14692b
- iutil: Transparently redirect anyone who asks root=/mnt/sysimage to sysroot
Brian C. Lane 14692b
  (walters)
Brian C. Lane 14692b
- Fix the way categories are handled in text mode. (sbueno+anaconda)
Brian C. Lane 14692b
- Move GUI-specific helper classes to a separate module (#1091542) (dshea)
Brian C. Lane 14692b
- Fix license in parse-kickstart (mkolman)
Brian C. Lane 14692b
- main: Set flags.extlinux if extlinux is used in interactive-defaults.ks
Brian C. Lane 14692b
  (walters)
Brian C. Lane 14692b
- anaconda.service: Set GIO_USE_VFS=local (walters)
Brian C. Lane 14692b
- Use a gettext context where necessary when retranslating (#1091207) (dshea)
Brian C. Lane 14692b
- Update makebumpver for python-bugzilla 1.0.0 (bcl)
Brian C. Lane 14692b
- Skip source and software spoke in text live installations (#1092763) (bcl)
Brian C. Lane 14692b
- Add correct kernel params if rootfs is btrfs on s390x. (#874622)
Brian C. Lane 14692b
  (sbueno+anaconda)
Brian C. Lane 14692b
- Don't crash on anaconda-yum output containing multiple colons (#1092441)
Brian C. Lane 14692b
  (mkolman)
Brian C. Lane 14692b
- Revert chrooting when setting user/root password (vpodzime)
Brian C. Lane 14692b
- network: fix device configuration in text mode (#1058336) (rvykydal)
Brian C. Lane 14692b
- Change order in which packages/groups are selected/excluded (#1091952)
Brian C. Lane 14692b
  (vpodzime)
Brian C. Lane 14692b
- Check the correct button when saving changes in the Custom spoke (#1090786)
Brian C. Lane 14692b
  (vpodzime)
Brian C. Lane 14692b
- Fix unloading modules in driver-updates (#1085099) (wwoods)
Brian C. Lane 14692b
- Re-saved some of the glade files with a newer version of glade. (dshea)
Brian C. Lane 14692b
- Add viewports for the ListBoxes in the software spoke. (dshea)
Brian C. Lane 14692b
- Extend format string checks to translated format strings. (dshea)
Brian C. Lane 14692b
- Fix typo in nm_is_connected method check. (rvykydal)
Brian C. Lane 14692b
- iutil: Introduce getSysroot()/getTargetPhysicalRoot(), use instead of
Brian C. Lane 14692b
  ROOT_PATH (walters)
Brian C. Lane 14692b
Brian C. Lane bd99e5
* Thu Apr 24 2014 Brian C. Lane <bcl@redhat.com> - 21.34-1
Brian C. Lane bd99e5
- Improve the "adding yum repo" message structure (mkolman)
Brian C. Lane bd99e5
- Fix missing log message about adding a repository (#1089297) (mkolman)
Brian C. Lane bd99e5
- Ignore use of eval warnings. (dshea)
Brian C. Lane bd99e5
- Specify string format arguments as logging function parameters (dshea)
Brian C. Lane bd99e5
- New encrypted state is the dialog's encrypted attribute (vpodzime)
Brian C. Lane bd99e5
- Use human readable sizes with two decimal spaces in the GUI (vpodzime)
Brian C. Lane bd99e5
- Make the LUKS unlock callback a timed action (vpodzime)
Brian C. Lane bd99e5
- Hitting ENTER in the LUKS passwd entry should click the Unlock button
Brian C. Lane bd99e5
  (vpodzime)
Brian C. Lane bd99e5
- Block leaf device encryption if container is encrypted consistently
Brian C. Lane bd99e5
  (vpodzime)
Brian C. Lane bd99e5
- Do not remove the replacing item, remove the replaced one instead (vpodzime)
Brian C. Lane bd99e5
- Give include_btrfs variable a better name (vpodzime)
Brian C. Lane bd99e5
- Make the _resolve_btrfs_restrictions method's code nicer (vpodzime)
Brian C. Lane bd99e5
- Refactor the btrfs magic into a separate method (vpodzime)
Brian C. Lane bd99e5
- Switch the condition in long if-else statement (vpodzime)
Brian C. Lane bd99e5
- Give an opaque condition a better name explaining its real meaning (vpodzime)
Brian C. Lane bd99e5
- Refactor out the code for removing empty parents (vpodzime)
Brian C. Lane bd99e5
- Use the (vpodzime)
Brian C. Lane bd99e5
- Refactor out the code for adding device/mountpoint into a method (vpodzime)
Brian C. Lane bd99e5
- Relabel /home partition if using and existing one (#1087736) (vpodzime)
Brian C. Lane bd99e5
- Don't forget to call os._exit() in the child process (vpodzime)
Brian C. Lane bd99e5
- users: Add root= keyword argument to set{User,Root}Password (walters)
Brian C. Lane bd99e5
- users: Deduplicate code to fork()+chroot() (walters)
Brian C. Lane bd99e5
- gui/spokes/software: Enable iff payload is PackagePayload (walters)
Brian C. Lane bd99e5
- Use descriptive pylint messages instead of numbers. (clumens)
Brian C. Lane bd99e5
- Add input validation to the source spoke. (dshea)
Brian C. Lane bd99e5
- Remove the tests for duplicate and invalid repo names (dshea)
Brian C. Lane bd99e5
- Expand the proxy URL validation. (dshea)
Brian C. Lane bd99e5
- Convert the repository name test into a regex (dshea)
Brian C. Lane bd99e5
- Add a remove_check method for InputCheckHandler. (dshea)
Brian C. Lane bd99e5
- Use ID columns in the protocol combo boxes (dshea)
Brian C. Lane bd99e5
- Added a link to a bug about the user data in glade problem. (dshea)
Brian C. Lane bd99e5
- Remove the top and bottom padding from source spoke action area (dshea)
Brian C. Lane bd99e5
- Re-add a false-positive for the GLib module (dshea)
Brian C. Lane bd99e5
Brian C. Lane 80d25c
* Thu Apr 17 2014 Brian C. Lane <bcl@redhat.com> - 21.33-1
Brian C. Lane 80d25c
- Add an option to copy translation files to an updates.img (dshea)
Brian C. Lane 80d25c
- Set the selinux state from the command line (#784828) (dshea)
Brian C. Lane 80d25c
- Remove a whole bunch of pylint false positives (dshea)
Brian C. Lane 80d25c
- Ignore more informational messages printed by pylint pragmas (dshea)
Brian C. Lane 80d25c
- Use more wildcards in the tests dist_ variable (dshea)
Brian C. Lane 80d25c
- Make sure the idx variable is used instead of the old found variable
Brian C. Lane 80d25c
  (vpodzime)
Brian C. Lane 80d25c
- Disable a false positive from pylint (dshea)
Brian C. Lane 80d25c
- Only run dialogs in the enlightbox context (vpodzime)
Brian C. Lane 80d25c
- Separate code for finding item in containers combo and processing it
Brian C. Lane 80d25c
  (vpodzime)
Brian C. Lane 80d25c
- Check Update Settings button sensitivity when saving changes in one place
Brian C. Lane 80d25c
  (vpodzime)
Brian C. Lane 80d25c
- Only save changes if needed when adding mountpoint (vpodzime)
Brian C. Lane 80d25c
- No need to call bool() on a boolean expression result (vpodzime)
Brian C. Lane 80d25c
- Give names to some magic tuples, make them reusable and reuse them (vpodzime)
Brian C. Lane 80d25c
- Add DEVICE_TYPE_DISK's text description to the mapping (vpodzime)
Brian C. Lane 80d25c
- Move a few constants and mappings to the storage_utils module (vpodzime)
Brian C. Lane 80d25c
- Split long label's string into two lines (vpodzime)
Brian C. Lane 80d25c
- Don't rely on the ordering of autopart types in the combobox (vpodzime)
Brian C. Lane 80d25c
- Only save changes if there are any changes to be saved (vpodzime)
Brian C. Lane 80d25c
- Add device type constants to the device type combobox's store (vpodzime)
Brian C. Lane 80d25c
- Change some anaconda-yum DEBUGs to be more informative (bcl)
Brian C. Lane 80d25c
- Change Proxy Add Button to Ok (bcl)
Brian C. Lane 80d25c
- Display a message for missing required packages and groups (#1064565) (dshea)
Brian C. Lane 80d25c
- Fix issues with the errorHandler callback arguments (dshea)
Brian C. Lane 80d25c
Brian C. Lane a53eec
* Thu Apr 10 2014 Brian C. Lane <bcl@redhat.com> - 21.32-1
Brian C. Lane a53eec
- Refactor the code setting up the device type combobox a method (vpodzime)
Brian C. Lane a53eec
- Rename 'swap' variable to 'is_swap' to better express its meaning (vpodzime)
Brian C. Lane a53eec
- Refactor out the code setting up the fstype combobox into a method (vpodzime)
Brian C. Lane a53eec
- Refactor the code updating info about device container into a method
Brian C. Lane a53eec
  (vpodzime)
Brian C. Lane a53eec
- Remove the default None value from the addPage's cb argument (vpodzime)
Brian C. Lane a53eec
- Make on_updates_settings_clicked timed callback (vpodzime)
Brian C. Lane a53eec
- Rename the callback for updating mountpoint settings (vpodzime)
Brian C. Lane a53eec
- Hook up the GUI test so it's run as part of "make check". (clumens)
Brian C. Lane a53eec
- Skip running pylint on files containing "skip-file". (clumens)
Brian C. Lane a53eec
- Add comments to the kickstart tests. (clumens)
Brian C. Lane a53eec
- Add the beginnings of an automated GUI test suite. (clumens)
Brian C. Lane a53eec
- Add accessibility information to the user spoke. (clumens)
Brian C. Lane a53eec
- Add accessibility information to the root password spoke. (clumens)
Brian C. Lane a53eec
- Add accessibility information to the progress hub. (clumens)
Brian C. Lane a53eec
- Add accessibility information to most of the widgets on the storage spoke.
Brian C. Lane a53eec
  (clumens)
Brian C. Lane a53eec
- Add enough accessibility information to the network spoke for livecds.
Brian C. Lane a53eec
  (clumens)
Brian C. Lane a53eec
- Add accessibility information to the keyboard spoke. (clumens)
Brian C. Lane a53eec
- Add accessibility information to the date & time spoke. (clumens)
Brian C. Lane a53eec
- Add a script and base kickstart file for making a dogtail-enabled livecd.
Brian C. Lane a53eec
  (clumens)
Brian C. Lane a53eec
- Add accessibility information to the welcome spoke and summary hub. (clumens)
Brian C. Lane a53eec
- Add accessibility information to some of our widgets. (clumens)
Brian C. Lane a53eec
- Don't use dhcp ntpservers for dir or image installation (bcl)
Brian C. Lane a53eec
- Implement and use decorator for logging UI storage actions (vpodzime)
Brian C. Lane a53eec
- Refactor out the code doing device reformat into a function (vpodzime)
Brian C. Lane a53eec
- Refactor out the code handling encryption change into a function (vpodzime)
Brian C. Lane a53eec
- Fix variable name when logging new fstype (vpodzime)
Brian C. Lane a53eec
- Make it possible to override translation domain in GUIObjects (#1040240)
Brian C. Lane a53eec
  (mkolman)
Brian C. Lane a53eec
- Refactor out the code for handling device size change into a function
Brian C. Lane a53eec
  (vpodzime)
Brian C. Lane a53eec
- Refactor out the code for bounding size into a function (vpodzime)
Brian C. Lane a53eec
- Refactor code for reverting device reformat into a function (vpodzime)
Brian C. Lane a53eec
- Make the code changing an existing device more compact (vpodzime)
Brian C. Lane a53eec
- Comment the part of the code changing an existing device (vpodzime)
Brian C. Lane a53eec
- Do device change logging in one place where possible (vpodzime)
Brian C. Lane a53eec
- Pass information about old and new device as a dictionary (vpodzime)
Brian C. Lane a53eec
- Move code attempting to replace device into a separate function (vpodzime)
Brian C. Lane a53eec
- Mountpoint validation should only care about the new fs type (vpodzime)
Brian C. Lane a53eec
- Make size properties refreshing reused code (vpodzime)
Brian C. Lane a53eec
- Use generator instead of list for auxiliary old_disk_names variable
Brian C. Lane a53eec
  (vpodzime)
Brian C. Lane a53eec
- Remove and unused variable in Custom spoke (vpodzime)
Brian C. Lane a53eec
- Refactor mountpoint configuration validation out from _save_right_side
Brian C. Lane a53eec
  (vpodzime)
Brian C. Lane a53eec
- Don't overload selectorFromDevice function (vpodzime)
Brian C. Lane a53eec
- Use dir_tree_map for the cleanPStore function (vpodzime)
Brian C. Lane a53eec
- Check xconfig before setting the installed displaymode (dshea)
Brian C. Lane a53eec
- DNFPayload: call close() when done with the Base. (ales)
Brian C. Lane a53eec
- Do not try to get "" translated (vpodzime)
Brian C. Lane a53eec
- Use for-cycle else: branch instead of extra variable (vpodzime)
Brian C. Lane a53eec
- Have mountpoint descriptions defined in a dictionary (vpodzime)
Brian C. Lane a53eec
- Uppercase global constants in the Custom spoke (vpodzime)
Brian C. Lane a53eec
- Use cannonical RAID level names when populating RAID stores (vpodzime)
Brian C. Lane a53eec
- No RAID level (RAID level None) is a valid choice for LVM(ThP) (vpodzime)
Brian C. Lane a53eec
- LVM Thin Provisioning supports the same RAID levels as plain LVM (vpodzime)
Brian C. Lane a53eec
- Only block the password/user spokes if data was given in kickstart (vpodzime)
Brian C. Lane a53eec
- Disable a pylint error message for now. (clumens)
Brian C. Lane a53eec
- Suppress selinux error log when using default (#1083239) (bcl)
Brian C. Lane a53eec
- Use the AnacondaWidgets python gi-overrides for pylint (dshea)
Brian C. Lane a53eec
Brian C. Lane dacee5
* Wed Apr 02 2014 Brian C. Lane <bcl@redhat.com> - 21.31-1
Brian C. Lane dacee5
- Only install consolehelper link on livearches (bcl)
Brian C. Lane dacee5
Brian C. Lane 816b1f
* Wed Apr 02 2014 Brian C. Lane <bcl@redhat.com> - 21.30-1
Brian C. Lane 816b1f
- Add support ppc64le (hamzy)
Brian C. Lane 816b1f
- Validate proxy URLs (dshea)
Brian C. Lane 816b1f
- Provide feedback for invalid NTP hostnames. (dshea)
Brian C. Lane 816b1f
- Use GUIDialogInputCheckHandler in the advanced user dialog (dshea)
Brian C. Lane 816b1f
- Add a new InputCheck status for silent failures. (dshea)
Brian C. Lane 816b1f
- Add an InputCheckHandler subclass for dialogs. (dshea)
Brian C. Lane 816b1f
- Generalized and improved the proxy URL parsing regex (dshea)
Brian C. Lane 816b1f
- Update makebumpver for the newer python-bugzilla on rawhide. (clumens)
Brian C. Lane 816b1f
- network: don't crash on virtual devices turned off (#1080640) (rvykydal)
Brian C. Lane 816b1f
- network: don't pop HWADDR twice for vlan on s390 (#1061646) (rvykydal)
Brian C. Lane 816b1f
- Make safe_dbus module's functions less 'safe' (vpodzime)
Brian C. Lane 816b1f
- Add a list of cmdline args that append instead of replace (#1073130) (bcl)
Brian C. Lane 816b1f
- safe_dbus: Don't export DBus connection addresses as variables (walters)
Brian C. Lane 816b1f
Brian C. Lane 38e9b8
* Wed Mar 26 2014 Brian C. Lane <bcl@redhat.com> - 21.29-1
Brian C. Lane 38e9b8
- Add a Makefile target to create a set of empty .po files. (dshea)
Brian C. Lane 38e9b8
- os.path.exists -> os.path.lexists when checking for authconfig. (clumens)
Brian C. Lane 38e9b8
- Add support for tarfiles to liveimg kickstart command (bcl)
Brian C. Lane 38e9b8
- mountExistingSystem raises an exception with dirty FS (#1080210) (vpodzime)
Brian C. Lane 38e9b8
- Don't do yum lock logging when using updates.img (vpodzime)
Brian C. Lane 38e9b8
- Pass Size(0) instead of 0 to the ContainerDialog if no size is given
Brian C. Lane 38e9b8
  (vpodzime)
Brian C. Lane 38e9b8
- Update the BaseWindow and HubWindow example UI fragments (dshea)
Brian C. Lane 38e9b8
- Convert GtkHBox and GtkVBox to GtkBox. (dshea)
Brian C. Lane 38e9b8
- Fix keyboard accelerator collisions from former stock buttons (dshea)
Brian C. Lane 38e9b8
- Set the secret agent icon in the glade file (dshea)
Brian C. Lane 38e9b8
- Remove stock labels and icons. (dshea)
Brian C. Lane 38e9b8
- Run the pykickstart version test on the commands in parse-dracut (dshea)
Brian C. Lane 38e9b8
- Don't reimport os - it's imported very early on. (clumens)
Brian C. Lane 38e9b8
- Use an alternative image if logo is missing (mkolman)
Brian C. Lane 38e9b8
- Update parse-kickstart for the new bootloader command. (clumens)
Brian C. Lane 38e9b8
- Make sure the error info message starts on a new line (vpodzime)
Brian C. Lane 38e9b8
- Define two env variables removing useless warnings (vpodzime)
Brian C. Lane 38e9b8
- Check boot args for None (#1075918) (bcl)
Brian C. Lane 38e9b8
- Revert "Enable make check in %%check and add the necessary BuildRequires"
Brian C. Lane 38e9b8
  (dshea)
Brian C. Lane 38e9b8
- Fix the argument list passed to the payloadInitialize thread (#1079628)
Brian C. Lane 38e9b8
  (dshea)
Brian C. Lane 38e9b8
- Fix filtering the _storage_playground out (vpodzime)
Brian C. Lane 38e9b8
- Sync up step counts in install.py with reality. (clumens)
Brian C. Lane 38e9b8
- Avoid the "unable to init server" message. (dshea)
Brian C. Lane 38e9b8
- Do not attempt to run authconfig if it doesn't exist. (clumens)
Brian C. Lane 38e9b8
- Allow skipping installation of the core group, if asked for in kickstart.
Brian C. Lane 38e9b8
  (clumens)
Brian C. Lane 38e9b8
- Drop the vconsole.font boot arg (#1074113) (vpodzime)
Brian C. Lane 38e9b8
Brian C. Lane 253a64
* Thu Mar 20 2014 Brian C. Lane <bcl@redhat.com> - 21.28-1
Brian C. Lane 253a64
- Get the DBus session bus address in a method (dshea)
Brian C. Lane 253a64
- Specify string format arguments as logging function parameters (dshea)
Brian C. Lane 253a64
- Inhibit the screen saver on live installs (#928825) (dshea)
Brian C. Lane 253a64
- Handle the dbus method call not returning anything. (dshea)
Brian C. Lane 253a64
- Convert errors raised during dbus connection to DBusCallError (dshea)
Brian C. Lane 253a64
- driverdisk: Show selection menu for network driver isos (#1075918) (bcl)
Brian C. Lane 253a64
- Write a modprobe blacklist (#1073130) (bcl)
Brian C. Lane 253a64
- Append cmdline arg values in BootArgs (#1073130) (bcl)
Brian C. Lane 253a64
- Wait for other threads to finish before sending ready (#1075103) (bcl)
Brian C. Lane 253a64
- set proxy related environmental variables (#854029) (bcl)
Brian C. Lane 253a64
- Fix pylint error in yumpayload. (sbueno+anaconda)
Brian C. Lane 253a64
- The custom spoke requires mountPointStore and mountPointCompletion, too.
Brian C. Lane 253a64
  (clumens)
Brian C. Lane 253a64
- Make the lists of files to check consistent across all checks. (dshea)
Brian C. Lane 253a64
- Fix error handling in cmdline mode. (#1034773) (sbueno+anaconda)
Brian C. Lane 253a64
- Don't create bootloader entries for kdump initrd and kernel. (#1036086)
Brian C. Lane 253a64
  (sbueno+anaconda)
Brian C. Lane 253a64
- Add a setting to network.py that got left out of the cherry-pick. (clumens)
Brian C. Lane 253a64
- Enable make check in %%check and add the necessary BuildRequires (atodorov)
Brian C. Lane 253a64
- Make it obvious user is going to begin installation. (#975793)
Brian C. Lane 253a64
  (sbueno+anaconda)
Brian C. Lane 253a64
- Move libtimezonemap requires to the anaconda-gui subpackage (vpodzime)
Brian C. Lane 253a64
- network: apply ks configuration to devices activated in initramfs (#1037605)
Brian C. Lane 253a64
  (rvykydal)
Brian C. Lane 253a64
- Add support for kickstart --interfacename for vlans (#1061646) (rvykydal)
Brian C. Lane 253a64
- network: handle race condition of disappearing active connection (#1073424)
Brian C. Lane 253a64
  (rvykydal)
Brian C. Lane 253a64
- Convert iter from filter model iter to backing store iter (#1074188)
Brian C. Lane 253a64
  (amulhern)
Brian C. Lane 253a64
- Provide ways in kickstart to skip kernel and bootloader (#1074522). (clumens)
Brian C. Lane 253a64
- DNFPayload: apply the kickstart excludedList. (ales)
Brian C. Lane 253a64
- Only pylint files that are in the git working copy (dshea)
Brian C. Lane 253a64
- Move accordion population into a separate function (vpodzime)
Brian C. Lane 253a64
- Short-circuit testing if root has any devices (vpodzime)
Brian C. Lane 253a64
- Getting new devices is not enough cheap operation for being a property
Brian C. Lane 253a64
  (vpodzime)
Brian C. Lane 253a64
- Hide and unhide the same set of disks in the Custom spoke (vpodzime)
Brian C. Lane 253a64
- Use GtkActionList when populating filesystem store (vpodzime)
Brian C. Lane 253a64
- Fix XDG_RUNTIME_DIR not set messages by creating one (dshea)
Brian C. Lane 253a64
- Make the ui_storage_logger reusable (vpodzime)
Brian C. Lane 253a64
- Decide on supported RAID levels in a better way (vpodzime)
Brian C. Lane 253a64
- Fix typo in the comment (vpodzime)
Brian C. Lane 253a64
- Add and use MountpointSelector's attributes we need (vpodzime)
Brian C. Lane 253a64
- Make code to get Size instance from user's input reusable (vpodzime)
Brian C. Lane 253a64
- Make getting raid level less hacky (vpodzime)
Brian C. Lane 253a64
- Implement a function to get container type name (vpodzime)
Brian C. Lane 253a64
- Make custom partitioning helper constants look as constants (vpodzime)
Brian C. Lane 253a64
- Simplify mountpoint validation and error reporting (vpodzime)
Brian C. Lane 253a64
- Simplify label validation and error reporting (vpodzime)
Brian C. Lane 253a64
- Move translated_new_install_name to the right place (vpodzime)
Brian C. Lane 253a64
- Rename the __storage attribute to a more propriate name (vpodzime)
Brian C. Lane 253a64
- Split out helper code from the Custom partitioning spoke (vpodzime)
Brian C. Lane 253a64
- The reset button should only be sensitive if there's something to reset.
Brian C. Lane 253a64
  (clumens)
Brian C. Lane 253a64
- Confirm before resetting custom partitioning selections (#970093). (clumens)
Brian C. Lane 253a64
- DNFPayload: Add languageGroups(). (ales)
Brian C. Lane 253a64
- Use ROOT_PATH not /mnt/sysimage (bcl)
Brian C. Lane 253a64
- Override ROOT_PATH with environmental variable (bcl)
Brian C. Lane 253a64
- Import /etc/login.defs in libuser.conf (#979815) (dshea)
Brian C. Lane 253a64
- Fix environment group changes based on ListBox row activation (dshea)
Brian C. Lane 253a64
- DNFPayload: do not crash when an addon is unavailable. (ales)
Brian C. Lane 253a64
- Payloads: make DEFAULT_REPOS a part of the interface. (ales)
Brian C. Lane 253a64
Brian C. Lane 2ae47b
* Tue Mar 11 2014 Brian C. Lane <bcl@redhat.com> - 21.27-1
Brian C. Lane 2ae47b
- Don't disable anaconda repo on rawhide (bcl)
Brian C. Lane 2ae47b
- Set log level to debug when using an updates image (bcl)
Brian C. Lane 2ae47b
- driver-updates: accept burned driver discs (#1073719) (wwoods)
Brian C. Lane 2ae47b
- Do nothing if previously selected selector gets focus again (#1029798)
Brian C. Lane 2ae47b
  (vpodzime)
Brian C. Lane 2ae47b
- Firstboot is deprecated and gone on Fedora 20 and anything newer (vpodzime)
Brian C. Lane 2ae47b
- Reraise the exception properly (vpodzime)
Brian C. Lane 2ae47b
- Set progress bar to 100 %% in a different way (#1058755) (vpodzime)
Brian C. Lane 2ae47b
- Refresh after checkbox clicked (#1074188) (amulhern)
Brian C. Lane 2ae47b
- Use instclass.efi_dir when constructing the EFI path (dshea)
Brian C. Lane 2ae47b
- Add rescue kernels to the bootloader install list. (#1036349) (dshea)
Brian C. Lane 2ae47b
- Cover both possible ways that GUI WWID may have been set (#1074184)
Brian C. Lane 2ae47b
  (amulhern)
Brian C. Lane 2ae47b
- Do not write out /etc/adjtime file on s390(x) (#1070748) (vpodzime)
Brian C. Lane 2ae47b
- Ignore the data model and just return self.environment (mkolman)
Brian C. Lane 2ae47b
- Software spoke can't be complete if the payload thread is running (mkolman)
Brian C. Lane 2ae47b
- DNFPayload: blivet.size.Size() only knows 'spec' kwarg now. (ales)
Brian C. Lane 2ae47b
- Specify string format arguments as logging function parameters (dshea)
Brian C. Lane 2ae47b
- Add missing changelog entries (bcl)
Brian C. Lane 2ae47b
Brian C. Lane e045b0
* Fri Mar 07 2014 Brian C. Lane <bcl@redhat.com> - 21.26-1
Brian C. Lane e045b0
- Don't traceback, just log a warning if connection is unavailable (#1070928)
Brian C. Lane e045b0
  (mkolman)
Brian C. Lane e045b0
- Remove unnecessary use_markup attributes. (dshea)
Brian C. Lane e045b0
- Add a check for unnecessary markup. (dshea)
Brian C. Lane e045b0
- Ignore the server keymap for spoke status if using VNC (#1045115) (dshea)
Brian C. Lane e045b0
- Call % outside of the translation (dshea)
Brian C. Lane e045b0
- Fix pylint errors about dangerous default values (dshea)
Brian C. Lane e045b0
- Typo fix (dshea)
Brian C. Lane e045b0
- driver-updates: skip iso selection with OEMDRV (#1066784) (bcl)
Brian C. Lane e045b0
- driver-updates: allow interactive mode to load multiple devices (wwoods)
Brian C. Lane e045b0
- driver-updates: add DoRefresh loop to select_iso() (#1066784) (wwoods)
Brian C. Lane e045b0
- driver-updates: add 'refresh' to selection_menu() (wwoods)
Brian C. Lane e045b0
- driver-updates: rework 'dd_finished' handling (wwoods)
Brian C. Lane e045b0
- driver-updates: refactor dd_scan (wwoods)
Brian C. Lane e045b0
- driver-updates: refactor menu to allow other options (wwoods)
Brian C. Lane e045b0
- Bump blivet Requires for DASD changes. (#1064423) (sbueno+anaconda)
Brian C. Lane e045b0
- Add GUI and TUI logic to handle unformatted DASDs. (#1064423)
Brian C. Lane e045b0
  (sbueno+anaconda)
Brian C. Lane e045b0
- Show unformatted DASDs in the local disk store. (#1064423) (sbueno+anaconda)
Brian C. Lane e045b0
- Add dialog box to warn about formatting DASDs. (#1064423) (sbueno+anaconda)
Brian C. Lane e045b0
- Update disk refs when recovering from a devicefactory failure. (#1032141)
Brian C. Lane e045b0
  (dlehman)
Brian C. Lane e045b0
- Add typelib and library paths to the test environment. (dshea)
Brian C. Lane e045b0
- Run pylint with NO_AT_BRIDGE=1 set in the environment (dshea)
Brian C. Lane e045b0
- pylint: Clean up accordion warnings (bcl)
Brian C. Lane e045b0
- Let Gtk pick the size for the isoChooserDialog (#973376) (dshea)
Brian C. Lane e045b0
- network kickstart: do not bind to MAC if SUBCHANNELS are present (#1070232)
Brian C. Lane e045b0
  (rvykydal)
Brian C. Lane e045b0
Brian C. Lane 8afb62
* Fri Feb 28 2014 Brian C. Lane <bcl@redhat.com> - 21.25-1
Brian C. Lane 8afb62
- pylint: Add a pile of new E1101 exceptions (bcl)
Brian C. Lane 8afb62
- pylint: change disable-msg to disable (bcl)
Brian C. Lane 8afb62
- Fix console for s390 and 'noshell' mode (#1070672) (wwoods)
Brian C. Lane 8afb62
- Check that the addon selection state exists before reading it (dshea)
Brian C. Lane 8afb62
- Set the name in the volume group store (dshea)
Brian C. Lane 8afb62
- Don't ignore the directory of the driver disk iso file (vpodzime)
Brian C. Lane 8afb62
- Set rpm macros in DNFPayload (dshea)
Brian C. Lane 8afb62
- Implement %%packages --instLangs (#156477) (dshea)
Brian C. Lane 8afb62
- Set rpm macro information in anaconda-yum. (dshea)
Brian C. Lane 8afb62
- Move the anaconda-yum exception handler (#1057120) (dshea)
Brian C. Lane 8afb62
- Only run gtk actions in the gtk thread. (dshea)
Brian C. Lane 8afb62
- Add createrepo Requires (#1016004) (bcl)
Brian C. Lane 8afb62
- Fix a traceback gathering free space info for a container. (#1069854)
Brian C. Lane 8afb62
  (dlehman)
Brian C. Lane 8afb62
- network: detect also fcoe vlan device names exceeding IFNAMESIZ (#1051268)
Brian C. Lane 8afb62
  (rvykydal)
Brian C. Lane 8afb62
- DNFPayload: display the download progress on the hub. (ales)
Brian C. Lane 8afb62
- driverdisk: Fix typo in error logging (#1016004) (bcl)
Brian C. Lane 8afb62
- driverdisk: Create a repo for network drivers (#1016004) (bcl)
Brian C. Lane 8afb62
- driverdisk: Catch blkid failure (#1036765) (bcl)
Brian C. Lane 8afb62
- driverdisk: Ignore extra blkid fields (#1036765) (bcl)
Brian C. Lane 8afb62
- We can't trust rhcrashkernel-param to give us newline-free text. (pjones)
Brian C. Lane 8afb62
- Remove redundant _setCurrentFreeSpace() call (#1043763) (amulhern)
Brian C. Lane 8afb62
- Enable python-coverage in anaconda (dshea)
Brian C. Lane 8afb62
- Move the sidebar to the right for RTL languages (dshea)
Brian C. Lane 8afb62
- Remove a bunch of unused includes and tests for headers (dshea)
Brian C. Lane 8afb62
- Add a note about when and how to remove isys.sync (dshea)
Brian C. Lane 8afb62
- Remove isys.isPseudoTTY (dshea)
Brian C. Lane 8afb62
- Convert isys.isIsoImage to python code (dshea)
Brian C. Lane 8afb62
- Focus the language search input by default (#973967) (dshea)
Brian C. Lane 8afb62
- Ensure media being verified is always unmounted (dshea)
Brian C. Lane 8afb62
- Write 'text'/'cmdline' in anaconda-ks.cfg in text/cmdline mode (wwoods)
Brian C. Lane 8afb62
- text install -> text system (#1021963) (wwoods)
Brian C. Lane 8afb62
- Support the 'skipx' kickstart command (wwoods)
Brian C. Lane 8afb62
- let systemd decide when to start anaconda-sshd (wwoods)
Brian C. Lane 8afb62
- Don't use tmux for inst.noshell (#1058607) (wwoods)
Brian C. Lane 8afb62
- Fix a nitpick from bcl. (pjones)
Brian C. Lane 8afb62
- Make rhcrashkernel-param get run on non-GRUB 2 platforms. (pjones)
Brian C. Lane 8afb62
- Cast the blame appropriately when the kernel refuses efivars changes.
Brian C. Lane 8afb62
  (pjones)
Brian C. Lane 8afb62
- Do not use shim.efi on ARMv8 aarch64 (#1067758) (dmarlin)
Brian C. Lane 8afb62
- Handle missing environments specified through kickstart (#1067492). (clumens)
Brian C. Lane 8afb62
- create_sparse_file in blivet now expects a Size object. (clumens)
Brian C. Lane 8afb62
- Don't traceback when no size is given in kickstart (#1067707). (clumens)
Brian C. Lane 8afb62
Brian C. Lane 5a1c63
* Fri Feb 21 2014 Brian C. Lane <bcl@redhat.com> - 21.24-1
Brian C. Lane 5a1c63
- setup default environment in initialize (bcl)
Brian C. Lane 5a1c63
- Move environmentAddons into packaging (bcl)
Brian C. Lane 5a1c63
- Skip running efibootmgr for image and dir installations (#1067749) (bcl)
Brian C. Lane 5a1c63
- Move translatable format strings into python. (dshea)
Brian C. Lane 5a1c63
- Added a check for translatable format strings in glade. (dshea)
Brian C. Lane 5a1c63
- Use a single script to run the glade tests. (dshea)
Brian C. Lane 5a1c63
- Check that s390x LVM configuration is valid. (#873135, 885011)
Brian C. Lane 5a1c63
  (sbueno+anaconda)
Brian C. Lane 5a1c63
- Re-apply disk selection on error in TUI storage. (#1056316) (sbueno+anaconda)
Brian C. Lane 5a1c63
- Properly retry package downloads (#924860) (mkolman)
Brian C. Lane 5a1c63
- Change the CSS class name of the sidebar (#1067049). (clumens)
Brian C. Lane 5a1c63
- Preserve ipv6.disable=1 on target system (#1040751) (wwoods)
Brian C. Lane 5a1c63
- Remove an unused import in driver-updates. (clumens)
Brian C. Lane 5a1c63
- Fix heredoc usage in generated /etc/grub.d/01_users (#1044404). (dcantrell)
Brian C. Lane 5a1c63
Brian C. Lane 5e4408
* Tue Feb 18 2014 Brian C. Lane <bcl@redhat.com> - 21.23-1
Brian C. Lane 5e4408
- driverdisk: Parse all blkid output (#857248) (bcl)
Brian C. Lane 5e4408
- Fix blkid output parsing and our output (vpodzime)
Brian C. Lane 5e4408
- Don't use positional arguments to initialize Gtk objects (dshea)
Brian C. Lane 5e4408
- Set mandatory property in network tui spoke. (#1064139) (sbueno+anaconda)
Brian C. Lane 5e4408
- Disallow /boot on RAID on s390x. (#1027670) (sbueno+anaconda)
Brian C. Lane 5e4408
- Remove a stray break statement (dshea)
Brian C. Lane 5e4408
- Use devicetree.resolveDevice instead of udev_resolve_devspec. (#1047338)
Brian C. Lane 5e4408
  (dlehman)
Brian C. Lane 5e4408
- Set ThreadManager.any_errors to be a property (dshea)
Brian C. Lane 5e4408
- Error on "bootloader --location=partition" when using grub2 (#969095).
Brian C. Lane 5e4408
  (clumens)
Brian C. Lane 5e4408
- Fix the handling of kernel parameters with no = (#1065704) (dshea)
Brian C. Lane 5e4408
- Deal with a couple more "except Exception" lines. (clumens)
Brian C. Lane 5e4408
- Fix pylint errors in the latest dnf-related commit. (clumens)
Brian C. Lane 5e4408
- DNFPayload: pick the right FS as package download target. (ales)
Brian C. Lane 5e4408
- DNFPayload: log import crashes. (ales)
Brian C. Lane 5e4408
- DNFPayload: use dnf.exceptions.MarkingError. (ales)
Brian C. Lane 5e4408
- Return the returned value in the fire_gtk_action (vpodzime)
Brian C. Lane 5e4408
- Allow AddonData classes to parse options in the %%addon line (dshea)
Brian C. Lane 5e4408
- Pass ints to Gtk resize functions (#1065021) (bcl)
Brian C. Lane 5e4408
Brian C. Lane a720c0
* Fri Feb 14 2014 Brian C. Lane <bcl@redhat.com> - 21.22-1
Brian C. Lane a720c0
- Remove app_paintable from a couple nav boxes (#1064708). (clumens)
Brian C. Lane a720c0
- Give a more correct error for missing groups/packages on exclude (#1060194).
Brian C. Lane a720c0
  (clumens)
Brian C. Lane a720c0
- Fix some incorrect RPM macros in the spec file. (clumens)
Brian C. Lane a720c0
- Allow using globs and alternative paths for specifying boot drive (#1057282).
Brian C. Lane a720c0
  (clumens)
Brian C. Lane a720c0
- Don't reset input check status when disabling a check (#1062273) (dshea)
Brian C. Lane a720c0
- Fix how an input check is disabled (#1062275). (dshea)
Brian C. Lane a720c0
- ListStore.remove expects an iter, not an int (#1062752). (clumens)
Brian C. Lane a720c0
Brian C. Lane 1b6cf8
* Tue Feb 11 2014 Brian C. Lane <bcl@redhat.com> - 21.21-1
Brian C. Lane 1b6cf8
- Move save_netinfo into a hook (#1048231) (bcl)
Brian C. Lane 1b6cf8
- Cleanup log message for pylint (bcl)
Brian C. Lane 1b6cf8
- kickstart user accounts should be locked by default (#1063554) (bcl)
Brian C. Lane 1b6cf8
- pre-push hook checking bugzilla IDs on rhelX branches (vpodzime)
Brian C. Lane 1b6cf8
- Make sure LUKS devices can say they have a key (#1060255) (amulhern)
Brian C. Lane 1b6cf8
- Handle LUKS passphrase before doing sanity check (#1060255) (amulhern)
Brian C. Lane 1b6cf8
- Remove some unnecessary resets (#1060255) (amulhern)
Brian C. Lane 1b6cf8
- Do not consider no available LUKS passphrase an error in do_autopart
Brian C. Lane 1b6cf8
  (#1060255) (amulhern)
Brian C. Lane 1b6cf8
- Adapt to new blivet.sanityCheck() return type (#1060255) (amulhern)
Brian C. Lane 1b6cf8
- Adapt StorageChecker class for changed return type of sanityCheck (#1060255)
Brian C. Lane 1b6cf8
  (amulhern)
Brian C. Lane 1b6cf8
- Add sanityCheck functionality back into AutoPart.execute() (#1060255)
Brian C. Lane 1b6cf8
  (amulhern)
Brian C. Lane 1b6cf8
- Bump blivet version for changed sanityCheck() interface (amulhern)
Brian C. Lane 1b6cf8
- UnmanagedDeviceError and UnknownConnectionError are in the nm module.
Brian C. Lane 1b6cf8
  (clumens)
Brian C. Lane 1b6cf8
- blivet no longer has a protectedDevices property. (clumens)
Brian C. Lane 1b6cf8
- network: adapt to changed handling of devices without carrier in NM
Brian C. Lane 1b6cf8
  (#1062417) (rvykydal)
Brian C. Lane 1b6cf8
- driverdisk: Rename skip_dds to make pylint happy (bcl)
Brian C. Lane 1b6cf8
- driverdisk: Use a single systemd service to start DD UI (#1035663) (bcl)
Brian C. Lane 1b6cf8
- driverdisk: Add dd_args_ks handling to driver-updates (#1035663) (bcl)
Brian C. Lane 1b6cf8
- driverdisk: Process kickstart driverdisk commands (#1035663) (bcl)
Brian C. Lane 1b6cf8
- driverdisk: Handle kickstart driverdisk command (#1035663) (bcl)
Brian C. Lane 1b6cf8
- driverdisk: Use getargs instead of the env variable (#1035663) (bcl)
Brian C. Lane 1b6cf8
- Remove now-unused isys/devices.[ch]. (clumens)
Brian C. Lane 1b6cf8
- Call finalize functions in parent classes. (dshea)
Brian C. Lane 1b6cf8
- Fix crashes in the LayoutIndicator dispose function. (dshea)
Brian C. Lane 1b6cf8
- Require systemd (dshea)
Brian C. Lane 1b6cf8
- Remove the now-unused anaconda_spoke_header.png. (clumens)
Brian C. Lane 1b6cf8
- Minor aesthetic cleanups (#1045250). (duffy)
Brian C. Lane 1b6cf8
- Add a topbar design to SpokeWindows. (#1045250) (duffy)
Brian C. Lane 1b6cf8
- Update the Aarch64 packages to include efibootmgr. (dmarlin)
Brian C. Lane 1b6cf8
- Add a sidebar to the standalone and hub windows (#1045250) (duffy)
Brian C. Lane 1b6cf8
- Allow specifying an environment in the kickstart file (#1050994). (clumens)
Brian C. Lane 1b6cf8
- The autopart scheme combo should work for creating partitions manually, too.
Brian C. Lane 1b6cf8
  (clumens)
Brian C. Lane 1b6cf8
Brian C. Lane ddd577
* Tue Feb 04 2014 Brian C. Lane <bcl@redhat.com> - 21.20-1
Brian C. Lane ddd577
- makebumpver: Any failure should cancel the bump (bcl)
Brian C. Lane ddd577
- Add option help text for --image and --dirinstall flags (#1056791) (amulhern)
Brian C. Lane ddd577
- Update bumpver to allow Related bugs (bcl)
Brian C. Lane ddd577
- Fix up some pylint errors. (clumens)
Brian C. Lane ddd577
- If a user has been created, don't allow entering the user spoke (#1058564).
Brian C. Lane ddd577
  (clumens)
Brian C. Lane ddd577
- Tweak passphrase wording a bit. (clumens)
Brian C. Lane ddd577
- Tweak the final progress messages to fit on the screen a little better
Brian C. Lane ddd577
  (#1058463). (clumens)
Brian C. Lane ddd577
- Fix iscsi target selection checkbox in GUI (#1058653) (rvykydal)
Brian C. Lane ddd577
- network ks: allow setting only hostname with network command (#1051564)
Brian C. Lane ddd577
  (rvykydal)
Brian C. Lane ddd577
- fcoe: add fcoe=<NIC>:<EDB> to boot options for nics added manually (#1040215)
Brian C. Lane ddd577
  (rvykydal)
Brian C. Lane ddd577
- network GUI: ignore fcoe vlan devices (#1051268) (rvykydal)
Brian C. Lane ddd577
- Use an unused variable. (dshea)
Brian C. Lane ddd577
- Ignore an unused function warning on isys_init (dshea)
Brian C. Lane ddd577
- Remove unused isys files. (dshea)
Brian C. Lane ddd577
- Fix the handling of realloc failures. (dshea)
Brian C. Lane ddd577
- Run cppcheck on the C source files. (dshea)
Brian C. Lane ddd577
- Check RAID10 box for BTRFS (#1021856) (amulhern)
Brian C. Lane ddd577
- Make sure directory for DD extraction exists (vpodzime)
Brian C. Lane ddd577
- Handle --image arguments more thoroughly (#982164,#994488) (amulhern)
Brian C. Lane ddd577
- Remove the border from the custom part notebook. (clumens)
Brian C. Lane ddd577
- Style the Done button to make it more noticable (mizmo). (clumens)
Brian C. Lane ddd577
- Change the string used to test for serial console (#1054951) (dmarlin)
Brian C. Lane ddd577
Brian C. Lane 1bb62a
* Tue Jan 28 2014 Brian C. Lane <bcl@redhat.com> - 21.19-1
Brian C. Lane 1bb62a
- Change the reclaim space button rules (#980496) (bcl)
Brian C. Lane 1bb62a
- Revert "Fix up username checking regex a bit." (dshea)
Brian C. Lane 1bb62a
- Fix a pylint-caught problem from my previous cherry-pick. (clumens)
Brian C. Lane 1bb62a
- Give priority to IPv4 addresses when showing VNC & SSH IP (#1056420)
Brian C. Lane 1bb62a
  (mkolman)
Brian C. Lane 1bb62a
- Display custom part warnings/errors on the spoke itself (#975840). (clumens)
Brian C. Lane 1bb62a
- Fix listing threads that caused an error (vpodzime)
Brian C. Lane 1bb62a
- Do not add errors item for thread in advance (vpodzime)
Brian C. Lane 1bb62a
- Log exceptions before running exception handling (vpodzime)
Brian C. Lane 1bb62a
- Fix kickstart 'updates' command (#1056727) (wwoods)
Brian C. Lane 1bb62a
- Fix exitHandler loop deactivation (bcl)
Brian C. Lane 1bb62a
- Show hidden disk images (#1034996) (bcl)
Brian C. Lane 1bb62a
- Fix pylint errors (dshea)
Brian C. Lane 1bb62a
- Provide a maximum width to the betanag dialog. (clumens)
Brian C. Lane 1bb62a
- Don't include zero sized disks in the custom part UI either (#903131).
Brian C. Lane 1bb62a
  (clumens)
Brian C. Lane 1bb62a
- Move the Quit button to the right and make it consistently sized (#1038802).
Brian C. Lane 1bb62a
  (clumens)
Brian C. Lane 1bb62a
- "Delete All" on the reclaim dialog should not delete hdiso source (#980496).
Brian C. Lane 1bb62a
  (clumens)
Brian C. Lane 1bb62a
- Add a scrollbar to the error dialog (#1021506). (clumens)
Brian C. Lane 1bb62a
- Change the product name we key off (#1055019). (clumens)
Brian C. Lane 1bb62a
- Another dracut pylint change. (dshea)
Brian C. Lane 1bb62a
- Fix page logic in driver selection (#1055333) (bcl)
Brian C. Lane 1bb62a
- Give users way to select DD ISO interactively (#1036765) (vpodzime)
Brian C. Lane 1bb62a
- Make network-fetched driver disk .iso files work (#1003595) (vpodzime)
Brian C. Lane 1bb62a
- Disable pylint messages too annoying to deal with. (dshea)
Brian C. Lane 1bb62a
- Fix unused variable warnings (dshea)
Brian C. Lane 1bb62a
- Remove unused imports (dshea)
Brian C. Lane 1bb62a
- Specify string format arguments as logging function parameters (dshea)
Brian C. Lane 1bb62a
- Remove the raidstart and raidstop commands (dshea)
Brian C. Lane 1bb62a
- Expand the reach of pylint (dshea)
Brian C. Lane 1bb62a
- Put Xorg on tty6 in accordance with Ancient Anaconda Tradition (#980062)
Brian C. Lane 1bb62a
  (wwoods)
Brian C. Lane 1bb62a
- Fix the handling of kickstart NFS repos with options (#1045528) (dshea)
Brian C. Lane 1bb62a
- Skip empty layout-variant specifications when setting layouts (#1057442)
Brian C. Lane 1bb62a
  (vpodzime)
Brian C. Lane 1bb62a
Brian C. Lane 3bbf8a
* Thu Jan 23 2014 Brian C. Lane <bcl@redhat.com> - 21.18-1
Brian C. Lane 3bbf8a
- Use validate_label to check whether label should be updated (#1038590)
Brian C. Lane 3bbf8a
  (amulhern)
Brian C. Lane 3bbf8a
- Always reject label if the format exists (#1038590) (amulhern)
Brian C. Lane 3bbf8a
- Make label field always sensitive (#1038590) (amulhern)
Brian C. Lane 3bbf8a
- Save module list after initial module load (#1050352) (bcl)
Brian C. Lane 3bbf8a
- Require gtk3 and glib2 documentation to build (dshea)
Brian C. Lane 3bbf8a
- Rename get_widgets_datadir to anaconda_get_widgets_datadir. (dshea)
Brian C. Lane 3bbf8a
- Include the annotation-glossary (dshea)
Brian C. Lane 3bbf8a
- Set device.format.label field close to where we read it (#1056139) (amulhern)
Brian C. Lane 3bbf8a
- Install the rpmrc file to the initrd.img (#1016004) (vpodzime)
Brian C. Lane 3bbf8a
- Give users hint about VNC password restrictions (#1053546) (vpodzime)
Brian C. Lane 3bbf8a
- Be more liberal in what is accepted as a size unit. (dshea)
Brian C. Lane 3bbf8a
- Remove en_spec parameters from blivet.size.Size. (dshea)
Brian C. Lane 3bbf8a
Brian C. Lane 9514ea
* Tue Jan 21 2014 Brian C. Lane <bcl@redhat.com> - 21.17-1
Brian C. Lane 9514ea
- Test for DataHolder Class (#1034427) (bcl)
Brian C. Lane 9514ea
- Use DataHolder for TUI nfs data (#1034427) (bcl)
Brian C. Lane 9514ea
- Add DataHolder class (#1034427) (bcl)
Brian C. Lane 9514ea
- Handle inst.{gpt,dnf,extlinux} using cmdline.getbool() (wwoods)
Brian C. Lane 9514ea
- Drop unreferenced 'useIPv[46]' flag (wwoods)
Brian C. Lane 9514ea
- Don't force shell on tty2 (#980062) (wwoods)
Brian C. Lane 9514ea
- add comment about boot-options.txt (wwoods)
Brian C. Lane 9514ea
- Add support for getting stage2 image from boot.iso (#1035514) (mkolman)
Brian C. Lane 9514ea
- Various changes to handling of filesystem label setting (#1038590) (amulhern)
Brian C. Lane 9514ea
- Fix translation context on the storage options dialogs. (clumens)
Brian C. Lane 9514ea
- Fix problems going into custom partitioning with the new work flow. (clumens)
Brian C. Lane 9514ea
- Don't show actions next to free space lines in the reclaim dialog (#1054208).
Brian C. Lane 9514ea
  (clumens)
Brian C. Lane 9514ea
- If there's a label in the ISO device combo, put it on a new line (#1031727).
Brian C. Lane 9514ea
  (clumens)
Brian C. Lane 9514ea
- Make the device name in a MountpointSelector less wide (#1048583). (clumens)
Brian C. Lane 9514ea
- If a root password is set, don't show the spoke (#910355, #1041405).
Brian C. Lane 9514ea
  (clumens)
Brian C. Lane 9514ea
- Check for certain disk attrs before trying to access them. (#1053055)
Brian C. Lane 9514ea
  (sbueno+anaconda)
Brian C. Lane 9514ea
- Use gtk_get_locale_direction. (dshea)
Brian C. Lane 9514ea
- Always run efibootmgr from ROOT_PATH (bcl)
Brian C. Lane 9514ea
- A class for scheduling Gtk actions and running them all at once (vpodzime)
Brian C. Lane 9514ea
- Remove some leftover float conversions. (dshea)
Brian C. Lane 9514ea
- Use uint64 for the resize target size. (dshea)
Brian C. Lane 9514ea
- Return program output as a string instead of a list (dshea)
Brian C. Lane 9514ea
- Implement and use a function for one-off running Gtk actions (vpodzime)
Brian C. Lane 9514ea
- Be more defensive when getting layouts and their variants (vpodzime)
Brian C. Lane 9514ea
- Implement and use functions for conversion between keymaps and layouts
Brian C. Lane 9514ea
  (vpodzime)
Brian C. Lane 9514ea
- Fix reset of existing device to its original size. (dlehman)
Brian C. Lane 9514ea
- Don't disable checks for global at the module level. (dshea)
Brian C. Lane 9514ea
- Clean up the pylint-false-positives. (dshea)
Brian C. Lane 9514ea
- Remove pylint comments that are no longer necessary (dshea)
Brian C. Lane 9514ea
- Allow pylint-false-positives to end with a newline (dshea)
Brian C. Lane 9514ea
- Change storage widget visibility based on disks selected. (clumens)
Brian C. Lane 9514ea
- Rename widgets in the two remaining options dialogs. (clumens)
Brian C. Lane 9514ea
- Allow going to the reclaim dialog even for autopart (#1014671). (clumens)
Brian C. Lane 9514ea
- Add the autopart type combo to custom storage (#1014671). (clumens)
Brian C. Lane 9514ea
- Tweak DiskOverview spacing a little bit (#1014671). (clumens)
Brian C. Lane 9514ea
- Add custom part and encryption buttons to the main storage spoke (#1014671).
Brian C. Lane 9514ea
  (clumens)
Brian C. Lane 9514ea
- Remove the existing install_options1 dialog, rename the others (#1014671).
Brian C. Lane 9514ea
  (clumens)
Brian C. Lane 9514ea
- Grow the spoke gradient image to fit the nav_area (#1035772). (clumens)
Brian C. Lane 9514ea
- Additional completion checks in network spoke. (#1044571) (sbueno+anaconda)
Brian C. Lane 9514ea
- Fix problems reported by pylint (dshea)
Brian C. Lane 9514ea
- Decode potentially 8-bit strings in TUI windows (dshea)
Brian C. Lane 9514ea
Brian C. Lane f53bcd
* Fri Jan 10 2014 Brian C. Lane <bcl@redhat.com> - 21.16-1
Brian C. Lane f53bcd
- Use blivet.size.Size for all size quantities. (dlehman)
Brian C. Lane f53bcd
- make anaconda-shell (wwoods)
Brian C. Lane f53bcd
- handle "ks=cdrom[:<path>]" on systems with multiple CDs (#1049237) (wwoods)
Brian C. Lane f53bcd
- dracut: add when_any_cdrom_appears for cdrom autoprobe (wwoods)
Brian C. Lane f53bcd
- dracut: minor shell cleanup (wwoods)
Brian C. Lane f53bcd
- fix inst.noshell (#807703) (wwoods)
Brian C. Lane f53bcd
- Error gracefully if we have a question in cmdline mode. (#869731)
Brian C. Lane f53bcd
  (sbueno+anaconda)
Brian C. Lane f53bcd
- Verify that designated label can be set (#1038590) (amulhern)
Brian C. Lane f53bcd
- Do not change sensitivity of label field (#1038590) (amulhern)
Brian C. Lane f53bcd
- Make the clear icon functional in language spoke. (sbueno+anaconda)
Brian C. Lane f53bcd
- Fix the translated pango markup check (dshea)
Brian C. Lane f53bcd
- Remove iutil.strip_markup. (dshea)
Brian C. Lane f53bcd
- Pass additional command-line arguments to pylint (dshea)
Brian C. Lane f53bcd
- Fix and ignore markup warnings where appropriate (dshea)
Brian C. Lane f53bcd
- Check that the Pango markup in glade files is valid (dshea)
Brian C. Lane f53bcd
- Added a pylint module to check pango markup. (dshea)
Brian C. Lane f53bcd
- Split the po-based translation code into a separate file. (dshea)
Brian C. Lane f53bcd
- Fix bool parsing of boot options with inst. prefix (#1044391) (mkolman)
Brian C. Lane f53bcd
- Use vc_keymap as X layout only if we get nothing from localed (#1048592)
Brian C. Lane f53bcd
  (vpodzime)
Brian C. Lane f53bcd
- Warn user if entering LUKS password with non-ASCII characters (#1039168)
Brian C. Lane f53bcd
  (vpodzime)
Brian C. Lane f53bcd
- Add back some erroneously removed set_use_underline calls (dshea)
Brian C. Lane f53bcd
- Only show the "DATA" heading if there are data mount points under it.
Brian C. Lane f53bcd
  (clumens)
Brian C. Lane f53bcd
- Don't allow the advanced user dialog to be saved with errors (dshea)
Brian C. Lane f53bcd
- Move the add_check stuff into helper classes. (dshea)
Brian C. Lane f53bcd
- Remove the UID and GID maximums. (#978846) (dshea)
Brian C. Lane f53bcd
- Fix an invalid mnemonic widget reference in passphrase entry (dshea)
Brian C. Lane f53bcd
- Added checks for some potential issues in glade files (dshea)
Brian C. Lane f53bcd
- Remove scrot dependency for global screenshot support (mkolman)
Brian C. Lane f53bcd
- Fix mnemonic widget reference id (vpodzime)
Brian C. Lane f53bcd
Brian C. Lane b841d1
* Tue Jan 07 2014 Brian C. Lane <bcl@redhat.com> - 21.15-1
Brian C. Lane b841d1
- Use the new Gtk.ListBox for displaying environments and addons (#1039683).
Brian C. Lane b841d1
  (clumens)
Brian C. Lane b841d1
- Display additional disk attributes in TUI storage spoke. (#1024760)
Brian C. Lane b841d1
  (sbueno+anaconda)
Brian C. Lane b841d1
- Fix 'select all disks' logic in TUI storage spoke. (sbueno+anaconda)
Brian C. Lane b841d1
- Ignore the compile script (dshea)
Brian C. Lane b841d1
- network GUI: don't crash when wifi is activated in standalone spoke
Brian C. Lane b841d1
  (#1046138) (rvykydal)
Brian C. Lane b841d1
- Use the right test for there being any storage actions. (clumens)
Brian C. Lane b841d1
- Only display the actions summary dialog if there are any actions (#1030511).
Brian C. Lane b841d1
  (clumens)
Brian C. Lane b841d1
- Do not support kickstart+live installs (#1027160). (clumens)
Brian C. Lane b841d1
- We no longer directly use libnl (#1034830). (clumens)
Brian C. Lane b841d1
- Remove _transactionErrors from yumpayload.py. (clumens)
Brian C. Lane b841d1
- Move xhost handling to the xinit script (#1045280) (dshea)
Brian C. Lane b841d1
- Check for ready before baseRepo in completed (#1044985) (bcl)
Brian C. Lane b841d1
- Treat the output of vncpasswd as binary data, since it is (#1045119) (dshea)
Brian C. Lane b841d1
- Add iutil.exec* options for handling binary data (dshea)
Brian C. Lane b841d1
- Print a message and exit if a user attempts to upgrade via kickstart. (dshea)
Brian C. Lane b841d1
Brian C. Lane 15b4c0
* Wed Dec 18 2013 Brian C. Lane <bcl@redhat.com> - 21.14-1
Brian C. Lane 15b4c0
- Fix the release notes image cycler. (#1043393) (dshea)
Brian C. Lane 15b4c0
- Do not schedule resize actions for non-resizing requests (#1039491)
Brian C. Lane 15b4c0
  (vpodzime)
Brian C. Lane 15b4c0
- Use ceil for minSize in resize dialog (#1040012) (bcl)
Brian C. Lane 15b4c0
- Use integer numbers of megabytes in the Reclaim dialog (#1040012) (vpodzime)
Brian C. Lane 15b4c0
- fcoe gui: repopulate device tree only if device was actually added (#1039223)
Brian C. Lane 15b4c0
  (rvykydal)
Brian C. Lane 15b4c0
- Exclude FCoE disks from local disks (#1039223) (rvykydal)
Brian C. Lane 15b4c0
- fcoe: repopulate devicetree after adding FCoE SAN (#1039223) (rvykydal)
Brian C. Lane 15b4c0
- Add initial 64-bit ARM aarch64 EFI support (#1034428) (dmarlin)
Brian C. Lane 15b4c0
- Rename network spoke header (mkolman)
Brian C. Lane 15b4c0
- Show the Shell spoke in debug mode (vpodzime)
Brian C. Lane 15b4c0
- Accept only .iso files from the IsoChooser dialog (#1015169) (vpodzime)
Brian C. Lane 15b4c0
- Just run the IsoChooser dialog lightbox (vpodzime)
Brian C. Lane 15b4c0
- Use libxklavier's new methods instead of our nasty hack (vpodzime)
Brian C. Lane 15b4c0
- Move atexit registration before running rescue mode (#1038855) (vpodzime)
Brian C. Lane 15b4c0
- Only display the addon separator if there's a reason to. (clumens)
Brian C. Lane 15b4c0
- Stop using deprecated gtk margin functions. (clumens)
Brian C. Lane 15b4c0
- Fix the check_accelerators srcdir path. (dshea)
Brian C. Lane 15b4c0
- Show msg in TUI if user attempts to create invalid username. (#965561)
Brian C. Lane 15b4c0
  (sbueno+anaconda)
Brian C. Lane 15b4c0
- Fix up username checking regex a bit. (sbueno+anaconda)
Brian C. Lane 15b4c0
- Fix default device for ks=cdrom (#1042500) (bcl)
Brian C. Lane 15b4c0
- createUser is already in a chroot (#1038241) (bcl)
Brian C. Lane 15b4c0
- Skip checks on files that are not staged for commit. (dshea)
Brian C. Lane 15b4c0
- Allow catching exceptions from threads (vpodzime)
Brian C. Lane 15b4c0
- Enable warnings about abstract methods not overridden (dshea)
Brian C. Lane 15b4c0
- Provide empty methods to override abstract parent methods. (dshea)
Brian C. Lane 15b4c0
- Implement status in StandaloneSpoke. (dshea)
Brian C. Lane 15b4c0
- Move a bunch of abstract methods from Payload to PackagePayload (dshea)
Brian C. Lane 15b4c0
- Remove some methods from packaging.Payload. (dshea)
Brian C. Lane 15b4c0
- Disable abstract method warnings in intermediate abstract classes. (dshea)
Brian C. Lane 15b4c0
- Remove Personalization spoke (dshea)
Brian C. Lane 15b4c0
- Remove some vestigal code from an earlier version of GUICheck (dshea)
Brian C. Lane 15b4c0
Brian C. Lane 17c1b2
* Thu Dec 12 2013 Brian C. Lane <bcl@redhat.com> - 21.13-1
Brian C. Lane 17c1b2
- Refresh environment addons on source change (#1033749) (bcl)
Brian C. Lane 17c1b2
- Fix selector device matching for unallocated partitions. (#1039292) (dlehman)
Brian C. Lane 17c1b2
- Rename the network config spoke a little bit. (clumens)
Brian C. Lane 17c1b2
- Don't encrypt device if container is encrypted (bcl)
Brian C. Lane 17c1b2
- network: add s390 options in ifcfgs generated from kickstart (#1031376)
Brian C. Lane 17c1b2
  (rvykydal)
Brian C. Lane 17c1b2
- Remove enablement of whiteout/blackout plugins, and the requires on anaconda-
Brian C. Lane 17c1b2
  yum-plugins. (notting)
Brian C. Lane 17c1b2
- Fix checking if we are collecting our module (vpodzime)
Brian C. Lane 17c1b2
- Remove an unnecessary continue statement in the potfiles check (vpodzime)
Brian C. Lane 17c1b2
- Use sys.exit instead of os._exit in the potfiles test (vpodzime)
Brian C. Lane 17c1b2
- List addons in exception report data (vpodzime)
Brian C. Lane 17c1b2
- Make Hub.storage and Spoke.storage a property (dshea)
Brian C. Lane 17c1b2
- Fix the botched helperization of StorageChecker (dshea)
Brian C. Lane 17c1b2
- Disable tmpfs in the GUI (#1039511) (mkolman)
Brian C. Lane 17c1b2
- Don't crash on NTP lookup without network (#1026079) (mkolman)
Brian C. Lane 17c1b2
- Don't rely on Gtk being importable for exception handling (vpodzime)
Brian C. Lane 17c1b2
- Support rnotes in SVG format (#1034407). (clumens)
Brian C. Lane 17c1b2
- Fix a couple warnings from -Werror=format-security (#1036989). (clumens)
Brian C. Lane 17c1b2
- Use abstract base classes for mixins. (dshea)
Brian C. Lane 17c1b2
- Display free space remaining in containers (#1035832). (clumens)
Brian C. Lane 17c1b2
- Make sure url and mirrorlist are not set at once (#1026834) (mkolman)
Brian C. Lane 17c1b2
- if rootfs is btrfs, add rootflags=subvol to kernel parameters (gene)
Brian C. Lane 17c1b2
- add ro to bootloader kernel parameters (gene)
Brian C. Lane 17c1b2
- Added missing entries to POTFILES.in (dshea)
Brian C. Lane 17c1b2
- Add a check that files with translatable strings are in POTFILES.in (dshea)
Brian C. Lane 17c1b2
- Fix the handling of renames in the pylint git hook. (dshea)
Brian C. Lane 17c1b2
- Remove startup-id from AnacondaBaseWindow. (dshea)
Brian C. Lane 17c1b2
Brian C. Lane b9f05f
* Wed Dec 04 2013 Brian C. Lane <bcl@redhat.com> - 21.12-1
Brian C. Lane b9f05f
- Handle cancelation of device resize in the custom spoke. (#1027947) (dlehman)
Brian C. Lane b9f05f
- Disallow /boot on lvm until grub2 fully supports it. (#1036705) (dlehman)
Brian C. Lane b9f05f
- Disallow /boot on btrfs subvolume until grubby supports it. (#864198)
Brian C. Lane b9f05f
  (dlehman)
Brian C. Lane b9f05f
- Remove an empty initialize function. (clumens)
Brian C. Lane b9f05f
- Move PathDict into pyanaconda/ui/__init__.py. (clumens)
Brian C. Lane b9f05f
- Add one more directory for ignoring test log files (dshea)
Brian C. Lane b9f05f
- Defer translation of device_type_name (dshea)
Brian C. Lane b9f05f
- Disable pylint errors about gobject-introspection methods (dshea)
Brian C. Lane b9f05f
- Remove unused variables (dshea)
Brian C. Lane b9f05f
- Document the instl.multilib boot option (vpodzime)
Brian C. Lane b9f05f
- Minor tweak of our driver disk documentation (vpodzime)
Brian C. Lane b9f05f
- network: GUI, don't ask for wifi secrets upon Configure (#1033073) (rvykydal)
Brian C. Lane b9f05f
- network: GUI, add support for virtual devices removing (#1030870) (rvykydal)
Brian C. Lane b9f05f
- network: fix naming of slave ifcfg files from kickstart (#1036047) (rvykydal)
Brian C. Lane b9f05f
- network: GUI, handle virtual devices (bond, vlan, team) properly (#1036047)
Brian C. Lane b9f05f
  (rvykydal)
Brian C. Lane b9f05f
- Change how we test if the GUI is available in the anaconda script. (clumens)
Brian C. Lane b9f05f
- Update boot-options.txt. (amulhern)
Brian C. Lane b9f05f
- Omit /dev/sr* from list-harddrives (#1032500) (sbueno+anaconda)
Brian C. Lane b9f05f
- Fix EditTUISpoke to operate only on visible entries (vpodzime)
Brian C. Lane b9f05f
- Don't try to investigate empty string for unicode chars (#1035799) (vpodzime)
Brian C. Lane b9f05f
- Fix issues reported by the check_pw_visibility test (vpodzime)
Brian C. Lane b9f05f
- Add check testing visibility of password entries (vpodzime)
Brian C. Lane b9f05f
- Put tests of .glade files into a separate directory (vpodzime)
Brian C. Lane b9f05f
- Save a reference to the imported Xkl module for get_current_layout (dshea)
Brian C. Lane b9f05f
- Fix the Makefile.am subdirs for widget data. (dshea)
Brian C. Lane b9f05f
- Fix some pylint warnings. (clumens)
Brian C. Lane b9f05f
- Switch to libtimezonemap for the timezone map. (dshea)
Brian C. Lane b9f05f
- Set the _config_dialog property during __init__. (dshea)
Brian C. Lane b9f05f
- Fix handling of long release ids (mkolman)
Brian C. Lane b9f05f
- Store older valid packages in separate folder (mkolman)
Brian C. Lane b9f05f
- Fetch older valid releases (mkolman)
Brian C. Lane b9f05f
- Import Xkl only when really needed (vpodzime)
Brian C. Lane b9f05f
- Global screenshot support (#1025038) (mkolman)
Brian C. Lane b9f05f
- Require new version of python-blivet (vpodzime)
Brian C. Lane b9f05f
- Hide password characters in iSCSI login fields (#1034202) (vpodzime)
Brian C. Lane b9f05f
- Use format names instead of types in the resize dialog (vpodzime)
Brian C. Lane b9f05f
- Do not write out the vconsole.keymap boot option (#1035316) (vpodzime)
Brian C. Lane b9f05f
Brian C. Lane 402b37
* Wed Nov 27 2013 Brian C. Lane <bcl@redhat.com> - 21.11-1
Brian C. Lane 402b37
- Use raid RAID level constants instead of mdraid RAID level constants.
Brian C. Lane 402b37
  (amulhern)
Brian C. Lane 402b37
- Use level objects instead of level integer codes. (amulhern)
Brian C. Lane 402b37
- clear software environment (#1029536) (bcl)
Brian C. Lane 402b37
- Update source on errors (#1030997) (bcl)
Brian C. Lane 402b37
- Fix errors in kickstart.py. (dshea)
Brian C. Lane 402b37
- Update gettext.txt (dshea)
Brian C. Lane 402b37
- Don't allow bootloader and /boot on iSCSI on s390 (#1034222) (vpodzime)
Brian C. Lane 402b37
- Round float values coming from the Gtk stack (#1013586) (vpodzime)
Brian C. Lane 402b37
- Generate missing machine-id (bcl)
Brian C. Lane 402b37
- Fix problems reported by pylint. (dshea)
Brian C. Lane 402b37
- Add HDD ISO support for TUI (#1000327) (mkolman)
Brian C. Lane 402b37
- Use a directory in build tree for pylint data. (dshea)
Brian C. Lane 402b37
- Remove MOSTLYCLEANDIRS from Makefile.am (dshea)
Brian C. Lane 402b37
- fixup spec for fedup (bcl)
Brian C. Lane 402b37
Brian C. Lane 5826e1
* Mon Nov 25 2013 Brian C. Lane <bcl@redhat.com> - 21.10-1
Brian C. Lane 5826e1
- Cleanup anaconda.spec.in (bcl)
Brian C. Lane 5826e1
- Handle non-leaf btrfs volumes with mountpoints. (#1016959) (dlehman)
Brian C. Lane 5826e1
- Use en_spec for blivet Size spec strings with constant components. (#1029616)
Brian C. Lane 5826e1
  (dshea)
Brian C. Lane 5826e1
- The gui and tui subpackages cannot be noarch (vpodzime)
Brian C. Lane 5826e1
- Cleanup unused and overly complicated stuff in isys (vpodzime)
Brian C. Lane 5826e1
- DNFPayload: tweak to the API changes in dnf-0.4.8 (ales)
Brian C. Lane 5826e1
- Don't use cached packages with different release id (mkolman)
Brian C. Lane 5826e1
Brian C. Lane 4e8029
* Fri Nov 22 2013 Brian C. Lane <bcl@redhat.com> - 21.9-1
Brian C. Lane 4e8029
- Add a test for accesses of yum.preconf outside of _resetYum. (clumens)
Brian C. Lane 4e8029
- Remove base_repo cache (#1011555) (bcl)
Brian C. Lane 4e8029
- Make _yum.preconf setup atomic (#1028245) (bcl)
Brian C. Lane 4e8029
- Remove threading from getBaseRepo handling (#1011555) (bcl)
Brian C. Lane 4e8029
- If there are incomplete spokes, let the user know which (#1032801). (clumens)
Brian C. Lane 4e8029
- tui: show Processing while source is busy (bcl)
Brian C. Lane 4e8029
- tui: wait for threads before entering source and software (#1032823) (bcl)
Brian C. Lane 4e8029
- clear errors when metadata is ok in tui source spoke (#1006570) (bcl)
Brian C. Lane 4e8029
- Fix parallel pylint in distcheck. (dshea)
Brian C. Lane 4e8029
Brian C. Lane 9de6ef
* Wed Nov 20 2013 Brian C. Lane <bcl@redhat.com> - 21.8-1
Brian C. Lane 9de6ef
- Fix geolocation on live installs (mkolman)
Brian C. Lane 9de6ef
- Ignore the pylint warning on importing GraphicalUserInterface. (clumens)
Brian C. Lane 9de6ef
- Fall back to text mode if GUI is not available (vpodzime)
Brian C. Lane 9de6ef
- Get rid of unused isys.isCapsLockEnabled function (vpodzime)
Brian C. Lane 9de6ef
- Don't rely on having zenity and require it only for GUI (vpodzime)
Brian C. Lane 9de6ef
- No longer need the Gconf2 package (vpodzime)
Brian C. Lane 9de6ef
- Split out anaconda's user interfaces into separate packages (vpodzime)
Brian C. Lane 9de6ef
- Do not include tzmapdata into the main package (vpodzime)
Brian C. Lane 9de6ef
- Create directories for stubs if they don't exist (vpodzime)
Brian C. Lane 9de6ef
- Do not try to fetch our own packages that will be built (vpodzime)
Brian C. Lane 9de6ef
- Remove the unused flags import from installclass.py. (clumens)
Brian C. Lane 9de6ef
- Fix logging of pylint-one output (bcl)
Brian C. Lane 9de6ef
- Do yum lock logging only with inst.debug or loglevel=debug (vpodzime)
Brian C. Lane 9de6ef
- Don't panic on installclasses failing with inst.debug (vpodzime)
Brian C. Lane 9de6ef
Brian C. Lane ee8cb3
* Mon Nov 18 2013 Brian C. Lane <bcl@redhat.com> - 21.7-1
Brian C. Lane ee8cb3
- Expand the use of ANACONDA_WIDGETS_DATADIR. (dshea)
Brian C. Lane ee8cb3
- Make thread manager operations atomic (#1029898) (mkolman)
Brian C. Lane ee8cb3
- Run pylint in multiple processes (vpodzime)
Brian C. Lane ee8cb3
- Fix how "changed" signal is emitted on the TreeSelection (vpodzime)
Brian C. Lane ee8cb3
- Pass biosdevname boot option to installed system (#1023609) (rvykydal)
Brian C. Lane ee8cb3
- network: update required NetworkManager version (team support) (rvykydal)
Brian C. Lane ee8cb3
- Use timing decorator for more actions (vpodzime)
Brian C. Lane ee8cb3
- Add test for the have_word_match function (vpodzime)
Brian C. Lane ee8cb3
- A nice decorator making Anaconda's GUI more responsive (vpodzime)
Brian C. Lane ee8cb3
- Short-circuit layouts matching (vpodzime)
Brian C. Lane ee8cb3
- Enforce upper bound for resize. (#1027947) (dlehman)
Brian C. Lane ee8cb3
- Fix some pylint problems in network.py. (clumens)
Brian C. Lane ee8cb3
- Add an updates location for the AnacondaWidgets overrides (dshea)
Brian C. Lane ee8cb3
- Fix typo (#1003591) (rvykydal)
Brian C. Lane ee8cb3
- network: call GDBus proxy methods like python (rvykydal)
Brian C. Lane ee8cb3
- network: add team support for kickstart %%pre phase (#1003591) (rvykydal)
Brian C. Lane ee8cb3
- network: generate kickstart commands for team devices (#1003591) (rvykydal)
Brian C. Lane ee8cb3
- network: support for adding team devices (#1003591) (rvykydal)
Brian C. Lane ee8cb3
- network: display team devices in status (#1003591) (rvykydal)
Brian C. Lane ee8cb3
- network: add team support to kickstart (#1003591) (rvykydal)
Brian C. Lane ee8cb3
- Initialize the AddLayouts dialog in advance in the KeyboardSpoke (vpodzime)
Brian C. Lane ee8cb3
- Add function to map functions on items in the main thread (vpodzime)
Brian C. Lane ee8cb3
- Allow having unique thread names with given prefix (vpodzime)
Brian C. Lane ee8cb3
- Remove an unused and non-working leftover function resetResolve (vpodzime)
Brian C. Lane ee8cb3
- Always center dialogs shown on top of lightbox (vpodzime)
Brian C. Lane ee8cb3
- Set spokes' distribution and beta warning only once (vpodzime)
Brian C. Lane ee8cb3
- use deepcopy on ksdata method (#1028243) (bcl)
Brian C. Lane ee8cb3
- Change source spoke proxy handling to use local copy (#967805) (bcl)
Brian C. Lane ee8cb3
- Apply a little tweak to the VNC password length message. (clumens)
Brian C. Lane ee8cb3
- Match layouts with stripped accents in AddLayout dialog (vpodzime)
Brian C. Lane ee8cb3
- Sort layout descriptions properly (#1026238) (vpodzime)
Brian C. Lane ee8cb3
- Make AddLayout dialog persistent (vpodzime)
Brian C. Lane ee8cb3
- Use Sphinx syntax in the iutil module (vpodzime)
Brian C. Lane ee8cb3
- Warn if vnc passwd is longer than 8 chars (hamzy)
Brian C. Lane ee8cb3
- Don't try to unicode unicode strings (#1029109) (vpodzime)
Brian C. Lane ee8cb3
- Add tmpfs support (#918621) (mkolman)
Brian C. Lane ee8cb3
- Added a few things that autoscan complained about (dshea)
Brian C. Lane ee8cb3
- Actually use the config header we generate (dshea)
Brian C. Lane ee8cb3
- Redirect pylint stderr to stdout (dshea)
Brian C. Lane ee8cb3
- Fix the handling of files generated for xgettext (dshea)
Brian C. Lane ee8cb3
- Use gettext to process glade files. (dshea)
Brian C. Lane ee8cb3
- Always use $prefix in directory names. (dshea)
Brian C. Lane ee8cb3
- Pass --enable-gtk-doc to configure in distcheck (dshea)
Brian C. Lane ee8cb3
- Fix the liveinst install/uninstall hooks (dshea)
Brian C. Lane ee8cb3
- Clean up after intltool (dshea)
Brian C. Lane ee8cb3
- Add missing files to dist (dshea)
Brian C. Lane ee8cb3
- DNFPayload: tweak to the API changes in dnf-0.4.7. (ales)
Brian C. Lane ee8cb3
- Add tests for iutil (mkolman)
Brian C. Lane ee8cb3
Brian C. Lane 8fc7f1
* Fri Nov 08 2013 Brian C. Lane <bcl@redhat.com> - 21.6-1
Brian C. Lane 8fc7f1
- Fix typos in translation functions (dshea)
Brian C. Lane 8fc7f1
- Put the cityCompletion back on the list of widgets (vpodzime)
Brian C. Lane 8fc7f1
- Do not translate strings defined at the module or class level. (clumens)
Brian C. Lane 8fc7f1
- Fix a couple places where we're doing %% inside of _(). (clumens)
Brian C. Lane 8fc7f1
- Add a custom pylint module to check i18n problems. (clumens)
Brian C. Lane 8fc7f1
- Remove an unused import. (clumens)
Brian C. Lane 8fc7f1
- Provide our own sorting functions for regions and timezones (#1025029)
Brian C. Lane 8fc7f1
  (vpodzime)
Brian C. Lane 8fc7f1
- Set locale for our process (vpodzime)
Brian C. Lane 8fc7f1
- Translate timezones in GUI (vpodzime)
Brian C. Lane 8fc7f1
- network gui: add apply tooltip to Configure button (#1018471) (rvykydal)
Brian C. Lane 8fc7f1
- Make dialog return code checking more robust (amulhern)
Brian C. Lane 8fc7f1
- Show last 4 bytes of wwid (#1024966) (jstodola)
Brian C. Lane 8fc7f1
- Handle focus changes of MountpointSelectors from outside (#975838) (vpodzime)
Brian C. Lane 8fc7f1
- network: do not crash when device for network --device is not found
Brian C. Lane 8fc7f1
  (#1023829) (rvykydal)
Brian C. Lane 8fc7f1
- Log continuing from hub if there are no spokes (vpodzime)
Brian C. Lane 8fc7f1
- Updates to boot-options.txt document (#1026449) (amulhern)
Brian C. Lane 8fc7f1
- No longer install anaconda user documentation (#1026449) (amulhern)
Brian C. Lane 8fc7f1
Brian C. Lane 841c84
* Fri Nov 01 2013 Brian C. Lane <bcl@redhat.com> - 21.5-1
Brian C. Lane 841c84
- Fix spoke sorting issues in text-mode. (#929177) (sbueno+anaconda)
Brian C. Lane 841c84
- Send the continue click after the queue is empty (#1025347) (bcl)
Brian C. Lane 841c84
- No longer use summary screen visit to decide whether bootloader has been
Brian C. Lane 841c84
  configured (#1025811) (amulhern)
Brian C. Lane 841c84
- Remove the bootloader line from the interactive kickstart file (#1025811)
Brian C. Lane 841c84
  (amulhern)
Brian C. Lane 841c84
- Set bootloader default location to mbr in constructor (#1025811) (amulhern)
Brian C. Lane 841c84
- Remove column titles from the software spoke. (dshea)
Brian C. Lane 841c84
- Fix the selection of default groups (#1023263) (dshea)
Brian C. Lane 841c84
- Use the default yscale for the HubWindow alignment (dshea)
Brian C. Lane 841c84
- Fix kickstart block device resolution. (#1022206) (dlehman)
Brian C. Lane 841c84
- Specify query territory when getting language native name (vpodzime)
Brian C. Lane 841c84
- Get rid of trailing whitespace (vpodzime)
Brian C. Lane 841c84
- Export the right classes from the tui.spokes package (vpodzime)
Brian C. Lane 841c84
- Define newLayoutStore before it is used by the filter (vpodzime)
Brian C. Lane 841c84
Brian C. Lane db9488
* Wed Oct 30 2013 Brian C. Lane <bcl@redhat.com> - 21.4-1
Brian C. Lane db9488
- Fix up a couple more pylint errors. (clumens)
Brian C. Lane db9488
- Add check for Linux HFS+ ESP on Mac (#1010495) (bcl)
Brian C. Lane db9488
- Update bootDrive info when storage config updated in text-mode. (#861018)
Brian C. Lane db9488
  (sbueno+anaconda)
Brian C. Lane db9488
- Remove the special handling for en (dshea)
Brian C. Lane db9488
- Ignore SIGINT (#1024822) (amulhern)
Brian C. Lane db9488
- Don't show language twice for keyboard layouts (#1021907) (petersen)
Brian C. Lane db9488
- Make Software spoke ready even if there is no repo (#1010348) (vpodzime)
Brian C. Lane db9488
- Use decorator for methods that invalidate base repo cache (vpodzime)
Brian C. Lane db9488
- Use cache for base repo if possible (vpodzime)
Brian C. Lane db9488
- Make sure to actually set the autopart flag when needed. (#1023554) (dlehman)
Brian C. Lane db9488
- Fix Gtk errors about list store columns (dshea)
Brian C. Lane db9488
- Fix the layout up and down button sensitivies. (dshea)
Brian C. Lane db9488
- Fix the Gkbd spec string for layouts with no variant (dshea)
Brian C. Lane db9488
- pylint wants regexes with backslashes to be specified with 'r'. (clumens)
Brian C. Lane db9488
- Add ack flag checking to makebumpver (bcl)
Brian C. Lane db9488
- Correctly accept 'sshd' boot arg as alias for 'inst.sshd' (#924157) (wwoods)
Brian C. Lane db9488
- Only eject CDROM devices we're actually using (#949919) (wwoods)
Brian C. Lane db9488
- mem may not exist when it's printed out in these error messages. (clumens)
Brian C. Lane db9488
Brian C. Lane f3564b
* Fri Oct 25 2013 Brian C. Lane <bcl@redhat.com> - 21.3-1
Brian C. Lane f3564b
- Reset _proxyChange when a change is triggered (bcl)
Brian C. Lane f3564b
- Setup No Update checkbox correctly (#1016801) (bcl)
Brian C. Lane f3564b
- Fall back to closest mirror in source (#1016801) (bcl)
Brian C. Lane f3564b
- anaconda-dracut: fix ks failure with hd:<dev>:some/path.ks (wwoods)
Brian C. Lane f3564b
- Make sure lower bound for resize is applied. (#986575) (dlehman)
Brian C. Lane f3564b
- Use devicetree to resolve device specs in kickstart. (#1022206) (dlehman)
Brian C. Lane f3564b
- Disregard raid level combo when it isn't applicable. (#1022203) (dlehman)
Brian C. Lane f3564b
- Mountpoint is an attr of the format, not the device. (#892747) (dlehman)
Brian C. Lane f3564b
- Add bootloader execute before autopart (#1021258) (bcl)
Brian C. Lane f3564b
- Do error checking of repository names on "Installation Source" screen.
Brian C. Lane f3564b
  (amulhern)
Brian C. Lane f3564b
- Avoid configure-event loops. (#1021511) (dshea)
Brian C. Lane f3564b
Brian C. Lane 13b75b
* Wed Oct 23 2013 Brian C. Lane <bcl@redhat.com> - 21.2-1
Brian C. Lane 13b75b
- remove signal disconnect (#996899) (bcl)
Brian C. Lane 13b75b
- Re-saved every glade file with glade-3.16.0 (dshea)
Brian C. Lane 13b75b
- Fix pylint errors in network.py. (clumens)
Brian C. Lane 13b75b
- Always use decimal notation for Size specs (dshea)
Brian C. Lane 13b75b
- network kickstart: add support for devices configured in %%pre (#1019796)
Brian C. Lane 13b75b
  (rvykydal)
Brian C. Lane 13b75b
- network gui: make Configure button insensitive when no ap is selected
Brian C. Lane 13b75b
  (#1015212) (rvykydal)
Brian C. Lane 13b75b
- Encode possible unicode objects before calling str() on them (vpodzime)
Brian C. Lane 13b75b
- Fix a typo in function documentation (vpodzime)
Brian C. Lane 13b75b
- Use more general status for installations from media (#1017703) (vpodzime)
Brian C. Lane 13b75b
Brian C. Lane 17676d
* Mon Oct 21 2013 Brian C. Lane <bcl@redhat.com> - 21.1-1
Brian C. Lane 17676d
- Adds additional debug logging to yumpayload.py. (amulhern)
Brian C. Lane 17676d
- Handle invalid JSON in geoloc (#1021410) (dshea)
Brian C. Lane 17676d
- Revert "Only prompt for LUKS password if the user has chosen to configure
Brian C. Lane 17676d
  automatically." (amulhern)
Brian C. Lane 17676d
- Add context support to check_accelerators (dshea)
Brian C. Lane 17676d
- Added translation contexts to the TUI. (dshea)
Brian C. Lane 17676d
- Added translation contexts to the GUI. (dshea)
Brian C. Lane 17676d
- Add support for context-based translations (dshea)
Brian C. Lane 17676d
- Reset checks on both password fields. (#1020580) (dshea)
Brian C. Lane 17676d
- Fix swaps added to fstab for noformat (gene)
Brian C. Lane 17676d
- Don't update hub's continue button and label for every spoke (#1020373)
Brian C. Lane 17676d
  (vpodzime)
Brian C. Lane 17676d
- Add storage tests. (clumens)
Brian C. Lane 17676d
- Add option to select all hard drives in text mode. (#965580)
Brian C. Lane 17676d
  (sbueno+anaconda)
Brian C. Lane 17676d
- BootLoaderError should not reset storage (#1019541) (bcl)
Brian C. Lane 17676d
- Only prompt for LUKS password if the user has chosen to configure
Brian C. Lane 17676d
  automatically. (amulhern)
Brian C. Lane 17676d
- Remove an unused string (dshea)
Brian C. Lane 17676d
- Translate AM and PM (dshea)
Brian C. Lane 17676d
- Translate strings marked as translatable (dshea)
Brian C. Lane 17676d
- network gui spoke: use GDBus to obtain list of settings (#1018467) (rvykydal)
Brian C. Lane 17676d
- network: look for device settings also based on DEVICE value (#1017788)
Brian C. Lane 17676d
  (rvykydal)
Brian C. Lane 17676d
- Fix liveinst to work with livemedia-creator (#1009711) (bcl)
Brian C. Lane 17676d
- Remove the button-label property on SpokeWindow. (clumens)
Brian C. Lane 17676d
- Log entering/exiting spokes and hubs in the GUI. (clumens)
Brian C. Lane 17676d
- Escape text inserted into markup strings (dshea)
Brian C. Lane 17676d
- Move markup out of translatable strings (dshea)
Brian C. Lane 17676d
- Move formating markup out of python where possible (dshea)
Brian C. Lane 17676d
- Use explicit children to set label attributes (dshea)
Brian C. Lane 17676d
- Turn on the image on the "Add a disk..." button. (dshea)
Brian C. Lane 17676d
Brian C. Lane 9027c8
* Wed Oct 16 2013 Brian C. Lane <bcl@redhat.com> - 20.26-1
Brian C. Lane 9027c8
- Install bootloader to loop device in disk image installations. (#1019502)
Brian C. Lane 9027c8
  (dlehman)
Brian C. Lane 9027c8
- Don't try to configure a bootloader for s390 disk image installs. (#1019502)
Brian C. Lane 9027c8
  (dlehman)
Brian C. Lane 9027c8
- Fix initramfs generation for disk image installations. (#1019502) (dlehman)
Brian C. Lane 9027c8
- Save mountpoints specified for existing btrfs volumes. (#892747) (dlehman)
Brian C. Lane 9027c8
- Add a command line option for disabling friendly multipath names. (#977815)
Brian C. Lane 9027c8
  (dlehman)
Brian C. Lane 9027c8
- Remove en (dshea)
Brian C. Lane 9027c8
- "Fix" the zSeries device filter "label" (dshea)
Brian C. Lane 9027c8
- Replace placeholders with the strings from python (dshea)
Brian C. Lane 9027c8
- Add and fix keyboard accelerators (dshea)
Brian C. Lane 9027c8
- Check for labels with use_underline and no accelerator (dshea)
Brian C. Lane 9027c8
- Support checking the translation of plural strings (dshea)
Brian C. Lane 9027c8
- Specify a node id in check_accelerator exceptions (dshea)
Brian C. Lane 9027c8
- BTRFS cannot hold swap, no need to care about fstab swaps (vpodzime)
Brian C. Lane 9027c8
- Add ANACONDA_INSTALL_CLASSES to testenv.sh. (clumens)
Brian C. Lane 9027c8
- Put a version on the DNF requirement. (clumens)
Brian C. Lane 9027c8
- Revert "For now, ignore checking dnfpayload.py with pylint." (clumens)
Brian C. Lane 9027c8
- Fix the alignment of the Network Time switch (#1019301) (dshea)
Brian C. Lane 9027c8
- Tell blivet which swaps should appear in the fstab (#1011391) (vpodzime)
Brian C. Lane 9027c8
- Put only newly created or reformated swaps to the new root (vpodzime)
Brian C. Lane 9027c8
- Make code to get new devices reusable as property (vpodzime)
Brian C. Lane 9027c8
- Grab journal only from the last boot (vpodzime)
Brian C. Lane 9027c8
- DNFPayload: allow enable/disable calls for repos that do not exist. (ales)
Brian C. Lane 9027c8
- Add shell spoke to s390x installations (vpodzime)
Brian C. Lane 9027c8
- Put TUI spokes in common categories (vpodzime)
Brian C. Lane 9027c8
- MountpointSelector is a widget, set its property properly (#1013612)
Brian C. Lane 9027c8
  (vpodzime)
Brian C. Lane 9027c8
- Include the journal log on installed system (bcl)
Brian C. Lane 9027c8
- DNFPayload: error handling and logging cleanups. (ales)
Brian C. Lane 9027c8
- DNFPayload: reset the transaction goal on new package selection check. (ales)
Brian C. Lane 9027c8
- DNFPayload: implement environmentGroups() (ales)
Brian C. Lane 9027c8
- Some partition scheme is always selected (#1017435) (vpodzime)
Brian C. Lane 9027c8
Brian C. Lane 02c85e
* Fri Oct 11 2013 Brian C. Lane <bcl@redhat.com> - 20.25-1
Brian C. Lane 02c85e
- Don't use g_object_set on initialized objects. (dshea)
Brian C. Lane 02c85e
- Remove the "other" tab in the network spoke. (dshea)
Brian C. Lane 02c85e
- Fix duplicated id in custom.glade (dshea)
Brian C. Lane 02c85e
- Correctly generate rescue initrd (#1013087) (bcl)
Brian C. Lane 02c85e
- Refresh swap suggestion once we know which disks to use (vpodzime)
Brian C. Lane 02c85e
- Initialize the kickstart install method (#1017614) (dshea)
Brian C. Lane 02c85e
- Use correct format for raise in kickstart.py (bcl)
Brian C. Lane 02c85e
- Add install-requires target to the Anaconda makefile (mkolman)
Brian C. Lane 02c85e
- fix luksformat references (#1014493) (bcl)
Brian C. Lane 02c85e
- kickstart: check for correct format (#1014545) (bcl)
Brian C. Lane 02c85e
- Add checks for unexpanded macros. (dshea)
Brian C. Lane 02c85e
- UIScreen doesn't necessarily have the ready property (vpodzime)
Brian C. Lane 02c85e
- Print long widgets in a nice way (vpodzime)
Brian C. Lane 02c85e
- Consider errno 5 I/O errors hardware faults (vpodzime)
Brian C. Lane 02c85e
- Install kernel-lpae if supported (#1013015) (vpodzime)
Brian C. Lane 02c85e
- Bump firewalld version (mkolman)
Brian C. Lane 02c85e
Brian C. Lane 3ad892
* Wed Oct 09 2013 Brian C. Lane <bcl@redhat.com> - 20.24-1
Brian C. Lane 3ad892
- Clear bootDisk and bootloader stage info on errors (#1013482) (bcl)
Brian C. Lane 3ad892
- Catch BootLoaderError when setting up bootloader (#1013474) (bcl)
Brian C. Lane 3ad892
- Fix an incorrect formatting string in makeupdates. (clumens)
Brian C. Lane 3ad892
- network: remove function we don't need anymore (rvykydal)
Brian C. Lane 3ad892
- Don't translate constant strings. (dshea)
Brian C. Lane 3ad892
- Take into account disk space when calculating swap suggestion (#1016673)
Brian C. Lane 3ad892
  (vpodzime)
Brian C. Lane 3ad892
- DNFPayload: adapt to DNF change c3de85d6 of Base.install() error reporting.
Brian C. Lane 3ad892
  (ales)
Brian C. Lane 3ad892
- DNFPayload: the new libcomps makes env.option_ids a list of GroupID objects.
Brian C. Lane 3ad892
  (ales)
Brian C. Lane 3ad892
- Fix warning message when package version is not found in Koji (mkolman)
Brian C. Lane 3ad892
Brian C. Lane 6c16aa
* Tue Oct 08 2013 Brian C. Lane <bcl@redhat.com> - 20.23-1
Brian C. Lane 6c16aa
- Use Unicode in the TUI buffer strings (#1015620) (dshea)
Brian C. Lane 6c16aa
- DNFPayload: install DNF itself. (ales)
Brian C. Lane 6c16aa
- DNFPayload: direct conf.persistdir to the sysimage. (ales)
Brian C. Lane 6c16aa
- Add a tooltip to the container combobox (#975801) (bcl)
Brian C. Lane 6c16aa
- Use different colors for different message types. (dshea)
Brian C. Lane 6c16aa
- Exit on exception in the askVNC spoke (#962804) (dshea)
Brian C. Lane 6c16aa
- Don't skip the strength check if overriding a kickstart password (dshea)
Brian C. Lane 6c16aa
- Allow password spoke to be exited without password (#1004931) (dshea)
Brian C. Lane 6c16aa
- Re-check the password strength when the username changes (dshea)
Brian C. Lane 6c16aa
- Only call pwquality once per password. (dshea)
Brian C. Lane 6c16aa
- Use GUICheck checks for the root password strength (dshea)
Brian C. Lane 6c16aa
- Use constants for password check failure messages (dshea)
Brian C. Lane 6c16aa
- Use a constant to indicate GUICheck success (dshea)
Brian C. Lane 6c16aa
- Remove a redundant error property from UserSpoke (dshea)
Brian C. Lane 6c16aa
- Fix the usages of PWQError. (#1014405) (dshea)
Brian C. Lane 6c16aa
- Fix usage of GtkLevelBar in glade. (dshea)
Brian C. Lane 6c16aa
- Clean up callbacks in the user spoke. (dshea)
Brian C. Lane 6c16aa
- Removed an untrue portion of a doc comment (dshea)
Brian C. Lane 6c16aa
- Support for removing services from firewall needs newer PyKickstart (mkolman)
Brian C. Lane 6c16aa
- Add support for removing services from the firewall (#957809) (mkolman)
Brian C. Lane 6c16aa
Brian C. Lane daab29
* Fri Oct 04 2013 Brian C. Lane <bcl@redhat.com> - 20.22-1
Brian C. Lane daab29
- Only encrypt the TUI user password once (#1015220) (dshea)
Brian C. Lane daab29
- Don't try to collect removed modules (vpodzime)
Brian C. Lane daab29
- Moved the NFS nolock option into Payload._setupNFS (dshea)
Brian C. Lane daab29
- Grab journalctl logs if there is no /tmp/syslog (vpodzime)
Brian C. Lane daab29
- Pass layout and variant in specific format to Gkbd (#1011155) (vpodzime)
Brian C. Lane daab29
- Translate the "Quit" string at the end of liveinst. (dshea)
Brian C. Lane daab29
Brian C. Lane e414fc
* Fri Sep 27 2013 Brian C. Lane <bcl@redhat.com> - 20.21-1
Brian C. Lane e414fc
- Remove another reference to log_picker. (clumens)
Brian C. Lane e414fc
- Turn spinner back on for configuration (bcl)
Brian C. Lane e414fc
- Use assertIsInstance in the kickstart version test. (clumens)
Brian C. Lane e414fc
- If the full device path is given in repo=hd:, still select it in the UI
Brian C. Lane e414fc
  (#980479). (clumens)
Brian C. Lane e414fc
- Display newly created partitions without a mountpoint, too (#886039).
Brian C. Lane e414fc
  (clumens)
Brian C. Lane e414fc
- Don't require pressing escape twice to kill the media check window (#965625).
Brian C. Lane e414fc
  (clumens)
Brian C. Lane e414fc
- Fix display of weak password warning (#1011850) (dshea)
Brian C. Lane e414fc
- Fix the tui simpleline imports. (dshea)
Brian C. Lane e414fc
- Don't confuse users by misleading tooltip (#1011112) (vpodzime)
Brian C. Lane e414fc
- Assorted other pylint fixes for scripts and utils (dshea)
Brian C. Lane e414fc
- Pass string format arguments as paramters to logging (dshea)
Brian C. Lane e414fc
- Ignore the use of func_globals in a test case (dshea)
Brian C. Lane e414fc
- Fix issues in the AnacondaWidgets python wrapper (dshea)
Brian C. Lane e414fc
- Make exception handling more specific (dshea)
Brian C. Lane e414fc
- Remove unused imports and variables (dshea)
Brian C. Lane e414fc
- Remove unnecessary lambdas (dshea)
Brian C. Lane e414fc
- Remove obsolete files. (dshea)
Brian C. Lane e414fc
- Check whether the commit matches the tree (dshea)
Brian C. Lane e414fc
- Run pylint on all python files (dshea)
Brian C. Lane e414fc
- Don't use relative imports (dshea)
Brian C. Lane e414fc
- Use g_signal_handler_disconnect instead of g_object_disconnect (#1010486)
Brian C. Lane e414fc
  (vpodzime)
Brian C. Lane e414fc
- Fixup Eula class (bcl)
Brian C. Lane e414fc
- Allow searching for keyboard layouts in English (#1009806) (vpodzime)
Brian C. Lane e414fc
- network: don't create ksdata for devices enslaved in GUI (#1011826)
Brian C. Lane e414fc
  (rvykydal)
Brian C. Lane e414fc
- Allow a proxy to be set before the method is saved (#1012096) (dshea)
Brian C. Lane e414fc
- Export the pykickstart Eula command (vpodzime)
Brian C. Lane e414fc
Brian C. Lane a4fd44
* Wed Sep 25 2013 Brian C. Lane <bcl@redhat.com> - 20.20-1
Brian C. Lane a4fd44
- Encrypt normal user passwords when doing text install. (#977732)
Brian C. Lane a4fd44
  (sbueno+anaconda)
Brian C. Lane a4fd44
- Escape the status before setting it as markup (vpodzime)
Brian C. Lane a4fd44
- network gui: do not crash on devices without settings (eg wireless)
Brian C. Lane a4fd44
  (#1010519) (rvykydal)
Brian C. Lane a4fd44
- Make the keyboard layout preview dialog bigger (#1011140) (vpodzime)
Brian C. Lane a4fd44
- Return switching options with the same order as shown (#1011130) (vpodzime)
Brian C. Lane a4fd44
- Use a temporary directory for verifying ISO media (dshea)
Brian C. Lane a4fd44
- Skip devices not controllable by blivet (#1009809) (dshea)
Brian C. Lane a4fd44
- Add translation support to check_accelerators (dshea)
Brian C. Lane a4fd44
- Make sure autopart type is handled deterministicaly in text mode (#1010453)
Brian C. Lane a4fd44
  (vpodzime)
Brian C. Lane a4fd44
- Don't rely on X server adding empty variant for its defaults (#1011658)
Brian C. Lane a4fd44
  (vpodzime)
Brian C. Lane a4fd44
- Make Keyboard spoke's status consistent with other statuses (#1011166)
Brian C. Lane a4fd44
  (vpodzime)
Brian C. Lane a4fd44
- LiveImageKSPayload skip the parent class setup method (#1010500) (bcl)
Brian C. Lane a4fd44
- Pass the actual format instead of Python built-in (#1009678) (vpodzime)
Brian C. Lane a4fd44
- Don't allow using updates with non-default network sources (#1008028)
Brian C. Lane a4fd44
  (vpodzime)
Brian C. Lane a4fd44
- Use Sphinx documentation format in nm.py. (rvykydal)
Brian C. Lane a4fd44
- Changed the keyboard accelerator for iscsi "Retry Log In" (dshea)
Brian C. Lane a4fd44
- Only fail on a missing firewalld command if the firewall is enabled
Brian C. Lane a4fd44
  (#1004976). (clumens)
Brian C. Lane a4fd44
- Cleanup some pylint failures in the network module (bcl)
Brian C. Lane a4fd44
- Add GtkNotebook support to the accelerators check. (dshea)
Brian C. Lane a4fd44
Brian C. Lane 6d7905
* Fri Sep 20 2013 Brian C. Lane <bcl@redhat.com> - 20.19-1
Brian C. Lane 6d7905
- tui ErrorDialog needs to be modal (#983316) (bcl)
Brian C. Lane 6d7905
- Keyboard variant names may contain dashes (#1008730) (vpodzime)
Brian C. Lane 6d7905
- Forbid "root" as a user or group name. (#968451) (dshea)
Brian C. Lane 6d7905
- Set the password strength color based on strength (#965596) (dshea)
Brian C. Lane 6d7905
- Fix the password confirmation match check (#1009907) (dshea)
Brian C. Lane 6d7905
- Replace removed python modules with stubs in makeupdates (vpodzime)
Brian C. Lane 6d7905
- Unlock encrypted partitions before finding installations (#901917) (vpodzime)
Brian C. Lane 6d7905
- Network TUI: remove unused import, import nm. (rvykydal)
Brian C. Lane 6d7905
- Network TUI: show the same status as in gui. (rvykydal)
Brian C. Lane 6d7905
- Network TUI: don't traceback when applying config to device without link.
Brian C. Lane 6d7905
  (rvykydal)
Brian C. Lane 6d7905
- Generate ifcfg VLAN_ID value for kickstart network --vlanid. (rvykydal)
Brian C. Lane 6d7905
- Network TUI: fix updating of ksdata in apply. (rvykydal)
Brian C. Lane 6d7905
- Network TUI: ignore slaves devices for configuration. (rvykydal)
Brian C. Lane 6d7905
- Clean up ifcfg file handling. (rvykydal)
Brian C. Lane 6d7905
- Check the validity of generated usernames in TUI (#965543) (dshea)
Brian C. Lane 6d7905
- Behave better when PYTHONPATH is already set (dshea)
Brian C. Lane 6d7905
- Decode keyboard layout descriptions as UTF-8 (#1009278) (dshea)
Brian C. Lane 6d7905
- Filter out devices with no media from custom (#960794) (bcl)
Brian C. Lane 6d7905
Brian C. Lane 2f2f66
* Wed Sep 18 2013 Brian C. Lane <bcl@redhat.com> - 20.18-1
Brian C. Lane 2f2f66
- ProgressHub no longer exists in pyanaconda/ui/tui/hubs. (clumens)
Brian C. Lane 2f2f66
- Search all disk types for install media (#1004726) (dshea)
Brian C. Lane 2f2f66
- git commit check for ack flag on rhel branches (bcl)
Brian C. Lane 2f2f66
- Fix Lightbox for compositing window managers (#1008446) (dshea)
Brian C. Lane 2f2f66
- Add metalink support to yumpayload (bcl)
Brian C. Lane 2f2f66
- Make progress screen in text mode standalone spoke instead of hub (vpodzime)
Brian C. Lane 2f2f66
- Render the right arrow based on the widget direction (#1008397) (vpodzime)
Brian C. Lane 2f2f66
- Mirror the GUI if an RTL language is chosen (#1008397) (vpodzime)
Brian C. Lane 2f2f66
- Removed unused GUI elements (dshea)
Brian C. Lane 2f2f66
- Clean up what is and isn't translatable and how. (dshea)
Brian C. Lane 2f2f66
- Removed the exceptionsText constant (dshea)
Brian C. Lane 2f2f66
- Add comments for translators to TUI input strings (#854226) (dshea)
Brian C. Lane 2f2f66
- Use python-format on all intltool-extract strings (dshea)
Brian C. Lane 2f2f66
Brian C. Lane 78eda3
* Mon Sep 16 2013 Brian C. Lane <bcl@redhat.com> - 20.17-1
Brian C. Lane 78eda3
- Fix handling of blank size specs in the custom spoke. (#1004903) (dlehman)
Brian C. Lane 78eda3
- Block resize slider value changed handler when setting range. (#1007387)
Brian C. Lane 78eda3
  (dlehman)
Brian C. Lane 78eda3
- Remove an unused import. (clumens)
Brian C. Lane 78eda3
- Create the XklWrapper singleton in background (vpodzime)
Brian C. Lane 78eda3
- Translate layout and switching options descriptions on the fly (vpodzime)
Brian C. Lane 78eda3
- Improve XklWrapper's API (vpodzime)
Brian C. Lane 78eda3
- Move upcase_first_letter function to iutil (vpodzime)
Brian C. Lane 78eda3
- Remove the Layout class and things we don't need in XklWrapper (vpodzime)
Brian C. Lane 78eda3
- Ignore the whole m4 directory (vpodzime)
Brian C. Lane 78eda3
- Do not schedule hubs with no spokes available (#1006357) (vpodzime)
Brian C. Lane 78eda3
- Retranslate language filtering placeholder texts (#1007090) (vpodzime)
Brian C. Lane 78eda3
- Use pigz to create updates.img (vpodzime)
Brian C. Lane 78eda3
- The Desktop class doesn't need to inherit from SimpleConfigFile. (clumens)
Brian C. Lane 78eda3
- Fix yet another pylint error caught after the fact. (clumens)
Brian C. Lane 78eda3
- Move all languages found by geoip to the top in Welcome spoke (mkolman)
Brian C. Lane 78eda3
- Don't set ksdata.lang.seen to True if using default value (mkolman)
Brian C. Lane 78eda3
- DNFPayload: reset the sack and repos on updateBaseRepo() (ales)
Brian C. Lane 78eda3
- refactor: YumPayload: selectKernelPackage()->_select_kernel_package() (ales)
Brian C. Lane 78eda3
- DNFPayload: mirrorlist can not be an empty string. (ales)
Brian C. Lane 78eda3
- DNFPayload: display the download step in progressQ. (ales)
Brian C. Lane 78eda3
- DNFPayload: logging the missed packages/groups. (ales)
Brian C. Lane 78eda3
- DNFPayload: select kernel packages. (ales)
Brian C. Lane 78eda3
- DNFPayload: log when the transaction process unexpectedly terminates. (ales)
Brian C. Lane 78eda3
- DNFpayload: disable all NSS operations in RPM. (ales)
Brian C. Lane 78eda3
- DNFPayload: keyerror in isRepoEnabled() (ales)
Brian C. Lane 78eda3
- DNFPayload: implement selectEnvironment() (ales)
Brian C. Lane 78eda3
Brian C. Lane 33995e
* Fri Sep 13 2013 Brian C. Lane <bcl@redhat.com> - 20.16-1
Brian C. Lane 33995e
- add pre-commit hook to run pylint (bcl)
Brian C. Lane 33995e
- Allow runpylint.sh to be passed files (bcl)
Brian C. Lane 33995e
- handle case of no ifcfg and no hostname (#1002737) (bcl)
Brian C. Lane 33995e
- Allow make targets to be run outside of $srcdir (dshea)
Brian C. Lane 33995e
- Fix the wildcard usage in automake files. (dshea)
Brian C. Lane 33995e
- Move the intltool Makefile rules into configure.ac (dshea)
Brian C. Lane 33995e
- Fix a format parameter mapping (#1007472) (dshea)
Brian C. Lane 33995e
- Check whether keyboard translations are stale (#972236) (dshea)
Brian C. Lane 33995e
- Fix the handling of xklavier strings. (dshea)
Brian C. Lane 33995e
- Center the Langsupport spoke's description (vpodzime)
Brian C. Lane 33995e
- Set minimal width request for the locales box (vpodzime)
Brian C. Lane 33995e
- Use constant for default keyboard layout (vpodzime)
Brian C. Lane 33995e
- Try to use VConsole keymap name as X layout (#1007359) (vpodzime)
Brian C. Lane 33995e
- Retranslate also layout indicator when retranslating BaseWindow (#1007087)
Brian C. Lane 33995e
  (vpodzime)
Brian C. Lane 33995e
- Check ready state before baseRepo (#1007448) (bcl)
Brian C. Lane 33995e
- Fix po/Rules-extract so it doesn't remove itself (dshea)
Brian C. Lane 33995e
- Include LayoutIndicator and TimezoneMap to the Micsellaneous Widgets
Brian C. Lane 33995e
  (vpodzime)
Brian C. Lane 33995e
Brian C. Lane 270c04
* Wed Sep 11 2013 Brian C. Lane <bcl@redhat.com> - 20.15-1
Brian C. Lane 270c04
- Don't set up the resize slider for non-resizable devices. (#997690) (dlehman)
Brian C. Lane 270c04
- Remove 'completed' property from Autopart spoke in text UI. (sbueno+anaconda)
Brian C. Lane 270c04
- Clean up code for input handling in TUI spokes. (sbueno+anaconda)
Brian C. Lane 270c04
- set_hostname should proceed only on DVD and live installations (vpodzime)
Brian C. Lane 270c04
- Don't use temporary file and move when writing out an ifcfg file (vpodzime)
Brian C. Lane 270c04
- Set hostname when leaving network spokes (vpodzime)
Brian C. Lane 270c04
- Keep file-naming convention with the Lightbox widget (vpodzime)
Brian C. Lane 270c04
- Let users configure autopart options in interactive text ks. (#1001061)
Brian C. Lane 270c04
  (sbueno+anaconda)
Brian C. Lane 270c04
- Add parameters to format strings (dshea)
Brian C. Lane 270c04
- Fix pre-processing of files for xgettext (#1005644) (dshea)
Brian C. Lane 270c04
- Added a test to check for xgettext warnings (dshea)
Brian C. Lane 270c04
- Make sure XklWrapper isn't dumped to the anaconda-tb file (vpodzime)
Brian C. Lane 270c04
- Catch race of network device state vs reading its config properties (#980576)
Brian C. Lane 270c04
  (rvykydal)
Brian C. Lane 270c04
Brian C. Lane 25c6e9
* Tue Sep 10 2013 Brian C. Lane <bcl@redhat.com> - 20.14-1
Brian C. Lane 25c6e9
- Convert the lightbox into a GObject (#1000927) (dshea)
Brian C. Lane 25c6e9
- Remove some more unused imports. (clumens)
Brian C. Lane 25c6e9
- Move the Anaconda class to a proper module (vpodzime)
Brian C. Lane 25c6e9
- Firstboot should be disabled by default after automated installations
Brian C. Lane 25c6e9
  (vpodzime)
Brian C. Lane 25c6e9
- Fix typo introduced in refactorization (#1005511) (vpodzime)
Brian C. Lane 25c6e9
- Remove unused imports in the network spoke. (clumens)
Brian C. Lane 25c6e9
- Get rid of the now-unused new_firmware variable. (clumens)
Brian C. Lane 25c6e9
- Remove magic from the passphrase dialog (#921948) (vpodzime)
Brian C. Lane 25c6e9
- Don't pass extra arguments to LangLocaleHandler.__init__() (vpodzime)
Brian C. Lane 25c6e9
- Fix check for device state when reading its IPXConfig (#1001776, # 1005198)
Brian C. Lane 25c6e9
  (rvykydal)
Brian C. Lane 25c6e9
Brian C. Lane 1566aa
* Mon Sep 09 2013 Brian C. Lane <bcl@redhat.com> - 20.13-1
Brian C. Lane 1566aa
- Fix handling of flexible specs in onpart for member devices. (#1004885)
Brian C. Lane 1566aa
  (dlehman)
Brian C. Lane 1566aa
- Always regenerate initramfs (#994180) (bcl)
Brian C. Lane 1566aa
- Avoid the use of NamedTuple._make (dshea)
Brian C. Lane 1566aa
- Add superclass __init__()s and fix an indent (dshea)
Brian C. Lane 1566aa
- Pass logging string format variables as parameters (dshea)
Brian C. Lane 1566aa
- Remove unnecessary variables, imports, semicolons (dshea)
Brian C. Lane 1566aa
- Fix the user/group name regex (dshea)
Brian C. Lane 1566aa
- Fix problems with the test scripts (dshea)
Brian C. Lane 1566aa
- Handle kickstarts that don't specify timezone (#1001598) (mkolman)
Brian C. Lane 1566aa
- Don't set "date of last password change" /etc/shadow field (#985572)
Brian C. Lane 1566aa
  (hdegoede)
Brian C. Lane 1566aa
Brian C. Lane d5e68d
* Fri Sep 06 2013 Brian C. Lane <bcl@redhat.com> - 20.12-1
Brian C. Lane d5e68d
- Cleanup arch tests (dshea)
Brian C. Lane d5e68d
- Rearranged the automake tests. (dshea)
Brian C. Lane d5e68d
- Update po/ build files to the current gettext (dshea)
Brian C. Lane d5e68d
- Use libtool with gtkdoc-scanobj (dshea)
Brian C. Lane d5e68d
- Use autoconf to set the spec file Version. (dshea)
Brian C. Lane d5e68d
- Use the ustar format with make dist (dshea)
Brian C. Lane d5e68d
- Fix widgets autotools generation. (dshea)
Brian C. Lane d5e68d
- Require gtk-doc and GObject. (dshea)
Brian C. Lane d5e68d
- dracut no longer auto assembles everything (#960496) (bcl)
Brian C. Lane d5e68d
- Only ignore missing packages entries (#983316) (bcl)
Brian C. Lane d5e68d
- Fix a string that was modified before translation (#1004960) (dshea)
Brian C. Lane d5e68d
- Let users configure keyboard via anaconda in live installations (#1002533)
Brian C. Lane d5e68d
  (vpodzime)
Brian C. Lane d5e68d
- Use copy instead of move for NTP configuration (#985566) (hdegoede)
Brian C. Lane d5e68d
- Share code between the Welcome and Langsupport spokes (vpodzime)
Brian C. Lane d5e68d
- Do not try to set None as hostname (#1002737) (vpodzime)
Brian C. Lane d5e68d
- Fix crash on LiveCD if network is configured before installing (#1002373)
Brian C. Lane d5e68d
  (rvykydal)
Brian C. Lane d5e68d
Brian C. Lane 02e0be
* Thu Sep 05 2013 Brian C. Lane <bcl@redhat.com> - 20.11-1
Brian C. Lane 02e0be
- Add more details to iso device selector (#971290) (bcl)
Brian C. Lane 02e0be
- Warn user if they enter a weak password in TUI. (#1001039) (sbueno+anaconda)
Brian C. Lane 02e0be
- Don't mark spoke as completed if no repo is set. (#1001538) (sbueno+anaconda)
Brian C. Lane 02e0be
- Don't enable chronyd if disabled in kickstart (#1002583) (mkolman)
Brian C. Lane 02e0be
- Run firstboot-only spokes on first boot by default (vpodzime)
Brian C. Lane 02e0be
- Let hubs specify which environments they support (vpodzime)
Brian C. Lane 02e0be
- Don't mount cdroms that contain no mountable media. (#1000889) (dlehman)
Brian C. Lane 02e0be
- Don't try to parse langcode if none given (vpodzime)
Brian C. Lane 02e0be
- Get rid of the non-deterministic expand_langs and its usage (vpodzime)
Brian C. Lane 02e0be
- Rework the Langsupport spoke to work with all locales (vpodzime)
Brian C. Lane 02e0be
- Rework the Welcome spoke to allow users choose from all locales (vpodzime)
Brian C. Lane 02e0be
- Improve import in GUI utils a bit (vpodzime)
Brian C. Lane 02e0be
- Remove the cryptic "language-default keyboard" checkbutton (vpodzime)
Brian C. Lane 02e0be
- Allow seting up locale without modifying ksdata (vpodzime)
Brian C. Lane 02e0be
- Remove an unused argument of get_available_translations (vpodzime)
Brian C. Lane 02e0be
- Setup language early to a value we can figure out (vpodzime)
Kalev Lember 885159
Brian C. Lane 895c5e
* Tue Sep 03 2013 Brian C. Lane <bcl@redhat.com> - 20.10-1
Brian C. Lane 895c5e
- Optionally hide the GUI option to install updates (dshea)
Brian C. Lane 895c5e
- Move the really_hide and really_show functions to utils (vpodzime)
Brian C. Lane 895c5e
- Search for all translations, not only one per langauge (#1001446) (vpodzime)
Brian C. Lane 895c5e
- Use the DEFAULT_LANG if GeoIP suggestion cannot be used (#1000715) (vpodzime)
Brian C. Lane 895c5e
- Network spoke: fix showing of ipv6 addresses (rvykydal)
Brian C. Lane 895c5e
- Use the sensitive-info log for sensitive location info (#986844) (mkolman)
Brian C. Lane 895c5e
- Add new logger for sensitive information (mkolman)
Brian C. Lane 895c5e
- Handle %%define changes for autofetch (mkolman)
Brian C. Lane 895c5e
- Update dumping of network info for new nmcli interface. (rvykydal)
Brian C. Lane 895c5e
- Text network spoke: more strict ipv6 address input checking (#909299)
Brian C. Lane 895c5e
  (rvykydal)
Brian C. Lane 895c5e
- Network spoke: show global ipv6 addresses (rvykydal)
Brian C. Lane 895c5e
- Text network spoke: add to translated files (po/POTFILES.in) (#902299)
Brian C. Lane 895c5e
  (rvykydal)
Brian C. Lane 895c5e
- Text network spoke: require netmask and gateway for static ipv4 (#902299)
Brian C. Lane 895c5e
  (rvykydal)
Brian C. Lane 895c5e
- Text network spoke: Condense device configuration information (#902299)
Brian C. Lane 895c5e
  (rvykydal)
Brian C. Lane 895c5e
- Text network spoke: fix ipv4 regex (#909299) (rvykydal)
Brian C. Lane 895c5e
- Resolved accelerator conflicts and marked excpetions. (dshea)
Brian C. Lane 895c5e
- Added tests for duplicated keyboard accelerators (dshea)
Brian C. Lane 895c5e
- Implement group creation with GID in GUI (#968085) (dshea)
Brian C. Lane 895c5e
- Remove unused imports. (dshea)
Brian C. Lane 895c5e
- Move dynamic labels out of custom.glade (#1000703) (dshea)
Brian C. Lane 895c5e
Brian C. Lane 8e38fb
* Mon Aug 26 2013 Brian C. Lane <bcl@redhat.com> - 20.9-1
Brian C. Lane 8e38fb
- Text network spoke: basic configuration support (#909299) (rvykydal)
Brian C. Lane 8e38fb
- Add support for network configuration in TUI. (#909299) (sbueno+anaconda)
Brian C. Lane 8e38fb
- Remove partial matches from Koji search results (mkolman)
Brian C. Lane 8e38fb
- Handle >=,<=,= for package version, fix -a/--add (mkolman)
Brian C. Lane 8e38fb
- Return only network devices supported in installer from nm_devices (#999514)
Brian C. Lane 8e38fb
  (rvykydal)
Brian C. Lane 8e38fb
- Obtain network device type specific dbus interface dynamically (#999514)
Brian C. Lane 8e38fb
  (rvykydal)
Brian C. Lane 8e38fb
- Catch no-hwaddr exception only for the respective call (#999514) (rvykydal)
Brian C. Lane 8e38fb
- Don't catch hwaddr not found exception for ethernet devices (#999514)
Brian C. Lane 8e38fb
  (rvykydal)
Brian C. Lane 8e38fb
- Added a validation test for the GUI group list (dshea)
Brian C. Lane 8e38fb
- Validate input fields on the user spoke. (#967245) (dshea)
Brian C. Lane 8e38fb
- Added an input validation framework. (dshea)
Brian C. Lane 8e38fb
- Pre-fetch widgets in advanced user dialog (dshea)
Brian C. Lane 8e38fb
- Change validatePassword to be more flexible. (dshea)
Brian C. Lane 8e38fb
- Moved regexes into regexes.py. (dshea)
Brian C. Lane 8e38fb
Brian C. Lane da0602
* Fri Aug 23 2013 Brian C. Lane <bcl@redhat.com> - 20.8-1
Brian C. Lane da0602
- Fix a SIGSEGV when returning from storage spoke (#983319) (dshea)
Brian C. Lane da0602
- makebumpver: Fix problem with single line body (bcl)
Brian C. Lane da0602
- For now, ignore checking dnfpayload.py with pylint. (clumens)
Brian C. Lane da0602
- Don't do str() on an exception we're passing into a string substitution.
Brian C. Lane da0602
  (clumens)
Brian C. Lane da0602
- Check for hwaddress exceptions. (dshea)
Brian C. Lane da0602
- If LANG isn't set, set it to default value. (#997397) (sbueno+anaconda)
Brian C. Lane da0602
- Remove yet another unused import. (clumens)
Brian C. Lane da0602
- swap devices should be under the System portion (#962668). (clumens)
Brian C. Lane da0602
- Populate the repo store before changed can ever be called (#994940).
Brian C. Lane da0602
  (clumens)
Brian C. Lane da0602
- Make the ISO choosing widget wider (#973376). (clumens)
Brian C. Lane da0602
- Don't recommend /usr as a separate mount point anymore (#981465). (clumens)
Brian C. Lane da0602
- Do not run another instance of the TUI for errors (#997661) (vpodzime)
Brian C. Lane da0602
- Do not try to exit from the installation thread (vpodzime)
Brian C. Lane da0602
- Tell which thread failed to be added by the ThreadMgr (vpodzime)
Brian C. Lane da0602
Brian C. Lane 74b87f
* Wed Aug 21 2013 Brian C. Lane <bcl@redhat.com> - 20.7-1
Brian C. Lane 74b87f
- Modify the gtk_warning function in anaconda to use gtk3. (clumens)
Brian C. Lane 74b87f
- Fix some pylint warnings in the new DNF code. (clumens)
Brian C. Lane 74b87f
- Fix a couple more pykickstart handler version mismatches. (clumens)
Brian C. Lane 74b87f
- anaconda requires a later version of partitioning syntax now. (clumens)
Brian C. Lane 74b87f
- packaging: add dnf to the Anaconda's requires. (ales)
Brian C. Lane 74b87f
- Enable DNFPayload on specific triggers. (ales)
Brian C. Lane 74b87f
- DNFPayload: initial version. (ales)
Brian C. Lane 74b87f
- refactor: tear down the install device in PackagePayload.reset(). (ales)
Brian C. Lane 74b87f
- refactor: extract the device handling in YumPayload._configureBaseRepo up to
Brian C. Lane 74b87f
  PackagePayload. (ales)
Brian C. Lane 74b87f
- refactor: move YumPayload._setUpMedia() up to PackagePayload._setupMedia().
Brian C. Lane 74b87f
  (ales)
Brian C. Lane 74b87f
- Tweaks in the Payload interface. (ales)
Brian C. Lane 74b87f
- remove: configureAddOnRepo from the Payload interface. (ales)
Brian C. Lane 74b87f
- Payload: forgotten comment in spaceRequired() (ales)
Brian C. Lane 74b87f
- Payload: define txID to None. (ales)
Brian C. Lane 74b87f
- The NFS text dialog should never attempt to use method.url (#998446).
Brian C. Lane 74b87f
  (clumens)
Brian C. Lane 74b87f
- Remove the unittest target, since "make check" will do this for us. (clumens)
Brian C. Lane 74b87f
- Use the latest version of the RAID kickstart handler. (clumens)
Brian C. Lane 74b87f
- Update both the method and repo info. (dshea)
Brian C. Lane 74b87f
- remove the UBOOT class arm systems are now using EXTLINUX (dennis)
Brian C. Lane 74b87f
- ARM: switch to using extlinux by default (dennis)
Brian C. Lane 74b87f
- Update our pylint arguments. (clumens)
Brian C. Lane 74b87f
- Don't implicitly unpack exceptions.  That won't be supporetd in the future.
Brian C. Lane 74b87f
  (clumens)
Brian C. Lane 74b87f
- Modify how we call logging functions to take a list of parameters. (clumens)
Brian C. Lane 74b87f
- Use "raise Exception()" instead of "raise Exception, ..." (clumens)
Brian C. Lane 74b87f
- Hook up pylint and our nosetests to be run via "make check". (clumens)
Brian C. Lane 74b87f
- Drop unneeded required_space_text variable. (#997690) (dlehman)
Brian C. Lane 74b87f
- Specify also query script when getting locale's native name (vpodzime)
Brian C. Lane 74b87f
- Update runpylint.sh for pylint 1.0.0 (bcl)
Brian C. Lane 74b87f
- Clean up translation placeholders (#890157) (bcl)
Brian C. Lane 74b87f
- Don't override multilib setting unless the option was passed. (#987557)
Brian C. Lane 74b87f
  (dlehman)
Brian C. Lane 74b87f
- Set the encoding of custom.py to utf-8 (dshea)
Brian C. Lane 74b87f
- Report if a package was not found in Koji during autofetch (mkolman)
Brian C. Lane 74b87f
- Convert makeupdates from getopt to argparse (mkolman)
Brian C. Lane 74b87f
- Fixed the interpretation of RAID levels (dshea)
Brian C. Lane 74b87f
- Consolidate get_object() calls. (dshea)
Brian C. Lane 74b87f
- Add ASCII-only upper and lower string functions. (dshea)
Brian C. Lane 74b87f
- Fix the User/Group already exists log messages. (dshea)
Brian C. Lane 74b87f
- Normalize keyboard layout and variant strings from langtable (vpodzime)
Brian C. Lane 74b87f
- A few tests for the keyboard layout and variant strings processing (vpodzime)
Brian C. Lane 74b87f
- More robust parsing of the layout and variant string specification (vpodzime)
Brian C. Lane 74b87f
- Move DEFAULT_VC_FONT to constants (vpodzime)
Brian C. Lane 74b87f
- Match langs with stripped accents when filtering languages (vpodzime)
Brian C. Lane 74b87f
- Fix the User subclass using an old version of the pykickstart superclass.
Brian C. Lane 74b87f
  (clumens)
Brian C. Lane 74b87f
- Bring the kickstart version test back to life. (clumens)
Brian C. Lane 74b87f
- Don't read proxy for methods that have no proxy (dshea)
Brian C. Lane 74b87f
Brian C. Lane b993fa
* Wed Aug 14 2013 Brian C. Lane <bcl@redhat.com> - 20.6-1
Brian C. Lane b993fa
- Import DBusGMainLoop directly (bcl)
Brian C. Lane b993fa
- Catch AttributeError when looking for InstallClass (bcl)
Brian C. Lane b993fa
- dracut/parse-kickstart should use the updated method-related classes
Brian C. Lane b993fa
  (#994978). (clumens)
Brian C. Lane b993fa
- Ignore warnings about the global keyword and the DefaultInstall class.
Brian C. Lane b993fa
  (clumens)
Brian C. Lane b993fa
- Fix all the pylint warnings in the anaconda file. (clumens)
Brian C. Lane b993fa
- Deal with the last of the catching Exception warnings. (clumens)
Brian C. Lane b993fa
- Always define a continueButton and quitButton property. (clumens)
Brian C. Lane b993fa
- Fix pylint warnings in the installclasses. (clumens)
Brian C. Lane b993fa
- Remove a directory that does not exist from the PYTHONPATH for pylint.
Brian C. Lane b993fa
  (clumens)
Brian C. Lane b993fa
- Fix up some warnings about calling the superclass's __init__ method.
Brian C. Lane b993fa
  (clumens)
Brian C. Lane b993fa
- Remove the reference to "anaconda" in reIPL. (clumens)
Brian C. Lane b993fa
- Fix up almost all of the redefining warning messages. (clumens)
Brian C. Lane b993fa
- Add a bunch of gobject-introspection related ignore lines. (clumens)
Brian C. Lane b993fa
- StorageChecker ought to have a self.storage attribute. (clumens)
Brian C. Lane b993fa
- Ignore another error pylint can't quite figure out. (clumens)
Brian C. Lane b993fa
- pylint doesn't understand what's in AnacondaKSHandler. (clumens)
Brian C. Lane b993fa
- Remove the "Add custom add-on" button. (clumens)
Brian C. Lane b993fa
- Fix up places where overridden methods don't take the same number of args.
Brian C. Lane b993fa
  (clumens)
Brian C. Lane b993fa
- Fix up all unused variable warnings. (clumens)
Brian C. Lane b993fa
- Added files to MAINTAINERCLEANFILES (dshea)
Brian C. Lane b993fa
- Reenabled the pylint test target (dshea)
Brian C. Lane b993fa
- Cleanup the autogen scripts. (dshea)
Brian C. Lane b993fa
- Remove m4 files from the widgets project. (dshea)
Brian C. Lane b993fa
- Install gettext files at build time. (dshea)
Brian C. Lane b993fa
- Use the python checks provided by automake. (dshea)
Brian C. Lane b993fa
- Added a missing type check found by autoscan (dshea)
Brian C. Lane b993fa
- Cleanup the widgets autoconf file (dshea)
Brian C. Lane b993fa
- Add detail to logs when creating users and groups (dshea)
Brian C. Lane b993fa
- Fix miscellaneous errors in installclass.py. (clumens)
Brian C. Lane b993fa
- Fix a variety of errors in the packaging module. (clumens)
Brian C. Lane b993fa
- Do not run pylint against executable files in pyanaconda/. (clumens)
Brian C. Lane b993fa
- Clean up deprecated uses of the string module. (clumens)
Brian C. Lane b993fa
- Call the right superclass's method. (clumens)
Brian C. Lane b993fa
- Straighten out text UI methods so they have the same method signature.
Brian C. Lane b993fa
  (clumens)
Brian C. Lane b993fa
- Remove the lines to ignore E0611. (clumens)
Brian C. Lane b993fa
- Bootloader.read is completely unused; cut it. (clumens)
Brian C. Lane b993fa
- Fix all the "X is defined outside of __init__" warnings. (clumens)
Brian C. Lane b993fa
- Display the correct string for the space required by packages. (clumens)
Brian C. Lane b993fa
- Remove lines that clearly just don't do anything. (clumens)
Brian C. Lane b993fa
- If we're not going to use the return value, don't grab it. (clumens)
Brian C. Lane b993fa
- kernelVersionList in tarpayload.py should act the same as all other versions.
Brian C. Lane b993fa
  (clumens)
Brian C. Lane b993fa
- If we're not going to use the exception object, don't grab it. (clumens)
Brian C. Lane b993fa
- Define stage2_device in the BootLoader class. (clumens)
Brian C. Lane b993fa
- Don't call getPassAlgo before running createGroup. (clumens)
Brian C. Lane b993fa
- Remove some unused values out of constants.py. (clumens)
Brian C. Lane b993fa
- Finish taking care of pylint warnings in image.py. (clumens)
Brian C. Lane b993fa
- Remove the unused network and write methods from the Anaconda object.
Brian C. Lane b993fa
  (clumens)
Brian C. Lane b993fa
- Remove the disable-msg lines for a couple C messages. (clumens)
Brian C. Lane b993fa
- Remove some easy unused argument warnings. (clumens)
Brian C. Lane b993fa
- Remove everything from InstallInterfaceBase except what Rescue needs.
Brian C. Lane b993fa
  (clumens)
Brian C. Lane b993fa
- Remove the duplicated imports. (clumens)
Brian C. Lane b993fa
- Do not use a list or a dict as a default argument to a method. (clumens)
Brian C. Lane b993fa
- Remove unneeded lambdas. (clumens)
Brian C. Lane b993fa
- Fix up all the warnings where we used a reserved function name or keyword.
Brian C. Lane b993fa
  (clumens)
Brian C. Lane b993fa
- Fix up about half of the "except:" and "except Exception:" lines. (clumens)
Brian C. Lane b993fa
- Fix a couple undefined variable errors that were real bugs. (clumens)
Brian C. Lane b993fa
- Ignore statements that have no effect. (clumens)
Brian C. Lane b993fa
- Fix up all the wildcard imports except two in packaging. (clumens)
Brian C. Lane b993fa
- Remove all unused import lines. (clumens)
Brian C. Lane b993fa
- Remove unnecessary pass statements. (clumens)
Brian C. Lane b993fa
- Fix bad indentation and tab-instead-of-space warnings from pylint. (clumens)
Brian C. Lane b993fa
- Put the pylint test back into service. (clumens)
Brian C. Lane b993fa
- Run make with multiple jobs in makeupdates (vpodzime)
Brian C. Lane b993fa
- Use gtk_image_new_from_icon_name (bcl)
Brian C. Lane b993fa
- Remove caching of unused device list. (dlehman)
Brian C. Lane b993fa
- Check MBR gap size even when /boot is on a plain partition. (#986431)
Brian C. Lane b993fa
  (dlehman)
Brian C. Lane b993fa
Brian C. Lane e6103b
* Thu Aug 08 2013 Brian C. Lane <bcl@redhat.com> - 20.5-1
Brian C. Lane e6103b
- Don't wait for systemctl shutdown command to exit (#974383) (bcl)
Brian C. Lane e6103b
- Fix the logging of the spice-vdagent status (dshea)
Brian C. Lane e6103b
- Update PYTHONPATH so unit tests work right out of the source tree. (clumens)
Brian C. Lane e6103b
- Don't check for a firstboot service file before processing the command.
Brian C. Lane e6103b
  (clumens)
Brian C. Lane e6103b
- Strengthen the services command processing a bit. (clumens)
Brian C. Lane e6103b
- Start spice-vdagent (#969405) (dshea)
Brian C. Lane e6103b
- Skip password strength check for kickstart passwords (#986490) (dshea)
Brian C. Lane e6103b
- Network spoke: fix refresh of device IP configuration (rvykydal)
Brian C. Lane e6103b
- Add unsupported hardware dialog (#872728) (bcl)
Brian C. Lane e6103b
- storage.py -> system.py in POTFILES.in (clumens)
Brian C. Lane e6103b
- border_width=5 -> border_width=6 (clumens)
Brian C. Lane e6103b
- No need to call threads_init anymore (bcl)
Brian C. Lane e6103b
- Consolidate storage and networking under one category (#973013). (clumens)
Brian C. Lane e6103b
- When doing a live install, set the ks method appropriately (#986069).
Brian C. Lane e6103b
  (clumens)
Brian C. Lane e6103b
- Check that we're doing an HD install before examining the attr (#989428).
Brian C. Lane e6103b
  (clumens)
Brian C. Lane e6103b
Brian C. Lane 062398
* Thu Aug 01 2013 Brian C. Lane <bcl@redhat.com> - 20.4-1
Brian C. Lane 062398
- POTFILES.in: rename time.py to time_spoke.py (bcl)
Brian C. Lane 062398
- Only move INSTALL_TREE when it is mounted (#888196) (bcl)
Brian C. Lane 062398
- Use ksdata.method.seen (#986069) (bcl)
Brian C. Lane 062398
- Threaded Koji RPM lookups and downloads (mkolman)
Brian C. Lane 062398
- Fix the langcode parsing regexp (vpodzime)
Brian C. Lane 062398
- Move tests to old_tests and add some new, working tests (vpodzime)
Brian C. Lane 062398
- Replace hostname with hostnamectl (#989584) (rvykydal)
Brian C. Lane 062398
- Require fcoe-utils only on ix86 and x86_64 architectures (#989913) (vpodzime)
Brian C. Lane 062398
- Fix searching for local RPMs with no version required (vpodzime)
Brian C. Lane 062398
- Expand the '~' in the RPM_FOLDER_NAME (vpodzime)
Brian C. Lane 062398
- Set system date and time with our own function (vpodzime)
Brian C. Lane 062398
- Remove the useless, confusing and lying PoolsNote (vpodzime)
Brian C. Lane 062398
- Use tiny, fast and thread-safe ntplib module instead of ntpdate (vpodzime)
Brian C. Lane 062398
- For vnc require network in intramfs (#989156) (rvykydal)
Brian C. Lane 062398
- Fix makeupdates' package fetching when no version is specified (vpodzime)
Brian C. Lane 062398
- Make it clear on the summary dialog that changes take effect later. (clumens)
Brian C. Lane 062398
- Don't mark the summary dialog's tree view as insensitive. (clumens)
Brian C. Lane 062398
- Work with files in a more pythonic way in makeupdates (vpodzime)
Brian C. Lane 062398
- Honor hostname set in kickstart (#988483) (rvykydal)
Brian C. Lane 062398
- Do not automatically set UTC mode on kickstart installs. (clumens)
Brian C. Lane 062398
- Add automatic fetching of RPMs for new Defines & Requires (mkolman)
Brian C. Lane 062398
- Don't prompt for ssh on s390x if doing an image install. (#983056) (sbueno)
Brian C. Lane 062398
- Rename tz spoke to avoid potential conflict with std 'time' module. (sbueno)
Brian C. Lane 062398
Brian C. Lane 3d2dad
* Thu Jul 25 2013 Brian C. Lane <bcl@redhat.com> - 20.3-1
Brian C. Lane 3d2dad
- Fix driver disk path for inst.dd= method (#987513) (bcl)
Brian C. Lane 3d2dad
- Add support for NFS as install source in TUI. (#971298) (sbueno+anaconda)
Brian C. Lane 3d2dad
- Allow logging into multiple iscsi nodes at once (#975831). (clumens)
Brian C. Lane 3d2dad
- Fix crash while parsing ntp servers from DHCP6 (#969303) (dshea)
Brian C. Lane 3d2dad
- Use ExceptionInfo namedtuple when dumping anaconda (#982299) (vpodzime)
Brian C. Lane 3d2dad
- Wait for device connections for iface-bound iscsi in kickstart (#740105)
Brian C. Lane 3d2dad
  (rvykydal)
Brian C. Lane 3d2dad
- Refer to blivet instead of storage in iscsi kickstart (#740105) (rvykydal)
Brian C. Lane 3d2dad
- Mark disk 'selected' if only one present in TUI. (#975790) (sbueno+anaconda)
Brian C. Lane 3d2dad
- Update devicetree only if we logged in to some target in add iscsi dialog.
Brian C. Lane 3d2dad
  (rvykydal)
Brian C. Lane 3d2dad
- Don't show multipath members in specialized disks overview (#740105)
Brian C. Lane 3d2dad
  (rvykydal)
Brian C. Lane 3d2dad
- Do not populate devicetree after each single login in iscsi dialog (#740105)
Brian C. Lane 3d2dad
  (rvykydal)
Brian C. Lane 3d2dad
- Match also iface when logging into selected iface-bound iscsi target
Brian C. Lane 3d2dad
  (#740105) (rvykydal)
Brian C. Lane 3d2dad
- Fix handling of non-ASCII names (#969309) (dshea)
Brian C. Lane 3d2dad
- Use inline completion for the region/city selection (vpodzime)
Brian C. Lane 3d2dad
- Fix copyright of the main anaconda script (vpodzime)
Brian C. Lane 3d2dad
Brian C. Lane 101e88
* Mon Jul 15 2013 Brian C. Lane <bcl@redhat.com> - 20.2-1
Brian C. Lane 101e88
- Use the new wait for connectivity function (mkolman)
Brian C. Lane 101e88
- Improve waiting for network connectivity (mkolman)
Brian C. Lane 101e88
- Use langtable to get default layout instead of our magic (#485137) (vpodzime)
Brian C. Lane 101e88
- Adapt to the new localization module (vpodzime)
Brian C. Lane 101e88
- Rewrite the localization module (vpodzime)
Brian C. Lane 101e88
- Make the Welcome spoke wait for Geolocation lookup to finish (#975193)
Brian C. Lane 101e88
  (mkolman)
Brian C. Lane 101e88
Brian C. Lane b5448b
* Tue Jul 09 2013 Brian C. Lane <bcl@redhat.com> - 20.1-1
Brian C. Lane 5826e1
- bump major version number