Brian C. Lane 816b1f
%define livearches %{ix86} x86_64 ppc ppc64 ppc64le
Jeremy Katz 1a40dd
cvsdist 891dd1
Summary: Graphical system installer
Jeremy Katz bae82e
Name:    anaconda
Brian C. Lane 7f0c50
Version: 23.3
Brian C. Lane c5efbc
Release: 1%{?dist}
Jeremy Katz 0ccd79
License: GPLv2+
Jeremy Katz bae82e
Group:   Applications/System
Jeremy Katz bae82e
URL:     http://fedoraproject.org/wiki/Anaconda
Jeremy Katz bae82e
Christopher Edward Lumens 06a8c3
# To generate Source0 do:
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 ee8cb3
# Also update in AM_GNU_GETTEXT_VERSION in configure.ac
Brian C. Lane ee8cb3
%define gettextver 0.18.3
Jeremy Katz bae82e
%define intltoolver 0.31.2-3
Brian C. Lane e2a6b9
%define pykickstartver 2.0
Brian C. Lane b5448b
%define yumver 3.4.3-91
Brian C. Lane e2a6b9
%define dnfver 0.6.4
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
David Cantrell 985280
%define yumutilsver 1.1.11-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 abeeb5
%define iscsiver 6.2.0.870-3
Brian C. Lane 186c50
%define rpmver 4.10.0
Brian C. Lane 186c50
%define libarchivever 3.0.4
Brian C. Lane 8fc7f1
%define langtablever 0.0.18-1
Brian C. Lane 15b4c0
%define libxklavierver 5.4
Brian C. Lane b9f05f
%define libtimezonemapver 0.4.1-2
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
Jeremy Katz bae82e
BuildRequires: intltool >= %{intltoolver}
Chris Lumens 361ed3
BuildRequires: libgnomekbd-devel
Brian C. Lane 15b4c0
BuildRequires: libxklavier-devel >= %{libxklavierver}
Jeremy Katz bae82e
BuildRequires: pango-devel
Brian C. Lane e2a6b9
BuildRequires: python-kickstart >= %{pykickstartver}
Brian C. Lane 1f1cfa
%if ! 0%{?rhel}
Brian C. Lane 1f1cfa
BuildRequires: python-bugzilla
Brian C. Lane 1f1cfa
%endif
Jeremy Katz bae82e
BuildRequires: python-devel
Christopher Edward Lumens e8a91d
BuildRequires: python-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 9de6ef
Requires: anaconda-core = %{version}-%{release}
Brian C. Lane 9de6ef
Requires: anaconda-gui = %{version}-%{release}
Brian C. Lane 9de6ef
Requires: anaconda-tui = %{version}-%{release}
Brian C. Lane 9de6ef
Brian C. Lane 9de6ef
%description
Brian C. Lane 9de6ef
The anaconda package is a metapackage for the Anaconda installer.
Brian C. Lane 9de6ef
Brian C. Lane 9de6ef
%package core
Brian C. Lane 9de6ef
Summary: Core of the Anaconda installer
Brian C. Lane 9027c8
Requires: dnf >= %{dnfver}
Brian C. Lane e2a6b9
Requires: python-dnf >= %{dnfver}
Brian C. Lane 90ab90
Requires: python-blivet >= 1:1.1
David Cantrell 23e410
Requires: python-meh >= %{mehver}
Brian C. Lane adca1e
Requires: libreport-anaconda >= 2.0.21-1
Brian C. Lane fc0e3b
Requires: libselinux-python
Brian C. Lane a720c0
Requires: rpm-python >= %{rpmver}
Jeremy Katz bae82e
Requires: parted >= %{partedver}
Christopher Edward Lumens cd7745
Requires: pyparted >= %{pypartedver}
Jeremy Katz bae82e
Requires: yum >= %{yumver}
Brian C. Lane f0d318
Requires: python-requests
Brian C. Lane e2a6b9
Requires: python-kickstart >= %{pykickstartver}
Brian C. Lane b5448b
Requires: langtable-data >= %{langtablever}
Brian C. Lane b5448b
Requires: langtable-python >= %{langtablever}
Jeremy Katz bae82e
Requires: libuser-python
Jeremy Katz f54c2d
Requires: authconfig
Brian C. Lane 3a99dd
Requires: firewalld >= %{firewalldver}
Brian C. Lane 3a99dd
Requires: util-linux >= %{utillinuxver}
Christopher Edward Lumens 89f7a8
Requires: dbus-python
Brian C. Lane bd4c93
Requires: python-pwquality
Brian C. Lane fe3163
Requires: python-IPy
Chris Lumens 361ed3
Requires: pytz
Brian C. Lane 1f1cfa
Requires: realmd
Brian C. Lane ee8cb3
Requires: teamd
Jeremy Katz 1a40dd
%ifarch %livearches
Jeremy Katz 1a40dd
Requires: usermode
Jeremy Katz 1a40dd
%endif
Jeremy Katz 8a4738
%ifarch s390 s390x
Jeremy Katz 8a4738
Requires: openssh
Jeremy Katz 8a4738
%endif
Brian C. Lane 859f80
Requires: isomd5sum >= %{isomd5sum}
David Cantrell 985280
Requires: yum-utils >= %{yumutilsver}
Brian C. Lane fd62f0
Requires: createrepo_c
David Cantrell 985280
Requires: NetworkManager >= %{nmver}
Brian C. Lane 4ee38e
Requires: NetworkManager-glib >= %{nmver}
Brian C. Lane f0d318
Requires: NetworkManager-team
David Cantrell 985280
Requires: dhclient
Brian C. Lane a720c0
Requires: libselinux-python
Chris Lumens 3c12ce
Requires: kbd
Chris Lumens 3c12ce
Requires: chrony
Brian C. Lane 062398
Requires: python-ntplib
Chris Lumens 3c12ce
Requires: rsync
Brian C. Lane 1b6cf8
Requires: systemd
Brian C. Lane 062398
%ifarch %{ix86} x86_64
Brian C. Lane abeeb5
Requires: fcoe-utils >= %{fcoeutilsver}
Brian C. Lane abeeb5
%endif
Brian C. Lane abeeb5
Requires: iscsi-initiator-utils >= %{iscsiver}
Brian C. Lane f874a7
%ifarch %{ix86} x86_64
Brian C. Lane abeeb5
%if ! 0%{?rhel}
Brian C. Lane abeeb5
Requires: hfsplus-tools
Brian C. Lane abeeb5
%endif
Brian C. Lane abeeb5
%endif
Brian C. Lane 9de6ef
Brian C. Lane 8afb62
Requires: python-coverage
Brian C. Lane 70bea0
Requires: pygobject3
Brian C. Lane 8afb62
Brian C. Lane 7f0c50
# Used by rescue.py and the low RAM message in /sbin/anaconda
Brian C. Lane 7f0c50
Requires: newt-python
Brian C. Lane 7f0c50
Brian C. Lane 9de6ef
# required because of the rescue mode and VNC question
Brian C. Lane 9de6ef
Requires: anaconda-tui = %{version}-%{release}
Brian C. Lane 9de6ef
Jeremy Katz db8fec
Obsoletes: anaconda-images <= 10
Christopher Edward Lumens 06a8c3
Provides: anaconda-images = %{version}-%{release}
Jeremy Katz db8fec
Obsoletes: anaconda-runtime < %{version}-%{release}
Jeremy Katz db8fec
Provides: anaconda-runtime = %{version}-%{release}
Brian C. Lane 3a99dd
Obsoletes: booty <= 0.107-1
Adam Tkac b83629
Brian C. Lane 9de6ef
%description core
Brian C. Lane 9de6ef
The anaconda-core package contains the program which was used to install your
Chris Lumens 36b5c7
system.
cvsdist d1e5ce
Brian C. Lane 9de6ef
%package gui
Brian C. Lane 9de6ef
Summary: Graphical user interface for the Anaconda installer
Brian C. Lane 9de6ef
Requires: anaconda-core = %{version}-%{release}
Brian C. Lane 9de6ef
Requires: anaconda-widgets = %{version}-%{release}
Brian C. Lane 9de6ef
Requires: python-meh-gui >= %{mehver}
Brian C. Lane e348d9
Requires: adwaita-icon-theme
Brian C. Lane 9de6ef
Requires: system-logos
Brian C. Lane 9de6ef
Requires: tigervnc-server-minimal
Brian C. Lane 15b4c0
Requires: libxklavier >= %{libxklavierver}
Brian C. Lane 9de6ef
Requires: libgnomekbd
Brian C. Lane 253a64
Requires: libtimezonemap >= %{libtimezonemapver}
Brian C. Lane 9de6ef
Requires: nm-connection-editor
Brian C. Lane 9de6ef
%ifarch %livearches
Brian C. Lane 9de6ef
Requires: zenity
Brian C. Lane 9de6ef
%endif
Brian C. Lane b9f05f
Requires: keybinder3
Brian C. Lane 197ccd
%ifnarch s390 s390x
Brian C. Lane 1a03ed
Requires: NetworkManager-wifi
Brian C. Lane 197ccd
%endif
Brian C. Lane f54f03
Requires: anaconda-user-help >= %{helpver}
Brian C. Lane f874a7
Requires: yelp
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 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
Chris Lumens 361ed3
Requires: python
Chris Lumens 361ed3
Chris Lumens 361ed3
%description widgets
Chris Lumens 361ed3
This package contains a set of custom GTK+ widgets used by the anaconda installer.
Chris Lumens 361ed3
Chris Lumens 361ed3
%package widgets-devel
Chris Lumens 361ed3
Summary: Development files for anaconda-widgets
Chris Lumens 361ed3
Group: Development/Libraries
Chris Lumens 361ed3
Requires: glade
Brian C. Lane 052a65
Requires: %{name}-widgets%{?_isa} = %{version}-%{release}
Chris Lumens 361ed3
Chris Lumens 361ed3
%description widgets-devel
Chris Lumens 361ed3
This package contains libraries and header files needed for writing the anaconda
Chris Lumens 361ed3
installer.  It also contains Python and Glade support files, as well as
Chris Lumens 361ed3
documentation for working with this library.
Chris Lumens 361ed3
Brian C. Lane 5f42f4
%package dracut
Brian C. Lane 5f42f4
Summary: The anaconda dracut module
Brian C. Lane be7624
Requires: dracut >= %{dracutver}
Brian C. Lane 5f42f4
Requires: dracut-network
Brian C. Lane 5f42f4
Requires: xz
Brian C. Lane e2a6b9
Requires: python-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
Chris Lumens 361ed3
%configure --disable-static \
Chris Lumens 361ed3
           --enable-introspection \
