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 6be6f4
Version: 22.11
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 3be1ed
%define pykickstartver 1.99.63
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 6be6f4
Requires: python-blivet >= 1:0.70
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
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 197ccd
%ifnarch s390 s390x
Brian C. Lane 1a03ed
Requires: NetworkManager-wifi
Brian C. Lane 197ccd
%endif
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 197ccd
%{_datadir}/anaconda/help/*
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
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 6be6f4
* Fri Nov 21 2014 Brian C. Lane <bcl@redhat.com> - 22.11-1
Brian C. Lane 6be6f4
- Skip tui askvnc reboot for dirinstall (#1164254) (bcl)
Brian C. Lane 6be6f4
- If a message is for a spoke not on the current hub, throw it away. (clumens)
Brian C. Lane 6be6f4
- Find storage test cases automatically. (clumens)
Brian C. Lane 6be6f4
- Add new storage test cases that reuse results of earlier autopart runs.
Brian C. Lane 6be6f4
  (clumens)
Brian C. Lane 6be6f4
- Support high contrast mode in fedora-welcome (#1160499) (dshea)
Brian C. Lane 6be6f4
- How the GUI test suite disk is displayed has changed. (clumens)
Brian C. Lane 6be6f4
- do not delete liveimg --url=file:/// file (gczarcinski)
Brian C. Lane 6be6f4
- Add support for doing a liveimg kickstart with local file (#1140358) (bcl)
Brian C. Lane 6be6f4
- Create missing parent directories for user's home directory (#1163775) (bcl)
Brian C. Lane 6be6f4
- Related bug can have different fixed-in and state (bcl)
Brian C. Lane 6be6f4
- Provide useful hints on TTY1 during the installation (mkolman)
Brian C. Lane 6be6f4
- Decrease memory requirements on gui tests, and make that attr private.
Brian C. Lane 6be6f4
  (clumens)
Brian C. Lane 6be6f4
- Don't use blivet in the gui tests. (clumens)
Brian C. Lane 6be6f4
- Use MiB/GiB instead of MB/GB in GUI tests. (clumens)
Brian C. Lane 6be6f4
- Make the No Space dialog look less terrible. (clumens)
Brian C. Lane 6be6f4
- Add a test case where it's impossible to reclaim. (clumens)
Brian C. Lane 6be6f4
- Use blivet's Size class instead of ints and such. (clumens)
Brian C. Lane 6be6f4
- Get the gui tests running in parallel. (clumens)
Brian C. Lane 6be6f4
- Add a basic test of the reclaim dialog. (clumens)
Brian C. Lane 6be6f4
- Make images in raw format instead of qcow2. (clumens)
Brian C. Lane 6be6f4
- Allow specifying which of the GUI tests you want to run. (clumens)
Brian C. Lane 6be6f4
- Check if we read something when emptying stdin queue (vpodzime)
Brian C. Lane 6be6f4
- Require min entropy for 'part --encrypted' devices (#1162695) (vpodzime)
Brian C. Lane 6be6f4
- Don't rely on terminal attributes being configurable (#1162702) (vpodzime)
Brian C. Lane 6be6f4
- Check for a GLib source ID of None in unwatchAllProcesses. (dshea)
Brian C. Lane 6be6f4
- Disable payloads that failed to setup (#1162732) (dshea)
Brian C. Lane 6be6f4
- Only enable non-interactive yum plugins (#1111535) (dshea)
Brian C. Lane 6be6f4
- Add a placeholder for a product-specific logo (dshea)
Brian C. Lane 6be6f4
- Load a stylesheet from product.img (dshea)
Brian C. Lane 6be6f4
- Fix make distcheck (mkolman)
Brian C. Lane 6be6f4
- Include help content in the Anaconda tarball (mkolman)
Brian C. Lane 6be6f4
- Fix typo causing traceback when NTP is turned ON/OFF (vpodzime)
Brian C. Lane 6be6f4
- Use /var/tmp for the temp directory when installing anaconda. (clumens)
Brian C. Lane 6be6f4
- Prevent tb on s390x when de-selecting a DASD and doing custom part.
Brian C. Lane 6be6f4
  (sbueno+anaconda)
Brian C. Lane 6be6f4
- Revert "Revert productName repo name change (#1128474)" (bcl)
Brian C. Lane 6be6f4
- Remove a comment that is a blatant lie. (clumens)
Brian C. Lane 6be6f4
- Fix an environment variable setting in the test environment. (clumens)
Brian C. Lane 6be6f4
- Update the background image paths used in Fedora. (dshea)
Brian C. Lane 6be6f4
- Add a pylint module to detect uses of interruptible system calls. (dshea)
Brian C. Lane 6be6f4
- Wrap interruptible system calls in a loop (#1160041) (dshea)
Brian C. Lane 6be6f4
- Unpack the callback data given to us by blivet (vpodzime)
Brian C. Lane 6be6f4
- Add timeout to callbacks waiting for enough entropy (#1073679) (vpodzime)
Brian C. Lane 6be6f4
Brian C. Lane 724e3a
* Tue Nov 04 2014 Brian C. Lane <bcl@redhat.com> - 22.10-1
Brian C. Lane 724e3a
- Remove gui, install, and ostree tests from TESTS. (clumens)
Brian C. Lane 724e3a
- Update the ostree test for the new ostree+grub patches. (clumens)
Brian C. Lane 724e3a
- Add a timeout when the ostree test checks for proper booting. (clumens)
Brian C. Lane 724e3a
- bootloader: Bridge efi_dir configuration earlier for rpmostreepayload
Brian C. Lane 724e3a
  (walters)
Brian C. Lane 724e3a
- rpmostreepayload: Handle grub2+EFI layout (walters)
Brian C. Lane 724e3a
- rpmostreepayload: Copy all subdirectories of /usr/lib/ostree-boot (walters)
Brian C. Lane 724e3a
- Handle the case of rpmostreepayload + GRUB2 (walters)
Brian C. Lane 724e3a
- Test adding, removing, and reordering keyboard layouts. (clumens)
Brian C. Lane 724e3a
- Test displaying the help viewer on every screen. (clumens)
Brian C. Lane 724e3a
- Add functions to UITestCase to grab the contents of a view. (clumens)
Brian C. Lane 724e3a
- Extend the keyboard GUI test to test adding layout switching. (clumens)
Brian C. Lane 724e3a
- Add checks for selected language/locale on the welcome screen. (clumens)
Brian C. Lane 724e3a
- Catch EOFError in raw_input (#1158841) (bcl)
Brian C. Lane 724e3a
- Ensure we are specifying sensible target sizes for resize. (#1120964)
Brian C. Lane 724e3a
  (dlehman)
Brian C. Lane 724e3a
- Set the autopart fstype for boot too (#1112697) (bcl)
Brian C. Lane 724e3a
- Ensure we are specifying sensible target sizes for resize. (#1120964)
Brian C. Lane 724e3a
  (dlehman)
Brian C. Lane 724e3a
- Rework the placement of items on hubs. (dshea)
Brian C. Lane 724e3a
- Lightly rearrange the nav_area (dshea)
Brian C. Lane 724e3a
- Do not install interactive exception handler in cmdline mode (#1155979)
Brian C. Lane 724e3a
  (vpodzime)
Brian C. Lane 724e3a
- Remove dmidecode from Requires: (vpodzime)
Brian C. Lane 724e3a
- Wait until all spokes are setup before updating continue button (bcl)
Brian C. Lane 724e3a
- Allow adding prepboot to a blank disk in custom (#1155660) (bcl)
Brian C. Lane 724e3a
- Make anaconda more scrollable (#1135024) (dshea)
Brian C. Lane 724e3a
- Remove unused imports (vpodzime)
Brian C. Lane 724e3a
- Just preserve the %%addon header args if an addon is missing (#1155026)
Brian C. Lane 724e3a
  (vpodzime)
Brian C. Lane 724e3a
- Add a test to verify the help dialog pops up. (clumens)
Brian C. Lane 724e3a
- Look up most widgets relative to the currently displayed screen. (clumens)
Brian C. Lane 724e3a
- Make a few more updates for labels that have changed in the GUI. (clumens)
Brian C. Lane 724e3a
- Warn users about liveinst usage of --updates (#1153550) (bcl)
Brian C. Lane 724e3a
- Fix handling of md fwraid names in kickstart bootloader command. (#1156354)
Brian C. Lane 724e3a
  (dlehman)
Brian C. Lane 724e3a
- Use an empty string for no root password instead of None (#1155576) (dshea)
Brian C. Lane 724e3a
- Don't allow related bugs without acks (bcl)
Brian C. Lane 724e3a
- Fix switching environments when no environment is selected (#1018226) (dshea)
Brian C. Lane 724e3a
- Make size_from_input() and size_from_entry() methods handier. (amulhern)
Brian C. Lane 724e3a
- Changes around handling of size entries in custom spoke. (amulhern)
Brian C. Lane 724e3a
- network: handle dbus UnknownMethod exception on invalid objects (#1061796)
Brian C. Lane 724e3a
  (rvykydal)
Brian C. Lane 724e3a
Brian C. Lane 3be1ed
* Wed Oct 22 2014 Brian C. Lane <bcl@redhat.com> - 22.9-1
Brian C. Lane 3be1ed
- When I renamed the date & time spoke, I missed one string. (clumens)
Brian C. Lane 3be1ed
- Fix two more problems with spoke selectors in GUI testing. (clumens)
Brian C. Lane 3be1ed
- Fix the GRUB raid1 tests (dshea)
Brian C. Lane 3be1ed
- Add syslinux to the packages in the gui_testing kickstart file, too.
Brian C. Lane 3be1ed
  (clumens)
Brian C. Lane 3be1ed
- Update the gui_testing kickstart file for productization changes. (clumens)
Brian C. Lane 3be1ed
- Update checkSizes to work in terms of Size objects (#1129629). (clumens)
Brian C. Lane 3be1ed
- Install grub to all disks in a btrfs raid1 /boot (#989644) (dshea)
Brian C. Lane 3be1ed
- Really fix issue with starting in cmdline mode on s390x. (sbueno+anaconda)
Brian C. Lane 3be1ed
- The network spoke's title has changed.  Reflect that in the test. (clumens)
Brian C. Lane 3be1ed
- Grab memory.dat from running the GUI test. (clumens)
Brian C. Lane 3be1ed
- Don't panic prematurely on a missing size (#1154190) (amulhern)
Brian C. Lane 3be1ed
- Fix more messages the new pylint found. (clumens)
Brian C. Lane 3be1ed
- dracut/save-initramfs.sh: don't save /tmp (wwoods)
Brian C. Lane 3be1ed
- Get rid of some unnecessary text from dasdfmt dialog. (sbueno+anaconda)
Brian C. Lane 3be1ed
- Quit if no device type name selected. (amulhern)
Brian C. Lane 3be1ed
- Fix stray comment. (amulhern)
Brian C. Lane 3be1ed
- If there's no attached ANACTEST device, don't attempt to mount and run it.
Brian C. Lane 3be1ed
  (clumens)
Brian C. Lane 3be1ed
- Fix a spelling error (#1153672) (dshea)
Brian C. Lane 3be1ed
- Log when using updates from /tmp/updates/ (bcl)
Brian C. Lane 3be1ed
- Fix # handling in SimpleConfigFile (#1045687) (bcl)
Brian C. Lane 3be1ed
- Unconditionally clear the process handle when nm-c-e exits (#1132645) (dshea)
Brian C. Lane 3be1ed
- Remove the code that reads /tmp/vncshell.pid. (dshea)
Brian C. Lane 3be1ed
- Rewrite _bound_size() to bound_size() in storage_utils.py (amulhern)
Brian C. Lane 3be1ed
- Changes for scheduling size change on an existing device (#1076055)
Brian C. Lane 3be1ed
  (amulhern)
Brian C. Lane 3be1ed
- Remove too strict condition for changing size (#1076055) (amulhern)
Brian C. Lane 3be1ed
- Omit calculation and use of active_dev_type. (amulhern)
Brian C. Lane 3be1ed
- Add a method that extracts device type name from combo box (amulhern)
Brian C. Lane 3be1ed
- Don't pass use_dev around to internal methods. (amulhern)
Brian C. Lane 3be1ed
- Check identity, not equality, for RaidLevel objects. (amulhern)
Brian C. Lane 3be1ed
- Run restorecon on /etc/hostname (#1133368) (bcl)
Brian C. Lane 3be1ed
- Add authconfig and firewalld packages when used in ks (#1147687) (bcl)
Brian C. Lane 3be1ed
- Allow kickstart with no method (#972265) (bcl)
Brian C. Lane 3be1ed
- Fix a typo from 73d3a8e5. (sbueno+anaconda)
Brian C. Lane 3be1ed
- Respect both ways how to disable bootloader installation (vpodzime)
Brian C. Lane 3be1ed
- Fix a bug unmounting /boot on efi+atomic installs. (clumens)
Brian C. Lane 3be1ed
- Refactor handling of fsCombo considerations. (amulhern)
Brian C. Lane 3be1ed
- Be more restrictive displaying btrfs device type. (amulhern)
Brian C. Lane 3be1ed
- Get rid of unnecessary raid_level variable (amulhern)
Brian C. Lane 3be1ed
- Use Size, not int, for size (#1076055) (amulhern)
Brian C. Lane 3be1ed
- Remove an unused import (dshea)
Brian C. Lane 3be1ed
- Don't automatically select environments for kickstart installs (#1018226)
Brian C. Lane 3be1ed
  (dshea)
Brian C. Lane 3be1ed
- Initialize the GUI lock in a way that doesn't break the API (dshea)
Brian C. Lane 3be1ed
- Don't check enabledPlugins if plugins are not yet enabled (#1142544) (dshea)
Brian C. Lane 3be1ed
- Add transifex branch check to makebumpver (bcl)
Brian C. Lane 3be1ed
- Get rid of an unused variable in the localization test. (clumens)
Brian C. Lane 3be1ed
- Don't strip accents from the user-inputted keyboard string (dshea)
Brian C. Lane 3be1ed
- Convert strings to unicode in have_word_match (#1146581) (dshea)
Brian C. Lane 3be1ed
- Use translated versions of the AM/PM strings consistently (vpodzime)
Brian C. Lane 3be1ed
- Import GUI-specific stuff only when running GUI in entropy handling
Brian C. Lane 3be1ed
  (vpodzime)
Brian C. Lane 3be1ed
- Always store the information about display mode in ksdata (vpodzime)
Brian C. Lane 3be1ed
- Connect signals to handlers for day/month/year changes (vpodzime)
Brian C. Lane 3be1ed
- Switch to using the new help content path (#1072033) (mkolman)
Brian C. Lane 3be1ed
- Remove unused variables in the datetime_spoke.py module (vpodzime)
Brian C. Lane 3be1ed
- Add nombr to anaconda to suppress updating MBR (#886502) (gczarcinski)
Brian C. Lane 3be1ed
- Make the date format locale-dependent in our GUI (#1044233) (vpodzime)
Brian C. Lane 3be1ed
- A function for resolving date format and order (vpodzime)
Brian C. Lane 3be1ed
- Make device/fs type comboboxes take less space (vpodzime)
Brian C. Lane 3be1ed
- Skip running efibootmgr for noefi mode (#1047904) (bcl)
Brian C. Lane 3be1ed
- Fix a race between checking for Gtk.main_level and running Gtk.main (dshea)
Brian C. Lane 3be1ed
- Allow recursive lightbox calls (#1147337) (dshea)
Brian C. Lane 3be1ed
- Disable the ntp service with --nontp (#1135768) (dshea)
Brian C. Lane 3be1ed
Brian C. Lane 197ccd
* Wed Oct 08 2014 Brian C. Lane <bcl@redhat.com> - 22.8-1
Brian C. Lane 197ccd
- Add a test case for if all anaconda's Requires exist. (clumens)
Brian C. Lane 197ccd
- Only allow one anaconda instance (#1146735) (dshea)
Brian C. Lane 197ccd
- Ignore partition start if there is a biosboot partition (#1044849) (bcl)
Brian C. Lane 197ccd
- Remove duplicates when adding new devices (#887526) (bcl)
Brian C. Lane 197ccd
- Trim changelog entries from spec file (bcl)
Brian C. Lane 197ccd
- We now need to specify an epoch for the python-blivet version requires.
Brian C. Lane 197ccd
  (clumens)
Brian C. Lane 197ccd
- Remove the last references to tzmapdata (dshea)
Brian C. Lane 197ccd
- Add VNC to the ostree test arguments. (clumens)
Brian C. Lane 197ccd
- Fix autotools rules to properly include help placeholders (#1072033)
Brian C. Lane 197ccd
  (mkolman)
Brian C. Lane 197ccd
- Ignore an accelerator conflict between two Modify labels. (clumens)
Brian C. Lane 197ccd
- s390x: show dialog if kernel cmdline in zipl.conf is too long.
Brian C. Lane 197ccd
  (sbueno+anaconda)
Brian C. Lane 197ccd
- Convert process watching to use GLib before we start a main loop (dshea)
Brian C. Lane 197ccd
- Convert python signal handlers to GLib signal handlers (dshea)
Brian C. Lane 197ccd
- Reorganize the right side of the Custom spoke (#1094856) (vpodzime)
Brian C. Lane 197ccd
- Graphically handle errors arising from ostree repo pull problems. (clumens)
Brian C. Lane 197ccd
- Fix file name of the entropy dialog in POTFILES.in (vpodzime)
Brian C. Lane 197ccd
- Add support for thin pool profile specification in kickstart (vpodzime)
Brian C. Lane 197ccd
- Require minimum random data entropy when creating LUKS (#1073679) (vpodzime)
Brian C. Lane 197ccd
- Give blivet callbacks for reporting partitioning progress (vpodzime)
Brian C. Lane 197ccd
- Really exit when "Exit installer" in the error dialog is clicked (vpodzime)
Brian C. Lane 197ccd
- NM-wifi is missing on s390(x) (dan)
Brian C. Lane 197ccd
Brian C. Lane 78a71a
* Tue Sep 30 2014 Brian C. Lane <bcl@redhat.com> - 22.7-1
Brian C. Lane 78a71a
- Fix Welcome spoke not showing up during kickstart installation (#1147943)
Brian C. Lane 78a71a
  (mkolman)
Brian C. Lane 78a71a
- Don't allow /boot on lvm on s390x. (sbueno+anaconda)
Brian C. Lane 78a71a
- Handle failures to instantiate storage devices when parsing kickstart.
Brian C. Lane 78a71a
  (dlehman)
Brian C. Lane 78a71a
- Add the new langsupport.py TUI spoke to POTFILES.in. (clumens)
Brian C. Lane 78a71a
- Remove the now-unused imports of storageInitialize. (clumens)
Brian C. Lane 78a71a
- Add support for language selection in text mode. (sbueno+anaconda)
Brian C. Lane 78a71a
- packaging: handle new NFS installation source with inst.stage2=nfs:...
Brian C. Lane 78a71a
  (wwoods)
Brian C. Lane 78a71a
- Allow cdrom-swapping when doing "inst.ks=cdrom[:...]" (wwoods)
Brian C. Lane 78a71a
- anaconda-lib.sh: add tell_user() and dev_is_cdrom() (wwoods)
Brian C. Lane 78a71a
- Don't force a user to return to the storage spoke after dasdfmt
Brian C. Lane 78a71a
  (sbueno+anaconda)
Brian C. Lane 78a71a
- Don't run storageInitialize after dasdfmt (sbueno+anaconda)
Brian C. Lane 78a71a
- Shut up, parallel (dshea)
Brian C. Lane 78a71a
- Really fix unexpected exits in execReadlines (dshea)
Brian C. Lane 78a71a
- Add a context manager for executing code while UI signals are blocked.
Brian C. Lane 78a71a
  (clumens)
Brian C. Lane 78a71a
- Avoid the possibility of size variables being unset (#1146585) (dshea)
Brian C. Lane 78a71a
- s390x: Apply disk selection before dasdfmt to preserve data.
Brian C. Lane 78a71a
  (sbueno+anaconda)
Brian C. Lane 78a71a
- Fix a bad use of WIFSIGNALED (dshea)
Brian C. Lane 78a71a
- Handle 0's returned by Gdk (dshea)
Brian C. Lane 78a71a
- Adapt to corrected interpetation of logvol --percent. (dlehman)
Brian C. Lane 78a71a
- Always use iutil to start processes. (dshea)
Brian C. Lane 78a71a
- Move the X startup logic to iutil (dshea)
Brian C. Lane 78a71a
- Move process watching to iutil. (dshea)
Brian C. Lane 78a71a
- Close file descriptors while daemonizing auditd (dshea)
Brian C. Lane 78a71a
- Add an option to only capture stdout with execWithCapture (dshea)
Brian C. Lane 78a71a
- Simplify iutil.execReadlines. (dshea)
Brian C. Lane 78a71a
- Add close_fds to the Popen call. (dshea)
Brian C. Lane 78a71a
- Add an option to startProgram to reset signal handlers. (dshea)
Brian C. Lane 78a71a
- Add a method startProgram to handle process starting (dshea)
Brian C. Lane 78a71a
- Lock program_log_lock closer to where the log is written. (dshea)
Brian C. Lane 78a71a
- Record early crashes to ipmi (dshea)
Brian C. Lane 78a71a
- Clear the list of watched PIDs before exiting. (dshea)
Brian C. Lane 78a71a
- Remove the exitCode parameter from exitHandler. (dshea)
Brian C. Lane 78a71a
- Warn about uses of the string module. (dshea)
Brian C. Lane 78a71a
- Import _ from the i18n module instead of hand-crafting a copy of it (dshea)
Brian C. Lane 78a71a
- Import gettext in iutil instead of passing the module reference to iutil
Brian C. Lane 78a71a
  (dshea)
Brian C. Lane 78a71a
- Fix a typo in a comment (dshea)
Brian C. Lane 78a71a
- When running on HiDPI monitors, scale anaconda by a factor of 2 (dshea)
Brian C. Lane 78a71a
- Sort the contents of the file system type combo box. (clumens)
Brian C. Lane 78a71a
- Remove the border on the layout testing box. (clumens)
Brian C. Lane 78a71a
- Explain what the IPMI constants mean. (clumens)
Brian C. Lane 78a71a
- Don't attempt terminal size detection on the s390 (#1145065) (mkolman)
Brian C. Lane 78a71a
- Don't show the Add DASD button unless on s390x. (sbueno+anaconda)
Brian C. Lane 78a71a
- Don't show the Add DASD button unless on s390x. (sbueno+anaconda)
Brian C. Lane 78a71a
- Preserve network args on s390x. (sbueno+anaconda)
Brian C. Lane 78a71a
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)