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
Martin Kolman f704c4
Version: 26.6
Samantha N. Bueno 62e736
Release: 1%{?dist}
Brian C. Lane cfa7f4
License: GPLv2+ and MIT
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:
Brian C. Lane 70bea0
# git clone https://github.com/rhinstaller/anaconda
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 143c81
%define gettextver 0.19.8
Martin Kolman 45a9c4
%define pykickstartver 2.32-1
Brian C. Lane e2a6b9
%define dnfver 0.6.4
Martin Kolman 1ee068
%define dnfmaxver 2.0.0
Jeremy Katz bae82e
%define partedver 1.8.1
Christopher Edward Lumens 3e9e3f
%define pypartedver 2.5-2
Brian C. Lane ee8cb3
%define nmver 0.9.9.0-10.git20130906
David Cantrell 985280
%define dbusver 1.2.3
Brian C. Lane fe3163
%define mehver 0.23-1
Brian C. Lane 02c85e
%define firewalldver 0.3.5-1
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 1bb02a
%define iscsiver 6.2.0.873-26
Brian C. Lane 186c50
%define rpmver 4.10.0
Brian C. Lane 186c50
%define libarchivever 3.0.4
Brian C. Lane 50d6bc
%define langtablever 0.0.34
Brian C. Lane 15b4c0
%define libxklavierver 5.4
Brian C. Lane b9f05f
%define libtimezonemapver 0.4.1-2
Brian C. Lane f54f03
%define helpver 22.1-1
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: libgnomekbd-devel
Brian C. Lane 15b4c0
BuildRequires: libxklavier-devel >= %{libxklavierver}
Jeremy Katz bae82e
BuildRequires: pango-devel
Brian C. Lane 7f351a
BuildRequires: python3-kickstart >= %{pykickstartver}
Brian C. Lane 1f1cfa
%if ! 0%{?rhel}
Brian C. Lane 7f351a
BuildRequires: python3-bugzilla
Brian C. Lane 1f1cfa
%endif
Brian C. Lane 7f351a
BuildRequires: python3-devel
Brian C. Lane 7f351a
BuildRequires: python3-nose
Brian C. Lane 3a99dd
BuildRequires: systemd
Brian C. Lane e2a6b9
# rpm and libarchive are needed for driver disk handling
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 6753b5
# Tools used by the widgets resource bundle generation
Brian C. Lane 6753b5
BuildRequires: gdk-pixbuf2-devel
Brian C. Lane 6753b5
BuildRequires: libxml2
Brian C. Lane 6753b5
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
Martin Kolman 1ee068
Requires: python3-dnf >= %{dnfver}, python3-dnf < %{dnfmaxver}
Martin Kolman f704c4
Requires: python3-blivet >= 1:2.1.5
Brian C. Lane 7f351a
Requires: python3-meh >= %{mehver}
Brian C. Lane adca1e
Requires: libreport-anaconda >= 2.0.21-1
Brian C. Lane 7f351a
Requires: libselinux-python3
Brian C. Lane 7f351a
Requires: rpm-python3 >= %{rpmver}
Jeremy Katz bae82e
Requires: parted >= %{partedver}
Brian C. Lane 7f351a
Requires: python3-pyparted >= %{pypartedver}
Brian C. Lane 7f351a
Requires: python3-requests
Brian C. Lane 7f351a
Requires: python3-requests-file
Brian C. Lane 7f351a
Requires: python3-requests-ftp
Brian C. Lane 7f351a
Requires: python3-kickstart >= %{pykickstartver}
Brian C. Lane b5448b
Requires: langtable-data >= %{langtablever}
Brian C. Lane 7f351a
Requires: langtable-python3 >= %{langtablever}
Jeremy Katz f54c2d
Requires: authconfig
Brian C. Lane 3a99dd
Requires: firewalld >= %{firewalldver}
Brian C. Lane 3a99dd
Requires: util-linux >= %{utillinuxver}
Brian C. Lane 7f351a
Requires: python3-dbus
Brian C. Lane 7f351a
Requires: python3-pwquality
Brian C. Lane 20ca7a
Brian C. Lane 20ca7a
# pwquality only "recommends" the dictionaries it needs to do anything useful,
Brian C. Lane 20ca7a
# which is apparently great for containers but unhelpful for the rest of us
Brian C. Lane 20ca7a
Requires: cracklib-dicts
Brian C. Lane 20ca7a
Brian C. Lane 7f351a
Requires: python3-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}
Brian C. Lane fd62f0
Requires: createrepo_c
David Cantrell 985280
Requires: NetworkManager >= %{nmver}
Brian C. Lane 4ee38e
Requires: NetworkManager-glib >= %{nmver}
Brian C. Lane f0d318
Requires: NetworkManager-team
David Cantrell 985280
Requires: dhclient
Chris Lumens 3c12ce
Requires: kbd
Chris Lumens 3c12ce
Requires: chrony
Brian C. Lane 7f351a
Requires: python3-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 1bb02a
Requires: python3-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 4fd59b
%ifnarch aarch64
Brian C. Lane cfa7f4
Requires: kexec-tools
Peter Robinson 365771
%endif
Brian C. Lane 9e86fb
Requires: python3-pid
Brian C. Lane e00eec
Requires: python3-ordered-set >= 2.0.0
Brian C. Lane 20ca7a
Requires: python3-wrapt
Brian C. Lane 9de6ef
Brian C. Lane e52dd7
Requires: python3-coverage >= 4.0-0.12.b3
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
Brian C. Lane 1552aa
# Make sure we get the en locale one way or another
Brian C. Lane 55d4db
Requires: glibc-langpack-en
Brian C. Lane 1552aa
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 7f351a
Requires: python3-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 f54f03
Requires: anaconda-user-help >= %{helpver}
Brian C. Lane f874a7
Requires: yelp
Brian C. Lane 50d6bc
Requires: python3-gobject-base
Brian C. Lane 9de6ef
Brian C. Lane 4ee38e
# Needed to compile the gsettings files
Brian C. Lane 4ee38e
BuildRequires: gsettings-desktop-schemas
Brian C. Lane 1552aa
BuildRequires: metacity
Brian C. Lane 4ee38e
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
Brian C. Lane 7f351a
Requires: python3
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 05943e
Requires: dracut-live
Brian C. Lane 5f42f4
Requires: xz
Brian C. Lane 7f351a
Requires: python3-kickstart
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
Brian C. Lane 5b1841
%configure
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
Brian C. Lane e00eec
# Create an empty directory for addons
Brian C. Lane e00eec
mkdir %{buildroot}%{_datadir}/anaconda/addons
Brian C. Lane e00eec
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
Brian C. Lane a1e84e
# If no langs found, keep going
Brian C. Lane a1e84e
%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
Brian C. Lane a1e84e
# Allow the lang file to be empty
Brian C. Lane a1e84e
%define _empty_manifest_terminate_build 0
Brian C. Lane a1e84e
Brian C. Lane 9de6ef
%files core -f %{name}.lang
Brian C. Lane f0d318
%license COPYING
Brian C. Lane 3a99dd
%{_unitdir}/*
Brian C. Lane 3a99dd
%{_prefix}/lib/systemd/system-generators/*
Chris Lumens b71149
%{_bindir}/instperf
Brian C. Lane f0d318
%{_bindir}/anaconda-disable-nm-ibft-plugin
Jeremy Katz bae82e
%{_sbindir}/anaconda
Chris Lumens 361ed3
%{_sbindir}/handle-sshpw
Jeremy Katz bae82e
%{_datadir}/anaconda
David Lehman 01fe69
%{_prefix}/libexec/anaconda
Brian C. Lane f0d318
%exclude %{_prefix}/libexec/anaconda/dd_*
Brian C. Lane fca6c2
%{python3_sitearch}/pyanaconda/*
Brian C. Lane fca6c2
%exclude %{python3_sitearch}/pyanaconda/rescue.py*
Brian C. Lane fca6c2
%exclude %{python3_sitearch}/pyanaconda/__pycache__/rescue.*
Brian C. Lane fca6c2
%exclude %{python3_sitearch}/pyanaconda/ui/gui/*
Brian C. Lane fca6c2
%exclude %{python3_sitearch}/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/*
Brian C. Lane 08ee20
%{_libexecdir}/liveinst-setup.sh
Jeremy Katz 1a40dd
%{_datadir}/applications/*.desktop
Brian C. Lane 08ee20
%{_sysconfdir}/xdg/autostart/*.desktop
Jeremy Katz 1a40dd
%endif
cvsdist d1e5ce
Brian C. Lane 9de6ef
%files gui
Brian C. Lane fca6c2
%{python3_sitearch}/pyanaconda/ui/gui/*
Brian C. Lane eefe9c
%{_datadir}/themes/Anaconda/*
Brian C. Lane 9de6ef
Brian C. Lane 9de6ef
%files tui
Brian C. Lane fca6c2
%{python3_sitearch}/pyanaconda/rescue.py
Brian C. Lane fca6c2
%{python3_sitearch}/pyanaconda/__pycache__/rescue.*
Brian C. Lane fca6c2
%{python3_sitearch}/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
Brian C. Lane fca6c2
%{python3_sitearch}/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
Martin Kolman f704c4
* Tue Sep 27 2016 Martin Kolman <mkolman@redhat.com> - 26.6-1
Martin Kolman f704c4
- Don't deactivate all storage in anaconda-cleanup. (#1225184) (dlehman)
Martin Kolman f704c4
- Stop setting ANACONDA udev environment variable. (#1225184) (dlehman)
Martin Kolman f704c4
Martin Kolman f704c4
* Tue Sep 27 2016 Martin Kolman <mkolman@redhat.com> - 26.5-1
Martin Kolman f704c4
- Improved driver disk copying (#1269915) (mkolman)
Martin Kolman f704c4
- Fix screenshot taking logic (#1327456) (mkolman)
Martin Kolman f704c4
- Change blank lines to pep8 for Dracut DUD test (jkonecny)
Martin Kolman f704c4
- Tweak lambda use in Dracut test (jkonecny)
Martin Kolman f704c4
- Add Dracut test for reloading mod dependencies (jkonecny)
Martin Kolman f704c4
Martin Kolman f960b6
* Wed Sep 21 2016 Martin Kolman <mkolman@redhat.com> - 26.4-1
Martin Kolman f960b6
- Fix NTP server list fetching when running in IS (#1374810) (mkolman)
Martin Kolman f960b6
- rpmostreepayload: Clean up use of sysroot files a bit (walters)
Martin Kolman f960b6
- rpmostreepayload: Fix remote handling to use correct sysroot (walters)
Martin Kolman f960b6
Martin Kolman 45a9c4
* Mon Sep 19 2016 Martin Kolman <mkolman@redhat.com> - 26.3-1
Martin Kolman 45a9c4
- network: set onboot correctly for vlan on bond device in ks (#1234849)
Martin Kolman 45a9c4
  (rvykydal)
Martin Kolman 45a9c4
- network: don't show ibft configured devices in UI (#1309661) (rvykydal)
Martin Kolman 45a9c4
- iscsi: don't generate kickstart iscsi commands for offload devices (#1252879)
Martin Kolman 45a9c4
  (rvykydal)
Martin Kolman 45a9c4
- iscsi: allow installing bootloader on offload iscsi disks (qla4xxx)
Martin Kolman 45a9c4
  (#1325134) (rvykydal)
Martin Kolman 45a9c4
- network: adapt to changed NM ibft plugin enablement configuration (#1371188)
Martin Kolman 45a9c4
  (rvykydal)
Martin Kolman 45a9c4
- network: don't activate bond/team devices regardless of --activate (#1358795)
Martin Kolman 45a9c4
  (rvykydal)
Martin Kolman 45a9c4
- Fix traceback when payload have None as url (#1371494) (jkonecny)
Martin Kolman 45a9c4
- Add new Dracut test and fix another ones (#1101653) (jkonecny)
Martin Kolman 45a9c4
- Fix bug when we add set to list (#1101653) (jkonecny)
Martin Kolman 45a9c4
- Add new helper script files to build system (#1101653) (jkonecny)
Martin Kolman 45a9c4
- Document new helper scripts to the DriverDisk README (#1101653) (jkonecny)
Martin Kolman 45a9c4
- Fix driver unload is disabling network settings (#1101653) (jkonecny)
Martin Kolman 45a9c4
- dud: fix multiple inst.dd=http:// instances stalling in dracut (#1268792)
Martin Kolman 45a9c4
  (rvykydal)
Martin Kolman 45a9c4
- network: fix ksdata generating for for non-active virtual devices (#1321288)
Martin Kolman 45a9c4
  (rvykydal)
Martin Kolman 45a9c4
- network: update kickstart data also with bond bridge slaves (#1321288)
Martin Kolman 45a9c4
  (rvykydal)
Martin Kolman 45a9c4
- network: add support for bridge bond slaves (#1321288) (rvykydal)
Martin Kolman 45a9c4
- screen_access: Ensure we write config to real sysroot (walters)
Martin Kolman 45a9c4
- Add release commit support to makebumpver (mkolman)
Martin Kolman 45a9c4
- Makefile improvements for separate release commits & tarball creation
Martin Kolman 45a9c4
  (mkolman)
Martin Kolman 45a9c4
- network: add support for --no-activate kickstart opton (#1277975) (rvykydal)
Martin Kolman 45a9c4
- fixup! Add base.close() after base.do_transaction (RhBug:1313240) (jmracek)
Martin Kolman 45a9c4
- Add base.close() after base.do_transaction (RhBug:1313240) (jmracek)
Martin Kolman 45a9c4
Martin Kolman 1ee068
* Tue Sep 06 2016 Martin Kolman <mkolman@redhat.com> - 26.2-1
Martin Kolman 1ee068
- Add git merging examples to the contribution guidelines (mkolman)
Martin Kolman 1ee068
- network: don't stumble upon new Device.Statistics NM dbus iface (#1370099)
Martin Kolman 1ee068
  (rvykydal)
Martin Kolman 1ee068
- Current Anaconda is not compatible with DNF 2.0.0 (jkonecny)
Martin Kolman 1ee068
- Filter out all merge commits from the changelog (mkolman)
Martin Kolman 1ee068
- Make it possible to override Zanata branch name (mkolman)
Martin Kolman 1ee068
- Switch to argparse & autodetect name, version and bug email address (mkolman)
Martin Kolman 1ee068
- Fix multi-inheritance (phil)
Martin Kolman 1ee068
- Fix replacement of deprecated DNF method (jkonecny)
Martin Kolman 1ee068
- Replace deprecated method of DNF (jmracek)
Martin Kolman 1ee068
- Static checker recommended improvements (mkolman)
Martin Kolman 1ee068
- Fix replacement of deprecated DNF method (jkonecny)
Martin Kolman 1ee068
- Replace deprecated method of DNF (jmracek)
Martin Kolman 1ee068
Samantha N. Bueno 62e736
* Mon Aug 29 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 26.1-1
Samantha N. Bueno 62e736
- Fix a pylint no-member warning (mkolman)
Samantha N. Bueno 62e736
- Translate press-c-to-continue correctly in TUI (#1364539) (mkolman)
Samantha N. Bueno 62e736
- Fix bootDrive driveorder fallback (#1355795) (jkonecny)
Samantha N. Bueno 62e736
- Fix bootloader when re-using existing /boot part (#1355795) (jkonecny)
Samantha N. Bueno 62e736
- Add support for device specification variants (#1200833) (mkolman)
Samantha N. Bueno 62e736
- Revert "Update zanata.xml for f25-devel branch." (sbueno+anaconda)
Samantha N. Bueno 62e736
- Update zanata.xml for f25-devel branch. (sbueno+anaconda)
Samantha N. Bueno 62e736
- Add option to override efi_dir (phil)
Samantha N. Bueno 62e736
- efiboot: stderr= is not an option to efibootmgr (phil)
Samantha N. Bueno 62e736
- Fix EFI grub1 case (phil)
Samantha N. Bueno 62e736
- Make Fedora module not so grabby (phil)
Samantha N. Bueno 62e736
- Add centos module to pyanaconda (phil)
Samantha N. Bueno 62e736
- network: don't require gateway for static ipv4 config in TUI (#1365532)
Samantha N. Bueno 62e736
  (rvykydal)
Samantha N. Bueno 62e736
- Improve connection network change detection (jkonecny)
Samantha N. Bueno 62e736
- Revert "Revalidate source only if nm-con-ed change settings (#1270354)"
Samantha N. Bueno 62e736
  (jkonecny)
Samantha N. Bueno 62e736
- Fix anaconda-pre.service wasn't properly installed (#1255659) (jkonecny)
Samantha N. Bueno 62e736
- Rename function for better consistency (#1259284) (rvykydal)
Samantha N. Bueno 62e736
- Update error message for consistency (#1259284) (rvykydal)
Samantha N. Bueno 62e736
- Add more specific username check messages also to gui (#1360334) (rvykydal)
Samantha N. Bueno 62e736
- fix style guide test false positive on username variable (#1350375)
Samantha N. Bueno 62e736
  (rvykydal)
Samantha N. Bueno 62e736
- tui: use functions instead of fake REs for checking values (#1350375)
Samantha N. Bueno 62e736
  (rvykydal)
Samantha N. Bueno 62e736
- tui: get proper index of entry we are handling in input (#1331054) (rvykydal)
Samantha N. Bueno 62e736
- tui: fix user name validity checking (#1350375) (rvykydal)
Samantha N. Bueno 62e736
- More descriptive message on invalid username (kvalek)
Samantha N. Bueno 62e736
- Fix another pep8 name issue (jkonecny)
Samantha N. Bueno 62e736
- iscsi: fix getting iscsi target iface of bound target (#1359739) (rvykydal)
Samantha N. Bueno 62e736
- Fix needsNetwork testing only additional repositories (#1358788) (jkonecny)
Samantha N. Bueno 62e736
- Fix restart payload only when repo needs network (#1358788) (jkonecny)
Samantha N. Bueno 62e736
- Cleanup remaining runlevel references (mkolman)
Samantha N. Bueno 62e736
- Clarify a nosave related log message (mkolman)
Samantha N. Bueno 62e736
- Use Screen Access Manager (mkolman)
Samantha N. Bueno 62e736
- Add screen entry/exit callbacks (mkolman)
Samantha N. Bueno 62e736
- Add screen access manager (mkolman)
Samantha N. Bueno 62e736
- A simple formatting fix (mkolman)
Samantha N. Bueno 62e736
- Fix another blivet-2.0 pep8 error (jkonecny)
Samantha N. Bueno 62e736
- Quickfix of failing test (japokorn)
Samantha N. Bueno 62e736
- Some docstring refactoring & typo fixes for the TUI base classes (mkolman)
Samantha N. Bueno 62e736
- Add a file about contributing. (sbueno+anaconda)
Samantha N. Bueno 62e736
- Store logs before anaconda starts (#1255659) (japokorn)
Samantha N. Bueno 62e736
- DD can now replace existing drivers (#1101653) (japokorn)
Samantha N. Bueno 62e736
- Use the F25 timezone kickstart command version (mkolman)
Samantha N. Bueno 62e736
- Use sshd-keygen.target instead of hardcoded sshd-keygen script (jjelen)
Samantha N. Bueno 62e736
- Make it possible to disable sshd service from running. (#1262707)
Samantha N. Bueno 62e736
  (sbueno+anaconda)
Samantha N. Bueno 62e736
- Change bootloader boot drive fallback (jkonecny)
Samantha N. Bueno 62e736
- Fix of Python3x uncompatible commands (japokorn)
Samantha N. Bueno 62e736
- Add NTP server configuration to the TUI (#1269399) (mkolman)
Samantha N. Bueno 62e736
- Move the NTP server checking constants to constants.py (mkolman)
Samantha N. Bueno 62e736
- Use a constant for the NTP check thread name prefix (mkolman)
Samantha N. Bueno 62e736
- Fix another victim of the python 2->3 conversion. (#1354020) (dshea)
Samantha N. Bueno 62e736
- Attempt to unload modules updated by a driver disk (dshea)
Samantha N. Bueno 62e736
- Fix the processing of device nodes as driver disks (dshea)
Fedora Release Engineering c69908
Brian C. Lane 487e83
* Fri Jul 08 2016 Brian C. Lane <bcl@redhat.com> - 25.20-1
Brian C. Lane 487e83
- Allow kickstart users to ignore the free space error (dshea)
Brian C. Lane 487e83
- Stop kickstart when space check fails (bcl)
Brian C. Lane 487e83
- Service anaconda-nm-config is missing type oneshot (jkonecny)
Brian C. Lane 487e83
- Fix dhcpclass to work both via kickstart and the boot cmdline. (clumens)
Brian C. Lane 487e83
- network: handle also ifcfg files of not activated virtual devices (#1313173)
Brian C. Lane 487e83
  (rvykydal)
Brian C. Lane 487e83
- network: check onboot value in ksdata, not NM connections (#1313173)
Brian C. Lane 487e83
  (rvykydal)
Brian C. Lane 487e83
- network: do not activate device on kickstart --onboot="yes" (#1341636)
Brian C. Lane 487e83
  (rvykydal)
Brian C. Lane 487e83
Brian C. Lane 143c81
* Fri Jun 24 2016 Brian C. Lane <bcl@redhat.com> - 25.19-1
Brian C. Lane 143c81
- hostname: don't set installer env hostname to localhost.localdomain
Brian C. Lane 143c81
  (#1290858) (rvykydal)
Brian C. Lane 143c81
- hostname: add tooltip to Apply button (#1290858) (rvykydal)
Brian C. Lane 143c81
- hostname: fix accelerator collision (#1290858) (rvykydal)
Brian C. Lane 143c81
- hostname: don't set hostname in initrafms of target system (#1290858)
Brian C. Lane 143c81
  (rvykydal)
Brian C. Lane 143c81
- hostname: set current hostname from target system hostname on demand
Brian C. Lane 143c81
  (#1290858) (rvykydal)
Brian C. Lane 143c81
- hostname: suggest current hostname for storage containers (#1290858)
Brian C. Lane 143c81
  (rvykydal)
Brian C. Lane 143c81
- hostname: don't set target system static hostname to current hostname
Brian C. Lane 143c81
  (#1290858) (rvykydal)
Brian C. Lane 143c81
- network tui: do not activate device when setting its onboot value (#1261864)
Brian C. Lane 143c81
  (rvykydal)
Brian C. Lane 143c81
- network tui: edit persistent configuration, not active connection (#1261864)
Brian C. Lane 143c81
  (rvykydal)
Brian C. Lane 143c81
- network: validate netmask in tui (#1331054) (rvykydal)
Brian C. Lane 143c81
- Add wordwrap to text mode and use it by default (#1267881) (rvykydal)
Brian C. Lane 143c81
- Fix adding new VG in Custom spoke can't be applied (#1263715) (jkonecny)
Brian C. Lane 143c81
- Fix SimpleConfigFile file permissions (#1346364) (bcl)
Brian C. Lane 143c81
- Re-configure proxy when updateBaseRepo is called (#1332472) (bcl)
Brian C. Lane 143c81
Brian C. Lane 143c81
* Fri Jun 17 2016 Brian C. Lane <bcl@redhat.com> - 25.18-1
Brian C. Lane 143c81
- Only use <> for markup (#1317297) (bcl)
Brian C. Lane 143c81
- Update iscsi dialog for Blivet 2.0 API change (bcl)
Brian C. Lane 143c81
- Use the signal handlers to set initial widget sensitivies (dshea)
Brian C. Lane 143c81
- Fix bad sensitivity on boxes in source spoke (jkonecny)
Brian C. Lane 143c81
- Fix install-buildrequires (bcl)
Brian C. Lane 143c81
- Added optional [/prefix] as pattern (kvalek)
Brian C. Lane 143c81
- Require network for network-based driver disks (dshea)
Brian C. Lane 143c81
- Add missing pkgs to install-buildrequires (#612) (phil)
Brian C. Lane 143c81
- Increase the required version of gettext (dshea)
Brian C. Lane 143c81
- Fix the name sensitivity in the custom spoke. (dshea)
Brian C. Lane 143c81
Brian C. Lane 733bf9
* Fri Jun 10 2016 Brian C. Lane <bcl@redhat.com> - 25.17-1
Brian C. Lane 733bf9
- Revert "Temporarily disable translations" (bcl)
Brian C. Lane 733bf9
- Change where to look for the iscsi object (#1344131) (dshea)
Brian C. Lane 733bf9
- Fix old blivet identifiers (#1343907) (dshea)
Brian C. Lane 733bf9
- Fix a covscan warning about fetch-driver-net (#1269915) (bcl)
Brian C. Lane 733bf9
- Fix crash when NM get_setting* methods return None (#1273497) (jkonecny)
Brian C. Lane 733bf9
- Overwrite network files when using ks liveimg (#1342639) (bcl)
Brian C. Lane 733bf9
- Stop using undocumented DNF logging API (bcl)
Brian C. Lane 733bf9
- Use the LUKS device for encrypted swap on RAID (dshea)
Brian C. Lane 733bf9
- Keep the subdir in driver disk update paths (dshea)
Brian C. Lane 733bf9
- Warn about broken keyboard layout switching in VNC (#1274228) (jkonecny)
Brian C. Lane 733bf9
- Make the anaconda-generator exit early outside of the installation
Brian C. Lane 733bf9
  environment (#1289179) (mkolman)
Brian C. Lane 733bf9
Brian C. Lane 348b65
* Fri Jun 03 2016 Brian C. Lane <bcl@redhat.com> - 25.16-1
Brian C. Lane 348b65
- Add a button to refresh the disk list. (dlehman)
Brian C. Lane 348b65
- Only try to restart payload in the Anaconda environment (mkolman)
Brian C. Lane 348b65
- Make current runtime environment identifiers available via flags (mkolman)
Brian C. Lane 348b65
- Display storage errors that cause no disks to be selected (#1340240) (bcl)
Brian C. Lane 348b65
- Fix the SourceSwitchHandler pylint errors differently. (clumens)
Brian C. Lane 348b65
- Fix pylint errors. (clumens)
Brian C. Lane 348b65
- Update the disk summary on Ctrl-A (dshea)
Brian C. Lane 348b65
- Revert "Refresh the view of on-disk storage state every 30 seconds."
Brian C. Lane 348b65
  (dlehman)
Brian C. Lane 348b65
- Refresh the view of on-disk storage state every 30 seconds. (dlehman)
Brian C. Lane 348b65
- Handle unsupported disklabels. (dlehman)
Brian C. Lane 348b65
- Use a blivet method to remove everything from a device. (dlehman)
Brian C. Lane 348b65
- Tighten up ResizeDialog._recursive_remove a bit. (dlehman)
Brian C. Lane 348b65
- Only look for partitions on partitioned disks. (dlehman)
Brian C. Lane 348b65
- NFS DDs installation now works correctly (#1269915) (japokorn)
Brian C. Lane 348b65
- Remove unused on_proxy_ok_clicked from Source spoke (jkonecny)
Brian C. Lane 348b65
- send all layouts to localed for keymap conversion (#1333998) (awilliam)
Brian C. Lane 348b65
- Small cleanup (mkolman)
Brian C. Lane 348b65
Brian C. Lane b85c87
* Fri May 27 2016 Brian C. Lane <bcl@redhat.com> - 25.15-1
Brian C. Lane b85c87
- Resolve shortcut conflict between "Desired Capacity" and "Done" (yaneti)
Brian C. Lane b85c87
- network: don't crash on devices with zero MAC address (#1334632) (rvykydal)
Brian C. Lane b85c87
- Remove Authors lines from the tops of all files. (clumens)
Brian C. Lane b85c87
- Related: rhbz#1298444 (rvykydal)
Brian C. Lane b85c87
- New Anaconda documentation - 25.14 (bcl)
Brian C. Lane b85c87
- Catch DNF MarkingError during group installation (#1337731) (bcl)
Brian C. Lane b85c87
- Fix TUI ErrorDialog processing (#1337427) (bcl)
Brian C. Lane b85c87
- Clean up yelp processes (#1282432) (dshea)
Brian C. Lane b85c87
Brian C. Lane ac27d7
* Fri May 20 2016 Brian C. Lane <bcl@redhat.com> - 25.14-1
Brian C. Lane ac27d7
- Temporarily disable translations (bcl)
Brian C. Lane ac27d7
- Don't crash when selecting the same hdd ISO again (#1275771) (mkolman)
Brian C. Lane ac27d7
Brian C. Lane a1e84e
* Thu May 19 2016 Brian C. Lane <bcl@redhat.com> - 25.13-1
Brian C. Lane a1e84e
- Fix writeStorageLate for live installations (#1334019) (bcl)
Brian C. Lane a1e84e
- Remove the locale list from zanata.xml (dshea)
Brian C. Lane a1e84e
- Ditch autopoint. (dshea)
Brian C. Lane a1e84e
- Ditch intltool. (dshea)
Brian C. Lane a1e84e
- Rename fedora-welcome to fedora-welcome.js (dshea)
Brian C. Lane a1e84e
- Fix UEFI installation after EFIBase refactor (bcl)
Brian C. Lane a1e84e
- Fix error handling for s390 bootloader errors (sbueno+anaconda)
Brian C. Lane a1e84e
- Deselect all addons correctly (#1333505) (bcl)
Brian C. Lane a1e84e
- gui-testing needs isys to be compiled. (clumens)
Brian C. Lane a1e84e
- Add more to the selinux check in tests/gui/base.py. (clumens)
Brian C. Lane a1e84e
Brian C. Lane 5b675a
* Fri May 13 2016 Brian C. Lane <bcl@redhat.com> - 25.12-1
Brian C. Lane 5b675a
- Add single language mode (#1235726) (mkolman)
Brian C. Lane 5b675a
- Move default X keyboard setting out of the Welcome spoke (mkolman)
Brian C. Lane 5b675a
- Rerun writeBootLoader on Live BTRFS installs (bcl)
Brian C. Lane 5b675a
- Check for mounted partitions as part of sanity_check (#1330820) (bcl)
Brian C. Lane 5b675a
- Merge pull request #620 from dashea/new-canary (dshea)
Brian C. Lane 5b675a
- Update the required pykickstart version. (dshea)
Brian C. Lane 5b675a
- Implement %%packages --excludeWeakdeps (#1331100) (james)
Brian C. Lane 5b675a
- Fix bad addon handling when addon import failed (jkonecny)
Brian C. Lane 5b675a
- Add retry when downloading .treeinfo (#1292613) (jkonecny)
Brian C. Lane 5b675a
- Return xprogressive delay back (jkonecny)
Brian C. Lane 5b675a
- Change where tests on translated strings are run. (dshea)
Brian C. Lane 5b675a
- Merge the latest from translation-canary (dshea)
Brian C. Lane 5b675a
- Squashed 'translation-canary/' changes from 5a45c19..3bc2ad6 (dshea)
Brian C. Lane 5b675a
- Add new Makefile target for gui tests (atodorov)
Brian C. Lane 5b675a
- Define missing srcdir in run_gui_tests.sh and enable coverage (atodorov)
Brian C. Lane 5b675a
- Split gui test running out into its own script. (clumens)
Brian C. Lane 5b675a
- Look higher for the combobox associated with an entry (#1333530) (dshea)
Brian C. Lane 5b675a
- Use createrepo_c in the ci target. (dshea)
Brian C. Lane 5b675a
- Compile glib schema overrides with --strict. (dshea)
Brian C. Lane 5b675a
Brian C. Lane 696c5e
* Fri May 06 2016 Brian C. Lane <bcl@redhat.com> - 25.11-1
Brian C. Lane 696c5e
- Don't join two absolute paths (#1249598) (mkolman)
Brian C. Lane 696c5e
- Don't crash when taking a screenshot on the hub (#1327456) (mkolman)
Brian C. Lane 696c5e
- Fix pylint errors. (phil)
Brian C. Lane 696c5e
- Factor out common grub1/grub2 stuff into mixin, and other factoring (phil)
Brian C. Lane 696c5e
- Add GRUB1 (legacy) support back to Anaconda (phil)
Brian C. Lane 696c5e
Brian C. Lane b44aea
* Fri Apr 29 2016 Brian C. Lane <bcl@redhat.com> - 25.10-1
Brian C. Lane b44aea
- Handle unmounting ostree when exiting (bcl)
Brian C. Lane b44aea
- ostree: Use bind mounts to setup ostree root (bcl)
Brian C. Lane b44aea
- ostree: Skip root= setup when using --dirinstall (bcl)
Brian C. Lane b44aea
- disable_service: Specify string format args as logging params. (clumens)
Brian C. Lane b44aea
- Ignore failure when disable services that do not exist (phil)
Brian C. Lane b44aea
- Get rid of an unused variable in the network spoke. (clumens)
Brian C. Lane b44aea
- Revalidate source only if nm-con-ed change settings (#1270354) (jkonecny)
Brian C. Lane b44aea
- Merge solutions for test source when network change (#1270354) (jkonecny)
Brian C. Lane b44aea
- Changes in network state revalidate sources rhbz#1270354 (riehecky)
Brian C. Lane b44aea
Brian C. Lane 20ca7a
* Wed Apr 27 2016 Brian C. Lane <bcl@redhat.com> - 25.9-1
Brian C. Lane 20ca7a
- Use the iutil functions for interacting with systemd services. (dshea)
Brian C. Lane 20ca7a
- Add methods to enable and disable systemd services. (dshea)
Brian C. Lane 20ca7a
- Do not add .service to the end of service names. (dshea)
Brian C. Lane 20ca7a
- Remove detach-client from tmux.conf (dshea)
Brian C. Lane 20ca7a
- Use Blivet 2.0 for set_default_fstype (#607) (sgallagh)
Brian C. Lane 20ca7a
- Remove dnf from the list of required packages. (#605) (dshea)
Brian C. Lane 20ca7a
- Add access to the payload from addons (#1288636) (jkonecny)
Brian C. Lane 20ca7a
- Disable pylint warnings related to the log handler fixer. (dshea)
Brian C. Lane 20ca7a
- Allow the metacity config dir to be overriden. (dshea)
Brian C. Lane 20ca7a
- Do not include /usr/share/anaconda files in the gui package. (dshea)
Brian C. Lane 20ca7a
- Work around logging's crummy lock behavior. (dshea)
Brian C. Lane 20ca7a
- Use rm -r to remove the temporary python site directory. (dshea)
Brian C. Lane 20ca7a
- Remove the subnet label for wired devices. (#1327615) (dshea)
Brian C. Lane 20ca7a
- Fix how unusued network labels are hidden (#1327615) (dshea)
Brian C. Lane 20ca7a
- Remove yum_logger (bcl)
Brian C. Lane 20ca7a
- Remove the lock loglevel (bcl)
Brian C. Lane 20ca7a
- Use a temporary user-site directory for the tests. (dshea)
Brian C. Lane 20ca7a
- Build everything for make ci. (dshea)
Brian C. Lane 20ca7a
- Ignore some E1101 no-member errors when running pylint (bcl)
Brian C. Lane 20ca7a
- Sprinkle the code with pylint no-member disable statements (bcl)
Brian C. Lane 20ca7a
- Catch GLib.GError instead of Exception (bcl)
Brian C. Lane 20ca7a
- Update storage test for Blivet 2.0 API change. (bcl)
Brian C. Lane 20ca7a
- Initialize missing private methods in BasePage class (bcl)
Brian C. Lane 20ca7a
- Update kickstart.py for Blivet 2.0 API change. (bcl)
Brian C. Lane 20ca7a
- Use namedtuple correctly in kexec.py (bcl)
Brian C. Lane 20ca7a
- Add more requires to make password checking still work. (#1327411) (dshea)
Brian C. Lane 20ca7a
- Rename isS390 to match the renames in blivet. (dshea)
Brian C. Lane 20ca7a
- Suppress signal handling when setting zone from location (#1322648) (dshea)
Brian C. Lane 20ca7a
- Refresh metadata when updates checkbox changes (#1211907) (bcl)
Brian C. Lane 20ca7a
Brian C. Lane 1610e5
* Fri Apr 15 2016 Brian C. Lane <bcl@redhat.com> - 25.8-1
Brian C. Lane 1610e5
- network: handle null wireless AP SSID object (#1262556) (awilliam)
Brian C. Lane 1610e5
- Change new_tmpfs to new_tmp_fs. (clumens)
Brian C. Lane 1610e5
- Add support for kickstart %%onerror scripts. (clumens)
Brian C. Lane 1610e5
- Show network spoke in the TUI reconfig mode (#1302165) (mkolman)
Brian C. Lane 1610e5
- network: copy static routes configured in installer to system (#1255801)
Brian C. Lane 1610e5
  (rvykydal)
Brian C. Lane 1610e5
- network: fix vlan over bond in kickstart (#1234849) (rvykydal)
Brian C. Lane 1610e5
- network: use NAME to find ifcfg on s390 with net.ifnames=0 (#1249750)
Brian C. Lane 1610e5
  (rvykydal)
Brian C. Lane 1610e5
- Get rid of the reimport of MultipathDevice. (clumens)
Brian C. Lane 1610e5
- Fix iSCSI kickstart options aren't generated (#1252879) (jkonecny)
Brian C. Lane 1610e5
- Fix adding offload iSCSI devices (vtrefny)
Brian C. Lane 1610e5
- Make the list-harddrives script mode robust (mkolman)
Brian C. Lane 1610e5
Brian C. Lane d9c73e
* Fri Apr 08 2016 Brian C. Lane <bcl@redhat.com> - 25.7-1
Brian C. Lane d9c73e
- Blivet API change getDeviceBy* is now get_device_by_* (bcl)
Brian C. Lane d9c73e
- network: don't set 803-3-ethernet.name setting (#1323589) (rvykydal)
Brian C. Lane d9c73e
- Log non-critical user/group errors (#1308679) (bcl)
Brian C. Lane d9c73e
- Fix btrfs metadata raid level kwarg. (dlehman)
Brian C. Lane d9c73e
- docs: Add release building document (bcl)
Brian C. Lane d9c73e
- Minor improvements - README and test dependencies (atodorov)
Brian C. Lane d9c73e
- Add more matches for network connectivity (atodorov)
Brian C. Lane d9c73e
Brian C. Lane 55d4db
* Mon Apr 04 2016 Brian C. Lane <bcl@redhat.com> - 25.6-1
Brian C. Lane 55d4db
- Remove an unused import from anaconda-cleanup. (clumens)
Brian C. Lane 55d4db
- Don't use booleans in Requires (#1323314) (dshea)
Brian C. Lane 55d4db
- Set CSS names on all of the anaconda classes. (#1322036) (dshea)
Brian C. Lane 55d4db
- Don't crash if no groups are specified (#1316816) (dshea)
Brian C. Lane 55d4db
- Fix only one address is shown in anaconda (#1264400) (jkonecny)
Brian C. Lane 55d4db
- Fix call to update optical media format. (#1322943) (dlehman)
Brian C. Lane 55d4db
- Reset invalid disk selection before proceeding. (dlehman)
Brian C. Lane 55d4db
- Multiple Dogtail tests improvements (atodorov)
Brian C. Lane 55d4db
- Do not allow liveinst with --image or --dirinstall (#1276349) (dshea)
Brian C. Lane 55d4db
- New Anaconda documentation - 25.5 (bcl)
Brian C. Lane 55d4db
Brian C. Lane acf9c4
* Wed Mar 30 2016 Brian C. Lane <bcl@redhat.com> - 25.5-1
Brian C. Lane acf9c4
- Don't provide subclasses of the multipath or dmraid commands. (clumens)
Brian C. Lane acf9c4
- Add support for chunksize raid kickstart parameter. (vtrefny)
Brian C. Lane acf9c4
- Convert to blivet-2.0 API. (dlehman)
Brian C. Lane acf9c4
Brian C. Lane 1552aa
* Thu Mar 24 2016 Brian C. Lane <bcl@redhat.com> - 25.4-1
Brian C. Lane 1552aa
- Require that the English locale data be available. (#1315494) (dshea)
Brian C. Lane 1552aa
- Revert "Change the default locale to C.UTF-8 (#1312607)" (#1315494) (dshea)
Brian C. Lane 1552aa
- Make windows in metacity closable (#1319590) (dshea)
Brian C. Lane 1552aa
- Fix the use of CSS psuedo-classes in the widgets. (dshea)
Brian C. Lane 1552aa
- Add reason when logging invalid repository (#1240379) (jkonecny)
Brian C. Lane 1552aa
Brian C. Lane 6d55ca
* Sat Mar 19 2016 Brian C. Lane <bcl@redhat.com> - 25.3-1
Brian C. Lane 6d55ca
- Apply language attributes to all labels within anaconda. (dshea)
Brian C. Lane 6d55ca
- Add a function to apply a PangoAttrLanguage to a label. (dshea)
Brian C. Lane 6d55ca
- Add functions to watch changes to a container widget. (dshea)
Brian C. Lane 6d55ca
- Switch to the adwaita icon theme. (dshea)
Brian C. Lane 6d55ca
- Fix duplicate network settings in dracut (#1293539) (jkonecny)
Brian C. Lane 6d55ca
- Fix create device with bad name when parsing KS (#1293539) (jkonecny)
Brian C. Lane 6d55ca
- Use a lock for repoStore access (#1315414) (bcl)
Brian C. Lane 6d55ca
- Add missing inst prefix to the nokill option in docs (mkolman)
Brian C. Lane 6d55ca
- Merge pull request #551 from wgwoods/master-multiple-initrd-dd-fix (wwoods)
Brian C. Lane 6d55ca
- fix multiple inst.dd=<path> args (rhbz#1268792) (wwoods)
Brian C. Lane 6d55ca
Brian C. Lane 985c52
* Fri Mar 11 2016 Brian C. Lane <bcl@redhat.com> - 25.2-1
Brian C. Lane 985c52
- Load the system-wide Xresources (#1241724) (dshea)
Brian C. Lane 985c52
- Use an icon that exists in Adwaita for the dasd confirmation (dshea)
Brian C. Lane 985c52
- Make it possible to skip saving of kickstarts and logs (#1285519) (mkolman)
Brian C. Lane 985c52
- Add a function for empty file creation (#1285519) (mkolman)
Brian C. Lane 985c52
- Run actions for argparse arguments (#1285519) (mkolman)
Brian C. Lane 985c52
Brian C. Lane 08ee20
* Wed Mar 09 2016 Brian C. Lane <bcl@redhat.com> - 25.1-1
Brian C. Lane 08ee20
- don't install kernel-PAE on x86_64 (#1313957) (awilliam)
Brian C. Lane 08ee20
- except block in py3.5 undefines the variable (bcl)
Brian C. Lane 08ee20
- Remove some history from the liveinst setup. (dshea)
Brian C. Lane 08ee20
- Do not run the liveinst setup if not in a live environment. (dshea)
Brian C. Lane 08ee20
- Set GDK_BACKEND=x11 before running anaconda from liveinst. (dshea)
Brian C. Lane 08ee20
- Run zz-liveinst as an autostart application (dshea)
Brian C. Lane 08ee20
- Translate the help button. (dshea)
Brian C. Lane 08ee20
- Translate the required space labes in resize.py (dshea)
Brian C. Lane 08ee20
Brian C. Lane 6753b5
* Fri Mar 04 2016 Brian C. Lane <bcl@redhat.com> - 25.0-1
Brian C. Lane 6753b5
- Add device id to dasdfmt screen. (#1269174) (sbueno+anaconda)
Brian C. Lane 6753b5
- Unify displayed columns in custom spoke dialogs. (#1289577) (sbueno+anaconda)
Brian C. Lane 6753b5
- Show some confirmation to users if adding a DASD was successful. (#1259016)
Brian C. Lane 6753b5
  (sbueno+anaconda)
Brian C. Lane 6753b5
- Hotfix for missing storage in payload class (#1271657) (jkonecny)
Brian C. Lane 6753b5
- Check to see if DD repo is already in addOn list (#1268357) (bcl)
Brian C. Lane 6753b5
- Use the default levelbar offset values. (dshea)
Brian C. Lane 6753b5
- Do not change the GUI language to a missing locale. (#1312607) (dshea)
Brian C. Lane 6753b5
- Don't crash when setting an unavailable locale (#1312607) (dshea)
Brian C. Lane 6753b5
- Change the default locale to C.UTF-8 (#1312607) (dshea)
Brian C. Lane 6753b5
- Update the libtool version-info. (dshea)
Brian C. Lane 6753b5
- Use CSS to style the internal widgets. (dshea)
Brian C. Lane 6753b5
- Move the widgets pixmaps into resources. (dshea)
Brian C. Lane 6753b5
- Add a resource bundle to libAnacondaWidgets (dshea)
Brian C. Lane 6753b5
- Rename show_arrow and chosen_changed to show-arrow and chosen-changed (dshea)
Brian C. Lane 6753b5
- Remove an invalid transfer notation. (dshea)
Brian C. Lane 6753b5
- Stop using SGML in the docs. (dshea)
Brian C. Lane 6753b5
- Change the install test URL. (dshea)
Brian C. Lane 6753b5
- Fix nfs source crash when options change (#1264071) (bcl)
Brian C. Lane 6753b5
- makebumpver: Add a --dry-run option (bcl)
Brian C. Lane 6753b5
- NTP should have better behavior (#1309396) (jkonecny)
Brian C. Lane 6753b5
- Manually set clock shifts on UI idle (#1251044) (rmarshall)
Brian C. Lane 6753b5
- Don't remove selected shared part when Delete all (#1183880) (jkonecny)
Brian C. Lane 6753b5
- Don't delete shared/boot parts in deleteAll (#1183880) (jkonecny)
Brian C. Lane 6753b5
Brian C. Lane 89a991
* Fri Feb 19 2016 Brian C. Lane <bcl@redhat.com> - 24.13-1
Brian C. Lane 89a991
- tests/gui enhancements (atodorov)
Brian C. Lane 89a991
- Fix gui tests for anaconda move to anaconda.py (atodorov)
Brian C. Lane 89a991
- Use a different ipmi command to log events. (clumens)
Brian C. Lane 89a991
- Clarify that a string in list-screens is actually a regex. (clumens)
Brian C. Lane 89a991
- Merge pull request #513 from wgwoods/update-dd-docs (wwoods)
Brian C. Lane 89a991
- updated driver updates docs (wwoods)
Brian C. Lane 89a991
- Add specification for the user interaction config file (mkolman)
Brian C. Lane 89a991
- Update zanata webui URL in translation doc. (dlehman)
Brian C. Lane 89a991
- Tweak partition removal in Custom spoke (jkonecny)
Brian C. Lane 89a991
- Do not skip evaluation after removing partitions (jkonecny)
Brian C. Lane 89a991
- Import iutil earlier so we can use ipmi_report from check_for_ssh. (clumens)
Brian C. Lane 89a991
- Make disconnect_client_callbacks more resilient (#1307063). (clumens)
Brian C. Lane 89a991
- Move the langpacks install into to a separate function. (dshea)
Brian C. Lane 89a991
- Fix _find_by_title method in Accordion (jkonecny)
Brian C. Lane 89a991
Brian C. Lane e00eec
* Fri Feb 12 2016 Brian C. Lane <bcl@redhat.com> - 24.12-1
Brian C. Lane e00eec
- Use host storage for directory or image install dnf download (bcl)
Brian C. Lane e00eec
- Log payloadError so we know why installation failed. (bcl)
Brian C. Lane e00eec
- Add the addons directory to the rpm. (dshea)
Brian C. Lane e00eec
- Use the packaged version of ordered-set (dshea)
Brian C. Lane e00eec
- Remove an unused import (dshea)
Brian C. Lane e00eec
- Add an uninstall hook for the renamed anaconda (dshea)
Brian C. Lane e00eec
- Make langpack work in DNF (#1297823) (jsilhan)
Brian C. Lane e00eec
- New Anaconda documentation - 24.11 (bcl)
Brian C. Lane e00eec
Brian C. Lane 7ff9cc
* Fri Feb 05 2016 Brian C. Lane <bcl@redhat.com> - 24.11-1
Brian C. Lane 7ff9cc
- Fix makeupdates for anaconda move to anaconda.py (bcl)
Brian C. Lane 7ff9cc
- Rename ./anaconda to ./anaconda.py to work around coverage.py #425 (atodorov)
Brian C. Lane 7ff9cc
- Remove special handling for interruptible system calls. (dshea)
Brian C. Lane 7ff9cc
- Handle PEP 3101 strings in the gettext context check (dshea)
Brian C. Lane 7ff9cc
- Improve RHS summary strings in multiselection (#1265620) (jkonecny)
Brian C. Lane 7ff9cc
- Increase GI version required of AnacondaWidgets (jkonecny)
Brian C. Lane 7ff9cc
- Increment version of g-introspection for widgets (jkonecny)
Brian C. Lane 7ff9cc
- Increment the AnacondaWidgets version (jkonecny)
Brian C. Lane 7ff9cc
- Switch to the new Initial Setup unit name (#1299210) (mkolman)
Brian C. Lane 7ff9cc
- Uncomment self.check_lang_locale_views in tests/gui/ (atodorov)
Brian C. Lane 7ff9cc
- Add dogtail to test requirements (atodorov)
Brian C. Lane 7ff9cc
- Add config for easier combining of kickstart and Jenkins coverage data
Brian C. Lane 7ff9cc
  (atodorov)
Brian C. Lane 7ff9cc
- Apply the fallback style to anaconda selectors. (dshea)
Brian C. Lane 7ff9cc
- Redo the stylesheet for Gtk 3.19+ (dshea)
Brian C. Lane 7ff9cc
- Directly overwrite /usr/share/anaconda/anaconda-gtk.css (dshea)
Brian C. Lane 7ff9cc
- Merge pull request #463 from dashea/translation-tests (dshea)
Brian C. Lane 7ff9cc
- Display the name of the addon while executing it (bcl)
Brian C. Lane 7ff9cc
- Add page selection summary to the right side (#1265620) (jkonecny)
Brian C. Lane 7ff9cc
- Ask when removing new items in multiselection (#1265620) (jkonecny)
Brian C. Lane 7ff9cc
- Add multiselection with SHIFT key (#1265620) (jkonecny)
Brian C. Lane 7ff9cc
- Use show_arrow feature implemented in Selector (#1265620) (jkonecny)
Brian C. Lane 7ff9cc
- Add new property to show/hide arrow in Selector (#1265620) (jkonecny)
Brian C. Lane 7ff9cc
- Change selection logic when opening Page (#1265620) (jkonecny)
Brian C. Lane 7ff9cc
- Add new BasePage class (#1265620) (jkonecny)
Brian C. Lane 7ff9cc
- Add signal and methods to MountpointSelector (#1265620) (jkonecny)
Brian C. Lane 7ff9cc
- Fix errors with multiselection (#1265620) (jkonecny)
Brian C. Lane 7ff9cc
- Accordion class now process events for selectors (#1265620) (jkonecny)
Brian C. Lane 7ff9cc
- Change cammel case for accordion.py to new pep8 (jkonecny)
Brian C. Lane 7ff9cc
- Move selection logic from custom spoke to accordion (#1265620) (jkonecny)
Brian C. Lane 7ff9cc
- Modify ConfirmDeleteDialog now the checkbox is optional (#1265620) (jkonecny)
Brian C. Lane 7ff9cc
- Multiselection works in GUI with remove (#1265620) (jkonecny)
Brian C. Lane 7ff9cc
- Add multiselection to Accordion with control key (#1265620) (jkonecny)
Brian C. Lane 7ff9cc
- Remove bad translations from the source tarball. (dshea)
Brian C. Lane 7ff9cc
- Treat warnings from xgettext as errors. (dshea)
Brian C. Lane 7ff9cc
- Run translation-canary tests from make check. (dshea)
Brian C. Lane 7ff9cc
- Do not run pylint on translation-canary (dshea)
Brian C. Lane 7ff9cc
- Squashed 'translation-canary/' content from commit 5a45c19 (dshea)
Dennis Gilmore 9161f3
Brian C. Lane 1e0226
* Fri Jan 29 2016 Brian C. Lane <bcl@redhat.com> - 24.10-1
Brian C. Lane 1e0226
- Add a finished method to spokes (#1300499) (bcl)
Brian C. Lane 1e0226
- Handle DeviceConfiguration with con = None (#1300499) (bcl)
Brian C. Lane 1e0226
- Log detailed information about installed packages (bcl)
Brian C. Lane 1e0226
- s/KickstartValueError/KickstartParseError. (clumens)
Brian C. Lane 1e0226
- Move requiredDeviceSize to the main Payload class (#1297905) (dshea)
Brian C. Lane 1e0226
Brian C. Lane d5d4da
* Fri Jan 08 2016 Brian C. Lane <bcl@redhat.com> - 24.9-1
Brian C. Lane d5d4da
- Handle unexpected DNF exit (bcl)
Brian C. Lane d5d4da
- Fix bad space needed messages (jkonecny)
Brian C. Lane d5d4da
- nosetests-3.5 is now the right version. (clumens)
Brian C. Lane d5d4da
- Ignore a pylint error about how we're using Popen (dshea)
Brian C. Lane d5d4da
- Mark an unused variable as unused (dshea)
Brian C. Lane d5d4da
- Ignore type-related errors for types pylint can't figure out (dshea)
Brian C. Lane d5d4da
- Import errors are just regular errors now (dshea)
Brian C. Lane d5d4da
- Replace the remaining log.warn calls with log.warning. (dshea)
Brian C. Lane d5d4da
- Fix an erroneously bare raise statement (dshea)
Brian C. Lane d5d4da
- Replace the deprecated assertEquals with assertEqual (dshea)
Brian C. Lane d5d4da
- Don't add a None to the list of things to unmount on ostree installs.
Brian C. Lane d5d4da
  (clumens)
Brian C. Lane d5d4da
Brian C. Lane 1c9157
* Wed Dec 02 2015 Brian C. Lane <bcl@redhat.com> - 24.8-1
Brian C. Lane 1c9157
- Fix pylint problems in the gui testing code. (clumens)
Brian C. Lane 1c9157
- Merge 9c5e02392d0401a3bd0adecedea03535595773ef into
Brian C. Lane 1c9157
  67b569253c724639c2490f5fab70f7111f699b3f (atodorov)
Brian C. Lane 1c9157
- Fix the replacement suggestion for "hostname" (dshea)
Brian C. Lane 1c9157
- Automatically generate sr (dshea)
Brian C. Lane 1c9157
- Fix PropertyNotFoundError PermHwAddress (#1269298) (jkonecny)
Brian C. Lane 1c9157
- Make sure python3.5 code can run in early initrd (bcl)
Brian C. Lane 1c9157
- Replace <list>.delete() with <list>.remove() in user.py (sujithpandel)
Brian C. Lane 1c9157
- Rename everything that still refers to LiveCD (atodorov)
Brian C. Lane 1c9157
- Updates to progress and storage tests (atodorov)
Brian C. Lane 1c9157
- Multiple changes to DogtailTestCase (atodorov)
Brian C. Lane 1c9157
- Move all Python files into the main gui/ directory (atodorov)
Brian C. Lane 1c9157
- Simplify tests by removing OutsideMixin and update Creator (atodorov)
Brian C. Lane 1c9157
- Modify existing tests to match latest anaconda behavior and environment
Brian C. Lane 1c9157
  (atodorov)
Brian C. Lane 1c9157
- Temporary disable test code which doesn't work (atodorov)
Brian C. Lane 1c9157
- Make tests/gui/ execute ./anaconda from git (atodorov)
Brian C. Lane 1c9157
- Add window title (#1280077) (mkolman)
Brian C. Lane 1c9157
- Replace execReadlines with check_output in parse-kickstart_test.py (bcl)
Brian C. Lane 1c9157
- Fix a spelling error in the hardware error message (#1284165). (clumens)
Brian C. Lane 1c9157
Brian C. Lane a8edfd
* Wed Nov 18 2015 Brian C. Lane <bcl@redhat.com> - 24.7-1
Brian C. Lane a8edfd
- Collect test-suite.log from all 'make check' invocations. Closes #452
Brian C. Lane a8edfd
  (atodorov)
Brian C. Lane a8edfd
- Fix parse-kickstart_test.py. (clumens)
Brian C. Lane a8edfd
- Remove mkdud.py. (clumens)
Brian C. Lane a8edfd
- Remove the kickstart_tests directory. (clumens)
Brian C. Lane a8edfd
- Always quote values in ifcfg- files (#1279131) (bcl)
Brian C. Lane a8edfd
- Include original kickstart in /root/original-ks.cfg (#1227939) (bcl)
Brian C. Lane a8edfd
- strip spaces from extlinux label and default (#1185624) (bcl)
Brian C. Lane a8edfd
- Report kernel failures during kickstart tests. (clumens)
Brian C. Lane a8edfd
- Make sure unicode in kickstart works. (dshea)
Brian C. Lane a8edfd
- Set the window icon (dshea)
Brian C. Lane a8edfd
- Only run space check in TUI if spokes are complete. (#1279413)
Brian C. Lane a8edfd
  (sbueno+anaconda)
Brian C. Lane a8edfd
- Allow a user's primary group to be created in --groups (#1279041) (dshea)
Brian C. Lane a8edfd
- Remove uses of broad-except. (dshea)
Brian C. Lane a8edfd
- Add a test for all that container minimization stuff. (clumens)
Brian C. Lane a8edfd
- Use the partition command in one of the kickstart_tests. (clumens)
Brian C. Lane a8edfd
- Don't clear the _currentIsoFile if another iso was selected (bcl)
Brian C. Lane a8edfd
- makeupdates: Include utils/handle-sshpw (bcl)
Brian C. Lane a8edfd
- Add --sshkey to kickstart sshpw command (#1274104) (bcl)
Brian C. Lane a8edfd
- Split exception description from exception traceback (jkonecny)
Brian C. Lane a8edfd
- Show DNF exception instead of silent exit (jkonecny)
Brian C. Lane a8edfd
- Combine results from all gettext_tests into one log file (atodorov)
Brian C. Lane a8edfd
- Try to run make ci with real translations. (dshea)
Brian C. Lane a8edfd
- Untranslate undisplayed TreeView column headers. (dshea)
Brian C. Lane a8edfd
- Add a test for hidden translatable strings (dshea)
Brian C. Lane a8edfd
- Add the translated string to markup error messages. (dshea)
Brian C. Lane a8edfd
- Test glade translations by default (dshea)
Brian C. Lane a8edfd
- Change the way glade tests are run. (dshea)
Brian C. Lane a8edfd
- Remove the accelerator test. (dshea)
Brian C. Lane a8edfd
- Add the test lib directory to $PYTHONPATH in the commit hook (dshea)
Brian C. Lane a8edfd
- network: create ifcfg files in tui if needed (#1268155) (rvykydal)
Brian C. Lane a8edfd
- Do not limit ONBOOT default setting to url and nfs installation methods
Brian C. Lane a8edfd
  (#1269264) (rvykydal)
Brian C. Lane a8edfd
- ibft: fix setting dracut boot args for static ibft nic configuration
Brian C. Lane a8edfd
  (#1267526) (rvykydal)
Brian C. Lane a8edfd
- network: Don't set --device link default for hostname only network cmd
Brian C. Lane a8edfd
  (#1272274) (rvykydal)
Brian C. Lane a8edfd
- network: assume --device=link as default also for ks on hd (#1085310)
Brian C. Lane a8edfd
  (rvykydal)
Brian C. Lane a8edfd
- network: use ibftx interface for iSCSI from iBFT in dracut (#1077291)
Brian C. Lane a8edfd
  (rvykydal)
Brian C. Lane a8edfd
- network: add s390 options to default ifcfg files (#1074570) (rvykydal)
Peter Robinson 836a97
Brian C. Lane 5888f8
* Fri Nov 06 2015 Brian C. Lane <bcl@redhat.com> - 24.6-1
Brian C. Lane 5888f8
- Fix a pylint error in the previous commits. (clumens)
Brian C. Lane 5888f8
- Honor ANACONDA_WIDGETS_OVERRIDES (atodorov)
Brian C. Lane 5888f8
- Load anaconda-gtk.css from ANACONDA_DATA if specified (atodorov)
Brian C. Lane 5888f8
- Use the correct path for ui categories (atodorov)
Brian C. Lane 5888f8
- Typo fix, it's ANACONDA_WIDGETS_DATA not ANACONDA_WIDGETS_DATADIR (atodorov)
Brian C. Lane 5888f8
- Allow wired network properties more grid space. (dshea)
Brian C. Lane 5888f8
- Improve language selection at low resolutions. (dshea)
Brian C. Lane 5888f8
- Make reclaim work with small screens and big labels (dshea)
Brian C. Lane 5888f8
- allow repo with only a name if it's a pre-defined one (#1277638) (awilliam)
Brian C. Lane 5888f8
- Only raise thread exceptions once (#1276579) (bcl)
Brian C. Lane 5888f8
- Use py3.4 crypt and salt (bcl)
Brian C. Lane 5888f8
- Be more careful with incomplete device types (#1256582) (dshea)
Brian C. Lane 5888f8
- Fix an import error in rpmostreepayload.py. (clumens)
Brian C. Lane 5888f8
- Fix Testing docs inclusion in Sphinx (bcl)
Brian C. Lane 5888f8
- Ignore interfaces with invalid VLAN IDs. (dshea)
Brian C. Lane 5888f8
- Cleaner logging of .treeinfo return conditions in dependant function.
Brian C. Lane 5888f8
  (riehecky)
Brian C. Lane 5888f8
- Update link to upstream kickstart docs (opensource)
Brian C. Lane 5888f8
- rpmostreepayload: Also unmount internal mounts during shutdown (walters)
Brian C. Lane 5888f8
- rpmostreepayload: Fix two issues with mounting (walters)
Brian C. Lane 5888f8
- Add a README for kickstart tests. (clumens)
Brian C. Lane 5888f8
- Make the documentation match the environment variable. (clumens)
Brian C. Lane 5888f8
- Check that cache PVs (if any) are in the VG the LV belongs to (#1263258)
Brian C. Lane 5888f8
  (vpodzime)
Brian C. Lane 5888f8
- Fix the alignment of the "Label" label in custom (dshea)
Brian C. Lane 5888f8
- Use unsafe caching during kickstart tests. (clumens)
Robert Kuska 91c8c8
Brian C. Lane 09fb37
* Wed Oct 28 2015 Brian C. Lane <bcl@redhat.com> - 24.5-1
Brian C. Lane 09fb37
- Improve install space required estimation (#1224048) (jkonecny)
Brian C. Lane 09fb37
- Update the on-disk snapshot of storage when adv. disks are added (#1267944)
Brian C. Lane 09fb37
  (vpodzime)
Brian C. Lane 09fb37
- Check that ipv6 kickstart outputs the right ip= (dshea)
Brian C. Lane 09fb37
- Change a variable name for pylint. (dshea)
Brian C. Lane 09fb37
- Do not run time_initialize for image and directory installations (#1274103)
Brian C. Lane 09fb37
  (bcl)
Brian C. Lane 09fb37
- Remove unused properties (dshea)
Brian C. Lane 09fb37
- Do not modify the kickstart user data until apply() (dshea)
Brian C. Lane 09fb37
- Make AdvancedUserDialog.run() more readable (dshea)
Brian C. Lane 09fb37
- Improve the behavior of the home directory input. (dshea)
Brian C. Lane 09fb37
- Stop setting inappropriate properties in ksdata. (dshea)
Brian C. Lane 09fb37
- Update the password strength bar during the password strength check. (dshea)
Brian C. Lane 09fb37
- Remove unnecessary grab_focus and set_sensitive calls (dshea)
Brian C. Lane 09fb37
- Use signal handlers in the user spoke more sensibly. (dshea)
Brian C. Lane 09fb37
- Fix potential issues with the username guesser. (dshea)
Brian C. Lane 09fb37
- Make kickstart tests growing LVs stricter (vpodzime)
Brian C. Lane 09fb37
- Point coverage.py to the full path of pyanaconda/ (atodorov)
Brian C. Lane 09fb37
- Don't set BOOTPROTO= when it isn't set (jbacik)
Brian C. Lane 09fb37
- Pass strings to blockdev.dasd_format, not a DASDDevice object. (#1273553)
Brian C. Lane 09fb37
  (sbueno+anaconda)
Brian C. Lane 09fb37
- Revert "Use yum to install the mock buildroot for now." (dshea)
Brian C. Lane 09fb37
- decode package name for /etc/sysconfig/kernel (RHBZ #1261569) (awilliam)
Brian C. Lane 09fb37
- Add tests for the more complicated command line options (dshea)
Brian C. Lane 09fb37
- Store fewer kinds of things in the dirinstall option. (dshea)
Brian C. Lane 09fb37
- Fix the parsing of selinux=0 (#1258569) (dshea)
Brian C. Lane 09fb37
- Include a local $ANACONDA_DATADIR in the test environment. (dshea)
Brian C. Lane 09fb37
- Move the command line arguments to anaconda_argparse. (dshea)
Brian C. Lane 09fb37
- Don't crash while logging binary output. (dshea)
Brian C. Lane 09fb37
- Decode program output even if there is no output (#1273145) (dshea)
Brian C. Lane 09fb37
- Add a test for _run_program with binary output (dshea)
Brian C. Lane 09fb37
- Test execWithCapture when the command outputs nothing. (dshea)
Brian C. Lane 09fb37
- Fix a long line in kickstart_tests/functions.sh. (clumens)
Brian C. Lane 09fb37
- Merge pull request #414 from vpodzime/master-lvm_log (vpodzime)
Brian C. Lane 09fb37
- Save the lvm.log Blivet may produce (vpodzime)
Brian C. Lane 09fb37
Brian C. Lane 8b6061
* Fri Oct 16 2015 Brian C. Lane <bcl@redhat.com> - 24.4-1
Brian C. Lane 8b6061
- Hide the places sidebar in the ISO chooser widget. (dshea)
Brian C. Lane 8b6061
- Use GtkResponseType values in the iso chooser dialog (dshea)
Brian C. Lane 8b6061
- Do not use deprecated getDevicesByInstance method (vtrefny)
Brian C. Lane 8b6061
- By default, skip those kickstart tests we know to be failing. (clumens)
Brian C. Lane 8b6061
- Fix pylint unused import (jkonecny)
Brian C. Lane 8b6061
- network: handle bridge device appearing before its connection (#1265593)
Brian C. Lane 8b6061
  (rvykydal)
Brian C. Lane 8b6061
- Use $KSTEST_URL in tests that still had dl.fp.o hardcoded. (dshea)
Brian C. Lane 8b6061
- Support CONNECT in the test proxy server. (dshea)
Brian C. Lane 8b6061
- Extract the file used by liveimg as a prereq (dshea)
Brian C. Lane 8b6061
- Convert the proxy script to a prereq. (dshea)
Brian C. Lane 8b6061
- Add a prereqs function to kickstart tests. (dshea)
Brian C. Lane 8b6061
- Fix traceback when trying to create list of unformatted DASDs. (#1268764)
Brian C. Lane 8b6061
  (sbueno+anaconda)
Brian C. Lane 8b6061
- network: handle missing connections of a device configured in GUI better
Brian C. Lane 8b6061
  (rvykydal)
Brian C. Lane 8b6061
- network: don't set NM_CONTROLLED=no for root on SAN. (rvykydal)
Brian C. Lane 8b6061
- Add support for other systemd units to kickstart service command (bcl)
Brian C. Lane 8b6061
- Merge pull request #388 from wgwoods/dd-in-initrd-fix (wwoods)
Brian C. Lane 8b6061
- Set the password checkbox for empty kickstart passwords. (dshea)
Brian C. Lane 8b6061
- Do not set the password input text with unencrypted passwords. (dshea)
Brian C. Lane 8b6061
- Install input checks before modifying the user GUI (#1256065) (dshea)
Brian C. Lane 8b6061
- Fix a lying error message in style_guide.py (dshea)
Brian C. Lane 8b6061
- Use "Enter" instead of "Return" for the keyboard key. (dshea)
Brian C. Lane 8b6061
- New Anaconda documentation - 24.3 (bcl)
Brian C. Lane 8b6061
- Include missing test files and scripts in Makefile.am/tarball (atodorov)
Brian C. Lane 8b6061
- dracut: accept inst.dd=[file:]/dd.iso (#1268792) (wwoods)
Brian C. Lane 8b6061
- Do not override StorageChecker.errors in StorageSpoke (#1252596) (vtrefny)
Brian C. Lane 8b6061
- Lookup IPv6 address without brackets (#1267872) (bcl)
Brian C. Lane 8b6061
- Mangle the boot device differently for systemd (#1241704) (dshea)
Brian C. Lane 8b6061
- Fail the media check if the systemd service failed to start. (dshea)
Brian C. Lane 8b6061
Brian C. Lane d12c73
* Fri Oct 02 2015 Brian C. Lane <bcl@redhat.com> - 24.3-1
Brian C. Lane d12c73
- Properly translate c-to-continue on the root selection screen (mkolman)
Brian C. Lane d12c73
- Check minimal memory requirements properly (#1267673) (jstodola)
Brian C. Lane d12c73
- Allow users to be created with an existing GID. (dshea)
Brian C. Lane d12c73
- Add a test for creating a user with an existing GID. (dshea)
Brian C. Lane d12c73
- Add tests for gids embmedded in the user groups list. (dshea)
Brian C. Lane d12c73
- Allow the kickstart --groups list to specify GIDs. (dshea)
Brian C. Lane d12c73
- Add a --groups argument to the user ks test. (dshea)
Brian C. Lane d12c73
- Fix the locale pattern packages-instlangs-3 looks for. (dshea)
Brian C. Lane d12c73
- Raise an error if osimg cannot be found (#1248673) (bcl)
Brian C. Lane d12c73
- Use the bootloader raid levels for bootloader installation (#1266898) (bcl)
Brian C. Lane d12c73
- Use otps.display_mode during early startup (#1267140) (mkolman)
Brian C. Lane d12c73
- Mount stage2 cdrom after running driver-updates (#1266478) (bcl)
Brian C. Lane d12c73
- Get rid of an unused import in the user spoke. (clumens)
Brian C. Lane d12c73
- Log crashes from the signal handler. (dshea)
Brian C. Lane d12c73
- Save a core file when anaconda crashes. (dshea)
Brian C. Lane d12c73
- Keep environment selection when reentering the software spoke (#1261393)
Brian C. Lane d12c73
  (mkolman)
Brian C. Lane d12c73
- Only show the user spoke if no users are specified in kickstart (#1253672)
Brian C. Lane d12c73
  (mkolman)
Brian C. Lane d12c73
- Fix 'cat: /tmp/dd_disk: No such file or directory' (#1251394) (jkonecny)
Brian C. Lane d12c73
- Do not display curl 404 errors that can be safely ignored (vtrefny)
Brian C. Lane d12c73
- Catch blkid failure in driver-updates (#1262963) (bcl)
Brian C. Lane d12c73
- Add kickstart tests for %%packages --instLangs (dshea)
Brian C. Lane d12c73
- Do not display markup in showDetailedError. (dshea)
Brian C. Lane d12c73
- Skip OEMDRV if interactive DD is requested (#1254270) (bcl)
Brian C. Lane d12c73
- Drivers are simply under /run/install/DD-x/ (#1254270) (bcl)
Brian C. Lane d12c73
- Fix branding when iso is downloaded from nfs or hd (#1252756) (jkonecny)
Brian C. Lane d12c73
- Use yum to install the mock buildroot for now. (dshea)
Brian C. Lane d12c73
- Rename the gettext tests (dshea)
Brian C. Lane d12c73
- Bring back the KSTEST_HTTP_ADDON_REPO substitution in nfs-repo-and-addon.sh
Brian C. Lane d12c73
  (clumens)
Brian C. Lane d12c73
- Run substitution checks on the right kickstart file. (clumens)
Brian C. Lane d12c73
- Tell gettext that anaconda is not a GNU package. (dshea)
Brian C. Lane d12c73
- Ignore environment modification warnings in docs/conf.py (dshea)
Brian C. Lane d12c73
- Check for unsubstituted strings before running a test. (dshea)
Brian C. Lane d12c73
- Autopart use 90%% of disk capacity for required space compare (#1224048)
Brian C. Lane d12c73
  (jkonecny)
Brian C. Lane d12c73
- Fix include packages install size when downloading on root (#1224048)
Brian C. Lane d12c73
  (jkonecny)
Brian C. Lane d12c73
- Enable and improve the check for swap LV size in LVM cache kickstart tests
Brian C. Lane d12c73
  (vpodzime)
Brian C. Lane d12c73
- make-sphinx-docs: Add modules needed to document tests (bcl)
Brian C. Lane d12c73
- Add test documentation (atodorov)
Brian C. Lane d12c73
- Fix how the reqpart test checks for /boot, again. (clumens)
Brian C. Lane d12c73
- Add a way to get default settings when running the kickstart_tests. (clumens)
Brian C. Lane d12c73
- Change how we ignore non-tests in kickstart_tests. (clumens)
Brian C. Lane d12c73
- Various fixes to substitution strings in kickstart_tests. (clumens)
Brian C. Lane d12c73
- Move kickstart_test .ks files to .ks.in. (clumens)
Brian C. Lane d12c73
Brian C. Lane e52dd7
* Fri Sep 11 2015 Brian C. Lane <bcl@redhat.com> - 24.2-1
Brian C. Lane e52dd7
- Handle driver rpms retrieved via network (#1257916) (bcl)
Brian C. Lane e52dd7
- Fix the types passed to chown_dir_tree (#1260318) (dshea)
Brian C. Lane e52dd7
- Add a test for home directory reuse (dshea)
Brian C. Lane e52dd7
- Use MDRaidArrayDevice.members instead of .devices (dshea)
Brian C. Lane e52dd7
- Make sure anaconda reads in ks file from OEMDRV device. (#1057271)
Brian C. Lane e52dd7
  (sbueno+anaconda)
Brian C. Lane e52dd7
- Try to deal with expected errors from devicetree.populate (#1257648)
Brian C. Lane e52dd7
  (vpodzime)
Brian C. Lane e52dd7
- Revert "Temporarily disable generating a coverage report." (clumens)
Brian C. Lane e52dd7
- Fix a DBus InvalidProperty handling (jkonecny)
Brian C. Lane e52dd7
- Fix another bash syntax problem in kickstart-genrules.sh (#1057271)
Brian C. Lane e52dd7
  (sbueno+anaconda)
Brian C. Lane e52dd7
- Add a test for the rootpw kickstart command (dshea)
Brian C. Lane e52dd7
- Add tests for setRootPassword (dshea)
Brian C. Lane e52dd7
- Add a /boot partition to the reqpart test. (clumens)
Brian C. Lane e52dd7
- Fix up a statement that's not assigned to anything. (clumens)
Brian C. Lane e52dd7
- Temporarily disable generating a coverage report. (clumens)
Brian C. Lane e52dd7
- Don't try to concatenate a list with a string (#1252444) (mkolman)
Brian C. Lane e52dd7
- Activate coverage for tests executed with sudo (atodorov)
Brian C. Lane e52dd7
- set sysroot correctly when setting root password (#1260875) (awilliam)
Brian C. Lane e52dd7
- Add a test for kickstarts that %%include a URL (dshea)
Brian C. Lane e52dd7
- Add missing python dependencies for requests. (#1259506) (dshea)
Brian C. Lane e52dd7
- Serve the http addon repos from the test tmpdir (dshea)
Brian C. Lane e52dd7
- Make make-addon-pkgs easier to use from within a test (dshea)
Brian C. Lane e52dd7
- Add a simple http server for use in kickstart tests. (dshea)
Brian C. Lane e52dd7
- Add a script to print an IP address for the host. (dshea)
Brian C. Lane e52dd7
- Add a cleanup hook that can be defined by kickstart tests (dshea)
Brian C. Lane e52dd7
- Move kickstart test support files into a separate directory. (dshea)
Brian C. Lane e52dd7
- Fix a python3 related error in the pre-commit hook (dshea)
Brian C. Lane e52dd7
- network: gui spoke TODO cleanup (rvykydal)
Brian C. Lane e52dd7
- libnm in spoke: add missing connection for eth device with Configure
Brian C. Lane e52dd7
  (rvykydal)
Brian C. Lane e52dd7
- libnm in spoke: allow adding missing connection for eth device externally
Brian C. Lane e52dd7
  (rvykydal)
Brian C. Lane e52dd7
- libnm in spoke: wait for valid state of added device before adding to list
Brian C. Lane e52dd7
  (rvykydal)
Brian C. Lane e52dd7
- libnm in spoke: use libmn objects instead of names an uuids (device on/off)
Brian C. Lane e52dd7
  (rvykydal)
Brian C. Lane e52dd7
- libnm in spoke: to check if device is activated just use its object
Brian C. Lane e52dd7
  (rvykydal)
Brian C. Lane e52dd7
- libnm in spoke: use connnection objects instead of uuids (edit connection)
Brian C. Lane e52dd7
  (rvykydal)
Brian C. Lane e52dd7
- libnm in spoke: refresh early when device is added (rvykydal)
Brian C. Lane e52dd7
- libnm in spoke: use connection object instead of uuid (DeviceConfiguration)
Brian C. Lane e52dd7
  (rvykydal)
Brian C. Lane e52dd7
- libnm in spoke: share nm client in standalone and normal spoke (rvykydal)
Brian C. Lane e52dd7
- libnm in spoke: add enterprise wpa connection using libnm client (rvykydal)
Brian C. Lane e52dd7
- libnm in spoke: use AccessPoint object in place of ssid bytearray (rvykydal)
Brian C. Lane e52dd7
- libnm in spoke: delete connection using libnm client (rvykydal)
Brian C. Lane e52dd7
- libnm in spoke: replace python-dbus workaround calls for ap security flags
Brian C. Lane e52dd7
  (rvykydal)
Brian C. Lane e52dd7
- libnm in spoke: call get_data() on ap.get_ssid() result to get ssid bytes
Brian C. Lane e52dd7
  (rvykydal)
Brian C. Lane e52dd7
- libnm in spoke: showing ip configuration of a device (rvykydal)
Brian C. Lane e52dd7
- libnm in spoke: NMClient -> NM.Client (rvykydal)
Brian C. Lane e52dd7
- libnm in spoke: gi.NetworkManager -> gi.NM (rvykydal)
Brian C. Lane e52dd7
- libnm in spoke: Revert "Fix crash when new device appear in Welcome screen
Brian C. Lane e52dd7
  (#1245960)" (rvykydal)
Brian C. Lane e52dd7
- libnm in spoke: Revert "Fix crash when connections are changing (#1245960)"
Brian C. Lane e52dd7
  (rvykydal)
Brian C. Lane e52dd7
- Add an ignoredisk --drives= test. (clumens)
Brian C. Lane e52dd7
- Add a test for the reqpart command. (clumens)
Brian C. Lane e52dd7
- Grab anaconda.coverage on tests that reimplement validate(). (clumens)
Brian C. Lane e52dd7
- Install driver-updates (dshea)
Brian C. Lane e52dd7
- Fix a typo in service enablement in kickstart.py. (clumens)
Brian C. Lane e52dd7
- Get rid of the extraneous cats and greps in user.ks. (clumens)
Brian C. Lane e52dd7
- Add sshkey testing to the user kickstart_test. (clumens)
Brian C. Lane e52dd7
- Add a kickstart test in Arabic. (clumens)
Brian C. Lane e52dd7
- Verify Initial Setup services are present before turning them ON/OFF
Brian C. Lane e52dd7
  (#1252444) (mkolman)
Brian C. Lane e52dd7
- Don't crash if the Japanese PC-98 keyboard is selected (#1190589) (mkolman)
Brian C. Lane e52dd7
- Report on all local files and exclude what we don't need instead of
Brian C. Lane e52dd7
  explicitly including paths we may not be aware of. (atodorov)
Brian C. Lane e52dd7
- Change "failed to download" messages from critical to warning. (clumens)
Brian C. Lane e52dd7
- getcode -> status_code in a live payload error message. (clumens)
Brian C. Lane e52dd7
- Fix a bash error in kickstart-genrules.sh (#1057271) (sbueno+anaconda)
Brian C. Lane e52dd7
- specify if=virtio,cache=none for VM drives (atodorov)
Brian C. Lane e52dd7
- update the test b/c latest anaconda doesn't allow weak passwords (atodorov)
Brian C. Lane e52dd7
- Specify format=raw to avoid warning from qemu (atodorov)
Brian C. Lane e52dd7
- update for Python3 nose (atodorov)
Brian C. Lane e52dd7
- Add a services.sh file to match the existing services.ks. (clumens)
Brian C. Lane e52dd7
- Add types to all existing kickstart tests. (clumens)
Brian C. Lane e52dd7
- Add the ability to mark kickstart tests with a type. (clumens)
Brian C. Lane e52dd7
- Run nm-connection-editor with the --keep-above flag (#1231856) (mkolman)
Brian C. Lane e52dd7
Brian C. Lane ccf735
* Mon Aug 31 2015 Brian C. Lane <bcl@redhat.com> - 24.1-1
Brian C. Lane ccf735
- Add a test for the user and group creation functions. (dshea)
Brian C. Lane ccf735
- Get rid of libuser. (#1255066) (dshea)
Brian C. Lane ccf735
- s/$releasever/rawhide/ (clumens)
Brian C. Lane ccf735
- LVM on RAID kickstart test (vpodzime)
Brian C. Lane ccf735
- unbuffered read in python3 only works for binary (bcl)
Brian C. Lane ccf735
- don't crash if no environment set in interactive (#1257036) (awilliam)
Brian C. Lane ccf735
- network: compare with ssid bytes, not str (rvykydal)
Brian C. Lane ccf735
- Add dependencies for running the tests/gui tests (atodorov)
Brian C. Lane ccf735
- Fix first run environment setup in software spoke (#1257036) (jkonecny)
Brian C. Lane ccf735
- Stop pretending liveinst+rescue is supported (#1256061). (clumens)
Brian C. Lane ccf735
- Defer to Fedora distro-wide settings for password strength (#1250746) (dshea)
Brian C. Lane ccf735
- New Anaconda documentation - 24.0 (bcl)
Brian C. Lane ccf735
- Do a better job reporting failures from kickstart_tests. (clumens)
Brian C. Lane ccf735
- Preserve coverage results from running the kickstart_tests. (clumens)
Brian C. Lane ccf735
Brian C. Lane 1257f8
* Mon Aug 24 2015 Brian C. Lane <bcl@redhat.com> - 24.0-1
Brian C. Lane 1257f8
- Remove from the docs repo=hd installation with installable tree (jkonecny)
Brian C. Lane 1257f8
- Fix a race between a window continuing and the next starting (#1004477)
Brian C. Lane 1257f8
  (dshea)
Brian C. Lane 1257f8
- Start hubs with the buttons insensitive. (dshea)
Brian C. Lane 1257f8
- Do not replace the standard streams if not necessary. (dshea)
Brian C. Lane 1257f8
- Fix inst.repo=hd: is not working (#1252902) (jkonecny)
Brian C. Lane 1257f8
- Kickstart: Added SELinux test. (kvalek)
Brian C. Lane 1257f8
- Kickstart tests related to SELinux. (kvalek)
Brian C. Lane 1257f8
- Package install and debug message logging. (kvalek)
Brian C. Lane 1257f8
- Don't crash if incorrect environment is set in kickstart (#1234890) (mkolman)
Brian C. Lane 1257f8
- Fix I/O issues when anaconda is started without a locale. (dshea)
Brian C. Lane 1257f8
- Move locale environment logic into localization.py (dshea)
Brian C. Lane 1257f8
- network: fix configuring team in kickstart pre (#1254929) (rvykydal)
Brian C. Lane 1257f8
- Merge pull request #311 from atodorov/add_local_coverage (clumens)
Brian C. Lane 1257f8
- Merge pull request #308 from atodorov/rawhide_missing_deps (clumens)
Brian C. Lane 1257f8
- Enable test coverage in CI (atodorov)
Brian C. Lane 1257f8
- Fix the single-spoke TUI message for Python 3. (dshea)
Brian C. Lane 1257f8
- Merge pull request #291 from atodorov/update_coverage_switch (clumens)
Brian C. Lane 1257f8
- Add missing requirements (atodorov)
Brian C. Lane 1257f8
- Add basic kickstart tests for LVM Thin Provisioning (vpodzime)
Brian C. Lane 1257f8
- Use the default mirrorlist instead of fixed repo URL in kickstart tests
Brian C. Lane 1257f8
  (vpodzime)
Brian C. Lane 1257f8
- Destroy the keyboard layout dialog when finished (#1254150) (dshea)
Brian C. Lane 1257f8
- Do not encode the geoloc timezone to bytes (#1240812) (dshea)
Brian C. Lane 1257f8
- use inst.debug as alternative option to start coverage (atodorov)
Brian C. Lane 1257f8
Brian C. Lane 78a77b
* Mon Aug 17 2015 Brian C. Lane <bcl@redhat.com> - 23.20-1
Brian C. Lane 78a77b
- Skip source url checks when network is off (#1251130) (bcl)
Brian C. Lane 78a77b
- Don't set net.device to link if there is no ksdevice (#1085310) (bcl)
Brian C. Lane 78a77b
- Reading carrier while link is down raises IOError (#1085310) (bcl)
Brian C. Lane 78a77b
- Don't write nfs repos to the target system (#1246212) (bcl)
Brian C. Lane 78a77b
- Make sure username entered in TUI if create a user chosen. (#1249660)
Brian C. Lane 78a77b
  (sbueno+anaconda)
Brian C. Lane 78a77b
- Write the empty dnf langpacks.conf to the right directory (#1253469) (dshea)
Brian C. Lane 78a77b
- Add pyanaconda test for network.check_ip_address (jkonecny)
Brian C. Lane 78a77b
- Replace IPy package by ipaddress (jkonecny)
Brian C. Lane 78a77b
- Correctly check return code when running rpm from makeupdates (mkolman)
Brian C. Lane 78a77b
- Fix crash when new device appear in Welcome screen (#1245960) (jkonecny)
Brian C. Lane 78a77b
- Fix crash when connections are changing (#1245960) (jkonecny)
Brian C. Lane 78a77b
- Make LVM cache kickstart tests more robust (vpodzime)
Brian C. Lane 78a77b
- product.img buildstamp should override distribution buildstamp (#1240238)
Brian C. Lane 78a77b
  (bcl)
Brian C. Lane 78a77b
- On incomplete ks, don't automatically proceed with install. (#1034282)
Brian C. Lane 78a77b
  (sbueno+anaconda)
Brian C. Lane 78a77b
- Update the translation doc with zanata branching incantations.
Brian C. Lane 78a77b
  (sbueno+anaconda)
Brian C. Lane 78a77b
- Merge pull request #287 from kparal/patch-1 (clumens)
Brian C. Lane 78a77b
- boot-options.rst: add a note about nfsiso (kamil.paral)
Brian C. Lane 78a77b
- Few fixes and amendments for the boot_options.rst file (vpodzime)
Brian C. Lane 78a77b
- Prevent issues with encrypted LVs on renamed VGs (#1224045) (vpodzime)
Brian C. Lane 78a77b
- Create and use snapshot of on-disk storage with no modifications (#1166598)
Brian C. Lane 78a77b
  (vpodzime)
Brian C. Lane 78a77b
- Implement the class for storage snapshots (vpodzime)
Brian C. Lane 78a77b
- Prevent any changes in the StorageSpoke if just going back (vpodzime)
Brian C. Lane 78a77b
- Make StorageSpoke's on_back_clicked less complicated (vpodzime)
Brian C. Lane 78a77b
- Add kickstart tests for the LVM cache kickstart support (vpodzime)
Brian C. Lane 78a77b
- Disable packages-multilib, for now. (clumens)
Brian C. Lane 78a77b
- Make sure the liveimg test shuts down when it finishes. (clumens)
Brian C. Lane 78a77b
- Change how success is checked for the basic-ostree test. (clumens)
Brian C. Lane 78a77b
Brian C. Lane 9e86fb
* Fri Aug 07 2015 Brian C. Lane <bcl@redhat.com> - 23.19-1
Brian C. Lane 9e86fb
- Add basic support for LVM cache creation in kickstart (vpodzime)
Brian C. Lane 9e86fb
- Use labels for the rest of the non-autopart test results. (dshea)
Brian C. Lane 9e86fb
- Use a disk label to find the filesystem for escrow results (dshea)
Brian C. Lane 9e86fb
- Use someone else's code for PID file management. (dshea)
Brian C. Lane 9e86fb
- Prevent incomplete translations from making the TUI unusable (#1235617)
Brian C. Lane 9e86fb
  (mkolman)
Brian C. Lane 9e86fb
- Apply the environment substitutions more liberally in nfs-repo-and-addon
Brian C. Lane 9e86fb
  (dshea)
Brian C. Lane 9e86fb
- Use stage2=hd: instead of stage2=live: (dshea)
Brian C. Lane 9e86fb
- Add test for liveimg kickstart command (bcl)
Brian C. Lane 9e86fb
- Fix pre-install script execution (bcl)
Brian C. Lane 9e86fb
- test pre-install kickstart section (bcl)
Brian C. Lane 9e86fb
- Use sys.exit() instead of the exit() created by site.py. (dshea)
Brian C. Lane 9e86fb
- Call ipmi_report before sys.exit (dshea)
Brian C. Lane 9e86fb
- Add a test for proxy authentication (dshea)
Brian C. Lane 9e86fb
- Add optional authentication to the proxy server (dshea)
Brian C. Lane 9e86fb
- Add more tests to proxy-kickstart (dshea)
Brian C. Lane 9e86fb
- Show an alternative prompt if a hub contains only a single spoke (#1199234)
Brian C. Lane 9e86fb
  (mkolman)
Brian C. Lane 9e86fb
- Add few docs and improvement in check_ip_address (jkonecny)
Brian C. Lane 9e86fb
- Check whether files actually contain translatable strings. (dshea)
Brian C. Lane 9e86fb
- Add specific error string to TUI user dialog (#1248421) (bcl)
Brian C. Lane 9e86fb
- Make EditTUIDialog error generic (#1248421) (bcl)
Brian C. Lane 9e86fb
- Fix and expand nfs-repo-and-addon.ks (dshea)
Brian C. Lane 9e86fb
- Added a script to make the packages used by nfs-repo-and-addon (dshea)
Brian C. Lane 9e86fb
- Implement the rest of the repo options in dnfpayload. (dshea)
Brian C. Lane 9e86fb
- Fix kickstart test for bond interface creation (jkonecny)
Brian C. Lane 9e86fb
Brian C. Lane 50d6bc
* Fri Jul 31 2015 Brian C. Lane <bcl@redhat.com> - 23.18-1
Brian C. Lane 50d6bc
- Move the proxy server script into a common file. (dshea)
Brian C. Lane 50d6bc
- Use python3 for the proxy server and remove python2 compatibility (dshea)
Brian C. Lane 50d6bc
- makePickle now needs to return bytes (bcl)
Brian C. Lane 50d6bc
- gi.require_version raises ValueError (bcl)
Brian C. Lane 50d6bc
- Remove duplicate signal setup block (bcl)
Brian C. Lane 50d6bc
- Fix three bugs discovered by driverdisk-disk.ks (clumens)
Brian C. Lane 50d6bc
- Fix error with OEMDRV ks auto-load check. (#1057271) (sbueno+anaconda)
Brian C. Lane 50d6bc
- Make sure TUI is readable for non-latin languages (#1182562) (mkolman)
Brian C. Lane 50d6bc
- Equalize capacity & mount point entries (#1212615) (dshea)
Brian C. Lane 50d6bc
- Disable GRUB os_prober on POWER (#1193281) (rmarshall)
Brian C. Lane 50d6bc
- Cancel Container Edit Sensitizes Update (#1168656) (rmarshall)
Brian C. Lane 50d6bc
- Fix SoftwareSpoke._kickstarted. (dshea)
Brian C. Lane 50d6bc
- Disable a Pylint false-positive (#1234896) (mkolman)
Brian C. Lane 50d6bc
- Add support for autostep and --autoscreenshot (#1234896) (mkolman)
Brian C. Lane 50d6bc
- Escape \'s in doc strings (dshea)
Brian C. Lane 50d6bc
- Ellipsize the file system type combo box (#1212615) (dshea)
Brian C. Lane 50d6bc
- Add graphviz to make-sphinx-doc script (jkonecny)
Brian C. Lane 50d6bc
- Remove many of a documentation compilation errors (jkonecny)
Brian C. Lane 50d6bc
- Add class diagrams to existing spokes and hubs (jkonecny)
Brian C. Lane 50d6bc
- Add class diagram settings to documentation (jkonecny)
Brian C. Lane 50d6bc
- Fix the UnusuableConfigurationError dialog (#1246915) (dshea)
Brian C. Lane 50d6bc
- Chase pygobject's stupid moving target (dshea)
Brian C. Lane 50d6bc
- Add missing translation contexts (dshea)
Brian C. Lane 50d6bc
- Actually translate the container type labels (dshea)
Brian C. Lane 50d6bc
- Check whether a translated string requires a context or comment. (dshea)
Brian C. Lane 50d6bc
- Clean up the temporary pools virt-install makes. (clumens)
Brian C. Lane 50d6bc
- Return the same object for repeated calls to __get__ (#1245423) (dshea)
Brian C. Lane 50d6bc
- Use sys.exit instead of os._exit. (clumens)
Brian C. Lane 50d6bc
- Add parentheses around the IPV6 regex fragment. (dshea)
Brian C. Lane 50d6bc
- Add tests for IPv6 literals in URLs (dshea)
Brian C. Lane 50d6bc
- Modify Installation Source Proxy Label (#11688554) (rmarshall)
Brian C. Lane 50d6bc
Brian C. Lane 0d8229
* Fri Jul 24 2015 Brian C. Lane <bcl@redhat.com> - 23.17-1
Brian C. Lane 0d8229
- Fix Initial PPC PReP Boot Selector Name (#1172755) (rmarshall)
Brian C. Lane 0d8229
- Require a newer version of pykickstart (vpodzime)
Brian C. Lane 0d8229
- Use dictionaries is thread-safe manner. (dshea)
Brian C. Lane 0d8229
- Merge pull request #234 from wgwoods/master (wwoods)
Brian C. Lane 0d8229
- Auto-load ks.cfg if OEMDRV volume available. (#1057271) (sbueno+anaconda)
Brian C. Lane 0d8229
- Check the encrypt checkbox when encrypted specified in KS (vtrefny)
Brian C. Lane 0d8229
- Do not raise KickstartValueError for missing passphrase (vtrefny)
Brian C. Lane 0d8229
- Ask for encryption passphrase when not specified in ks (#1213096) (vtrefny)
Brian C. Lane 0d8229
- dracut: minor cleanup (wwoods)
Brian C. Lane 0d8229
- dracut: fix missing messages for inst.ks=cdrom (wwoods)
Brian C. Lane 0d8229
- Wait forever for kickstarts on CDROM (#1168902) (wwoods)
Brian C. Lane 0d8229
- Use abs_builddir instead of builddir so paths will look more reasonable.
Brian C. Lane 0d8229
  (clumens)
Brian C. Lane 0d8229
- Add a new makefile target that does everything needed for jenkins. (clumens)
Brian C. Lane 0d8229
- Merge pull request #228 from AdamWill/logind (dshea)
Brian C. Lane 0d8229
- Fix crash when mirrorlist checkbox is checked (jkonecny)
Brian C. Lane 0d8229
- Fix crash when user start typing proxy credentials (jkonecny)
Brian C. Lane 0d8229
- Check repository URL before leaving Source Spoke (jkonecny)
Brian C. Lane 0d8229
- Add IDs to identify addon repositories (jkonecny)
Brian C. Lane 0d8229
- Repositories can be checked without a selection (jkonecny)
Brian C. Lane 0d8229
- Consolidate the language environment variables. (dshea)
Brian C. Lane 0d8229
- Change the generated API indices slightly (dshea)
Brian C. Lane 0d8229
- Ignore "mountpoint" used a format specifier (dshea)
Brian C. Lane 0d8229
- filesystems -> file systems, per the style guide (dshea)
Brian C. Lane 0d8229
- Properly parameterize a translated string (dshea)
Brian C. Lane 0d8229
- Fix pylint errors in rescue.py. (dshea)
Brian C. Lane 0d8229
- Remove unused imports (dshea)
Brian C. Lane 0d8229
- Remove text.py from spec file (#965985) (sbueno+anaconda)
Brian C. Lane 0d8229
- Merge pull request #220 from AdamWill/1243962 (dshea)
Brian C. Lane 0d8229
- Fix adding 'boot=' option in FIPS mode (vtrefny)
Brian C. Lane 0d8229
- anaconda.target: Wants systemd-logind.service (#1222413) (awilliam)
Brian C. Lane 0d8229
- Remove the last usage of newt and get rid of it as a dependency (#965985)
Brian C. Lane 0d8229
  (sbueno+anaconda)
Brian C. Lane 0d8229
- Enable anaconda to use the new rescue mode. (#965985) (sbueno+anaconda)
Brian C. Lane 0d8229
- Get rid of unnecessary constants in constants_text. (#965985)
Brian C. Lane 0d8229
  (sbueno+anaconda)
Brian C. Lane 0d8229
- Get rid of some unnecessary files. (#965985) (sbueno+anaconda)
Brian C. Lane 0d8229
- Display verbose packaging errors to the user (bcl)
Brian C. Lane 0d8229
- Show source errors from refresh method (bcl)
Brian C. Lane 0d8229
- Fix the validate functions in the btrfs kickstart_tests. (clumens)
Brian C. Lane 0d8229
- Connect kickstart lang data to dnf-langpacks (#1051816) (dshea)
Brian C. Lane 0d8229
- Add simple_replace config file function (bcl)
Brian C. Lane 0d8229
- Remove some vestiges of the old packaging module (dshea)
Brian C. Lane 0d8229
- Remove window boot block detection functions. (dshea)
Brian C. Lane 0d8229
- Remove iutil.xprogressive_delay. (dshea)
Brian C. Lane 0d8229
- Simplify iutil.mkdirChain. (dshea)
Brian C. Lane 0d8229
- Decode wifi SSIDs into strings. (#1240398) (dshea)
Brian C. Lane 0d8229
- Actually use the temp directory so test files get cleaned up (dshea)
Brian C. Lane 0d8229
- Disable the output from rpmbuild (dshea)
Brian C. Lane 0d8229
- Remove stray references to python2. (dshea)
Brian C. Lane 0d8229
- Fix possible to start installation without network (#1221109) (jkonecny)
Brian C. Lane 0d8229
- Fix 'q' (to quit) do not work in TUI hub (jkonecny)
Brian C. Lane 0d8229
- act on the right objects when stripping URL protocols (#1243962) (awilliam)
Brian C. Lane 0d8229
- Fix 'App' object has no attribute 'queue' (#1243316) (jkonecny)
Brian C. Lane 0d8229
Brian C. Lane 6c28fe
* Thu Jul 16 2015 Brian C. Lane <bcl@redhat.com> - 23.16-1
Brian C. Lane 6c28fe
- fix storage writing for live and ostree installs (#1236937) (awilliam)
Brian C. Lane 6c28fe
- Add O_CREAT to the open flags when extracting rpm files. (dshea)
Brian C. Lane 6c28fe
- Move ostree gobject version check next to the import (#1243543) (bcl)
Brian C. Lane 6c28fe
- Remove rpmfluff from the buildrequires. (dshea)
Brian C. Lane 6c28fe
- Only import readline if readline is necessary. (dshea)
Brian C. Lane 6c28fe
- use the right baseurl in run_install_test.sh. (clumens)
Brian C. Lane 6c28fe
- Don't copy the environment when starting metacity. (dshea)
Brian C. Lane 6c28fe
- Fix the use of a temporary file in SimpleConfig.write (dshea)
Brian C. Lane 6c28fe
- Add a test for SimpleConfig.write(use_tmp=True). (dshea)
Brian C. Lane 6c28fe
- Remove an unnecessary chmod when creating chrony.conf (dshea)
Brian C. Lane 6c28fe
- Fix some bad uses of chmod. (dshea)
Brian C. Lane 6c28fe
- Add a function to open a file with specific permission bits (dshea)
Brian C. Lane 6c28fe
- Don't ask to start vnc if user specifies text mode. (#1202277)
Brian C. Lane 6c28fe
  (sbueno+anaconda)
Brian C. Lane 6c28fe
- New Anaconda documentation - 23.15 (bcl)
Brian C. Lane 6c28fe
- Add a helper for building Sphinx docs using mock. (bcl)
Brian C. Lane 6c28fe
- Update Sphinx configuration for python3 (bcl)
Brian C. Lane 6c28fe
- Running without a GUI can also raise ValueError in errors.py (bcl)
Brian C. Lane 6c28fe
- parse-kickstart_test.py: fix driverdisk_test() (wwoods)
Brian C. Lane 6c28fe
- Fix the spelling of "version" (dshea)
Brian C. Lane 6c28fe
Brian C. Lane 05943e
* Mon Jul 13 2015 Brian C. Lane <bcl@redhat.com> - 23.15-1
Brian C. Lane 05943e
- Some dracut modules anaconda needs have been split into their own package.
Brian C. Lane 05943e
  (clumens)
Brian C. Lane 05943e
- User operation kickstart tests. (kvalek)
Brian C. Lane 05943e
- Kickstart tests for UTC and LOCAL hwclock. (kvalek)
Brian C. Lane 05943e
- Kickstart firewall tests. (kvalek)
Brian C. Lane 05943e
- Fix Repository New_Repository has no mirror or baseurl (#1215963) (jkonecny)
Brian C. Lane 05943e
Brian C. Lane fca6c2
* Fri Jul 10 2015 Brian C. Lane <bcl@redhat.com> - 23.14-1
Brian C. Lane fca6c2
- Catch blivet formatDevice ValueError in custom (#1240226) (bcl)
Brian C. Lane fca6c2
- There's now a python3-rpmfluff, so revert this. (clumens)
Brian C. Lane fca6c2
- Fix a couple other pylint problems in the driver disk tests. (clumens)
Brian C. Lane fca6c2
- Merge pull request #194 from wgwoods/master (wwoods)
Brian C. Lane fca6c2
- dracut: fix boot failure waiting for finished/dd.sh (wwoods)
Brian C. Lane fca6c2
- Use builddir instead of srcdir to find the dd utils (dshea)
Brian C. Lane fca6c2
- Fix the dd_test for python3. (dshea)
Brian C. Lane fca6c2
- Fix %%files to deal with compiled python3 modules (dshea)
Brian C. Lane fca6c2
- Add a bunch of gi.require_version calls (dshea)
Brian C. Lane fca6c2
- Temporarily disable the error about not importing rpmfluff. (clumens)
Brian C. Lane fca6c2
- Don't try to iterate over threads directly in wait_all. (clumens)
Brian C. Lane fca6c2
- Update the btrfs kickstart tests to use functions.sh. (clumens)
Brian C. Lane fca6c2
- Merge pull request #182 from wgwoods/dd-refactor (wwoods)
Brian C. Lane fca6c2
- driver_updates: fixes from patch review (wwoods)
Brian C. Lane fca6c2
- Don't be too picky about what name is --device=link (dshea)
Brian C. Lane fca6c2
- Ignore stderr output from parse-kickstart. (dshea)
Brian C. Lane fca6c2
- Add an option to execReadlines to filter out stderr. (dshea)
Brian C. Lane fca6c2
- Ignore interruptible system calls in the dd test (dshea)
Brian C. Lane fca6c2
- Fix an undefined variable in writeStorageLate (dshea)
Brian C. Lane fca6c2
- Connect zfcp entries to the discovery buttons (dshea)
Brian C. Lane fca6c2
- Connect iscsi activations to buttons (dshea)
Brian C. Lane fca6c2
- Connect the dasd number entry to the discovery buttons. (dshea)
Brian C. Lane fca6c2
- Add keyboard layouts on the row-activated signal. (dshea)
Brian C. Lane fca6c2
- Connect dialog inputs to default actions. (dshea)
Brian C. Lane fca6c2
- Remove unnecessary GtkNotebooks. (dshea)
Brian C. Lane fca6c2
- Re-save some dialog glade files. (dshea)
Brian C. Lane fca6c2
- Merge pull request #181 from wgwoods/master (wwoods)
Brian C. Lane fca6c2
- dd-refactor: dracut + build bits (wwoods)
Brian C. Lane fca6c2
- Add kickstart test for RAID1 (bcl)
Brian C. Lane fca6c2
- pass PYTHONPATH to the kickstart test framework (bcl)
Brian C. Lane fca6c2
- Write servers to chronyd.conf even if it's off (#1197575) (wwoods)
Brian C. Lane fca6c2
- Refresh advanced disks after disk summary dialog (#1226354) (bcl)
Brian C. Lane fca6c2
- parse-kickstart: just emit 'inst.dd=XXX' for driverdisk (wwoods)
Brian C. Lane fca6c2
- parse-kickstart: pylint fixes (wwoods)
Brian C. Lane fca6c2
- dd-refactor: new driver_updates.py + tests (wwoods)
Brian C. Lane fca6c2
- payload: fix driverdisk repos (wwoods)
Brian C. Lane fca6c2
- dracut: fix boot with inst.ks and no inst.{repo,stage2} (#1238987) (wwoods)
Brian C. Lane fca6c2
- Use the most recent versions of the btrfs, logvol, part, and raid commands.
Brian C. Lane fca6c2
  (clumens)
Brian C. Lane fca6c2
- Allow /boot partition on iscsi with ibft (#1164195) (jkonecny)
Brian C. Lane fca6c2
- Add kickstart tests to test btrfs installation (vtrefny)
Brian C. Lane fca6c2
- Fix broken test by infiniband patch (#1177032) (jkonecny)
Brian C. Lane fca6c2
Brian C. Lane 04f5ec
* Thu Jul 02 2015 Brian C. Lane <bcl@redhat.com> - 23.13-1
Brian C. Lane 04f5ec
- Add a switch for the Airplane Mode label (dshea)
Brian C. Lane 04f5ec
- Connect labels with keyboard accelerators to a widget (dshea)
Brian C. Lane 04f5ec
- Add a test for dangling keyboard accelerators. (dshea)
Brian C. Lane 04f5ec
- Use pocketlint for translation and markup checking (dshea)
Brian C. Lane 04f5ec
- Flatten the glade test directory. (dshea)
Brian C. Lane 04f5ec
- Add support for specifying arbitrary mkfs options. (clumens)
Brian C. Lane 04f5ec
- Fix kickstart install with infiniband (#1177032) (jkonecny)
Brian C. Lane 04f5ec
- anaconda-dracut: Fix sysroot mount for netroot (#1232411) (bcl)
Brian C. Lane 04f5ec
- Add RAID swaps to /etc/fstab (#1234469) (bcl)
Brian C. Lane 04f5ec
- network: catch another race when calling dbus methods on invalid devices
Brian C. Lane 04f5ec
  (rvykydal)
Brian C. Lane 04f5ec
- network: GUI, add connection even when virtual device activation failed
Brian C. Lane 04f5ec
  (#1179276) (rvykydal)
Brian C. Lane 04f5ec
- Fix IP / hostname mismatches when showing VNC server address (#1186726)
Brian C. Lane 04f5ec
  (rvykydal)
Brian C. Lane 04f5ec
- Check also ipv6 default routes when looking for onboot=yes device (#1185280)
Brian C. Lane 04f5ec
  (rvykydal)
Brian C. Lane 04f5ec
- Merge pull request #157 from wgwoods/master_dd_fixes (wwoods)
Brian C. Lane 04f5ec
- Do not check dependencies on invalid payloads (dshea)
Brian C. Lane 04f5ec
- network: don't set onboot=False for default autoconnections (#1212009)
Brian C. Lane 04f5ec
  (rvykydal)
Brian C. Lane 04f5ec
- Fix the types used to write anaconda-tb-all.log (dshea)
Brian C. Lane 04f5ec
- dd: drop unnecessary archive_read_data_skip (wwoods)
Brian C. Lane 04f5ec
- dd_extract: -l should not extract modules+firmware (wwoods)
Brian C. Lane 04f5ec
- dd: fix permissions on extracted files (#1222056) (wwoods)
Brian C. Lane 04f5ec
- tests: add dd_tests (wwoods)
Brian C. Lane 04f5ec
Brian C. Lane c2f3ba
* Fri Jun 26 2015 Brian C. Lane <bcl@redhat.com> - 23.12-1
Brian C. Lane c2f3ba
- Revert "Add an optional conditional to progress_report." (bcl)
Brian C. Lane c2f3ba
- Fix inconsistencies in the payload messages. (dshea)
Brian C. Lane c2f3ba
- Fix install-requires and install-buildrequires (dshea)
Brian C. Lane c2f3ba
- anaconda-dracut: Mount /dev/mapper/live-rw (#1232411) (bcl)
Brian C. Lane c2f3ba
- Eliminate some false test results when running glade tests. (atodorov)
Brian C. Lane c2f3ba
- Move the knowledge about network packages into ksdata.network. (clumens)
Brian C. Lane c2f3ba
- Add an optional conditional to progress_report. (clumens)
Brian C. Lane c2f3ba
- Move the big block of late storage writing out of install.py. (clumens)
Brian C. Lane c2f3ba
- The attribute is named ostreesetup.nogpg. (clumens)
Brian C. Lane c2f3ba
- Use the index in grubenv (#1209678) (bcl)
Brian C. Lane c2f3ba
- Do not raise an exception on EINTR from os.close or os.dup2 (dshea)
Brian C. Lane c2f3ba
- Merge pull request #154 from mulkieran/master-959701 (mulkieran)
Brian C. Lane c2f3ba
- Improve focus behavior in the advanced user dialog (dshea)
Brian C. Lane c2f3ba
- Re-save advanced_user.glade (dshea)
Brian C. Lane c2f3ba
- Depsolve kickstarted packages on the summary hub (#961280) (dshea)
Brian C. Lane c2f3ba
- Add a kickstart test for %%packages --ignoremissing (dshea)
Brian C. Lane c2f3ba
- Remove descriptions for RAID levels (#959701) (amulhern)
Brian C. Lane c2f3ba
- No kexec-tools on aarch64 (bcl)
Brian C. Lane c2f3ba
Brian C. Lane 1bb02a
* Fri Jun 19 2015 Brian C. Lane <bcl@redhat.com> - 23.11-1
Brian C. Lane 1bb02a
- Do not import iutil from flags (dshea)
Brian C. Lane 1bb02a
- Ignore EINTR errors in files unlikely to encounter them (dshea)
Brian C. Lane 1bb02a
- Reimplement the open override for the dracut scripts (dshea)
Brian C. Lane 1bb02a
- Wrap the only non-open call found by the new pocketlint checks (dshea)
Brian C. Lane 1bb02a
- Redefine open to retry on EINTR (dshea)
Brian C. Lane 1bb02a
- Remove __future__ imports (dshea)
Brian C. Lane 1bb02a
- Use python 3's OSError subclasses instead of checking errno (dshea)
Brian C. Lane 1bb02a
- Allow kwargs in eintr_retry_call (dshea)
Brian C. Lane 1bb02a
- Remove explicit uses of /dev/null (dshea)
Brian C. Lane 1bb02a
- Do not retry calls to close or dup2 (dshea)
Brian C. Lane 1bb02a
- Remove another function from isys (dshea)
Brian C. Lane 1bb02a
- Make dialogs behave better with timed input validation (dshea)
Brian C. Lane 1bb02a
- Fix the password/confirm checks to work with delayed validation (dshea)
Brian C. Lane 1bb02a
- Move the URL protocol removal out of the input check (dshea)
Brian C. Lane 1bb02a
- Remove the vestigal capslock label from the password spoke (dshea)
Brian C. Lane 1bb02a
- Re-saved a few glade files (dshea)
Brian C. Lane 1bb02a
- Run set_status unconditionally from update_check_status (dshea)
Brian C. Lane 1bb02a
- Do not run input checks for every keystroke of input (#1206307) (dshea)
Brian C. Lane 1bb02a
- Add a method to execute timed actions early (dshea)
Brian C. Lane 1bb02a
- Use comps.environments instead of comps.environments_iter (#1221736) (dshea)
Brian C. Lane 1bb02a
- Merge pull request #83 from mulkieran/master-requires (mulkieran)
Brian C. Lane 1bb02a
- Only show supported autopart choices in choices combo. (amulhern)
Brian C. Lane 1bb02a
- Strip out device types that blivet is not able to support. (amulhern)
Brian C. Lane 1bb02a
- Update blivet required version. (amulhern)
Brian C. Lane 1bb02a
- Fix nfs4 stage2 and repo handling (#1230329) (bcl)
Brian C. Lane 1bb02a
- Update upd-kernel so that it actually works (#1166535) (bcl)
Brian C. Lane 1bb02a
- Fix passing ,nfsvers=3 to dracut (#1161820) (bcl)
Brian C. Lane 1bb02a
- Require the python3 version of iscsi-initiator-utils (dshea)
Brian C. Lane 1bb02a
- Fix the pylint pre-commit hook for python3 and pocketlint (dshea)
Brian C. Lane 1bb02a
- Fix a type check to work with python 3. (dshea)
Brian C. Lane 1bb02a
- Do not log Xorg output to tty5 (dshea)
Dennis Gilmore 2647b7
Brian C. Lane 7f351a
* Wed Jun 10 2015 Brian C. Lane <bcl@redhat.com> - 23.10-1
Brian C. Lane 7f351a
- Deal with encrypted partitions not being readable by virt-cat. (clumens)
Brian C. Lane 7f351a
- Make use of the restore_signals Popen argument (dshea)
Brian C. Lane 7f351a
- Don't allow /boot on iSCSI. (#1164195) (sbueno+anaconda)
Brian C. Lane 7f351a
- Merge pull request #127 from mulkieran/master-kickstart (mulkieran)
Brian C. Lane 7f351a
- Actually distribute the clickable message test, too (dshea)
Brian C. Lane 7f351a
- Fix disk argument passing to virt-cat in the ostree test. (clumens)
Brian C. Lane 7f351a
- Relabel all password and group files in %%post (#1228489) (dshea)
Brian C. Lane 7f351a
- Deal with the order of ifcfg files not being guaranteed. (clumens)
Brian C. Lane 7f351a
- Add a __init__.py to fix up an error when running iutil_test.py. (clumens)
Brian C. Lane 7f351a
- Actually run the clickable message test (dshea)
Brian C. Lane 7f351a
- Add a false positive to pylint checking for S390Error. (clumens)
Brian C. Lane 7f351a
- Let the excludedocs test pass if there are only directories left. (clumens)
Brian C. Lane 7f351a
- Allow successful kstest results to provide more details. (clumens)
Brian C. Lane 7f351a
- The escrow_cert test cannot use autopart. (clumens)
Brian C. Lane 7f351a
- Don't warn on PyInit__isys being unused. (clumens)
Brian C. Lane 7f351a
- Test that root LV is encrypted. (amulhern)
Brian C. Lane 7f351a
- Deal with subprocess returning bytes in tests/lib/filelist.py, too. (clumens)
Brian C. Lane 7f351a
- Make anaconda+python3+pocketlint work. (clumens)
Brian C. Lane 7f351a
- Start using our new shared pylint framework in anaconda. (clumens)
Brian C. Lane 7f351a
- Remove our extra pylint checkers. (clumens)
Brian C. Lane 7f351a
- Remove a duplicate libselinux-python3 requires. (clumens)
Brian C. Lane 7f351a
- Run makeupdates with Python 2 for now (mkolman)
Brian C. Lane 7f351a
- Don't use the _safechars private property (#1014220) (mkolman)
Brian C. Lane 7f351a
- Make sure directory size is returned as int (#1014220) (mkolman)
Brian C. Lane 7f351a
- Only warn about missing yum-utils (#1014220) (mkolman)
Brian C. Lane 7f351a
- Make sure set_system_time() gets an integer (#1014220) (mkolman)
Brian C. Lane 7f351a
- Make sure the column number in TUI is an integer (#1141242) (mkolman)
Brian C. Lane 7f351a
- Python 3 compatible sorting fixes (#1014220) (mkolman)
Brian C. Lane 7f351a
- Make version comparison Python 3 compatible (#1014220) (mkolman)
Brian C. Lane 7f351a
- Don't apply numeric comparison on None (#1141242) (mkolman)
Brian C. Lane 7f351a
- Avoid comparing None to an integer (#1141242) (mkolman)
Brian C. Lane 7f351a
- Handle urllib split (#1014220) (mkolman)
Brian C. Lane 7f351a
- Don't try to decode strings (#1014220) (mkolman)
Brian C. Lane 7f351a
- Rename function attributes (#1014220) (mkolman)
Brian C. Lane 7f351a
- Replace raw_input() with input() (#1014220) (mkolman)
Brian C. Lane 7f351a
- Make iterators and their usage Python 3 compatible (#1014220) (mkolman)
Brian C. Lane 7f351a
- Convert Python 2 metaclass magic to Python 3 metaclass magic (#1014220)
Brian C. Lane 7f351a
  (mkolman)
Brian C. Lane 7f351a
- Make the raise syntax Python 3 compatible (#1014220) (mkolman)
Brian C. Lane 7f351a
- Python 3 no longer does tuple parameter unpacking (#1014220) (mkolman)
Brian C. Lane 7f351a
- Make isys Python 3 compatible (#1014220) (mkolman)
Brian C. Lane 7f351a
- Set a correct mode for the tempfile (#1014220) (mkolman)
Brian C. Lane 7f351a
- Python 3 temp files no longer reflect external changes (#1014220) (mkolman)
Brian C. Lane 7f351a
- Make print usage Python 3 compatible (#1014220) (mkolman)
Brian C. Lane 7f351a
- Rename the warnings spoke to warnings_spoke (#1014220) (mkolman)
Brian C. Lane 7f351a
- Replace list comprehension with for at class level (mkolman)
Brian C. Lane 7f351a
- Make gettext usage Python 3 compatible (#1014220) (mkolman)
Brian C. Lane 7f351a
- Do not open tty5 for writing in the "a" mode (#1014220) (vpodzime)
Brian C. Lane 7f351a
- Do not use pykickstart's RepoData as a key in a dict (#1014220) (vpodzime)
Brian C. Lane 7f351a
- Do not run repo attrs' checks if they are not set up yet (#1014220)
Brian C. Lane 7f351a
  (vpodzime)
Brian C. Lane 7f351a
- Don't depend on side effects of map() (#1141242) (mkolman)
Brian C. Lane 7f351a
- Don't use exceptions' message attribute (#1014220) (vpodzime)
Brian C. Lane 7f351a
- Addapt to string type changes (#1014220) (mkolman)
Brian C. Lane 7f351a
- Handle modules returning bytes in Python 3 (#1014220) (mkolman)
Brian C. Lane 7f351a
- Add and use function that makes sure we work with strings (#1014220)
Brian C. Lane 7f351a
  (vpodzime)
Brian C. Lane 7f351a
- Handle modules requiring different string types in Python 3 (#1014220)
Brian C. Lane 7f351a
  (mkolman)
Brian C. Lane 7f351a
- Remove sitecustomize (#1014220) (mkolman)
Brian C. Lane 7f351a
- Make ASCII conversions Python compatible (#1014220) (mkolman)
Brian C. Lane 7f351a
- Remove "is Unicode" tests (#1014220) (mkolman)
Brian C. Lane 7f351a
- Fix ASCII conversion tests (#1014220) (mkolman)
Brian C. Lane 7f351a
- Return a string when calling a program (#1014220) (mkolman)
Brian C. Lane 7f351a
- Handle subprocess returning bytes (#1014220) (mkolman)
Brian C. Lane 7f351a
- Handle latin-1 strings in locale -a output (#1014220) (mkolman)
Brian C. Lane 7f351a
- Open the VNC password file for binary writing (#1014220) (mkolman)
Brian C. Lane 7f351a
- Update parse-kickstart for python3 (#1014220) (bcl)
Brian C. Lane 7f351a
- Update driver-updates for python3 (#1014220) (bcl)
Brian C. Lane 7f351a
- Update python-deps for python3 (#1014220) (bcl)
Brian C. Lane 7f351a
- Add a test for parse-kickstart (#1014220) (bcl)
Brian C. Lane 7f351a
- Make the import Python 3 compatible (#1014220) (mkolman)
Brian C. Lane 7f351a
- Change configparser and queue imports (#1014220) (mkolman)
Brian C. Lane 7f351a
- Remove imports from the __future__ (#1014220) (mkolman)
Brian C. Lane 7f351a
- Use the imp module directly (#1014220) (mkolman)
Brian C. Lane 7f351a
- Use Python 3 versions of Python dependencies  (#1014220) (mkolman)
Brian C. Lane 7f351a
- Use /usr/bin/python3 in scripts (#1014220) (mkolman)
Brian C. Lane 7f351a
- Use Python 3 versions of nose and Pylint (#1014220) (mkolman)
Brian C. Lane 7f351a
- Build the Anaconda widgets for Python 3 (#1014220) (mkolman)
Brian C. Lane 7f351a
- Update makebumpver for python3 (#1014220) (bcl)
Brian C. Lane 7f351a
- Fix Kickstart installation without default gateway errors out (jkonecny)
Brian C. Lane 7f351a
- Fix results checking in a couple ks tests. (clumens)
Brian C. Lane 7f351a
Brian C. Lane 5b1841
* Wed Jun 03 2015 Brian C. Lane <bcl@redhat.com> - 23.9-1
Brian C. Lane 5b1841
- Fix a usage typo in run_once_ks script. (sbueno+anaconda)
Brian C. Lane 5b1841
- Add kickstart tests for keyboard settings. (sbueno+anaconda)
Brian C. Lane 5b1841
- Add a kickstart test for lang settings. (sbueno+anaconda)
Brian C. Lane 5b1841
- Fix a %% call inside _(). (clumens)
Brian C. Lane 5b1841
- Convert ntp-pools.* to using the new kstest functions and autopart. (clumens)
Brian C. Lane 5b1841
- Fix up the expected output in parse-kickstart_test.py. (clumens)
Brian C. Lane 5b1841
- Fix a couple more pylint problems in the s390 code. (clumens)
Brian C. Lane 5b1841
- Use the adapted Timezone class for kickstart data (vpodzime)
Brian C. Lane 5b1841
- Add a kickstart test for processing NTP servers/pools configuration
Brian C. Lane 5b1841
  (vpodzime)
Brian C. Lane 5b1841
- Show error on invalid username attempts in TUI. (#1171778) (sbueno+anaconda)
Brian C. Lane 5b1841
- Fix dracut reads ksdevice from missing os enviromnent (jkonecny)
Brian C. Lane 5b1841
- Run kickstart tests through an LMC-like program, not LMC itself. (clumens)
Brian C. Lane 5b1841
- Move common kickstart_test code out into its own functions.sh file. (clumens)
Brian C. Lane 5b1841
- Switch to using autopart in the kickstart tests. (clumens)
Brian C. Lane 5b1841
- Fix a couple pylint errors. (sbueno+anaconda)
Brian C. Lane 5b1841
- Make anaconda changes necessary for libblockdev s390 plugin.
Brian C. Lane 5b1841
  (sbueno+anaconda)
Brian C. Lane 5b1841
- Add a kickstart test for lvm with percentage-based sizes. (dlehman)
Brian C. Lane 5b1841
- Add kickstart test for basic fixed-size lvm layout. (dlehman)
Brian C. Lane 5b1841
- Add a kickstart test to validate the default fstype. (dlehman)
Brian C. Lane 5b1841
- Add kickstart test to test bond interface creation (jkonecny)
Brian C. Lane 5b1841
- Add kickstart test to test vlan creation (jkonecny)
Brian C. Lane 5b1841
- Fix --device=link and --device not specified (#1085310) (rvykydal)
Brian C. Lane 5b1841
- Add kickstart test to test hostname (jkonecny)
Brian C. Lane 5b1841
- Add a /boot to tmpfs-fixed_size.ks. (clumens)
Brian C. Lane 5b1841
- Fix bad warning message when user set illegal IP (jkonecny)
Brian C. Lane 5b1841
- Fix bad check of illegal ip address (jkonecny)
Brian C. Lane 5b1841
- Add a simple tmpfs kickstart test (mkolman)
Brian C. Lane 5b1841
- Add a kickstart test for escrow packets and backup passphrases (dshea)
Brian C. Lane 5b1841
- Fix a typo that caused us to discard corrected target sizes. (#1211746)
Brian C. Lane 5b1841
  (dlehman)
Brian C. Lane 5b1841
- Don't pass anything to ./configure. (dshea)
Brian C. Lane 5b1841
- Fix a pylint problem in parse-kickstart_test.py. (clumens)
Brian C. Lane 5b1841
- Fix 0 choice in Language and Storage in TUI mode (jkonecny)
Brian C. Lane 5b1841
- Update html documentation for new boot-options section (bcl)
Brian C. Lane 5b1841
- Convert boot-options to ReST and include it in the Sphinx documents. (bcl)
Brian C. Lane 5b1841
Brian C. Lane eb401a
* Fri May 15 2015 Brian C. Lane <bcl@redhat.com> - 23.8-1
Brian C. Lane eb401a
- Clean up after processKickstart in parse-kickstart_test.py. (clumens)
Brian C. Lane eb401a
- Add support to dnfpayload.py for addon NFS repos. (clumens)
Brian C. Lane eb401a
- Fix IndexError: list index out of range (#1219004) (jkonecny)
Brian C. Lane eb401a
- Fix a typo in proxy-kickstart.sh that was causing a test time out. (clumens)
Brian C. Lane eb401a
- iSCSI Name Validation using regexes (sujith_pandel)
Brian C. Lane eb401a
- Add kickstart tests for proxy usage. (dshea)
Brian C. Lane eb401a
- In dracut, do not display a warning for network lines with just a hostname.
Brian C. Lane eb401a
  (clumens)
Brian C. Lane eb401a
- Add transport adapters to support ftp and file fetching (dshea)
Brian C. Lane eb401a
- Fix for "Kickstart installation fails..." (#1197960) (jkonecny)
Brian C. Lane eb401a
- Allow passing kickstart tests to be run on the command line. (clumens)
Brian C. Lane eb401a
- Automatically collect environment variables to be passed to ks tests.
Brian C. Lane eb401a
  (clumens)
Brian C. Lane eb401a
- Use isinstance instead of type for doing type checks. (clumens)
Brian C. Lane eb401a
- Remove yumpayload.py, its support files, and most references to yum.
Brian C. Lane eb401a
  (clumens)
Brian C. Lane eb401a
- Fix the packages-and-group wildcard exclusion test (dshea)
Brian C. Lane eb401a
- Set the GUI-selected environment in the ksdata (#1192100) (dshea)
Brian C. Lane eb401a
- Don't crash if the disk model is None (#1215251) (dshea)
Brian C. Lane eb401a
- Correct an error message in packages-and-groups-1.ks. (clumens)
Brian C. Lane eb401a
- Switch from testing for emacs* to kacst*. (clumens)
Brian C. Lane eb401a
- Tests that end in a traceback are failures, not successes. (clumens)
Brian C. Lane eb401a
- Don't run run_report.sh from within run_kickstart_tests.sh. (clumens)
Brian C. Lane eb401a
- If a kickstart test failed due to a traceback, display that. (clumens)
Brian C. Lane eb401a
- Wrap device labels earlier (#1212586) (dshea)
Brian C. Lane eb401a
- Remove the angle property from the device label (dshea)
Brian C. Lane eb401a
- Get rid of the find button in the filter spoke. (dshea)
Brian C. Lane eb401a
- Rearrange filter.glade (dshea)
Brian C. Lane eb401a
- Fix errors in the vendor column renderers. (dshea)
Brian C. Lane eb401a
- Fix some minor inconsistencies in filter.glade (dshea)
Brian C. Lane eb401a
- Fix issues with advanced storage searching. (dshea)
Brian C. Lane eb401a
- Remove duplicate entries from search combo boxes (dshea)
Brian C. Lane eb401a
- Use named IDs for the filter type combo boxes. (dshea)
Brian C. Lane eb401a
- Rearrange filter.glade the way glade wants it now (dshea)
Brian C. Lane eb401a
- Add a reporting support script to kickstart tests. (clumens)
Brian C. Lane eb401a
- Return a specific error code when a test times out. (clumens)
Brian C. Lane eb401a
- Fix indentation in run_one_ks.sh. (clumens)
Brian C. Lane eb401a
- Also remove all the fonts in the packages-and-groups-1 test. (clumens)
Brian C. Lane eb401a
- Enable the basic-ftp and basic-ftp-yum kickstart tests. (clumens)
Brian C. Lane eb401a
- Fix a typo in groups-and-envs-2.ks (clumens)
Brian C. Lane eb401a
- Get NTP pools and servers from ksdata for the runtime config (vpodzime)
Brian C. Lane eb401a
- Adapt to the new argument list for save_servers_to_config. (clumens)
Brian C. Lane eb401a
- Remove the restriction that /boot be below 2TB for grub (#1082331) (dshea)
Brian C. Lane eb401a
- Distinguish between NTP pools and servers in GUI (vpodzime)
Brian C. Lane eb401a
- Add support for chrony pool directive (mlichvar)
Brian C. Lane eb401a
- Add a readme pointing to the documentation (bcl)
Brian C. Lane eb401a
- Sphinx docs - use source order (bcl)
Brian C. Lane eb401a
- Add html documentation for Anaconda v23.7 (bcl)
Brian C. Lane eb401a
- Place html docs under ./docs/html/ (bcl)
Brian C. Lane eb401a
- Configure proxy settings for dnf payload (#1211122) (bcl)
Brian C. Lane eb401a
- Change online action to change (bcl)
Brian C. Lane eb401a
- Check for images/install.img first for netboot (bcl)
Brian C. Lane eb401a
- Ignore addon and anaconda sections in handle-sshpw (bcl)
Brian C. Lane eb401a
- Ignore %%anaconda section in parse-kickstart (bcl)
Brian C. Lane eb401a
- Change of label in iscsi storage spoke (jkonecny)
Brian C. Lane eb401a
Brian C. Lane cfa7f4
* Wed Apr 22 2015 Brian C. Lane <bcl@redhat.com> - 23.7-1
Brian C. Lane cfa7f4
- Fix doReqPartition import from autopart (bcl)
Brian C. Lane cfa7f4
- Add support for reboot --kexec kickstart command (bcl)
Brian C. Lane cfa7f4
- Add inst.kexec and --kexec support to reboot with kexec (bcl)
Brian C. Lane cfa7f4
- Add setup_kexec method to prepare the system for a reboot with kexec (bcl)
Brian C. Lane cfa7f4
- Add kickstart %%pre-install section support (bcl)
Brian C. Lane cfa7f4
- Remove the custom help button from the toolbar (bcl)
Brian C. Lane cfa7f4
- Use multiple streams for zRAM instead of multiple devices (vpodzime)
Brian C. Lane cfa7f4
- iscsi: pass rd.* options of devices to be mouted in dracut (#1192398)
Brian C. Lane cfa7f4
  (rvykydal)
Brian C. Lane cfa7f4
- Remove the unused productName import from custom_storage_helpers.py.
Brian C. Lane cfa7f4
  (clumens)
Brian C. Lane cfa7f4
- Remove the old custom partitioning help dialog (mkolman)
Brian C. Lane cfa7f4
- Implement the new reqpart command. (clumens)
Brian C. Lane cfa7f4
- Sort disks by name when checking disk selection (vpodzime)
Brian C. Lane cfa7f4
- Set both .format's and .originalFormat's passphrase on unlock (vpodzime)
Brian C. Lane cfa7f4
- Make the Encrypt checkbox insensitive for encrypted non-BTRFS devices
Brian C. Lane cfa7f4
  (#1210254) (vpodzime)
Brian C. Lane cfa7f4
- Check for Gtk before importing escape_markup (bcl)
Brian C. Lane cfa7f4
- If the network is disabled, also disable the network part of the source
Brian C. Lane cfa7f4
  spoke. (#1192104) (clumens)
Brian C. Lane cfa7f4
- Add handling for unusable storage configurations. (dlehman)
Brian C. Lane cfa7f4
- Allow markup in the label/message of DetailedErrorDialog. (dlehman)
Brian C. Lane cfa7f4
- Allow passing an optional button list to showDetailedError. (dlehman)
Brian C. Lane cfa7f4
- Allow kwargs with gtk_action_wait, gtk_action_nowait decorators. (dlehman)
Brian C. Lane cfa7f4
- Fix makeupdates handling of Release: (bcl)
Brian C. Lane cfa7f4
- Make sure we unmount the path we mounted (bcl)
Brian C. Lane cfa7f4
- Fix up one more back_clicked reference that got missed. (clumens)
Brian C. Lane cfa7f4
- Don't unconditionally set ksdata.lang.seen to True (#1209927) (mkolman)
Brian C. Lane cfa7f4
- Reset the back_clicked flag if we stay on the Storage spoke (#1210003)
Brian C. Lane cfa7f4
  (vpodzime)
Brian C. Lane cfa7f4
- Mark the back_clicked attribute of the Storage spoke as private (vpodzime)
Brian C. Lane cfa7f4
- TUI pwpolicy setup was supposed to be in __init__ not refresh (#1208607)
Brian C. Lane cfa7f4
  (bcl)
Brian C. Lane cfa7f4
- Preserve the order of boot args added by kickstart. (clumens)
Brian C. Lane cfa7f4
- Revert "allow /boot on btrfs subvol or filesystem" (bcl)
Brian C. Lane cfa7f4
- Connect scroll adjustments in the right class (#1206472) (dshea)
Brian C. Lane cfa7f4
Brian C. Lane 9ee67e
* Thu Apr 02 2015 Brian C. Lane <bcl@redhat.com> - 23.6-1
Brian C. Lane 9ee67e
- Enforce sane disk selections. (dlehman)
Brian C. Lane 9ee67e
- Add a test for parse-kickstart (bcl)
Brian C. Lane 9ee67e
- Add --tmpdir to parse-kickstart for testing (bcl)
Brian C. Lane 9ee67e
- Use the correct format for IPMI messages. (clumens)
Brian C. Lane 9ee67e
- Do not use min_luks_entropy with pre-existing devices (#1206101) (dshea)
Brian C. Lane 9ee67e
- Remove the dnf cache directory when resetting the repo (dshea)
Brian C. Lane 9ee67e
- Do not add separators to the addon list when not needed (dshea)
Brian C. Lane 9ee67e
- Only use the instclass environment if it actually exists. (dshea)
Brian C. Lane 9ee67e
Brian C. Lane faecb8
* Fri Mar 27 2015 Brian C. Lane <bcl@redhat.com> - 23.5-1
Brian C. Lane faecb8
- Mock external module dependencies for readthedocs (bcl)
Brian C. Lane faecb8
- Generate the pyanaconda module documentation (bcl)
Brian C. Lane faecb8
- Reformat kickstart.rst using better ReST markup (bcl)
Brian C. Lane faecb8
- Add some deprecation-related false positives. (clumens)
Brian C. Lane faecb8
- Add Sphinx documentation support (bcl)
Brian C. Lane faecb8
- Add documentation on %%anaconda kickstart command (bcl)
Brian C. Lane faecb8
- Prevent Storage spoke Done button method from multiple launch (jkonecny)
Brian C. Lane faecb8
- Prevent spokes from being exited more times. (jkonecny)
Brian C. Lane faecb8
- Only depend on pygobject3-base in anaconda-core (#1204469) (mkolman)
Brian C. Lane faecb8
- Use proxy when configured for the base repo (#1196953) (sjenning)
Brian C. Lane faecb8
- Assume UTC if setting the system time without a timezone (#1200444) (dshea)
Brian C. Lane faecb8
- Add boolean as return to ThreadManager.wait (jkonecny)
Brian C. Lane faecb8
- Make sure LANG is always set to something (#1201896) (dshea)
Brian C. Lane faecb8
- Fix pylint/translation issues from the pwpolicy patches. (clumens)
Brian C. Lane faecb8
Brian C. Lane 3f218c
* Fri Mar 20 2015 Brian C. Lane <bcl@redhat.com> - 23.4-1
Brian C. Lane 3f218c
- Clean out the mock chroot before attempting to run the rest of the test.
Brian C. Lane 3f218c
  (clumens)
Brian C. Lane 3f218c
- Implement %%anaconda kickstart section for pwpolicy (bcl)
Brian C. Lane 3f218c
- Add pwpolicy support to TUI interface (bcl)
Brian C. Lane 3f218c
- Add pwpolicy for the LUKS passphrase dialog. (bcl)
Brian C. Lane 3f218c
- Add pwpolicy for the user spoke. (bcl)
Brian C. Lane 3f218c
- Use pwpolicy for the root password spoke. (bcl)
Brian C. Lane 3f218c
- Add the text for weak passwords to constants (bcl)
Brian C. Lane 3f218c
- Add tests with an FTP instrepo (dshea)
Brian C. Lane 3f218c
- Add kickstart tests for an NFS instrepo and addon repos. (dshea)
Brian C. Lane 3f218c
- Handle /boot on btrfs for live (#1200539) (bcl)
Brian C. Lane 3f218c
- rpmostreepayload: write storage config after shared var is mounted (#1203234)
Brian C. Lane 3f218c
  (rvykydal)
Brian C. Lane 3f218c
- Tweak tmux configuration file (jkonecny)
Brian C. Lane 3f218c
- Remove --device= from the new kickstart tests. (clumens)
Brian C. Lane 3f218c
- Add more kickstart-based packaging tests. (clumens)
Brian C. Lane 3f218c
- Fix enlightbox call in ZFCPDialog. (#1151144) (sbueno+anaconda)
Brian C. Lane 3f218c
- fix crash with bare 'inst.virtiolog' in boot args (wwoods)
Brian C. Lane 3f218c
- Do not attempt to set None as a warning (dshea)
Brian C. Lane 3f218c
- fix inst.ks.sendmac for static ip=XXX (#826657) (wwoods)
Brian C. Lane 3f218c
Brian C. Lane 7f0c50
* Fri Mar 13 2015 Brian C. Lane <bcl@redhat.com> - 23.3-1
Brian C. Lane 7f0c50
- Only insert strings into the environment (#1201411) (dshea)
Brian C. Lane 7f0c50
- Fix the rescue kernel version list in writeBootLoader (#1201429) (dshea)
Brian C. Lane 7f0c50
- Missing local variable check (omerusta)
Brian C. Lane 7f0c50
- Fix the handling of nfs:// URLs. (dshea)
Brian C. Lane 7f0c50
- Add glob support for the -a/--add option in makeupdates (mkolman)
Brian C. Lane 7f0c50
- White Space fixes (omerusta)
Brian C. Lane 7f0c50
- Put all mock results into the top-level source dir. (clumens)
Brian C. Lane 7f0c50
- Merge pull request #31 from dcantrell/master (david.l.cantrell)
Brian C. Lane 7f0c50
- Require newt-python in anaconda-core (dshea)
Brian C. Lane 7f0c50
- Make merge-pr executable (dshea)
Brian C. Lane 7f0c50
- Display an error for exceptions during GUI setup (dshea)
Brian C. Lane 7f0c50
- Remove unused invisible char properties (dshea)
Brian C. Lane 7f0c50
- Add a check for invisible_char validity (dshea)
Brian C. Lane 7f0c50
- Connect viewport adjustments to child focus adjustments (#1192155) (dshea)
Brian C. Lane 7f0c50
- Support '%%packages --multilib' in dnfpayload.py (#1192628) (dcantrell)
Brian C. Lane 7f0c50
Brian C. Lane 90ab90
* Fri Mar 06 2015 Brian C. Lane <bcl@redhat.com> - 23.2-1
Brian C. Lane 90ab90
- Add rc-release target (bcl)
Brian C. Lane 90ab90
- Change --skip-tx to --skip-zanata in scratch-bumpver (bcl)
Brian C. Lane 90ab90
- Add --newrelease to makebumpver (bcl)
Brian C. Lane 90ab90
- Improve the addon repo name collision code (#1125322) (bcl)
Brian C. Lane 90ab90
- Fix the import of mountExistingSystem (vpodzime)
Brian C. Lane 90ab90
- Fix import error in anaconda-cleanup. (sbueno+anaconda)
Brian C. Lane 90ab90
- Use the new static method to get possible PE sizes (vpodzime)
Brian C. Lane 90ab90
- Try using the global LUKS passphrase if none is given for LV/part (#1196112)
Brian C. Lane 90ab90
  (vpodzime)
Brian C. Lane 90ab90
- Fix the help button mnemonic display on spokes (dshea)
Brian C. Lane 90ab90
- Only set the hub message if the message has changed (dshea)
Brian C. Lane 90ab90
- Wrap the info bar in a GtkRevealer (dshea)
Brian C. Lane 90ab90
- Add links to clickable warning and error messages. (dshea)
Brian C. Lane 90ab90
- Add a test to look for clickable messages that aren't clickable enough.
Brian C. Lane 90ab90
  (dshea)
Brian C. Lane 90ab90
- Increment the widgets version number (dshea)
Brian C. Lane 90ab90
- Allow markup and links in the info bar. (dshea)
Brian C. Lane 90ab90
- Add more links to gtk-doc comments (dshea)
Brian C. Lane 90ab90
- Handle New_Repository name collision source spoke (#1125322) (bcl)
Brian C. Lane 90ab90
- Fix a bad usage of execWithRedirect (#1197290) (dshea)
Brian C. Lane 90ab90
- Have to be root to delete /var/tmp/kstest-* on the remote machines. (clumens)
Brian C. Lane 90ab90
- Use the LUKS device for swap in fstab (#1196200) (vpodzime)
Brian C. Lane 90ab90
- Clear TUI source spoke errors that may have been leftover from a prior
Brian C. Lane 90ab90
  attempt. (#1192259) (sbueno+anaconda)
Brian C. Lane 90ab90
Brian C. Lane e2a6b9
* Fri Feb 27 2015 Brian C. Lane <bcl@redhat.com> - 23.1-1
Brian C. Lane e2a6b9
- Make sure python2 dnf is required (bcl)
Brian C. Lane e2a6b9
- Fix pykickstart requirement. (clumens)
Brian C. Lane e2a6b9
- Extract xattrs from tar payload (#1195462) (bcl)
Brian C. Lane e2a6b9
- Add a script to rebase and merge pull requests (dshea)
Brian C. Lane e2a6b9
- Update translation documentation for Zanata (bcl)
Brian C. Lane e2a6b9
- Switch translation support to fedora.zanata.org (bcl)
Brian C. Lane e2a6b9
- install.py: fix the 'is team device' check (awilliam)
Brian C. Lane e2a6b9
- Explain why Anaconda requires rpm-devel and libarchive-devel during build
Brian C. Lane e2a6b9
  (mkolman)
Brian C. Lane e2a6b9
- Revert "Switch to temporary transifex branch" (bcl)
Brian C. Lane e2a6b9
- Revert "makebumpver needs to know about anaconda-1 transifex name" (bcl)
Brian C. Lane e2a6b9
- Commit 23.0 anaconda.pot file (bcl)
Brian C. Lane e2a6b9
- Rename queue.py to queuefactory.py. (clumens)
Brian C. Lane e2a6b9
- Remove references to old_tests, which no longer exists. (clumens)
Brian C. Lane e2a6b9
- Fix package and group removing with the dnf payload. (clumens)
Brian C. Lane e2a6b9
- Don't try to run new-kernel-pkg if it doesn't exist. (clumens)
Brian C. Lane e2a6b9
Brian C. Lane f6d6b8
* Fri Feb 20 2015 Brian C. Lane <bcl@redhat.com> - 23.0-1
Brian C. Lane f6d6b8
- Remove unused imports (dshea)
Brian C. Lane f6d6b8
- Check for unused imports in __init__ files (dshea)
Brian C. Lane f6d6b8
- Remove timestamp-based version support. (dshea)
Brian C. Lane f6d6b8
- Add test lib methods to check regexes (dshea)
Brian C. Lane f6d6b8
- Cleanup BuildRequires (mkolman)
Brian C. Lane f6d6b8
- Remove obsolete imports. (amulhern)
Brian C. Lane f6d6b8
- Make print statement print output w/out surrounding parentheses. (amulhern)
Brian C. Lane f6d6b8
- Remove an unused import (dshea)
Brian C. Lane f6d6b8
- rpmostreepayload: Honor noverifyssl (walters)
Brian C. Lane f6d6b8
- typo: packaging: Don't vary name of "verified" (walters)
Brian C. Lane f6d6b8
- Disable the metacity mouse-button-modifier setting (dshea)
Brian C. Lane f6d6b8
- Fix completion setting in TUI language spoke. (#1192230) (sbueno+anaconda)
Brian C. Lane f6d6b8
- Remove the pylint false positives for the GLib module (dshea)
Brian C. Lane f6d6b8
- Use ExtendAction for --ignore flag (amulhern)
Brian C. Lane f6d6b8
- Use a simple ExtendAction for add_rpms option. (amulhern)
Brian C. Lane f6d6b8
- Fix log message formating (mkolman)
Brian C. Lane f6d6b8
- Don't clear nonexistent DNF package download location (#1193121) (mkolman)