Chris Lumens 361ed3
           --enable-gtk-doc
Jeremy Katz bae82e
%{__make} %{?_smp_mflags}
cvsdist d1e5ce
cvsdist d1e5ce
%install
Brian C. Lane 5b4d75
%{make_install}
Christopher Edward Lumens 9f522b
find %{buildroot} -type f -name "*.la" | xargs %{__rm}
cvsdist d1e5ce
Jeremy Katz 1a40dd
%ifarch %livearches
Brian C. Lane adca1e
desktop-file-install ---dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/liveinst.desktop
Jeremy Katz 1a40dd
%endif
Brian C. Lane 816b1f
# NOTE: If you see "error: Installed (but unpackaged) file(s) found" that include liveinst files,
Brian C. Lane 816b1f
#       check the IS_LIVEINST_ARCH in configure.ac to make sure your architecture is properly defined
cvsdist d1e5ce
Christopher Edward Lumens 8843d0
%find_lang %{name}
Christopher Edward Lumens 8843d0
Brian C. Lane 052a65
%post widgets -p /sbin/ldconfig
Brian C. Lane 052a65
%postun widgets -p /sbin/ldconfig
Brian C. Lane 052a65
cvsdist d1e5ce
Jeremy Katz 1a40dd
%ifarch %livearches
Jeremy Katz 1a40dd
%post
Christopher Edward Lumens 06a8c3
update-desktop-database &> /dev/null || :
Jeremy Katz 1a40dd
%endif
Jeremy Katz 1a40dd
Jeremy Katz 1a40dd
%ifarch %livearches
Jeremy Katz bae82e
%postun
Christopher Edward Lumens 06a8c3
update-desktop-database &> /dev/null || :
Jeremy Katz 1a40dd
%endif
Jeremy Katz 1a40dd
Brian C. Lane 9de6ef
%files
Brian C. Lane 9de6ef
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_*
Christopher Edward Lumens 74abc1
%{_libdir}/python*/site-packages/pyanaconda/*
Brian C. Lane 052a65
%exclude %{_libdir}/python*/site-packages/pyanaconda/rescue.py*
Brian C. Lane 052a65
%exclude %{_libdir}/python*/site-packages/pyanaconda/text.py*
Brian C. Lane 9de6ef
%exclude %{_libdir}/python*/site-packages/pyanaconda/ui/gui/*
Brian C. Lane 9de6ef
%exclude %{_libdir}/python*/site-packages/pyanaconda/ui/tui/*
Chris Lumens ac1f74
%{_bindir}/analog
Chris Lumens 6ec82a
%{_bindir}/anaconda-cleanup
Jeremy Katz 1a40dd
%ifarch %livearches
Jeremy Katz 1a40dd
%{_bindir}/liveinst
Jeremy Katz 1a40dd
%{_sbindir}/liveinst
Christopher Edward Lumens 06a8c3
%config(noreplace) %{_sysconfdir}/pam.d/*
Christopher Edward Lumens 06a8c3
%config(noreplace) %{_sysconfdir}/security/console.apps/*
Jeremy Katz 1a40dd
%{_sysconfdir}/X11/xinit/xinitrc.d/*
Jeremy Katz 1a40dd
%{_datadir}/applications/*.desktop
Jeremy Katz 1a40dd
%endif
cvsdist d1e5ce
Brian C. Lane 9de6ef
%files gui
Brian C. Lane 9de6ef
%{_libdir}/python*/site-packages/pyanaconda/ui/gui/*
Brian C. Lane 4ee38e
%{_datadir}/anaconda/window-manager/glib-2.0/schemas/*
Brian C. Lane eefe9c
%{_datadir}/themes/Anaconda/*
Brian C. Lane 9de6ef
Brian C. Lane 9de6ef
%files tui
Brian C. Lane 9de6ef
%{_libdir}/python*/site-packages/pyanaconda/rescue.py
Brian C. Lane 9de6ef
%{_libdir}/python*/site-packages/pyanaconda/text.py
Brian C. Lane 9de6ef
%{_libdir}/python*/site-packages/pyanaconda/ui/tui/*
Brian C. Lane 9de6ef
Chris Lumens 361ed3
%files widgets
Chris Lumens 361ed3
%{_libdir}/libAnacondaWidgets.so.*
Chris Lumens 361ed3
%{_libdir}/girepository*/AnacondaWidgets*typelib
Chris Lumens 361ed3
%{_libdir}/python*/site-packages/gi/overrides/*
Chris Lumens 361ed3
Chris Lumens 361ed3
%files widgets-devel
Chris Lumens 361ed3
%{_libdir}/libAnacondaWidgets.so
Chris Lumens 361ed3
%{_includedir}/*
Chris Lumens 361ed3
%{_datadir}/glade/catalogs/AnacondaWidgets.xml
Chris Lumens 361ed3
%{_datadir}/gtk-doc
Chris Lumens 361ed3
Brian C. Lane 5f42f4
%files dracut
Brian C. Lane 3a99dd
%dir %{_prefix}/lib/dracut/modules.d/80%{name}
Brian C. Lane 3a99dd
%{_prefix}/lib/dracut/modules.d/80%{name}/*
Brian C. Lane 186c50
%{_prefix}/libexec/anaconda/dd_*
Brian C. Lane 5f42f4
cvsdist d1e5ce
%changelog
Brian C. Lane 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)
Brian C. Lane f6d6b8
Brian C. Lane df2532
* Mon Feb 16 2015 Brian C. Lane <bcl@redhat.com> - 22.20-1
Brian C. Lane df2532
- Make range usage Python 3 compatible (#1014220) (mkolman)
Brian C. Lane df2532
- Make map() usage Python 3 compatible (#1014220) (mkolman)
Brian C. Lane df2532
- Make the iter*() dictionary methods Python 3 compatible (#1014220) (mkolman)
Brian C. Lane df2532
- Remove the autopart.py module from POTFILES.in (vpodzime)
Brian C. Lane df2532
- Adapt to autopart and installation-specific code move in blivet (#1192702)
Brian C. Lane df2532
  (vpodzime)
Brian C. Lane df2532
- Revert "Move autopart functionality to anaconda" (vpodzime)
Brian C. Lane df2532
Brian C. Lane 827142
* Fri Feb 13 2015 Brian C. Lane <bcl@redhat.com> - 22.19-1
Brian C. Lane 827142
- Make sure yum is included in the packageset for yumpayload (#1152753) (bcl)
Brian C. Lane 827142
- Tweak parallel args. (clumens)
Brian C. Lane 827142
- Remove the Encoding entry from the .desktop file (dshea)
Brian C. Lane 827142
- Add an option to startProgram to not reset the locale (dshea)
Brian C. Lane 827142
- Set $LIBUSER_CONF early (dshea)
Brian C. Lane 827142
- Do not set $TZ (dshea)
Brian C. Lane 827142
- Assume that a bunch of digits in a version number is a timestamp (dshea)
Brian C. Lane 827142
- Avoid setting $LANG and $LANGUAGE, except where we can't (dshea)
Brian C. Lane 827142
- Add a parameter to iutil.startProgram to extend the environment (dshea)
Brian C. Lane 827142
- Add a method to set environment variables for child processes (dshea)
Brian C. Lane 827142
- Set $DISPLAY before threads are started. (dshea)
Brian C. Lane 827142
- Add a pylint module to look for modifications to the environment (dshea)
Brian C. Lane 827142
- Remotely do kickstart tests as a kstest user instead of root. (clumens)
Brian C. Lane 827142
- Add some documentation. (clumens)
Brian C. Lane 827142
- Do all package/group checking in %%post to save a reboot. (clumens)
Brian C. Lane 827142
- Support kickstart test jobs out to multiple computers with parallel.
Brian C. Lane 827142
  (clumens)
Brian C. Lane 827142
- Make it possible to ignore individual newly added dependencies (mkolman)
Brian C. Lane 827142
- Remove the old_tests directory (bcl)
Brian C. Lane 827142
- Use /usr/bin/python2 in scripts (bcl)
Brian C. Lane 827142
- Cleanup some pylint errors in analog (bcl)
Brian C. Lane 827142
Brian C. Lane 70bea0
* Fri Feb 06 2015 Brian C. Lane <bcl@redhat.com> - 22.18-1
Brian C. Lane 70bea0
- dracut needs iscsi_firmware cmdline arg (#1185792) (bcl)
Brian C. Lane 70bea0
- Clear the default titlebar text (mkolman)
Brian C. Lane 70bea0
- Move the pygobject3 dependency to the core package (#1188850) (mkolman)
Brian C. Lane 70bea0
- Bump the livecd making timeout to 90 minutes. (clumens)
Brian C. Lane 70bea0
- If a VM isn't going to finish in 60 minutes, it likely isn't going to finish.
Brian C. Lane 70bea0
  (clumens)
Brian C. Lane 70bea0
- Check that package globs install more than just the first package. (dshea)
Brian C. Lane 70bea0
- Remove some stray parenthesis (#1188618) (dshea)
Brian C. Lane 70bea0
- Replace urllib with python-requests for network access (#1014220) (mkolman)
Brian C. Lane 70bea0
- The repo has moved to github, so reflect that in the spec. (clumens)
Brian C. Lane 70bea0
- Fix pylint problems with the autopart commit. (clumens)
Brian C. Lane 70bea0
- network: adapt to NM fixing virtual device disconnection (#1084953)
Brian C. Lane 70bea0
  (rvykydal)
Brian C. Lane 70bea0
- Replace xrange() with range() (vpodzime)
Brian C. Lane 70bea0
- Move autopart functionality to anaconda (vpodzime)
Brian C. Lane 70bea0
Brian C. Lane f0d318
* Fri Jan 30 2015 Brian C. Lane <bcl@redhat.com> - 22.17-1
Brian C. Lane f0d318
- Fix pylint complaints about log lines (bcl)
Brian C. Lane f0d318
- Add JENKINS_PROXY support to makebumpver (bcl)
Brian C. Lane f0d318
- Copy the kickstart package tests for testing with yum (bcl)
Brian C. Lane f0d318
- Pass multiple args to runone in run_kickstart_tests.sh (bcl)
Brian C. Lane f0d318
- Ignore some accelerator collisions on the filter dialog. (clumens)
Brian C. Lane f0d318
- Remove an unused variable. (clumens)
Brian C. Lane f0d318
- network: fix a typo making creating virtual devices in %%pre fail (#1075195)
Brian C. Lane f0d318
  (rvykydal)
Brian C. Lane f0d318
- network: support for bridge, require pykickstart with the support (#1075195)
Brian C. Lane f0d318
  (rvykydal)
Brian C. Lane f0d318
- network: Catch exception from NM failing to create a bridge device (#1075195)
Brian C. Lane f0d318
  (rvykydal)
Brian C. Lane f0d318
- network: add bridge support for kickstart %%pre phase (#1075195) (rvykydal)
Brian C. Lane f0d318
- network: generate kickstart commands for bridge devices (#1075195) (rvykydal)
Brian C. Lane f0d318
- network: add bridge support to kickstart (#1075195) (rvykydal)
Brian C. Lane f0d318
- network: support for adding bridge devices (#1075195) (rvykydal)
Brian C. Lane f0d318
- network: display bridge devices in status (#1075195) (rvykydal)
Brian C. Lane f0d318
- Fix position of Refresh List button in filter spoke (#1065716) (rvykydal)
Brian C. Lane f0d318
- Fix accelerator collision of Refresh button (#1065716) (rvykydal)
Brian C. Lane f0d318
- gui: add Refresh button to network storage UI (#1065716) (rvykydal)
Brian C. Lane f0d318
- iscsi: display portal (address:port) of node in node list (#1114820)
Brian C. Lane f0d318
  (rvykydal)
Brian C. Lane f0d318
- iscsi: when logging into nodes consider ip:port of node (#1114820) (rvykydal)
Brian C. Lane f0d318
- network: display only actual fqdn of ip we offer for vnc connection
Brian C. Lane f0d318
  (#1089429) (rvykydal)
Brian C. Lane f0d318
- network: GUI: reactivate connection automatically after configuration
Brian C. Lane f0d318
  (#1033063) (rvykydal)
Brian C. Lane f0d318
- Don't traceback if connection does not have read-only setting (#1158919)
Brian C. Lane f0d318
  (rvykydal)
Brian C. Lane f0d318
- network: enable NM ibft plugin only for ip=ibft boot option (#804511)
Brian C. Lane f0d318
  (rvykydal)
Brian C. Lane f0d318
- network: add support for vlan tag in iBFT (#804511) (rvykydal)
Brian C. Lane f0d318
- network: pass team opts to dracut for netroot (#1075666) (rvykydal)
Brian C. Lane f0d318
- Remove unused version macros from anaconda.spec.in (vpodzime)
Brian C. Lane f0d318
- Don't process continue-clicked events for windows that aren't shown.
Brian C. Lane f0d318
  (clumens)
Brian C. Lane f0d318
- Add back an empty %%files for the anaconda metapackage (dshea)
Brian C. Lane f0d318
- Do not include dd_list and dd_extract in the anaconda-core package. (clumens)
Brian C. Lane f0d318
- Replace long usage with int (#1014220) (mkolman)
Brian C. Lane f0d318
- Do not use sys.exc_type (#1014220) (mkolman)
Brian C. Lane f0d318
- Replace StandardError with Exception (#1014220) (mkolman)
Brian C. Lane f0d318
- Make filter() usage Python 3 compatible (#1014220) (mkolman)
Brian C. Lane f0d318
- network: add teamd package if team is used during installation (#1185670)
Brian C. Lane f0d318
  (rvykydal)
Brian C. Lane f0d318
- network: add NetworkManager-team (#1182633) (rvykydal)
Brian C. Lane f0d318
- Don't allow weak LUKS passwords either (bcl)
Brian C. Lane f0d318
- Use %%license in anaconda.spec.in (bcl)
Brian C. Lane f0d318
- Don't allow weak passwords (text mode). (sbueno+anaconda)
Brian C. Lane f0d318
- Remove the press done twice to exit text (bcl)
Brian C. Lane f0d318
- Don't allow weak user passwords (bcl)
Brian C. Lane f0d318
- Don't allow weak root passwords (bcl)
Brian C. Lane f0d318
- Increase minimum password length to 8 (bcl)
Brian C. Lane f0d318
- Remove the unused re import from nm.py. (clumens)
Brian C. Lane f0d318
- Remove IPy from nm.py for python 23 compatibility. (rvykydal)
Brian C. Lane f0d318
- Show empty VGs in the custom spoke. (dlehman)
Brian C. Lane f0d318
- Use the rpm database to find kernel package versions (#1074358) (dshea)
Brian C. Lane f0d318
- Check whether a payload has an instclass (#1185588) (dshea)
Brian C. Lane f0d318
- Remove the unused indexed_dict module (vpodzime)
Brian C. Lane f0d318
- Use threadMgr to wait for exception handling to finish (vpodzime)
Brian C. Lane f0d318
- Add a method for waiting for error handling to finish (vpodzime)
Brian C. Lane f0d318
- Move HW errors processing to the code that runs in the main thread (vpodzime)
Brian C. Lane f0d318
- Replace python-urlgrabber with python-requests (#1141242) (mkolman)
Brian C. Lane f0d318
Brian C. Lane eefe9c
* Fri Jan 23 2015 Brian C. Lane <bcl@redhat.com> - 22.16-1
Brian C. Lane eefe9c
- Add some tests for kickstart and package selection for dnf. (clumens)
Brian C. Lane eefe9c
- Double quote when printing error results from a kickstart test. (clumens)
Brian C. Lane eefe9c
- Restrict payload kernel versions to kernels in the payload (#1074358) (dshea)
Brian C. Lane eefe9c
- Actually add the new definition of an already-defined repo. (clumens)
Brian C. Lane eefe9c
- Move hdiso handling code to PackagePayload (#1180765) (dshea)
Brian C. Lane eefe9c
- Actually install the metacity theme data (dshea)
Brian C. Lane eefe9c
- Show the event box immediately when setting infobar messages. (dshea)
Brian C. Lane eefe9c
- Move environment group selection logic to PackagePayload (#1179362) (dshea)
Brian C. Lane eefe9c
- Add a parameter to environmentGroups for wheter to include optionlist.
Brian C. Lane eefe9c
  (dshea)
Brian C. Lane eefe9c
- Remove unused methods for deselecting environments (dshea)
Brian C. Lane eefe9c
Brian C. Lane 4ee38e
* Fri Jan 16 2015 Brian C. Lane <bcl@redhat.com> - 22.15-1
Brian C. Lane 4ee38e
- makebumpver needs to know about anaconda-1 transifex name (bcl)
Brian C. Lane 4ee38e
- Switch to temporary transifex branch (bcl)
Brian C. Lane 4ee38e
- Fix an issue in the previous pre-existing repo kickstart patch. (clumens)
Brian C. Lane 4ee38e
- Require the livecd target to be larger now. (clumens)
Brian C. Lane 4ee38e
- Hook up jenkins support into makebumpver. (clumens)
Brian C. Lane 4ee38e
- Change default console font to eurlatgr (myllynen)
Brian C. Lane 4ee38e
- Update help text for the nodnf option (mkolman)
Brian C. Lane 4ee38e
- Run AnacondaExceptionHandler in cmdline mode (bcl)
Brian C. Lane 4ee38e
- Install a metacity theme to remove the titlebar. (dshea)
Brian C. Lane 4ee38e
- Move metacity gsettings overrides into anaconda (dshea)
Brian C. Lane 4ee38e
- Maximize anaconda instead of running fullscreen (#1164457) (dshea)
Brian C. Lane 4ee38e
- Use a formatter on remotelog lines (bcl)
Brian C. Lane 4ee38e
- Include NetworkManager-glib in anaconda-core (bcl)
Brian C. Lane 4ee38e
- Make colon optional while adding iSCSI Initiator Name (sujithpshankar)
Brian C. Lane 4ee38e
- If using pre-existing, no size needs to be specified in ksdata (#1172172)
Brian C. Lane 4ee38e
  (amulhern)
Brian C. Lane 4ee38e
- Add support for sending logs to a remote host with --remotelog (bcl)
Brian C. Lane 4ee38e
- Implement askmethod in dnfpayload (dshea)
Brian C. Lane 4ee38e
- Add an installclass property for the default package environment (#1175826)
Brian C. Lane 4ee38e
  (dshea)
Brian C. Lane 4ee38e
- Fix the FIXME re: tui default software selection (dshea)
Brian C. Lane 4ee38e
- Add missing translation contexts for TUI navigation keys (dshea)
Brian C. Lane 4ee38e
- Translate 'c' in the tui software spoke (dshea)
Brian C. Lane 4ee38e
- Expect addons to have categories for both GUI and TUI (vpodzime)
Brian C. Lane 4ee38e
- Remove an unused import in pyanaconda/ui/__init__.py (vpodzime)
Brian C. Lane 4ee38e
Brian C. Lane 24c92f
* Fri Jan 09 2015 Brian C. Lane <bcl@redhat.com> - 22.14-1
Brian C. Lane 24c92f
- Add error checks to liveimg mount code (#1178703) (bcl)
Brian C. Lane 24c92f
- Switch kickstart tests to doing VNC instead of graphical. (clumens)
Brian C. Lane 24c92f
- Updates for new Size.convertTo() spec. (amulhern)
Brian C. Lane 24c92f
- Force a background in the main GtkBox in anaconda windows. (dshea)
Brian C. Lane 24c92f
- Animate the screen transitions. (dshea)
Brian C. Lane 24c92f
- Implement DNFPayload.environmentOptionIsDefault (#1179905) (dshea)
Brian C. Lane 24c92f
- Remove the directory dnf downloaded packages into. (clumens)
Brian C. Lane 24c92f
- Allow specifying pre-defined repos via kickstart with dnf backend (#1177988).
Brian C. Lane 24c92f
  (clumens)
Brian C. Lane 24c92f
- Get rid of unnecessary python disable-msg in zfcp spoke. (sbueno+anaconda)
Brian C. Lane 24c92f
- Fix typo in commit 472be66b2af2af69e7eac15ec9c94ccc818e12b5. (dlehman)
Brian C. Lane 24c92f
- Fix some pylint errors in the zfcp panel. (sbueno+anaconda)
Brian C. Lane 24c92f
- Fix an accelerator collision found on the filter page. (sbueno+anaconda)
Brian C. Lane 24c92f
- Fix some issues pylint found. (sbueno+anaconda)
Brian C. Lane 24c92f
- Show disk paths on Other page in advstorage. (sbueno+anaconda)
Brian C. Lane 24c92f
- Don't treat the baserepo as special when gathering metadata (#1177502)
Brian C. Lane 24c92f
  (dshea)
Brian C. Lane 24c92f
- Make dnf._base and dnf._base.comps always available. (dshea)
Brian C. Lane 24c92f
- Remove the checks for whether dnf and rpm were imported (dshea)
Brian C. Lane 24c92f
- Remove obsolete packaging code. (dshea)
Brian C. Lane 24c92f
- Do not bypass name setters in the custom spoke. (#1138370) (dlehman)
Brian C. Lane 24c92f
- Preserve kickstart url behavior for mirrorlist (#1109933) (bcl)
Brian C. Lane 24c92f
- Use a backslash to escape nfs spaces instead of x20 (#1109933) (bcl)
Brian C. Lane 24c92f
- Add missing translation context for Add ECKD DASD button in advstorage.
Brian C. Lane 24c92f
  (sbueno+anaconda)
Brian C. Lane 24c92f
- Add translation contexts for z and zfcp panel in advstorage.
Brian C. Lane 24c92f
  (sbueno+anaconda)
Brian C. Lane 24c92f
- Convert devices size to str for GUI for zFCP devices (amulhern)
Brian C. Lane 24c92f
- Fix string formatting of zFCP devices. (sbueno+anaconda)
Brian C. Lane 24c92f
- Fix the way zFCP devices are displayed in storage spoke. (#1024902)
Brian C. Lane 24c92f
  (sbueno+anaconda)
Brian C. Lane 24c92f
- Show labels on Add zFCP dialog. (sbueno+anaconda)
Brian C. Lane 24c92f
- Fix failure to search by LUN in advanced storage spoke. (sbueno+anaconda)
Brian C. Lane 24c92f
- Get rid of the clear button in advanced storage spoke. (sbueno+anaconda)
Brian C. Lane 24c92f
- Fix up the z Panel in advanced storage. (sbueno+anaconda)
Brian C. Lane 24c92f
- Add support for adding zFCP devices in the GUI (sbueno+anaconda)
Brian C. Lane 24c92f
- Remove DirtyFSError related callbacks and entries. (amulhern)
Brian C. Lane 24c92f
- Remove allowDirty parameter from mountExistingSystem() call. (amulhern)
Brian C. Lane 24c92f
- Remove old workaround for missing EFI bits. (dmarlin)
Brian C. Lane 24c92f
- Wait for payload thread in TUI software spoke. (#1178214) (sbueno+anaconda)
Brian C. Lane 24c92f
- Start the network before the display (#1167103) (dshea)
Brian C. Lane 24c92f
Brian C. Lane f54f03
* Fri Dec 19 2014 Brian C. Lane <bcl@redhat.com> - 22.13-1
Brian C. Lane f54f03
- Print the result to the log, not the variable name. (clumens)
Brian C. Lane f54f03
- Ellipsize comboboxes (#1170275) (dshea)
Brian C. Lane f54f03
- Allow the columns of the container combo box to flow (#1170275) (dshea)
Brian C. Lane f54f03
- Allow specifying how much from kickstart_tests to keep. (clumens)
Brian C. Lane f54f03
- Fix up two problems in run_kickstart_tests.sh. (clumens)
Brian C. Lane f54f03
- Fix detecting errors in groups-and-envs-1.ks. (clumens)
Brian C. Lane f54f03
- Add a network command to the various kickstart test ks files. (clumens)
Brian C. Lane f54f03
- Reorganize run_kickstart_tests.sh a bit to use parallel. (clumens)
Brian C. Lane f54f03
- Use the anaconda-user-help package for help content (mkolman)
Brian C. Lane f54f03
- Fix which TUI field is being checked for which input (#1169533) (dshea)
Brian C. Lane f54f03
- Fix pylint-reported issues in RPMOSTreePayload (vpodzime)
Brian C. Lane f54f03
- rpmostreepayload: Rework remote add handling (walters)
Brian C. Lane f54f03
- Remove Requires: python-nss (vpodzime)
Brian C. Lane f54f03
- If there's no boot.iso, skip the kickstart tests. (clumens)
Brian C. Lane f54f03
- Test that a kickstart file with both an environment and group installs both.
Brian C. Lane f54f03
  (clumens)
Brian C. Lane f54f03
- Move the ostree test out of its own directory. (clumens)
Brian C. Lane f54f03
- Add a general-purpose kickstart-driven testing setup. (clumens)
Brian C. Lane f54f03
- Move the pykickstart version test into a different subdirectory. (clumens)
Brian C. Lane f54f03
- Really hide and show passphrase warnings (#1162828) (dshea)
Brian C. Lane f54f03
- Unsetup the payload on the way out of anaconda (#1164577) (dshea)
Brian C. Lane f54f03
- Beware of 0 being the same bool value as None when setting time (vpodzime)
Brian C. Lane f54f03
- Fix the last member of the struct_time struct (vpodzime)
Brian C. Lane f54f03
- Use a flag to determine if the datetime spoke is shown (vpodzime)
Brian C. Lane f54f03
- Put AM/PM label and buttons in a revealer and hide/unhide them (vpodzime)
Brian C. Lane f54f03
- Fix issues with the date&time not being updated on timezone changes
Brian C. Lane f54f03
  (vpodzime)
Brian C. Lane f54f03
- Fix the way we create the list of DASDs needing dasdfmt. (#1073982)
Brian C. Lane f54f03
  (sbueno+anaconda)
Brian C. Lane f54f03
- Fix threading issues for dasdfmt in gui storage. (#1073982) (sbueno+anaconda)
Brian C. Lane f54f03
- Add sshkey kickstart command (bcl)
Brian C. Lane f54f03
- Skip setting up env and groups in software spoke for ks (#1173350) (bcl)
Brian C. Lane f54f03
- Add missing dnf package selection support (#1169056) (bcl)
Brian C. Lane f54f03
- Add variable substitution to DNF (#1164803) (bcl)
Brian C. Lane f54f03
- Simplify and robustify handling of fstype combo box. (amulhern)
Brian C. Lane f54f03
- Fix warnings about the default parameter that gdk deprecated (dshea)
Brian C. Lane f54f03
- Remove the color override from MountpointSelector. (dshea)
Brian C. Lane f54f03
- Move the layout indicator color to css and fix the colors (dshea)
Brian C. Lane f54f03
- Don't crash in pre-commit if no files changed (dshea)
Brian C. Lane f54f03
- Make the Selected Disks and Configure Mount Point dialogs wider (#1171834).
Brian C. Lane f54f03
  (clumens)
Brian C. Lane f54f03
- Sync up the Selected Disks and Configure Mount Points dialogs (#1171838).
Brian C. Lane f54f03
  (clumens)
Brian C. Lane f54f03
- Make sure /boot is not LVM LV if we're on s390x (#873135) (sbueno+anaconda)
Brian C. Lane f54f03
- Only show the "SYSTEM" heading if there are data mount points under it.
Brian C. Lane f54f03
  (clumens)
Brian C. Lane f54f03
- Remove an unused import in rpmostreepayload.py. (clumens)
Brian C. Lane f54f03
- Use DNF by default (#1156483) (mkolman)
Brian C. Lane f54f03
- Check system-release for whether to enable betanag or not (#1168829).
Brian C. Lane f54f03
  (clumens)
Brian C. Lane f54f03
- rpmostreepayload: Avoid shutil.copytree in favor of cp -r to fix symlinks
Brian C. Lane f54f03
  (walters)
Brian C. Lane f54f03
- Look for Requires: and BuildRequires: at the front of a line. (clumens)
Brian C. Lane f54f03
- Don't attempt to install anaconda packages from the install-requires target.
Brian C. Lane f54f03
  (clumens)
Brian C. Lane f54f03
- Remove _assureLogoImage (dshea)
Brian C. Lane f54f03
- Add a stylesheet property to BaseInstallClass (dshea)
Brian C. Lane f54f03
- Fix EOF error that occurs if user input required in x3270. (#1171135)
Brian C. Lane f54f03
  (jstodola)
Brian C. Lane f54f03
- Print an error when the kickstart file is missing (bcl)
Brian C. Lane f54f03
- Remove UserInterface.basepath and UserInterface.basemask definitions.
Brian C. Lane f54f03
  (amulhern)
Brian C. Lane f54f03
- Remove pointless overrides identified by the pointless override checker.
Brian C. Lane f54f03
  (amulhern)
Brian C. Lane f54f03
- Add a simple pointless-override checker to pylint checkers. (amulhern)
Brian C. Lane f54f03
Brian C. Lane 03fbce
* Thu Dec 04 2014 Brian C. Lane <bcl@redhat.com> - 22.12-1
Brian C. Lane 03fbce
- add code so that initramfs created for rescue kernel (#1170589) (gczarcinski)
Brian C. Lane 03fbce
- Start vncconfig for cutNpaste (hamzy)
Brian C. Lane 03fbce
- Handle unstaged changes in the pre-commit hook. (dshea)
Brian C. Lane 03fbce
- Use git status -z (dshea)
Brian C. Lane 03fbce
- Make Python's default encoding detection work on Live installations
Brian C. Lane 03fbce
  (#1169019) (vpodzime)
Brian C. Lane 03fbce
- Force translation files download instead of skipping them (#1169023)
Brian C. Lane 03fbce
  (vpodzime)
Brian C. Lane 03fbce
- Completely disable storage tests for the moment. (clumens)
Brian C. Lane 03fbce
- datetime_spoke: Fix warnings about removing nonexistent source (walters)
Brian C. Lane 03fbce
- Temporarily disable the BTRFSOnNonBTRFSComponent test. (clumens)
Brian C. Lane 03fbce
- Remove a slightly lighter grey background from the center of the hubs.
Brian C. Lane 03fbce
  (clumens)
Brian C. Lane 03fbce
- Actually fix the message dropping commit. (clumens)
Brian C. Lane 03fbce
- Make sure storage info bar is displayed (#1166730) (bcl)
Brian C. Lane 03fbce
- Clear Update Settings when Done clicked (#1167014) (bcl)
Brian C. Lane 03fbce
- Fix PWQError issues. (sbueno+anaconda)
Brian C. Lane 03fbce
- network: Add some doc strings (walters)
Brian C. Lane 03fbce
- It's spoke.title, not spoke.name (#1167036). (clumens)
Brian C. Lane 03fbce
Brian C. Lane 6be6f4
* Fri Nov 21 2014 Brian C. Lane <bcl@redhat.com> - 22.11-1
Brian C. Lane 6be6f4
- Skip tui askvnc reboot for dirinstall (#1164254) (bcl)
Brian C. Lane 6be6f4
- If a message is for a spoke not on the current hub, throw it away. (clumens)
Brian C. Lane 6be6f4
- Find storage test cases automatically. (clumens)
Brian C. Lane 6be6f4
- Add new storage test cases that reuse results of earlier autopart runs.
Brian C. Lane 6be6f4
  (clumens)
Brian C. Lane 6be6f4
- Support high contrast mode in fedora-welcome (#1160499) (dshea)
Brian C. Lane 6be6f4
- How the GUI test suite disk is displayed has changed. (clumens)
Brian C. Lane 6be6f4
- do not delete liveimg --url=file:/// file (gczarcinski)
Brian C. Lane 6be6f4
- Add support for doing a liveimg kickstart with local file (#1140358) (bcl)
Brian C. Lane 6be6f4
- Create missing parent directories for user's home directory (#1163775) (bcl)
Brian C. Lane 6be6f4
- Related bug can have different fixed-in and state (bcl)
Brian C. Lane 6be6f4
- Provide useful hints on TTY1 during the installation (mkolman)
Brian C. Lane 6be6f4
- Decrease memory requirements on gui tests, and make that attr private.
Brian C. Lane 6be6f4
  (clumens)
Brian C. Lane 6be6f4
- Don't use blivet in the gui tests. (clumens)
Brian C. Lane 6be6f4
- Use MiB/GiB instead of MB/GB in GUI tests. (clumens)
Brian C. Lane 6be6f4
- Make the No Space dialog look less terrible. (clumens)
Brian C. Lane 6be6f4
- Add a test case where it's impossible to reclaim. (clumens)
Brian C. Lane 6be6f4
- Use blivet's Size class instead of ints and such. (clumens)
Brian C. Lane 6be6f4
- Get the gui tests running in parallel. (clumens)
Brian C. Lane 6be6f4
- Add a basic test of the reclaim dialog. (clumens)
Brian C. Lane 6be6f4
- Make images in raw format instead of qcow2. (clumens)
Brian C. Lane 6be6f4
- Allow specifying which of the GUI tests you want to run. (clumens)
Brian C. Lane 6be6f4
- Check if we read something when emptying stdin queue (vpodzime)
Brian C. Lane 6be6f4
- Require min entropy for 'part --encrypted' devices (#1162695) (vpodzime)
Brian C. Lane 6be6f4
- Don't rely on terminal attributes being configurable (#1162702) (vpodzime)
Brian C. Lane 6be6f4
- Check for a GLib source ID of None in unwatchAllProcesses. (dshea)
Brian C. Lane 6be6f4
- Disable payloads that failed to setup (#1162732) (dshea)
Brian C. Lane 6be6f4
- Only enable non-interactive yum plugins (#1111535) (dshea)
Brian C. Lane 6be6f4
- Add a placeholder for a product-specific logo (dshea)
Brian C. Lane 6be6f4
- Load a stylesheet from product.img (dshea)
Brian C. Lane 6be6f4
- Fix make distcheck (mkolman)
Brian C. Lane 6be6f4
- Include help content in the Anaconda tarball (mkolman)
Brian C. Lane 6be6f4
- Fix typo causing traceback when NTP is turned ON/OFF (vpodzime)
Brian C. Lane 6be6f4
- Use /var/tmp for the temp directory when installing anaconda. (clumens)
Brian C. Lane 6be6f4
- Prevent tb on s390x when de-selecting a DASD and doing custom part.
Brian C. Lane 6be6f4
  (sbueno+anaconda)
Brian C. Lane 6be6f4
- Revert "Revert productName repo name change (#1128474)" (bcl)
Brian C. Lane 6be6f4
- Remove a comment that is a blatant lie. (clumens)
Brian C. Lane 6be6f4
- Fix an environment variable setting in the test environment. (clumens)
Brian C. Lane 6be6f4
- Update the background image paths used in Fedora. (dshea)
Brian C. Lane 6be6f4
- Add a pylint module to detect uses of interruptible system calls. (dshea)
Brian C. Lane 6be6f4
- Wrap interruptible system calls in a loop (#1160041) (dshea)
Brian C. Lane 6be6f4
- Unpack the callback data given to us by blivet (vpodzime)
Brian C. Lane 6be6f4
- Add timeout to callbacks waiting for enough entropy (#1073679) (vpodzime)
Brian C. Lane 6be6f4
Brian C. Lane 724e3a
* Tue Nov 04 2014 Brian C. Lane <bcl@redhat.com> - 22.10-1
Brian C. Lane 724e3a
- Remove gui, install, and ostree tests from TESTS. (clumens)
Brian C. Lane 724e3a
- Update the ostree test for the new ostree+grub patches. (clumens)
Brian C. Lane 724e3a
- Add a timeout when the ostree test checks for proper booting. (clumens)
Brian C. Lane 724e3a
- bootloader: Bridge efi_dir configuration earlier for rpmostreepayload
Brian C. Lane 724e3a
  (walters)
Brian C. Lane 724e3a
- rpmostreepayload: Handle grub2+EFI layout (walters)
Brian C. Lane 724e3a
- rpmostreepayload: Copy all subdirectories of /usr/lib/ostree-boot (walters)
Brian C. Lane 724e3a
- Handle the case of rpmostreepayload + GRUB2 (walters)
Brian C. Lane 724e3a
- Test adding, removing, and reordering keyboard layouts. (clumens)
Brian C. Lane 724e3a
- Test displaying the help viewer on every screen. (clumens)
Brian C. Lane 724e3a
- Add functions to UITestCase to grab the contents of a view. (clumens)
Brian C. Lane 724e3a
- Extend the keyboard GUI test to test adding layout switching. (clumens)
Brian C. Lane 724e3a
- Add checks for selected language/locale on the welcome screen. (clumens)
Brian C. Lane 724e3a
- Catch EOFError in raw_input (#1158841) (bcl)
Brian C. Lane 724e3a
- Ensure we are specifying sensible target sizes for resize. (#1120964)
Brian C. Lane 724e3a
  (dlehman)
Brian C. Lane 724e3a
- Set the autopart fstype for boot too (#1112697) (bcl)
Brian C. Lane 724e3a
- Ensure we are specifying sensible target sizes for resize. (#1120964)
Brian C. Lane 724e3a
  (dlehman)
Brian C. Lane 724e3a
- Rework the placement of items on hubs. (dshea)
Brian C. Lane 724e3a
- Lightly rearrange the nav_area (dshea)
Brian C. Lane 724e3a
- Do not install interactive exception handler in cmdline mode (#1155979)
Brian C. Lane 724e3a
  (vpodzime)
Brian C. Lane 724e3a
- Remove dmidecode from Requires: (vpodzime)
Brian C. Lane 724e3a
- Wait until all spokes are setup before updating continue button (bcl)
Brian C. Lane 724e3a
- Allow adding prepboot to a blank disk in custom (#1155660) (bcl)
Brian C. Lane 724e3a
- Make anaconda more scrollable (#1135024) (dshea)
Brian C. Lane 724e3a
- Remove unused imports (vpodzime)
Brian C. Lane 724e3a
- Just preserve the %%addon header args if an addon is missing (#1155026)
Brian C. Lane 724e3a
  (vpodzime)
Brian C. Lane 724e3a
- Add a test to verify the help dialog pops up. (clumens)
Brian C. Lane 724e3a
- Look up most widgets relative to the currently displayed screen. (clumens)
Brian C. Lane 724e3a
- Make a few more updates for labels that have changed in the GUI. (clumens)
Brian C. Lane 724e3a
- Warn users about liveinst usage of --updates (#1153550) (bcl)
Brian C. Lane 724e3a
- Fix handling of md fwraid names in kickstart bootloader command. (#1156354)
Brian C. Lane 724e3a
  (dlehman)
Brian C. Lane 724e3a
- Use an empty string for no root password instead of None (#1155576) (dshea)
Brian C. Lane 724e3a
- Don't allow related bugs without acks (bcl)
Brian C. Lane 724e3a
- Fix switching environments when no environment is selected (#1018226) (dshea)
Brian C. Lane 724e3a
- Make size_from_input() and size_from_entry() methods handier. (amulhern)
Brian C. Lane 724e3a
- Changes around handling of size entries in custom spoke. (amulhern)
Brian C. Lane 724e3a
- network: handle dbus UnknownMethod exception on invalid objects (#1061796)
Brian C. Lane 724e3a
  (rvykydal)
Brian C. Lane 724e3a
Brian C. Lane 3be1ed
* Wed Oct 22 2014 Brian C. Lane <bcl@redhat.com> - 22.9-1
Brian C. Lane 3be1ed
- When I renamed the date & time spoke, I missed one string. (clumens)
Brian C. Lane 3be1ed
- Fix two more problems with spoke selectors in GUI testing. (clumens)
Brian C. Lane 3be1ed
- Fix the GRUB raid1 tests (dshea)
Brian C. Lane 3be1ed
- Add syslinux to the packages in the gui_testing kickstart file, too.
Brian C. Lane 3be1ed
  (clumens)
Brian C. Lane 3be1ed
- Update the gui_testing kickstart file for productization changes. (clumens)
Brian C. Lane 3be1ed
- Update checkSizes to work in terms of Size objects (#1129629). (clumens)
Brian C. Lane 3be1ed
- Install grub to all disks in a btrfs raid1 /boot (#989644) (dshea)
Brian C. Lane 3be1ed
- Really fix issue with starting in cmdline mode on s390x. (sbueno+anaconda)
Brian C. Lane 3be1ed
- The network spoke's title has changed.  Reflect that in the test. (clumens)
Brian C. Lane 3be1ed
- Grab memory.dat from running the GUI test. (clumens)
Brian C. Lane 3be1ed
- Don't panic prematurely on a missing size (#1154190) (amulhern)
Brian C. Lane 3be1ed
- Fix more messages the new pylint found. (clumens)
Brian C. Lane 3be1ed
- dracut/save-initramfs.sh: don't save /tmp (wwoods)
Brian C. Lane 3be1ed
- Get rid of some unnecessary text from dasdfmt dialog. (sbueno+anaconda)
Brian C. Lane 3be1ed
- Quit if no device type name selected. (amulhern)
Brian C. Lane 3be1ed
- Fix stray comment. (amulhern)
Brian C. Lane 3be1ed
- If there's no attached ANACTEST device, don't attempt to mount and run it.
Brian C. Lane 3be1ed
  (clumens)
Brian C. Lane 3be1ed
- Fix a spelling error (#1153672) (dshea)
Brian C. Lane 3be1ed
- Log when using updates from /tmp/updates/ (bcl)
Brian C. Lane 3be1ed
- Fix # handling in SimpleConfigFile (#1045687) (bcl)
Brian C. Lane 3be1ed
- Unconditionally clear the process handle when nm-c-e exits (#1132645) (dshea)
Brian C. Lane 3be1ed
- Remove the code that reads /tmp/vncshell.pid. (dshea)
Brian C. Lane 3be1ed
- Rewrite _bound_size() to bound_size() in storage_utils.py (amulhern)
Brian C. Lane 3be1ed
- Changes for scheduling size change on an existing device (#1076055)
Brian C. Lane 3be1ed
  (amulhern)
Brian C. Lane 3be1ed
- Remove too strict condition for changing size (#1076055) (amulhern)
Brian C. Lane 3be1ed
- Omit calculation and use of active_dev_type. (amulhern)
Brian C. Lane 3be1ed
- Add a method that extracts device type name from combo box (amulhern)
Brian C. Lane 3be1ed
- Don't pass use_dev around to internal methods. (amulhern)
Brian C. Lane 3be1ed
- Check identity, not equality, for RaidLevel objects. (amulhern)
Brian C. Lane 3be1ed
- Run restorecon on /etc/hostname (#1133368) (bcl)
Brian C. Lane 3be1ed
- Add authconfig and firewalld packages when used in ks (#1147687) (bcl)
Brian C. Lane 3be1ed
- Allow kickstart with no method (#972265) (bcl)
Brian C. Lane 3be1ed
- Fix a typo from 73d3a8e5. (sbueno+anaconda)
Brian C. Lane 3be1ed
- Respect both ways how to disable bootloader installation (vpodzime)
Brian C. Lane 3be1ed
- Fix a bug unmounting /boot on efi+atomic installs. (clumens)
Brian C. Lane 3be1ed
- Refactor handling of fsCombo considerations. (amulhern)
Brian C. Lane 3be1ed
- Be more restrictive displaying btrfs device type. (amulhern)
Brian C. Lane 3be1ed
- Get rid of unnecessary raid_level variable (amulhern)
Brian C. Lane 3be1ed
- Use Size, not int, for size (#1076055) (amulhern)
Brian C. Lane 3be1ed
- Remove an unused import (dshea)
Brian C. Lane 3be1ed
- Don't automatically select environments for kickstart installs (#1018226)
Brian C. Lane 3be1ed
  (dshea)
Brian C. Lane 3be1ed
- Initialize the GUI lock in a way that doesn't break the API (dshea)
Brian C. Lane 3be1ed
- Don't check enabledPlugins if plugins are not yet enabled (#1142544) (dshea)
Brian C. Lane 3be1ed
- Add transifex branch check to makebumpver (bcl)
Brian C. Lane 3be1ed
- Get rid of an unused variable in the localization test. (clumens)
Brian C. Lane 3be1ed
- Don't strip accents from the user-inputted keyboard string (dshea)
Brian C. Lane 3be1ed
- Convert strings to unicode in have_word_match (#1146581) (dshea)
Brian C. Lane 3be1ed
- Use translated versions of the AM/PM strings consistently (vpodzime)
Brian C. Lane 3be1ed
- Import GUI-specific stuff only when running GUI in entropy handling
Brian C. Lane 3be1ed
  (vpodzime)
Brian C. Lane 3be1ed
- Always store the information about display mode in ksdata (vpodzime)
Brian C. Lane 3be1ed
- Connect signals to handlers for day/month/year changes (vpodzime)
Brian C. Lane 3be1ed
- Switch to using the new help content path (#1072033) (mkolman)
Brian C. Lane 3be1ed
- Remove unused variables in the datetime_spoke.py module (vpodzime)
Brian C. Lane 3be1ed
- Add nombr to anaconda to suppress updating MBR (#886502) (gczarcinski)
Brian C. Lane 3be1ed
- Make the date format locale-dependent in our GUI (#1044233) (vpodzime)
Brian C. Lane 3be1ed
- A function for resolving date format and order (vpodzime)
Brian C. Lane 3be1ed
- Make device/fs type comboboxes take less space (vpodzime)
Brian C. Lane 3be1ed
- Skip running efibootmgr for noefi mode (#1047904) (bcl)
Brian C. Lane 3be1ed
- Fix a race between checking for Gtk.main_level and running Gtk.main (dshea)
Brian C. Lane 3be1ed
- Allow recursive lightbox calls (#1147337) (dshea)
Brian C. Lane 3be1ed
- Disable the ntp service with --nontp (#1135768) (dshea)
Brian C. Lane 3be1ed
Brian C. Lane 197ccd
* Wed Oct 08 2014 Brian C. Lane <bcl@redhat.com> - 22.8-1
Brian C. Lane 197ccd
- Add a test case for if all anaconda's Requires exist. (clumens)
Brian C. Lane 197ccd
- Only allow one anaconda instance (#1146735) (dshea)
Brian C. Lane 197ccd
- Ignore partition start if there is a biosboot partition (#1044849) (bcl)
Brian C. Lane 197ccd
- Remove duplicates when adding new devices (#887526) (bcl)
Brian C. Lane 197ccd
- Trim changelog entries from spec file (bcl)
Brian C. Lane 197ccd
- We now need to specify an epoch for the python-blivet version requires.
Brian C. Lane 197ccd
  (clumens)
Brian C. Lane 197ccd
- Remove the last references to tzmapdata (dshea)
Brian C. Lane 197ccd
- Add VNC to the ostree test arguments. (clumens)
Brian C. Lane 197ccd
- Fix autotools rules to properly include help placeholders (#1072033)
Brian C. Lane 197ccd
  (mkolman)
Brian C. Lane 197ccd
- Ignore an accelerator conflict between two Modify labels. (clumens)
Brian C. Lane 197ccd
- s390x: show dialog if kernel cmdline in zipl.conf is too long.
Brian C. Lane 197ccd
  (sbueno+anaconda)
Brian C. Lane 197ccd
- Convert process watching to use GLib before we start a main loop (dshea)
Brian C. Lane 197ccd
- Convert python signal handlers to GLib signal handlers (dshea)
Brian C. Lane 197ccd
- Reorganize the right side of the Custom spoke (#1094856) (vpodzime)
Brian C. Lane 197ccd
- Graphically handle errors arising from ostree repo pull problems. (clumens)
Brian C. Lane 197ccd
- Fix file name of the entropy dialog in POTFILES.in (vpodzime)
Brian C. Lane 197ccd
- Add support for thin pool profile specification in kickstart (vpodzime)
Brian C. Lane 197ccd
- Require minimum random data entropy when creating LUKS (#1073679) (vpodzime)
Brian C. Lane 197ccd
- Give blivet callbacks for reporting partitioning progress (vpodzime)
Brian C. Lane 197ccd
- Really exit when "Exit installer" in the error dialog is clicked (vpodzime)
Brian C. Lane 197ccd
- NM-wifi is missing on s390(x) (dan)
Brian C. Lane 197ccd
Brian C. Lane 78a71a
* Tue Sep 30 2014 Brian C. Lane <bcl@redhat.com> - 22.7-1
Brian C. Lane 78a71a
- Fix Welcome spoke not showing up during kickstart installation (#1147943)
Brian C. Lane 78a71a
  (mkolman)
Brian C. Lane 78a71a
- Don't allow /boot on lvm on s390x. (sbueno+anaconda)
Brian C. Lane 78a71a
- Handle failures to instantiate storage devices when parsing kickstart.
Brian C. Lane 78a71a
  (dlehman)
Brian C. Lane 78a71a
- Add the new langsupport.py TUI spoke to POTFILES.in. (clumens)
Brian C. Lane 78a71a
- Remove the now-unused imports of storageInitialize. (clumens)
Brian C. Lane 78a71a
- Add support for language selection in text mode. (sbueno+anaconda)
Brian C. Lane 78a71a
- packaging: handle new NFS installation source with inst.stage2=nfs:...
Brian C. Lane 78a71a
  (wwoods)
Brian C. Lane 78a71a
- Allow cdrom-swapping when doing "inst.ks=cdrom[:...]" (wwoods)
Brian C. Lane 78a71a
- anaconda-lib.sh: add tell_user() and dev_is_cdrom() (wwoods)
Brian C. Lane 78a71a
- Don't force a user to return to the storage spoke after dasdfmt
Brian C. Lane 78a71a
  (sbueno+anaconda)
Brian C. Lane 78a71a
- Don't run storageInitialize after dasdfmt (sbueno+anaconda)
Brian C. Lane 78a71a
- Shut up, parallel (dshea)
Brian C. Lane 78a71a
- Really fix unexpected exits in execReadlines (dshea)
Brian C. Lane 78a71a
- Add a context manager for executing code while UI signals are blocked.
Brian C. Lane 78a71a
  (clumens)
Brian C. Lane 78a71a
- Avoid the possibility of size variables being unset (#1146585) (dshea)
Brian C. Lane 78a71a
- s390x: Apply disk selection before dasdfmt to preserve data.
Brian C. Lane 78a71a
  (sbueno+anaconda)
Brian C. Lane 78a71a
- Fix a bad use of WIFSIGNALED (dshea)
Brian C. Lane 78a71a
- Handle 0's returned by Gdk (dshea)
Brian C. Lane 78a71a
- Adapt to corrected interpetation of logvol --percent. (dlehman)
Brian C. Lane 78a71a
- Always use iutil to start processes. (dshea)
Brian C. Lane 78a71a
- Move the X startup logic to iutil (dshea)
Brian C. Lane 78a71a
- Move process watching to iutil. (dshea)
Brian C. Lane 78a71a
- Close file descriptors while daemonizing auditd (dshea)
Brian C. Lane 78a71a
- Add an option to only capture stdout with execWithCapture (dshea)
Brian C. Lane 78a71a
- Simplify iutil.execReadlines. (dshea)
Brian C. Lane 78a71a
- Add close_fds to the Popen call. (dshea)
Brian C. Lane 78a71a
- Add an option to startProgram to reset signal handlers. (dshea)
Brian C. Lane 78a71a
- Add a method startProgram to handle process starting (dshea)
Brian C. Lane 78a71a
- Lock program_log_lock closer to where the log is written. (dshea)
Brian C. Lane 78a71a
- Record early crashes to ipmi (dshea)
Brian C. Lane 78a71a
- Clear the list of watched PIDs before exiting. (dshea)
Brian C. Lane 78a71a
- Remove the exitCode parameter from exitHandler. (dshea)
Brian C. Lane 78a71a
- Warn about uses of the string module. (dshea)
Brian C. Lane 78a71a
- Import _ from the i18n module instead of hand-crafting a copy of it (dshea)
Brian C. Lane 78a71a
- Import gettext in iutil instead of passing the module reference to iutil
Brian C. Lane 78a71a
  (dshea)
Brian C. Lane 78a71a
- Fix a typo in a comment (dshea)
Brian C. Lane 78a71a
- When running on HiDPI monitors, scale anaconda by a factor of 2 (dshea)
Brian C. Lane 78a71a
- Sort the contents of the file system type combo box. (clumens)
Brian C. Lane 78a71a
- Remove the border on the layout testing box. (clumens)
Brian C. Lane 78a71a
- Explain what the IPMI constants mean. (clumens)
Brian C. Lane 78a71a
- Don't attempt terminal size detection on the s390 (#1145065) (mkolman)
Brian C. Lane 78a71a
- Don't show the Add DASD button unless on s390x. (sbueno+anaconda)
Brian C. Lane 78a71a
- Don't show the Add DASD button unless on s390x. (sbueno+anaconda)
Brian C. Lane 78a71a
- Preserve network args on s390x. (sbueno+anaconda)
Brian C. Lane 78a71a
Brian C. Lane f874a7
* Fri Sep 19 2014 Brian C. Lane <bcl@redhat.com> - 22.6-1
Brian C. Lane f874a7
- Don't call storage.write for dirinstall (#1120206) (bcl)
Brian C. Lane f874a7
- Fix pylint warning from a recent commit. (dlehman)
Brian C. Lane f874a7
- Fix the link to the help-button-clicked signal (dshea)
Brian C. Lane f874a7
- Assign mnemonics to two checkboxes on the user spoke that didn't have them.
Brian C. Lane f874a7
  (clumens)
Brian C. Lane f874a7
- Remove "MB" from the size string on the HDISO combo box. (clumens)
Brian C. Lane f874a7
- Use _Cancel and _Continue mnemonics on these two screens. (clumens)
Brian C. Lane f874a7
- Rename to be the TIME & DATE spoke. (clumens)
Brian C. Lane f874a7
- Ok -> OK on the proxy dialog. (clumens)
Brian C. Lane f874a7
- Handle cancellation of new container creation. (dlehman)
Brian C. Lane f874a7
- Reflect previous custom/autopart selection in the storage spoke. (dlehman)
Brian C. Lane f874a7
- Clear out custom storage ksdata after first attempt to apply it. (dlehman)
Brian C. Lane f874a7
- Pass size as Size when adjusting container after device removal. (#1141707)
Brian C. Lane f874a7
  (dlehman)
Brian C. Lane f874a7
- Set flags.rescue_mode not anaconda.rescue (#1143056) (amulhern)
Brian C. Lane f874a7
- Split localed's converted layouts and variants (#1073825) (vpodzime)
Brian C. Lane f874a7
- Rename variable to not with a built-in (mkolman)
Brian C. Lane f874a7
- Create free space snapshot before doing custom->autopart (vpodzime)
Brian C. Lane f874a7
- Deprecate RUNKS cmdline option. (sbueno+anaconda)
Brian C. Lane f874a7
- Show help also when alt+F1 is pressed (mkolman)
Brian C. Lane f874a7
- Support display of the custom mnemonics on the help button (mkolman)
Brian C. Lane f874a7
- Activate the built-in help when F1 is pressed (mkolman)
Brian C. Lane f874a7
- Specify help file names for hubs and spokes (mkolman)
Brian C. Lane f874a7
- Add a help button to every Anaconda screen (mkolman)
Brian C. Lane f874a7
- Don't call BusyCursor before Gdk is setup (#1078868) (bcl)
Brian C. Lane f874a7
- Fix SELINUX_DEFAULT import (#1137049) (bcl)
Brian C. Lane f874a7
- Catch and rethrow BTRFSValueError as KickstartException (#1019685) (amulhern)
Brian C. Lane f874a7
- Bump version so BTRFSValueError is found (#1019685) (amulhern)
Brian C. Lane f874a7
- Don't change langpacks config of installer environment (#1066017) (rvykydal)
Brian C. Lane f874a7
- network: fix typo 'Private ksy pasword' (#1120374) (rvykydal)
Brian C. Lane f874a7
- Fix up a string style issue found in the last network commits. (clumens)
Brian C. Lane f874a7
- network: WPA Enterprise: don't ask twice for password (#1120374) (rvykydal)
Brian C. Lane f874a7
- network: add support for WPA Enterprise (#1120374) (rvykydal)
Brian C. Lane f874a7
- network: add s390 network ifcfg options also for bond slaves (#1090558)
Brian C. Lane f874a7
  (rvykydal)
Brian C. Lane f874a7
- network: copy resolv.conf to chroot before installing packages (#1048520)
Brian C. Lane f874a7
  (rvykydal)
Brian C. Lane f874a7
- network: don't crash, just log for unrecognized bond options (#1039006)
Brian C. Lane f874a7
  (rvykydal)
Brian C. Lane f874a7
- network: don't traceback on invalid team options (#1114282) (rvykydal)
Brian C. Lane f874a7
- network: don't write HWADDR in ifcfgs generated by kickstart (#1130042)
Brian C. Lane f874a7
  (rvykydal)
Brian C. Lane f874a7
- Re-order the tz's in text mode to mirror the graphical order.
Brian C. Lane f874a7
  (sbueno+anaconda)
Brian C. Lane f874a7
- Apply a better check for whether to fail if authconfig is missing. (clumens)
Brian C. Lane f874a7
- driver-updates: fix backspace/delete in dd menus (#1080380) (wwoods)
Brian C. Lane f874a7
- Fix an issue with bad NFS info specified in source spoke. (sbueno+anaconda)
Brian C. Lane f874a7
- Fix the SIGSEGV handler (dshea)
Brian C. Lane f874a7
- Remove argument handling from methods without arguments (dshea)
Brian C. Lane f874a7
- Warn if software selection size exceeds available space. (sbueno+anaconda)
Brian C. Lane f874a7
- X doesn't start when making the livecd on the GUI test either. (clumens)
Brian C. Lane f874a7
- Handle spaces in inst.repo, kickstart nfs, and url commands (#1109933) (bcl)
Brian C. Lane f874a7
- Fix that urllib2 problem more thoroughly. (clumens)
Brian C. Lane f874a7
- Fix a problem where urllib2 is not getting pulled into the initrd. (clumens)
Brian C. Lane f874a7
- Specify thin pool metadata/chunk size only if given by user (#1140635)
Brian C. Lane f874a7
  (vpodzime)
Brian C. Lane f874a7
- Fix q for quit issue in text mode (#997405) (sbueno+anaconda)
Brian C. Lane f874a7
- Additional message if kickstart was used but did not finish (#1117908)
Brian C. Lane f874a7
  (amulhern)
Brian C. Lane f874a7
- Move some statically detectable kickstart errors out of anaconda (#1117908)
Brian C. Lane f874a7
  (amulhern)
Brian C. Lane f874a7
- Use only the digits from productVersion (bcl)
Brian C. Lane f874a7
- If a kickstart installation stops because it doesn't know something, log
Brian C. Lane f874a7
  that. (clumens)
Brian C. Lane f874a7
- Don't care about crash args in bootloader (#1116323) (vpodzime)
Brian C. Lane f874a7
Brian C. Lane f874a7
* Wed Sep 10 2014 Brian C. Lane <bcl@redhat.com> - 22.5-1
Brian C. Lane f874a7
- Fix noselinux cmdline default (#1137049) (bcl)
Brian C. Lane f874a7
- Revert productName repo name change (#1128474) (bcl)
Brian C. Lane f874a7
- Remove the --disable-overwrite parameter for the Transifex client (mkolman)
Brian C. Lane f874a7
- Do not try to disable no firstboot services (#1139621) (vpodzime)
Brian C. Lane f874a7
- Snapshot free space after clearpart for swap suggestion (#1132436) (vpodzime)
Brian C. Lane f874a7
- Really fix an enlightbox call. (dshea)
Brian C. Lane f874a7
- Correct issues merged from rhel-7 (dshea)
Brian C. Lane f874a7
- A couple updates to installclasses. (clumens)
Brian C. Lane f874a7
- Clear the kickstart password if cleared by the user (#1133185) (dshea)
Brian C. Lane f874a7
- Change the accelerator key for Add DASD label. (sbueno+anaconda)
Brian C. Lane f874a7
- Add dialog box for adding DASDs. (sbueno+anaconda)
Brian C. Lane f874a7
- Add a button for adding an ECKD DASD. (sbueno+anaconda)
Brian C. Lane f874a7
- Let finding install classes be more flexible for Fedora (#1138820). (clumens)
Brian C. Lane f874a7
- fix inst.virtiolog (#1074499) (wwoods)
Brian C. Lane f874a7
- Display container sizes to just two places, as well. (clumens)
Brian C. Lane f874a7
- Fix two minor things on the source spoke. (clumens)
Brian C. Lane f874a7
- border_width=5 -> border_width=6 in dasdfmt.glade. (clumens)
Brian C. Lane f874a7
- Use first part of Product for UEFI entry (#1128474) (bcl)
Brian C. Lane f874a7
- We can't pass "text" in the ostree .ks file because lmc doesn't like that.
Brian C. Lane f874a7
  (clumens)
Brian C. Lane f874a7
- Remove inactive languages from LINGUAS. (dshea)
Brian C. Lane f874a7
- Do the ostree test in text mode for now. (clumens)
Brian C. Lane f874a7
- Skip nvram update on ppc64 image/dir installations (#1136486) (bcl)
Brian C. Lane f874a7
- Use first part of Product as repo name (#1128474) (bcl)
Brian C. Lane f874a7
- makeupdates: Report git diff errors (bcl)
Brian C. Lane f874a7
- For yum-based installs, move the progress bar while packages are installing.
Brian C. Lane f874a7
  (clumens)
Brian C. Lane f874a7
- Remove the mnemonics from the custom part toolbar. (clumens)
Brian C. Lane f874a7
- Remove references to ia64. (clumens)
Brian C. Lane f874a7
- Change a confusing string in TUI NFS configuration screen. (#1057690)
Brian C. Lane f874a7
  (sbueno+anaconda)
Brian C. Lane f874a7
- Fix two problems with the volume label and combo on custom partitioning.
Brian C. Lane f874a7
  (clumens)
Brian C. Lane f874a7
- Disable the Modify SW link on livecd installs (#1133726). (clumens)
Brian C. Lane f874a7
- Require dmidecode for ARM (#1134651, jdisnard). (clumens)
Brian C. Lane f874a7
- Require a larger /boot (#1129629). (clumens)
Brian C. Lane f874a7
- Use suggested-action on more buttons (#1131254) (dshea)
Brian C. Lane f874a7
- CmdlineError should exit with a 1 (bcl)
Brian C. Lane f874a7
- Let gtk determine the allocation for overlays. (dshea)
Brian C. Lane f874a7
Brian C. Lane 052a65
* Wed Aug 27 2014 Brian C. Lane <bcl@redhat.com> - 22.4-1
Brian C. Lane 052a65
- jwb would like us to be clear that bugs could be the system firmware...
Brian C. Lane 052a65
  (pjones)
Brian C. Lane 052a65
- Fix installing from a second iso (#1040722) (bcl)
Brian C. Lane 052a65
- Remove anaconda_make_pixbuf (dshea)
Brian C. Lane 052a65
- Trick automake into taking our wildcards (dshea)
Brian C. Lane 052a65
- Distribute the right docs files (vpodzime)
Brian C. Lane 052a65
- Require anaconda-widgets from anaconda-widgets-devel (dshea)
Brian C. Lane 052a65
- Run /sbin/ldconfig when installing or uninstalling anaconda-widgets (dshea)
Brian C. Lane 052a65
- Remove the shebang from anaconda.py (dshea)
Brian C. Lane 052a65
- Exclude the compiled text and rescue files from anaconda-core (dshea)
Brian C. Lane 052a65
- Update our copy of the GPL (dshea)
Brian C. Lane 052a65
- Remove unused methods from packaging.Payload (dshea)
Brian C. Lane 052a65
- Rearrange the entry, example and tip on Advanced User dialog (vpodzime)
Brian C. Lane 052a65
- Change our docs that are close to ReST to proper ReST (vpodzime)
Brian C. Lane 052a65
- Remove old outdated docs nobody should read (vpodzime)
Brian C. Lane 052a65
- Send run-hub and run-spoke into the great beyond (dshea)
Brian C. Lane 052a65
- Use one thread for payload setup. (dshea)
Brian C. Lane 052a65
- Remove logging to tty3 and tty5 (#1073336) (bcl)
Brian C. Lane 052a65
- Make missing encryption key error message more helpful (#1074441) (amulhern)
Brian C. Lane 052a65
- Fix problems with the hdiso method. (clumens)
Brian C. Lane 052a65
- Update makebumpver to include flags on first request (bcl)
Brian C. Lane 052a65
Brian C. Lane c5efbc
* Fri Aug 15 2014 Brian C. Lane <bcl@redhat.com> - 22.3-1
Brian C. Lane c5efbc
- Add some tests for execReadlines (dshea)
Brian C. Lane c5efbc
- Remove iutil.fork_orphan (dshea)
Brian C. Lane c5efbc
- Move non-exec tests into a separate class. (dshea)
Brian C. Lane c5efbc
- Write storage after liveimg install (#1080396) (bcl)
Brian C. Lane c5efbc
- Add an option to makebumpver to skip all checks. (clumens)
Brian C. Lane c5efbc
- Write sslverify=0 for url kickstart method (#1116858) (bcl)
Brian C. Lane c5efbc
- Add noverifyssl and proxy support to dracut ks handling (#1116858) (bcl)
Brian C. Lane c5efbc
- Log installation successes and failures via ipmitool (#782019). (clumens)
Brian C. Lane c5efbc
- Default the OK button on the iscsi dialog to insensitive. (clumens)
Brian C. Lane c5efbc
- Add repo --install support to DNF (#1119867) (bcl)
Brian C. Lane c5efbc
- Install selected ks repos to target (#1119867) (bcl)
Brian C. Lane c5efbc
- Add check for the format of grub2 encrypted password (#1070327) (bcl)
Brian C. Lane c5efbc
- Add some sanity checking to live payload (vpodzime)
Brian C. Lane c5efbc
- Use blivet's getFreeSpace for limitting automatic swap size (vpodzime)
Brian C. Lane c5efbc
- Ask users for enough space right at the first time (#876916) (vpodzime)
Brian C. Lane c5efbc
- Use low level file i/o for rpm callback logging (#1035745) (bcl)
Brian C. Lane c5efbc
- In tui cmdline mode skip showError and log message (bcl)
Brian C. Lane c5efbc
- Modify nm to return defaults when no dbus is available (bcl)
Brian C. Lane c5efbc
- Skip networkInitialize for image and dir installations (bcl)
Brian C. Lane c5efbc
- Ignore safe_dbus errors in keyboard setup (bcl)
Brian C. Lane c5efbc
- Skip syslog for dirinstall (bcl)
Brian C. Lane c5efbc
- Clear out errors at the beginning of _save_right_side. (clumens)
Brian C. Lane c5efbc
- Filter empty comps groups from both specific and generic lists (dshea)
Brian C. Lane c5efbc
- Add a test for disadvised words. (dshea)
Brian C. Lane c5efbc
- Mountpoint encrypted checkbox reflects container state (#1000031) (bcl)
Brian C. Lane c5efbc
- Display a fatal error if unable to encrypt a password. (dshea)
Brian C. Lane c5efbc
- Change strings per stylistic advice from ECS (dshea)
Brian C. Lane c5efbc
- Untranslate the type column of the network device type combobox (dshea)
Brian C. Lane c5efbc
- Add more information to the custom part summary dialog (#975804). (clumens)
Brian C. Lane c5efbc
- Don't require user creation when root is locked (#1030626) (bcl)
Brian C. Lane c5efbc
- Import LUKSDeviceWithoutKeyError from the right place (vpodzime)
Brian C. Lane c5efbc
- Move _verifyLUKSDevicesHaveKey to Anaconda's codebase (vpodzime)
Brian C. Lane c5efbc
- Fix issues reported by pyflakes (vpodzime)
Peter Robinson d3d96a
Brian C. Lane 98a7f1
* Thu Jul 31 2014 Brian C. Lane <bcl@redhat.com> - 22.2-1
Brian C. Lane 98a7f1
- Return NULL on error in doSetSystemTime. (dshea)
Brian C. Lane 98a7f1
- Remove the /usr/bin/liveinst symlink during uninstall (dshea)
Brian C. Lane 98a7f1
- Highlight languages in langsupport that contain selected locales (dshea)
Brian C. Lane 98a7f1
- Add a wrapper function for GtkTreeViewColumn.set_cell_data_func (dshea)
Brian C. Lane 98a7f1
- Remove the STANDALONE #ifdef from auditd. (dshea)
Brian C. Lane 98a7f1
- Mark zRAM devices as protected and ignore them (vpodzime)
Brian C. Lane 98a7f1
- Make storage sanity check aware of base RAM requirements (#1123466)
Brian C. Lane 98a7f1
  (vpodzime)
Brian C. Lane 98a7f1
- Move sanityCheck code to anaconda's codebase (vpodzime)
Brian C. Lane 98a7f1
- Clean up stylesheet comments (dshea)
Brian C. Lane 98a7f1
- Resurrect auditd (dshea)
Brian C. Lane 98a7f1
- Fix the spacing on the non-verbose doc building messages (dshea)
Brian C. Lane 98a7f1
- Switch to kinder, gentler autoconf errors (dshea)
Brian C. Lane 98a7f1
- Clean up the handling of CFLAGS (dshea)
Brian C. Lane 98a7f1
- Remove unused parts of the configure.ac files. (dshea)
Brian C. Lane 98a7f1
- Add a couple of configure checks from autoscan (dshea)
Brian C. Lane 98a7f1
- Include config.h in every C file. (dshea)
Brian C. Lane 98a7f1
- Use the result from AC_FUNC_FORK at build time (dshea)
Brian C. Lane 98a7f1
- Don't distribute the gnome desktop file with translations (dshea)
Brian C. Lane 98a7f1
- Build documentation during build instead of dist (dshea)
Brian C. Lane 98a7f1
- Do not multiply/divide RAM sizes by 1024 back and forth (vpodzime)
Brian C. Lane 98a7f1
- Raise exception if reading lines from a killed process (vpodzime)
Brian C. Lane 98a7f1
- Use zRAM swap up to 2 GB of RAM (vpodzime)
Brian C. Lane 98a7f1
- RAM requirements depend on squashfs.img's origin (vpodzime)
Brian C. Lane 98a7f1
Brian C. Lane 2d13a8
* Fri Jul 25 2014 Brian C. Lane <bcl@redhat.com> - 22.1-1
Brian C. Lane 2d13a8
- Add platform specific group selection (#884385) (bcl)
Brian C. Lane 2d13a8
- Use parallel instead of xargs (vpodzime)
Brian C. Lane 2d13a8
- Solidify the row separator in the welcome spoke. (dshea)
Brian C. Lane 2d13a8
- Don't skip cpfmtxa formatted dasds if zerombr specified in ks. (#1073982)
Brian C. Lane 2d13a8
  (sbueno+anaconda)
Brian C. Lane 2d13a8
- Fix TUI error message regarding username creation. (#1058637)
Brian C. Lane 2d13a8
  (sbueno+anaconda)
Brian C. Lane 2d13a8
- Determine the lang selected arrow direction at render time (dshea)
Brian C. Lane 2d13a8
- Lessen the visible resize when entering the welcome and lang spokes (dshea)
Brian C. Lane 2d13a8
- Reset the want_x flag after the memory check (vpodzime)
Brian C. Lane 2d13a8
- Fix crash caused by passing kwargs to log functions (vpodzime)
Brian C. Lane 2d13a8
- Check graphical RAM requirements if running graphical installation (vpodzime)
Brian C. Lane 2d13a8
- Document the inst.zram boot option (vpodzime)
Brian C. Lane 2d13a8
- Adapt the memory requirements to zRAM swap usage (vpodzime)
Brian C. Lane 2d13a8
- Remove an unused MEM-related constant and use the other one (vpodzime)
Brian C. Lane 2d13a8
- Add a script for showing stats about zRAM (vpodzime)
Brian C. Lane 2d13a8
- Set widgets to be focused when entering a spoke. (#1121285) (dshea)
Brian C. Lane 2d13a8
- Allow a wider variety of mountpoints (#1109143) (dshea)
Brian C. Lane 2d13a8
- Restrict the selected and insensitive style rules to anaconda widgets (dshea)
Brian C. Lane 2d13a8
- Log more details about collect failure (bcl)
Brian C. Lane 2d13a8
- Prevent crashes due to accessing X server from multiple threads (vpodzime)
Brian C. Lane 2d13a8
- Add vnc to the arguments to qemu for the GUI testing. (clumens)
Brian C. Lane 2d13a8
- Remove a commented out import (mkolman)