Christopher Edward Lumens ee8dea
%define livearches %{ix86} x86_64 ppc ppc64
Jeremy Katz 1a40dd
cvsdist 891dd1
Summary: Graphical system installer
Jeremy Katz bae82e
Name:    anaconda
Brian C. Lane 1b6cf8
Version: 21.21
Brian C. Lane 02e0be
Release: 1%{?dist}
Jeremy Katz 0ccd79
License: GPLv2+
Jeremy Katz bae82e
Group:   Applications/System
Jeremy Katz bae82e
URL:     http://fedoraproject.org/wiki/Anaconda
Jeremy Katz bae82e
Christopher Edward Lumens 06a8c3
# To generate Source0 do:
Christopher Edward Lumens 06a8c3
# git clone http://git.fedorahosted.org/git/anaconda.git
Brian C. Lane adca1e
# git checkout -b archive-branch anaconda-%%{version}-%%{release}
Christopher Edward Lumens 34af8f
# ./autogen.sh
Christopher Edward Lumens 9f522b
# make dist
David Cantrell f5f4d6
Source0: %{name}-%{version}.tar.bz2
Jeremy Katz bae82e
Jeremy Katz bae82e
# Versions of required components (done so we make sure the buildrequires
Jeremy Katz bae82e
# match the requires versions of things).
Brian C. Lane ee8cb3
Brian C. Lane ee8cb3
# Also update in AM_GNU_GETTEXT_VERSION in configure.ac
Brian C. Lane ee8cb3
%define gettextver 0.18.3
Jeremy Katz bae82e
%define intltoolver 0.31.2-3
Brian C. Lane 1b6cf8
%define pykickstartver 1.99.49
Brian C. Lane b5448b
%define yumver 3.4.3-91
Brian C. Lane 5826e1
%define dnfver 0.4.8
Jeremy Katz bae82e
%define partedver 1.8.1
Christopher Edward Lumens 3e9e3f
%define pypartedver 2.5-2
Christopher Edward Lumens 3e9e3f
%define pythonpyblockver 0.45
Brian C. Lane ee8cb3
%define nmver 0.9.9.0-10.git20130906
David Cantrell 985280
%define dbusver 1.2.3
David Cantrell 985280
%define yumutilsver 1.1.11-3
Brian C. Lane fe3163
%define mehver 0.23-1
David Cantrell a6c758
%define sckeyboardver 1.3.1
Brian C. Lane 02c85e
%define firewalldver 0.3.5-1
Brian C. Lane 3a99dd
%define pythonurlgrabberver 3.9.1-5
Brian C. Lane 3a99dd
%define utillinuxver 2.15.1
Brian C. Lane 17676d
%define dracutver 034-7
Brian C. Lane 859f80
%define isomd5sum 1.0.10
Brian C. Lane abeeb5
%define fcoeutilsver 1.0.12-3.20100323git
Brian C. Lane abeeb5
%define iscsiver 6.2.0.870-3
Brian C. Lane 186c50
%define rpmver 4.10.0
Brian C. Lane 186c50
%define libarchivever 3.0.4
Brian C. Lane 8fc7f1
%define langtablever 0.0.18-1
Brian C. Lane 15b4c0
%define libxklavierver 5.4
Brian C. Lane b9f05f
%define libtimezonemapver 0.4.1-2
Jeremy Katz bae82e
Jeremy Katz bae82e
BuildRequires: audit-libs-devel
Jeremy Katz bae82e
BuildRequires: gettext >= %{gettextver}
Chris Lumens 361ed3
BuildRequires: gtk3-devel
Chris Lumens 361ed3
BuildRequires: gtk-doc
Brian C. Lane 3bbf8a
BuildRequires: gtk3-devel-docs
Brian C. Lane 3bbf8a
BuildRequires: glib2-doc
Chris Lumens 361ed3
BuildRequires: gobject-introspection-devel
Chris Lumens 361ed3
BuildRequires: glade-devel
Chris Lumens 361ed3
BuildRequires: pygobject3
Jeremy Katz bae82e
BuildRequires: intltool >= %{intltoolver}
Chris Lumens 361ed3
BuildRequires: libgnomekbd-devel
Brian C. Lane 15b4c0
BuildRequires: libxklavier-devel >= %{libxklavierver}
Jeremy Katz bae82e
BuildRequires: pango-devel
Jeremy Katz bae82e
BuildRequires: pykickstart >= %{pykickstartver}
Brian C. Lane 1f1cfa
%if ! 0%{?rhel}
Brian C. Lane 1f1cfa
BuildRequires: python-bugzilla
Brian C. Lane 1f1cfa
%endif
Jeremy Katz bae82e
BuildRequires: python-devel
Brian C. Lane 3a99dd
BuildRequires: python-urlgrabber >= %{pythonurlgrabberver}
Christopher Edward Lumens e8a91d
BuildRequires: python-nose
Brian C. Lane 3a99dd
BuildRequires: systemd
Jeremy Katz bae82e
BuildRequires: yum >= %{yumver}
David Cantrell 985280
BuildRequires: NetworkManager-devel >= %{nmver}
David Cantrell f5f4d6
BuildRequires: NetworkManager-glib-devel >= %{nmver}
Chris Lumens 361ed3
BuildRequires: dbus-devel >= %{dbusver}
Chris Lumens 361ed3
BuildRequires: dbus-python
Brian C. Lane 186c50
BuildRequires: rpm-devel >= %{rpmver}
Brian C. Lane 186c50
BuildRequires: libarchive-devel >= %{libarchivever}
Jeremy Katz 1a40dd
%ifarch %livearches
Jeremy Katz 1a40dd
BuildRequires: desktop-file-utils
Jeremy Katz 1a40dd
%endif
David Cantrell ad593a
%ifarch s390 s390x
David Cantrell ad593a
BuildRequires: s390utils-devel
David Cantrell ad593a
%endif
Brian C. Lane b9f05f
BuildRequires: libtimezonemap-devel >= %{libtimezonemapver}
Jeremy Katz bae82e
Brian C. Lane 9de6ef
Requires: anaconda-core = %{version}-%{release}
Brian C. Lane 9de6ef
Requires: anaconda-gui = %{version}-%{release}
Brian C. Lane 9de6ef
Requires: anaconda-tui = %{version}-%{release}
Brian C. Lane 9de6ef
Brian C. Lane 9de6ef
%description
Brian C. Lane 9de6ef
The anaconda package is a metapackage for the Anaconda installer.
Brian C. Lane 9de6ef
Brian C. Lane 9de6ef
%package core
Brian C. Lane 9de6ef
Summary: Core of the Anaconda installer
Brian C. Lane 9027c8
Requires: dnf >= %{dnfver}
Brian C. Lane 1b6cf8
Requires: python-blivet >= 0.41
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
Jeremy Katz bae82e
Requires: rpm-python >= %{rpmpythonver}
Jeremy Katz bae82e
Requires: parted >= %{partedver}
Christopher Edward Lumens cd7745
Requires: pyparted >= %{pypartedver}
Jeremy Katz bae82e
Requires: yum >= %{yumver}
Brian C. Lane 3a99dd
Requires: python-urlgrabber >= %{pythonurlgrabberver}
Jeremy Katz bae82e
Requires: pykickstart >= %{pykickstartver}
Brian C. Lane b5448b
Requires: langtable-data >= %{langtablever}
Brian C. Lane b5448b
Requires: langtable-python >= %{langtablever}
Jeremy Katz bae82e
Requires: libuser-python
Jeremy Katz f54c2d
Requires: authconfig
Brian C. Lane 3a99dd
Requires: firewalld >= %{firewalldver}
Brian C. Lane 3a99dd
Requires: util-linux >= %{utillinuxver}
Christopher Edward Lumens 89f7a8
Requires: dbus-python
Brian C. Lane bd4c93
Requires: python-pwquality
Brian C. Lane fe3163
Requires: python-IPy
David Cantrell e432db
Requires: python-nss
Chris Lumens 361ed3
Requires: pytz
Brian C. Lane 1f1cfa
Requires: realmd
Brian C. Lane ee8cb3
Requires: teamd
Brian C. Lane b9f05f
Requires: libtimezonemap >= %{libtimezonemapver}
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}
David Cantrell 985280
Requires: NetworkManager >= %{nmver}
David Cantrell 985280
Requires: dhclient
Christopher Edward Lumens 75998c
Requires: libselinux-python >= %{libselinuxver}
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 abeeb5
%ifarch %{ix86} x86_64 ia64
Brian C. Lane abeeb5
Requires: dmidecode
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 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 9de6ef
Requires: gnome-icon-theme-symbolic
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 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 9de6ef
Brian C. Lane 9de6ef
%description gui
Brian C. Lane 9de6ef
This package contains graphical user interface for the Anaconda installer.
Brian C. Lane 9de6ef
Brian C. Lane 9de6ef
%package tui
Brian C. Lane 9de6ef
Summary: Textual user interface for the Anaconda installer
Brian C. Lane 9de6ef
Requires: anaconda-core = %{version}-%{release}
Brian C. Lane 9de6ef
Brian C. Lane 9de6ef
%description tui
Brian C. Lane 9de6ef
This package contains textual user interface for the Anaconda installer.
Brian C. Lane 9de6ef
Chris Lumens 361ed3
%package widgets
Chris Lumens 361ed3
Summary: A set of custom GTK+ widgets for use with anaconda
Chris Lumens 361ed3
Group: System Environment/Libraries
Chris Lumens 361ed3
Requires: pygobject3
Chris Lumens 361ed3
Requires: python
Chris Lumens 361ed3
Chris Lumens 361ed3
%description widgets
Chris Lumens 361ed3
This package contains a set of custom GTK+ widgets used by the anaconda installer.
Chris Lumens 361ed3
Chris Lumens 361ed3
%package widgets-devel
Chris Lumens 361ed3
Summary: Development files for anaconda-widgets
Chris Lumens 361ed3
Group: Development/Libraries
Chris Lumens 361ed3
Requires: glade
Chris Lumens 361ed3
Chris Lumens 361ed3
%description widgets-devel
Chris Lumens 361ed3
This package contains libraries and header files needed for writing the anaconda
Chris Lumens 361ed3
installer.  It also contains Python and Glade support files, as well as
Chris Lumens 361ed3
documentation for working with this library.
Chris Lumens 361ed3
Brian C. Lane 5f42f4
%package dracut
Brian C. Lane 5f42f4
Summary: The anaconda dracut module
Brian C. Lane be7624
Requires: dracut >= %{dracutver}
Brian C. Lane 5f42f4
Requires: dracut-network
Brian C. Lane 5f42f4
Requires: xz
Brian C. Lane 5f42f4
Requires: pykickstart
Brian C. Lane 5f42f4
Brian C. Lane 5f42f4
%description dracut
Brian C. Lane 5f42f4
The 'anaconda' dracut module handles installer-specific boot tasks and
Brian C. Lane 5f42f4
options. This includes driver disks, kickstarts, and finding the anaconda
Brian C. Lane 5f42f4
runtime on NFS/HTTP/FTP servers or local disks.
Brian C. Lane 5f42f4
cvsdist d1e5ce
%prep
cvsdist b84f0e
%setup -q
cvsdist d1e5ce
cvsdist d1e5ce
%build
Chris Lumens 361ed3
%configure --disable-static \
Chris Lumens 361ed3
           --enable-introspection \
Chris Lumens 361ed3
           --enable-gtk-doc
Jeremy Katz bae82e
%{__make} %{?_smp_mflags}
cvsdist d1e5ce
cvsdist d1e5ce
%install
Brian C. Lane 5b4d75
%{make_install}
Christopher Edward Lumens 9f522b
find %{buildroot} -type f -name "*.la" | xargs %{__rm}
cvsdist d1e5ce
Jeremy Katz 1a40dd
%ifarch %livearches
Brian C. Lane adca1e
desktop-file-install ---dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/liveinst.desktop
David Cantrell 222e23
%else
David Cantrell 222e23
%{__rm} -rf %{buildroot}%{_bindir}/liveinst %{buildroot}%{_sbindir}/liveinst
Jeremy Katz 1a40dd
%endif
cvsdist d1e5ce
Christopher Edward Lumens 8843d0
%find_lang %{name}
Christopher Edward Lumens 8843d0
cvsdist d1e5ce
Jeremy Katz 1a40dd
%ifarch %livearches
Jeremy Katz 1a40dd
%post
Christopher Edward Lumens 06a8c3
update-desktop-database &> /dev/null || :
Jeremy Katz 1a40dd
%endif
Jeremy Katz 1a40dd
Jeremy Katz 1a40dd
%ifarch %livearches
Jeremy Katz bae82e
%postun
Christopher Edward Lumens 06a8c3
update-desktop-database &> /dev/null || :
Jeremy Katz 1a40dd
%endif
Jeremy Katz 1a40dd
Brian C. Lane 9de6ef
%files
Brian C. Lane 9de6ef
%doc COPYING
Brian C. Lane 9de6ef
Brian C. Lane 9de6ef
%files core -f %{name}.lang
cvsdist d1e5ce
%doc COPYING
Brian C. Lane 3a99dd
%{_unitdir}/*
Brian C. Lane 3a99dd
%{_prefix}/lib/systemd/system-generators/*
Chris Lumens b71149
%{_bindir}/instperf
Jeremy Katz bae82e
%{_sbindir}/anaconda
Chris Lumens 361ed3
%{_sbindir}/handle-sshpw
Jeremy Katz bae82e
%{_datadir}/anaconda
Brian C. Lane 9de6ef
%exclude %{_datadir}/anaconda/tzmapdata
David Lehman 01fe69
%{_prefix}/libexec/anaconda
Christopher Edward Lumens 74abc1
%{_libdir}/python*/site-packages/pyanaconda/*
Brian C. Lane 9de6ef
%exclude %{_libdir}/python*/site-packages/pyanaconda/rescue.py
Brian C. Lane 9de6ef
%exclude %{_libdir}/python*/site-packages/pyanaconda/text.py
Brian C. Lane 9de6ef
%exclude %{_libdir}/python*/site-packages/pyanaconda/ui/gui/*
Brian C. Lane 9de6ef
%exclude %{_libdir}/python*/site-packages/pyanaconda/ui/tui/*
Chris Lumens ac1f74
%{_bindir}/analog
Chris Lumens 6ec82a
%{_bindir}/anaconda-cleanup
Jeremy Katz 1a40dd
%ifarch %livearches
Jeremy Katz 1a40dd
%{_bindir}/liveinst
Jeremy Katz 1a40dd
%{_sbindir}/liveinst
Christopher Edward Lumens 06a8c3
%config(noreplace) %{_sysconfdir}/pam.d/*
Christopher Edward Lumens 06a8c3
%config(noreplace) %{_sysconfdir}/security/console.apps/*
Jeremy Katz 1a40dd
%{_sysconfdir}/X11/xinit/xinitrc.d/*
Jeremy Katz 1a40dd
%{_datadir}/applications/*.desktop
Christopher Edward Lumens 99a8dc
%{_datadir}/icons/hicolor/*
Jeremy Katz 1a40dd
%endif
cvsdist d1e5ce
Brian C. Lane 9de6ef
%files gui
Brian C. Lane 9de6ef
%{_libdir}/python*/site-packages/pyanaconda/ui/gui/*
Brian C. Lane 9de6ef
Brian C. Lane 9de6ef
%files tui
Brian C. Lane 9de6ef
%{_libdir}/python*/site-packages/pyanaconda/rescue.py
Brian C. Lane 9de6ef
%{_libdir}/python*/site-packages/pyanaconda/text.py
Brian C. Lane 9de6ef
%{_libdir}/python*/site-packages/pyanaconda/ui/tui/*
Brian C. Lane 9de6ef
Chris Lumens 361ed3
%files widgets
Chris Lumens 361ed3
%{_libdir}/libAnacondaWidgets.so.*
Chris Lumens 361ed3
%{_libdir}/girepository*/AnacondaWidgets*typelib
Chris Lumens 361ed3
%{_libdir}/python*/site-packages/gi/overrides/*
Chris Lumens 361ed3
Chris Lumens 361ed3
%files widgets-devel
Chris Lumens 361ed3
%{_libdir}/libAnacondaWidgets.so
Chris Lumens 361ed3
%{_includedir}/*
Chris Lumens 361ed3
%{_datadir}/glade/catalogs/AnacondaWidgets.xml
Chris Lumens 361ed3
%{_datadir}/gtk-doc
Chris Lumens 361ed3
Brian C. Lane 5f42f4
%files dracut
Brian C. Lane 3a99dd
%dir %{_prefix}/lib/dracut/modules.d/80%{name}
Brian C. Lane 3a99dd
%{_prefix}/lib/dracut/modules.d/80%{name}/*
Brian C. Lane 186c50
%{_prefix}/libexec/anaconda/dd_*
Brian C. Lane 5f42f4
cvsdist d1e5ce
%changelog
Brian C. Lane 1b6cf8
* Tue Feb 11 2014 Brian C. Lane <bcl@redhat.com> - 21.21-1
Brian C. Lane 1b6cf8
- Move save_netinfo into a hook (#1048231) (bcl)
Brian C. Lane 1b6cf8
- Cleanup log message for pylint (bcl)
Brian C. Lane 1b6cf8
- kickstart user accounts should be locked by default (#1063554) (bcl)
Brian C. Lane 1b6cf8
- pre-push hook checking bugzilla IDs on rhelX branches (vpodzime)
Brian C. Lane 1b6cf8
- Make sure LUKS devices can say they have a key (#1060255) (amulhern)
Brian C. Lane 1b6cf8
- Handle LUKS passphrase before doing sanity check (#1060255) (amulhern)
Brian C. Lane 1b6cf8
- Remove some unnecessary resets (#1060255) (amulhern)
Brian C. Lane 1b6cf8
- Do not consider no available LUKS passphrase an error in do_autopart
Brian C. Lane 1b6cf8
  (#1060255) (amulhern)
Brian C. Lane 1b6cf8
- Adapt to new blivet.sanityCheck() return type (#1060255) (amulhern)
Brian C. Lane 1b6cf8
- Adapt StorageChecker class for changed return type of sanityCheck (#1060255)
Brian C. Lane 1b6cf8
  (amulhern)
Brian C. Lane 1b6cf8
- Add sanityCheck functionality back into AutoPart.execute() (#1060255)
Brian C. Lane 1b6cf8
  (amulhern)
Brian C. Lane 1b6cf8
- Bump blivet version for changed sanityCheck() interface (amulhern)
Brian C. Lane 1b6cf8
- UnmanagedDeviceError and UnknownConnectionError are in the nm module.
Brian C. Lane 1b6cf8
  (clumens)
Brian C. Lane 1b6cf8
- blivet no longer has a protectedDevices property. (clumens)
Brian C. Lane 1b6cf8
- network: adapt to changed handling of devices without carrier in NM
Brian C. Lane 1b6cf8
  (#1062417) (rvykydal)
Brian C. Lane 1b6cf8
- driverdisk: Rename skip_dds to make pylint happy (bcl)
Brian C. Lane 1b6cf8
- driverdisk: Use a single systemd service to start DD UI (#1035663) (bcl)
Brian C. Lane 1b6cf8
- driverdisk: Add dd_args_ks handling to driver-updates (#1035663) (bcl)
Brian C. Lane 1b6cf8
- driverdisk: Process kickstart driverdisk commands (#1035663) (bcl)
Brian C. Lane 1b6cf8
- driverdisk: Handle kickstart driverdisk command (#1035663) (bcl)
Brian C. Lane 1b6cf8
- driverdisk: Use getargs instead of the env variable (#1035663) (bcl)
Brian C. Lane 1b6cf8
- Remove now-unused isys/devices.[ch]. (clumens)
Brian C. Lane 1b6cf8
- Call finalize functions in parent classes. (dshea)
Brian C. Lane 1b6cf8
- Fix crashes in the LayoutIndicator dispose function. (dshea)
Brian C. Lane 1b6cf8
- Require systemd (dshea)
Brian C. Lane 1b6cf8
- Remove the now-unused anaconda_spoke_header.png. (clumens)
Brian C. Lane 1b6cf8
- Minor aesthetic cleanups (#1045250). (duffy)
Brian C. Lane 1b6cf8
- Add a topbar design to SpokeWindows. (#1045250) (duffy)
Brian C. Lane 1b6cf8
- Update the Aarch64 packages to include efibootmgr. (dmarlin)
Brian C. Lane 1b6cf8
- Add a sidebar to the standalone and hub windows (#1045250) (duffy)
Brian C. Lane 1b6cf8
- Allow specifying an environment in the kickstart file (#1050994). (clumens)
Brian C. Lane 1b6cf8
- The autopart scheme combo should work for creating partitions manually, too.
Brian C. Lane 1b6cf8
  (clumens)
Brian C. Lane 1b6cf8
Brian C. Lane ddd577
* Tue Feb 04 2014 Brian C. Lane <bcl@redhat.com> - 21.20-1
Brian C. Lane ddd577
- makebumpver: Any failure should cancel the bump (bcl)
Brian C. Lane ddd577
- Add option help text for --image and --dirinstall flags (#1056791) (amulhern)
Brian C. Lane ddd577
- Update bumpver to allow Related bugs (bcl)
Brian C. Lane ddd577
- Fix up some pylint errors. (clumens)
Brian C. Lane ddd577
- If a user has been created, don't allow entering the user spoke (#1058564).
Brian C. Lane ddd577
  (clumens)
Brian C. Lane ddd577
- Tweak passphrase wording a bit. (clumens)
Brian C. Lane ddd577
- Tweak the final progress messages to fit on the screen a little better
Brian C. Lane ddd577
  (#1058463). (clumens)
Brian C. Lane ddd577
- Fix iscsi target selection checkbox in GUI (#1058653) (rvykydal)
Brian C. Lane ddd577
- network ks: allow setting only hostname with network command (#1051564)
Brian C. Lane ddd577
  (rvykydal)
Brian C. Lane ddd577
- fcoe: add fcoe=<NIC>:<EDB> to boot options for nics added manually (#1040215)
Brian C. Lane ddd577
  (rvykydal)
Brian C. Lane ddd577
- network GUI: ignore fcoe vlan devices (#1051268) (rvykydal)
Brian C. Lane ddd577
- Use an unused variable. (dshea)
Brian C. Lane ddd577
- Ignore an unused function warning on isys_init (dshea)
Brian C. Lane ddd577
- Remove unused isys files. (dshea)
Brian C. Lane ddd577
- Fix the handling of realloc failures. (dshea)
Brian C. Lane ddd577
- Run cppcheck on the C source files. (dshea)
Brian C. Lane ddd577
- Check RAID10 box for BTRFS (#1021856) (amulhern)
Brian C. Lane ddd577
- Make sure directory for DD extraction exists (vpodzime)
Brian C. Lane ddd577
- Handle --image arguments more thoroughly (#982164,#994488) (amulhern)
Brian C. Lane ddd577
- Remove the border from the custom part notebook. (clumens)
Brian C. Lane ddd577
- Style the Done button to make it more noticable (mizmo). (clumens)
Brian C. Lane ddd577
- Change the string used to test for serial console (#1054951) (dmarlin)
Brian C. Lane ddd577
Brian C. Lane 1bb62a
* Tue Jan 28 2014 Brian C. Lane <bcl@redhat.com> - 21.19-1
Brian C. Lane 1bb62a
- Change the reclaim space button rules (#980496) (bcl)
Brian C. Lane 1bb62a
- Revert "Fix up username checking regex a bit." (dshea)
Brian C. Lane 1bb62a
- Fix a pylint-caught problem from my previous cherry-pick. (clumens)
Brian C. Lane 1bb62a
- Give priority to IPv4 addresses when showing VNC & SSH IP (#1056420)
Brian C. Lane 1bb62a
  (mkolman)
Brian C. Lane 1bb62a
- Display custom part warnings/errors on the spoke itself (#975840). (clumens)
Brian C. Lane 1bb62a
- Fix listing threads that caused an error (vpodzime)
Brian C. Lane 1bb62a
- Do not add errors item for thread in advance (vpodzime)
Brian C. Lane 1bb62a
- Log exceptions before running exception handling (vpodzime)
Brian C. Lane 1bb62a
- Fix kickstart 'updates' command (#1056727) (wwoods)
Brian C. Lane 1bb62a
- Fix exitHandler loop deactivation (bcl)
Brian C. Lane 1bb62a
- Show hidden disk images (#1034996) (bcl)
Brian C. Lane 1bb62a
- Fix pylint errors (dshea)
Brian C. Lane 1bb62a
- Provide a maximum width to the betanag dialog. (clumens)
Brian C. Lane 1bb62a
- Don't include zero sized disks in the custom part UI either (#903131).
Brian C. Lane 1bb62a
  (clumens)
Brian C. Lane 1bb62a
- Move the Quit button to the right and make it consistently sized (#1038802).
Brian C. Lane 1bb62a
  (clumens)
Brian C. Lane 1bb62a
- "Delete All" on the reclaim dialog should not delete hdiso source (#980496).
Brian C. Lane 1bb62a
  (clumens)
Brian C. Lane 1bb62a
- Add a scrollbar to the error dialog (#1021506). (clumens)
Brian C. Lane 1bb62a
- Change the product name we key off (#1055019). (clumens)
Brian C. Lane 1bb62a
- Another dracut pylint change. (dshea)
Brian C. Lane 1bb62a
- Fix page logic in driver selection (#1055333) (bcl)
Brian C. Lane 1bb62a
- Give users way to select DD ISO interactively (#1036765) (vpodzime)
Brian C. Lane 1bb62a
- Make network-fetched driver disk .iso files work (#1003595) (vpodzime)
Brian C. Lane 1bb62a
- Disable pylint messages too annoying to deal with. (dshea)
Brian C. Lane 1bb62a
- Fix unused variable warnings (dshea)
Brian C. Lane 1bb62a
- Remove unused imports (dshea)
Brian C. Lane 1bb62a
- Specify string format arguments as logging function parameters (dshea)
Brian C. Lane 1bb62a
- Remove the raidstart and raidstop commands (dshea)
Brian C. Lane 1bb62a
- Expand the reach of pylint (dshea)
Brian C. Lane 1bb62a
- Put Xorg on tty6 in accordance with Ancient Anaconda Tradition (#980062)
Brian C. Lane 1bb62a
  (wwoods)
Brian C. Lane 1bb62a
- Fix the handling of kickstart NFS repos with options (#1045528) (dshea)
Brian C. Lane 1bb62a
- Skip empty layout-variant specifications when setting layouts (#1057442)
Brian C. Lane 1bb62a
  (vpodzime)
Brian C. Lane 1bb62a
Brian C. Lane 3bbf8a
* Thu Jan 23 2014 Brian C. Lane <bcl@redhat.com> - 21.18-1
Brian C. Lane 3bbf8a
- Use validate_label to check whether label should be updated (#1038590)
Brian C. Lane 3bbf8a
  (amulhern)
Brian C. Lane 3bbf8a
- Always reject label if the format exists (#1038590) (amulhern)
Brian C. Lane 3bbf8a
- Make label field always sensitive (#1038590) (amulhern)
Brian C. Lane 3bbf8a
- Save module list after initial module load (#1050352) (bcl)
Brian C. Lane 3bbf8a
- Require gtk3 and glib2 documentation to build (dshea)
Brian C. Lane 3bbf8a
- Rename get_widgets_datadir to anaconda_get_widgets_datadir. (dshea)
Brian C. Lane 3bbf8a
- Include the annotation-glossary (dshea)
Brian C. Lane 3bbf8a
- Set device.format.label field close to where we read it (#1056139) (amulhern)
Brian C. Lane 3bbf8a
- Install the rpmrc file to the initrd.img (#1016004) (vpodzime)
Brian C. Lane 3bbf8a
- Give users hint about VNC password restrictions (#1053546) (vpodzime)
Brian C. Lane 3bbf8a
- Be more liberal in what is accepted as a size unit. (dshea)
Brian C. Lane 3bbf8a
- Remove en_spec parameters from blivet.size.Size. (dshea)
Brian C. Lane 3bbf8a
Brian C. Lane 9514ea
* Tue Jan 21 2014 Brian C. Lane <bcl@redhat.com> - 21.17-1
Brian C. Lane 9514ea
- Test for DataHolder Class (#1034427) (bcl)
Brian C. Lane 9514ea
- Use DataHolder for TUI nfs data (#1034427) (bcl)
Brian C. Lane 9514ea
- Add DataHolder class (#1034427) (bcl)
Brian C. Lane 9514ea
- Handle inst.{gpt,dnf,extlinux} using cmdline.getbool() (wwoods)
Brian C. Lane 9514ea
- Drop unreferenced 'useIPv[46]' flag (wwoods)
Brian C. Lane 9514ea
- Don't force shell on tty2 (#980062) (wwoods)
Brian C. Lane 9514ea
- add comment about boot-options.txt (wwoods)
Brian C. Lane 9514ea
- Add support for getting stage2 image from boot.iso (#1035514) (mkolman)
Brian C. Lane 9514ea
- Various changes to handling of filesystem label setting (#1038590) (amulhern)
Brian C. Lane 9514ea
- Fix translation context on the storage options dialogs. (clumens)
Brian C. Lane 9514ea
- Fix problems going into custom partitioning with the new work flow. (clumens)
Brian C. Lane 9514ea
- Don't show actions next to free space lines in the reclaim dialog (#1054208).
Brian C. Lane 9514ea
  (clumens)
Brian C. Lane 9514ea
- If there's a label in the ISO device combo, put it on a new line (#1031727).
Brian C. Lane 9514ea
  (clumens)
Brian C. Lane 9514ea
- Make the device name in a MountpointSelector less wide (#1048583). (clumens)
Brian C. Lane 9514ea
- If a root password is set, don't show the spoke (#910355, #1041405).
Brian C. Lane 9514ea
  (clumens)
Brian C. Lane 9514ea
- Check for certain disk attrs before trying to access them. (#1053055)
Brian C. Lane 9514ea
  (sbueno+anaconda)
Brian C. Lane 9514ea
- Use gtk_get_locale_direction. (dshea)
Brian C. Lane 9514ea
- Always run efibootmgr from ROOT_PATH (bcl)
Brian C. Lane 9514ea
- A class for scheduling Gtk actions and running them all at once (vpodzime)
Brian C. Lane 9514ea
- Remove some leftover float conversions. (dshea)
Brian C. Lane 9514ea
- Use uint64 for the resize target size. (dshea)
Brian C. Lane 9514ea
- Return program output as a string instead of a list (dshea)
Brian C. Lane 9514ea
- Implement and use a function for one-off running Gtk actions (vpodzime)
Brian C. Lane 9514ea
- Be more defensive when getting layouts and their variants (vpodzime)
Brian C. Lane 9514ea
- Implement and use functions for conversion between keymaps and layouts
Brian C. Lane 9514ea
  (vpodzime)
Brian C. Lane 9514ea
- Fix reset of existing device to its original size. (dlehman)
Brian C. Lane 9514ea
- Don't disable checks for global at the module level. (dshea)
Brian C. Lane 9514ea
- Clean up the pylint-false-positives. (dshea)
Brian C. Lane 9514ea
- Remove pylint comments that are no longer necessary (dshea)
Brian C. Lane 9514ea
- Allow pylint-false-positives to end with a newline (dshea)
Brian C. Lane 9514ea
- Change storage widget visibility based on disks selected. (clumens)
Brian C. Lane 9514ea
- Rename widgets in the two remaining options dialogs. (clumens)
Brian C. Lane 9514ea
- Allow going to the reclaim dialog even for autopart (#1014671). (clumens)
Brian C. Lane 9514ea
- Add the autopart type combo to custom storage (#1014671). (clumens)
Brian C. Lane 9514ea
- Tweak DiskOverview spacing a little bit (#1014671). (clumens)
Brian C. Lane 9514ea
- Add custom part and encryption buttons to the main storage spoke (#1014671).
Brian C. Lane 9514ea
  (clumens)
Brian C. Lane 9514ea
- Remove the existing install_options1 dialog, rename the others (#1014671).
Brian C. Lane 9514ea
  (clumens)
Brian C. Lane 9514ea
- Grow the spoke gradient image to fit the nav_area (#1035772). (clumens)
Brian C. Lane 9514ea
- Additional completion checks in network spoke. (#1044571) (sbueno+anaconda)
Brian C. Lane 9514ea
- Fix problems reported by pylint (dshea)
Brian C. Lane 9514ea
- Decode potentially 8-bit strings in TUI windows (dshea)
Brian C. Lane 9514ea
Brian C. Lane f53bcd
* Fri Jan 10 2014 Brian C. Lane <bcl@redhat.com> - 21.16-1
Brian C. Lane f53bcd
- Use blivet.size.Size for all size quantities. (dlehman)
Brian C. Lane f53bcd
- make anaconda-shell (wwoods)
Brian C. Lane f53bcd
- handle "ks=cdrom[:<path>]" on systems with multiple CDs (#1049237) (wwoods)
Brian C. Lane f53bcd
- dracut: add when_any_cdrom_appears for cdrom autoprobe (wwoods)
Brian C. Lane f53bcd
- dracut: minor shell cleanup (wwoods)
Brian C. Lane f53bcd
- fix inst.noshell (#807703) (wwoods)
Brian C. Lane f53bcd
- Error gracefully if we have a question in cmdline mode. (#869731)
Brian C. Lane f53bcd
  (sbueno+anaconda)
Brian C. Lane f53bcd
- Verify that designated label can be set (#1038590) (amulhern)
Brian C. Lane f53bcd
- Do not change sensitivity of label field (#1038590) (amulhern)
Brian C. Lane f53bcd
- Make the clear icon functional in language spoke. (sbueno+anaconda)
Brian C. Lane f53bcd
- Fix the translated pango markup check (dshea)
Brian C. Lane f53bcd
- Remove iutil.strip_markup. (dshea)
Brian C. Lane f53bcd
- Pass additional command-line arguments to pylint (dshea)
Brian C. Lane f53bcd
- Fix and ignore markup warnings where appropriate (dshea)
Brian C. Lane f53bcd
- Check that the Pango markup in glade files is valid (dshea)
Brian C. Lane f53bcd
- Added a pylint module to check pango markup. (dshea)
Brian C. Lane f53bcd
- Split the po-based translation code into a separate file. (dshea)
Brian C. Lane f53bcd
- Fix bool parsing of boot options with inst. prefix (#1044391) (mkolman)
Brian C. Lane f53bcd
- Use vc_keymap as X layout only if we get nothing from localed (#1048592)
Brian C. Lane f53bcd
  (vpodzime)
Brian C. Lane f53bcd
- Warn user if entering LUKS password with non-ASCII characters (#1039168)
Brian C. Lane f53bcd
  (vpodzime)
Brian C. Lane f53bcd
- Add back some erroneously removed set_use_underline calls (dshea)
Brian C. Lane f53bcd
- Only show the "DATA" heading if there are data mount points under it.
Brian C. Lane f53bcd
  (clumens)
Brian C. Lane f53bcd
- Don't allow the advanced user dialog to be saved with errors (dshea)
Brian C. Lane f53bcd
- Move the add_check stuff into helper classes. (dshea)
Brian C. Lane f53bcd
- Remove the UID and GID maximums. (#978846) (dshea)
Brian C. Lane f53bcd
- Fix an invalid mnemonic widget reference in passphrase entry (dshea)
Brian C. Lane f53bcd
- Added checks for some potential issues in glade files (dshea)
Brian C. Lane f53bcd
- Remove scrot dependency for global screenshot support (mkolman)
Brian C. Lane f53bcd
- Fix mnemonic widget reference id (vpodzime)
Brian C. Lane f53bcd
Brian C. Lane b841d1
* Tue Jan 07 2014 Brian C. Lane <bcl@redhat.com> - 21.15-1
Brian C. Lane b841d1
- Use the new Gtk.ListBox for displaying environments and addons (#1039683).
Brian C. Lane b841d1
  (clumens)
Brian C. Lane b841d1
- Display additional disk attributes in TUI storage spoke. (#1024760)
Brian C. Lane b841d1
  (sbueno+anaconda)
Brian C. Lane b841d1
- Fix 'select all disks' logic in TUI storage spoke. (sbueno+anaconda)
Brian C. Lane b841d1
- Ignore the compile script (dshea)
Brian C. Lane b841d1
- network GUI: don't crash when wifi is activated in standalone spoke
Brian C. Lane b841d1
  (#1046138) (rvykydal)
Brian C. Lane b841d1
- Use the right test for there being any storage actions. (clumens)
Brian C. Lane b841d1
- Only display the actions summary dialog if there are any actions (#1030511).
Brian C. Lane b841d1
  (clumens)
Brian C. Lane b841d1
- Do not support kickstart+live installs (#1027160). (clumens)
Brian C. Lane b841d1
- We no longer directly use libnl (#1034830). (clumens)
Brian C. Lane b841d1
- Remove _transactionErrors from yumpayload.py. (clumens)
Brian C. Lane b841d1
- Move xhost handling to the xinit script (#1045280) (dshea)
Brian C. Lane b841d1
- Check for ready before baseRepo in completed (#1044985) (bcl)
Brian C. Lane b841d1
- Treat the output of vncpasswd as binary data, since it is (#1045119) (dshea)
Brian C. Lane b841d1
- Add iutil.exec* options for handling binary data (dshea)
Brian C. Lane b841d1
- Print a message and exit if a user attempts to upgrade via kickstart. (dshea)
Brian C. Lane b841d1
Brian C. Lane 15b4c0
* Wed Dec 18 2013 Brian C. Lane <bcl@redhat.com> - 21.14-1
Brian C. Lane 15b4c0
- Fix the release notes image cycler. (#1043393) (dshea)
Brian C. Lane 15b4c0
- Do not schedule resize actions for non-resizing requests (#1039491)
Brian C. Lane 15b4c0
  (vpodzime)
Brian C. Lane 15b4c0
- Use ceil for minSize in resize dialog (#1040012) (bcl)
Brian C. Lane 15b4c0
- Use integer numbers of megabytes in the Reclaim dialog (#1040012) (vpodzime)
Brian C. Lane 15b4c0
- fcoe gui: repopulate device tree only if device was actually added (#1039223)
Brian C. Lane 15b4c0
  (rvykydal)
Brian C. Lane 15b4c0
- Exclude FCoE disks from local disks (#1039223) (rvykydal)
Brian C. Lane 15b4c0
- fcoe: repopulate devicetree after adding FCoE SAN (#1039223) (rvykydal)
Brian C. Lane 15b4c0
- Add initial 64-bit ARM aarch64 EFI support (#1034428) (dmarlin)
Brian C. Lane 15b4c0
- Rename network spoke header (mkolman)
Brian C. Lane 15b4c0
- Show the Shell spoke in debug mode (vpodzime)
Brian C. Lane 15b4c0
- Accept only .iso files from the IsoChooser dialog (#1015169) (vpodzime)
Brian C. Lane 15b4c0
- Just run the IsoChooser dialog lightbox (vpodzime)
Brian C. Lane 15b4c0
- Use libxklavier's new methods instead of our nasty hack (vpodzime)
Brian C. Lane 15b4c0
- Move atexit registration before running rescue mode (#1038855) (vpodzime)
Brian C. Lane 15b4c0
- Only display the addon separator if there's a reason to. (clumens)
Brian C. Lane 15b4c0
- Stop using deprecated gtk margin functions. (clumens)
Brian C. Lane 15b4c0
- Fix the check_accelerators srcdir path. (dshea)
Brian C. Lane 15b4c0
- Show msg in TUI if user attempts to create invalid username. (#965561)
Brian C. Lane 15b4c0
  (sbueno+anaconda)
Brian C. Lane 15b4c0
- Fix up username checking regex a bit. (sbueno+anaconda)
Brian C. Lane 15b4c0
- Fix default device for ks=cdrom (#1042500) (bcl)
Brian C. Lane 15b4c0
- createUser is already in a chroot (#1038241) (bcl)
Brian C. Lane 15b4c0
- Skip checks on files that are not staged for commit. (dshea)
Brian C. Lane 15b4c0
- Allow catching exceptions from threads (vpodzime)
Brian C. Lane 15b4c0
- Enable warnings about abstract methods not overridden (dshea)
Brian C. Lane 15b4c0
- Provide empty methods to override abstract parent methods. (dshea)
Brian C. Lane 15b4c0
- Implement status in StandaloneSpoke. (dshea)
Brian C. Lane 15b4c0
- Move a bunch of abstract methods from Payload to PackagePayload (dshea)
Brian C. Lane 15b4c0
- Remove some methods from packaging.Payload. (dshea)
Brian C. Lane 15b4c0
- Disable abstract method warnings in intermediate abstract classes. (dshea)
Brian C. Lane 15b4c0
- Remove Personalization spoke (dshea)
Brian C. Lane 15b4c0
- Remove some vestigal code from an earlier version of GUICheck (dshea)
Brian C. Lane 15b4c0
Brian C. Lane 17c1b2
* Thu Dec 12 2013 Brian C. Lane <bcl@redhat.com> - 21.13-1
Brian C. Lane 17c1b2
- Refresh environment addons on source change (#1033749) (bcl)
Brian C. Lane 17c1b2
- Fix selector device matching for unallocated partitions. (#1039292) (dlehman)
Brian C. Lane 17c1b2
- Rename the network config spoke a little bit. (clumens)
Brian C. Lane 17c1b2
- Don't encrypt device if container is encrypted (bcl)
Brian C. Lane 17c1b2
- network: add s390 options in ifcfgs generated from kickstart (#1031376)
Brian C. Lane 17c1b2
  (rvykydal)
Brian C. Lane 17c1b2
- Remove enablement of whiteout/blackout plugins, and the requires on anaconda-
Brian C. Lane 17c1b2
  yum-plugins. (notting)
Brian C. Lane 17c1b2
- Fix checking if we are collecting our module (vpodzime)
Brian C. Lane 17c1b2
- Remove an unnecessary continue statement in the potfiles check (vpodzime)
Brian C. Lane 17c1b2
- Use sys.exit instead of os._exit in the potfiles test (vpodzime)
Brian C. Lane 17c1b2
- List addons in exception report data (vpodzime)
Brian C. Lane 17c1b2
- Make Hub.storage and Spoke.storage a property (dshea)
Brian C. Lane 17c1b2
- Fix the botched helperization of StorageChecker (dshea)
Brian C. Lane 17c1b2
- Disable tmpfs in the GUI (#1039511) (mkolman)
Brian C. Lane 17c1b2
- Don't crash on NTP lookup without network (#1026079) (mkolman)
Brian C. Lane 17c1b2
- Don't rely on Gtk being importable for exception handling (vpodzime)
Brian C. Lane 17c1b2
- Support rnotes in SVG format (#1034407). (clumens)
Brian C. Lane 17c1b2
- Fix a couple warnings from -Werror=format-security (#1036989). (clumens)
Brian C. Lane 17c1b2
- Use abstract base classes for mixins. (dshea)
Brian C. Lane 17c1b2
- Display free space remaining in containers (#1035832). (clumens)
Brian C. Lane 17c1b2
- Make sure url and mirrorlist are not set at once (#1026834) (mkolman)
Brian C. Lane 17c1b2
- if rootfs is btrfs, add rootflags=subvol to kernel parameters (gene)
Brian C. Lane 17c1b2
- add ro to bootloader kernel parameters (gene)
Brian C. Lane 17c1b2
- Added missing entries to POTFILES.in (dshea)
Brian C. Lane 17c1b2
- Add a check that files with translatable strings are in POTFILES.in (dshea)
Brian C. Lane 17c1b2
- Fix the handling of renames in the pylint git hook. (dshea)
Brian C. Lane 17c1b2
- Remove startup-id from AnacondaBaseWindow. (dshea)
Brian C. Lane 17c1b2
Brian C. Lane b9f05f
* Wed Dec 04 2013 Brian C. Lane <bcl@redhat.com> - 21.12-1
Brian C. Lane b9f05f
- Handle cancelation of device resize in the custom spoke. (#1027947) (dlehman)
Brian C. Lane b9f05f
- Disallow /boot on lvm until grub2 fully supports it. (#1036705) (dlehman)
Brian C. Lane b9f05f
- Disallow /boot on btrfs subvolume until grubby supports it. (#864198)
Brian C. Lane b9f05f
  (dlehman)
Brian C. Lane b9f05f
- Remove an empty initialize function. (clumens)
Brian C. Lane b9f05f
- Move PathDict into pyanaconda/ui/__init__.py. (clumens)
Brian C. Lane b9f05f
- Add one more directory for ignoring test log files (dshea)
Brian C. Lane b9f05f
- Defer translation of device_type_name (dshea)
Brian C. Lane b9f05f
- Disable pylint errors about gobject-introspection methods (dshea)
Brian C. Lane b9f05f
- Remove unused variables (dshea)
Brian C. Lane b9f05f
- Document the instl.multilib boot option (vpodzime)
Brian C. Lane b9f05f
- Minor tweak of our driver disk documentation (vpodzime)
Brian C. Lane b9f05f
- network: GUI, don't ask for wifi secrets upon Configure (#1033073) (rvykydal)
Brian C. Lane b9f05f
- network: GUI, add support for virtual devices removing (#1030870) (rvykydal)
Brian C. Lane b9f05f
- network: fix naming of slave ifcfg files from kickstart (#1036047) (rvykydal)
Brian C. Lane b9f05f
- network: GUI, handle virtual devices (bond, vlan, team) properly (#1036047)
Brian C. Lane b9f05f
  (rvykydal)
Brian C. Lane b9f05f
- Change how we test if the GUI is available in the anaconda script. (clumens)
Brian C. Lane b9f05f
- Update boot-options.txt. (amulhern)
Brian C. Lane b9f05f
- Omit /dev/sr* from list-harddrives (#1032500) (sbueno+anaconda)
Brian C. Lane b9f05f
- Fix EditTUISpoke to operate only on visible entries (vpodzime)
Brian C. Lane b9f05f
- Don't try to investigate empty string for unicode chars (#1035799) (vpodzime)
Brian C. Lane b9f05f
- Fix issues reported by the check_pw_visibility test (vpodzime)
Brian C. Lane b9f05f
- Add check testing visibility of password entries (vpodzime)
Brian C. Lane b9f05f
- Put tests of .glade files into a separate directory (vpodzime)
Brian C. Lane b9f05f
- Save a reference to the imported Xkl module for get_current_layout (dshea)
Brian C. Lane b9f05f
- Fix the Makefile.am subdirs for widget data. (dshea)
Brian C. Lane b9f05f
- Fix some pylint warnings. (clumens)
Brian C. Lane b9f05f
- Switch to libtimezonemap for the timezone map. (dshea)
Brian C. Lane b9f05f
- Set the _config_dialog property during __init__. (dshea)
Brian C. Lane b9f05f
- Fix handling of long release ids (mkolman)
Brian C. Lane b9f05f
- Store older valid packages in separate folder (mkolman)
Brian C. Lane b9f05f
- Fetch older valid releases (mkolman)
Brian C. Lane b9f05f
- Import Xkl only when really needed (vpodzime)
Brian C. Lane b9f05f
- Global screenshot support (#1025038) (mkolman)
Brian C. Lane b9f05f
- Require new version of python-blivet (vpodzime)
Brian C. Lane b9f05f
- Hide password characters in iSCSI login fields (#1034202) (vpodzime)
Brian C. Lane b9f05f
- Use format names instead of types in the resize dialog (vpodzime)
Brian C. Lane b9f05f
- Do not write out the vconsole.keymap boot option (#1035316) (vpodzime)
Brian C. Lane b9f05f
Brian C. Lane 402b37
* Wed Nov 27 2013 Brian C. Lane <bcl@redhat.com> - 21.11-1
Brian C. Lane 402b37
- Use raid RAID level constants instead of mdraid RAID level constants.
Brian C. Lane 402b37
  (amulhern)
Brian C. Lane 402b37
- Use level objects instead of level integer codes. (amulhern)
Brian C. Lane 402b37
- clear software environment (#1029536) (bcl)
Brian C. Lane 402b37
- Update source on errors (#1030997) (bcl)
Brian C. Lane 402b37
- Fix errors in kickstart.py. (dshea)
Brian C. Lane 402b37
- Update gettext.txt (dshea)
Brian C. Lane 402b37
- Don't allow bootloader and /boot on iSCSI on s390 (#1034222) (vpodzime)
Brian C. Lane 402b37
- Round float values coming from the Gtk stack (#1013586) (vpodzime)
Brian C. Lane 402b37
- Generate missing machine-id (bcl)
Brian C. Lane 402b37
- Fix problems reported by pylint. (dshea)
Brian C. Lane 402b37
- Add HDD ISO support for TUI (#1000327) (mkolman)
Brian C. Lane 402b37
- Use a directory in build tree for pylint data. (dshea)
Brian C. Lane 402b37
- Remove MOSTLYCLEANDIRS from Makefile.am (dshea)
Brian C. Lane 402b37
- fixup spec for fedup (bcl)
Brian C. Lane 402b37
Brian C. Lane 5826e1
* Mon Nov 25 2013 Brian C. Lane <bcl@redhat.com> - 21.10-1
Brian C. Lane 5826e1
- Cleanup anaconda.spec.in (bcl)
Brian C. Lane 5826e1
- Handle non-leaf btrfs volumes with mountpoints. (#1016959) (dlehman)
Brian C. Lane 5826e1
- Use en_spec for blivet Size spec strings with constant components. (#1029616)
Brian C. Lane 5826e1
  (dshea)
Brian C. Lane 5826e1
- The gui and tui subpackages cannot be noarch (vpodzime)
Brian C. Lane 5826e1
- Cleanup unused and overly complicated stuff in isys (vpodzime)
Brian C. Lane 5826e1
- DNFPayload: tweak to the API changes in dnf-0.4.8 (ales)
Brian C. Lane 5826e1
- Don't use cached packages with different release id (mkolman)
Brian C. Lane 5826e1
Brian C. Lane 4e8029
* Fri Nov 22 2013 Brian C. Lane <bcl@redhat.com> - 21.9-1
Brian C. Lane 4e8029
- Add a test for accesses of yum.preconf outside of _resetYum. (clumens)
Brian C. Lane 4e8029
- Remove base_repo cache (#1011555) (bcl)
Brian C. Lane 4e8029
- Make _yum.preconf setup atomic (#1028245) (bcl)
Brian C. Lane 4e8029
- Remove threading from getBaseRepo handling (#1011555) (bcl)
Brian C. Lane 4e8029
- If there are incomplete spokes, let the user know which (#1032801). (clumens)
Brian C. Lane 4e8029
- tui: show Processing while source is busy (bcl)
Brian C. Lane 4e8029
- tui: wait for threads before entering source and software (#1032823) (bcl)
Brian C. Lane 4e8029
- clear errors when metadata is ok in tui source spoke (#1006570) (bcl)
Brian C. Lane 4e8029
- Fix parallel pylint in distcheck. (dshea)
Brian C. Lane 4e8029
Brian C. Lane 9de6ef
* Wed Nov 20 2013 Brian C. Lane <bcl@redhat.com> - 21.8-1
Brian C. Lane 9de6ef
- Fix geolocation on live installs (mkolman)
Brian C. Lane 9de6ef
- Ignore the pylint warning on importing GraphicalUserInterface. (clumens)
Brian C. Lane 9de6ef
- Fall back to text mode if GUI is not available (vpodzime)
Brian C. Lane 9de6ef
- Get rid of unused isys.isCapsLockEnabled function (vpodzime)
Brian C. Lane 9de6ef
- Don't rely on having zenity and require it only for GUI (vpodzime)
Brian C. Lane 9de6ef
- No longer need the Gconf2 package (vpodzime)
Brian C. Lane 9de6ef
- Split out anaconda's user interfaces into separate packages (vpodzime)
Brian C. Lane 9de6ef
- Do not include tzmapdata into the main package (vpodzime)
Brian C. Lane 9de6ef
- Create directories for stubs if they don't exist (vpodzime)
Brian C. Lane 9de6ef
- Do not try to fetch our own packages that will be built (vpodzime)
Brian C. Lane 9de6ef
- Remove the unused flags import from installclass.py. (clumens)
Brian C. Lane 9de6ef
- Fix logging of pylint-one output (bcl)
Brian C. Lane 9de6ef
- Do yum lock logging only with inst.debug or loglevel=debug (vpodzime)
Brian C. Lane 9de6ef
- Don't panic on installclasses failing with inst.debug (vpodzime)
Brian C. Lane 9de6ef
Brian C. Lane ee8cb3
* Mon Nov 18 2013 Brian C. Lane <bcl@redhat.com> - 21.7-1
Brian C. Lane ee8cb3
- Expand the use of ANACONDA_WIDGETS_DATADIR. (dshea)
Brian C. Lane ee8cb3
- Make thread manager operations atomic (#1029898) (mkolman)
Brian C. Lane ee8cb3
- Run pylint in multiple processes (vpodzime)
Brian C. Lane ee8cb3
- Fix how "changed" signal is emitted on the TreeSelection (vpodzime)
Brian C. Lane ee8cb3
- Pass biosdevname boot option to installed system (#1023609) (rvykydal)
Brian C. Lane ee8cb3
- network: update required NetworkManager version (team support) (rvykydal)
Brian C. Lane ee8cb3
- Use timing decorator for more actions (vpodzime)
Brian C. Lane ee8cb3
- Add test for the have_word_match function (vpodzime)
Brian C. Lane ee8cb3
- A nice decorator making Anaconda's GUI more responsive (vpodzime)
Brian C. Lane ee8cb3
- Short-circuit layouts matching (vpodzime)
Brian C. Lane ee8cb3
- Enforce upper bound for resize. (#1027947) (dlehman)
Brian C. Lane ee8cb3
- Fix some pylint problems in network.py. (clumens)
Brian C. Lane ee8cb3
- Add an updates location for the AnacondaWidgets overrides (dshea)
Brian C. Lane ee8cb3
- Fix typo (#1003591) (rvykydal)
Brian C. Lane ee8cb3
- network: call GDBus proxy methods like python (rvykydal)
Brian C. Lane ee8cb3
- network: add team support for kickstart %%pre phase (#1003591) (rvykydal)
Brian C. Lane ee8cb3
- network: generate kickstart commands for team devices (#1003591) (rvykydal)
Brian C. Lane ee8cb3
- network: support for adding team devices (#1003591) (rvykydal)
Brian C. Lane ee8cb3
- network: display team devices in status (#1003591) (rvykydal)
Brian C. Lane ee8cb3
- network: add team support to kickstart (#1003591) (rvykydal)
Brian C. Lane ee8cb3
- Initialize the AddLayouts dialog in advance in the KeyboardSpoke (vpodzime)
Brian C. Lane ee8cb3
- Add function to map functions on items in the main thread (vpodzime)
Brian C. Lane ee8cb3
- Allow having unique thread names with given prefix (vpodzime)
Brian C. Lane ee8cb3
- Remove an unused and non-working leftover function resetResolve (vpodzime)
Brian C. Lane ee8cb3
- Always center dialogs shown on top of lightbox (vpodzime)
Brian C. Lane ee8cb3
- Set spokes' distribution and beta warning only once (vpodzime)
Brian C. Lane ee8cb3
- use deepcopy on ksdata method (#1028243) (bcl)
Brian C. Lane ee8cb3
- Change source spoke proxy handling to use local copy (#967805) (bcl)
Brian C. Lane ee8cb3
- Apply a little tweak to the VNC password length message. (clumens)
Brian C. Lane ee8cb3
- Match layouts with stripped accents in AddLayout dialog (vpodzime)
Brian C. Lane ee8cb3
- Sort layout descriptions properly (#1026238) (vpodzime)
Brian C. Lane ee8cb3
- Make AddLayout dialog persistent (vpodzime)
Brian C. Lane ee8cb3
- Use Sphinx syntax in the iutil module (vpodzime)
Brian C. Lane ee8cb3
- Warn if vnc passwd is longer than 8 chars (hamzy)
Brian C. Lane ee8cb3
- Don't try to unicode unicode strings (#1029109) (vpodzime)
Brian C. Lane ee8cb3
- Add tmpfs support (#918621) (mkolman)
Brian C. Lane ee8cb3
- Added a few things that autoscan complained about (dshea)
Brian C. Lane ee8cb3
- Actually use the config header we generate (dshea)
Brian C. Lane ee8cb3
- Redirect pylint stderr to stdout (dshea)
Brian C. Lane ee8cb3
- Fix the handling of files generated for xgettext (dshea)
Brian C. Lane ee8cb3
- Use gettext to process glade files. (dshea)
Brian C. Lane ee8cb3
- Always use $prefix in directory names. (dshea)
Brian C. Lane ee8cb3
- Pass --enable-gtk-doc to configure in distcheck (dshea)
Brian C. Lane ee8cb3
- Fix the liveinst install/uninstall hooks (dshea)
Brian C. Lane ee8cb3
- Clean up after intltool (dshea)
Brian C. Lane ee8cb3
- Add missing files to dist (dshea)
Brian C. Lane ee8cb3
- DNFPayload: tweak to the API changes in dnf-0.4.7. (ales)
Brian C. Lane ee8cb3
- Add tests for iutil (mkolman)
Brian C. Lane ee8cb3
Brian C. Lane 8fc7f1
* Fri Nov 08 2013 Brian C. Lane <bcl@redhat.com> - 21.6-1
Brian C. Lane 8fc7f1
- Fix typos in translation functions (dshea)
Brian C. Lane 8fc7f1
- Put the cityCompletion back on the list of widgets (vpodzime)
Brian C. Lane 8fc7f1
- Do not translate strings defined at the module or class level. (clumens)
Brian C. Lane 8fc7f1
- Fix a couple places where we're doing %% inside of _(). (clumens)
Brian C. Lane 8fc7f1
- Add a custom pylint module to check i18n problems. (clumens)
Brian C. Lane 8fc7f1
- Remove an unused import. (clumens)
Brian C. Lane 8fc7f1
- Provide our own sorting functions for regions and timezones (#1025029)
Brian C. Lane 8fc7f1
  (vpodzime)
Brian C. Lane 8fc7f1
- Set locale for our process (vpodzime)
Brian C. Lane 8fc7f1
- Translate timezones in GUI (vpodzime)
Brian C. Lane 8fc7f1
- network gui: add apply tooltip to Configure button (#1018471) (rvykydal)
Brian C. Lane 8fc7f1
- Make dialog return code checking more robust (amulhern)
Brian C. Lane 8fc7f1
- Show last 4 bytes of wwid (#1024966) (jstodola)
Brian C. Lane 8fc7f1
- Handle focus changes of MountpointSelectors from outside (#975838) (vpodzime)
Brian C. Lane 8fc7f1
- network: do not crash when device for network --device is not found
Brian C. Lane 8fc7f1
  (#1023829) (rvykydal)
Brian C. Lane 8fc7f1
- Log continuing from hub if there are no spokes (vpodzime)
Brian C. Lane 8fc7f1
- Updates to boot-options.txt document (#1026449) (amulhern)
Brian C. Lane 8fc7f1
- No longer install anaconda user documentation (#1026449) (amulhern)
Brian C. Lane 8fc7f1
Brian C. Lane 841c84
* Fri Nov 01 2013 Brian C. Lane <bcl@redhat.com> - 21.5-1
Brian C. Lane 841c84
- Fix spoke sorting issues in text-mode. (#929177) (sbueno+anaconda)
Brian C. Lane 841c84
- Send the continue click after the queue is empty (#1025347) (bcl)
Brian C. Lane 841c84
- No longer use summary screen visit to decide whether bootloader has been
Brian C. Lane 841c84
  configured (#1025811) (amulhern)
Brian C. Lane 841c84
- Remove the bootloader line from the interactive kickstart file (#1025811)
Brian C. Lane 841c84
  (amulhern)
Brian C. Lane 841c84
- Set bootloader default location to mbr in constructor (#1025811) (amulhern)
Brian C. Lane 841c84
- Remove column titles from the software spoke. (dshea)
Brian C. Lane 841c84
- Fix the selection of default groups (#1023263) (dshea)
Brian C. Lane 841c84
- Use the default yscale for the HubWindow alignment (dshea)
Brian C. Lane 841c84
- Fix kickstart block device resolution. (#1022206) (dlehman)
Brian C. Lane 841c84
- Specify query territory when getting language native name (vpodzime)
Brian C. Lane 841c84
- Get rid of trailing whitespace (vpodzime)
Brian C. Lane 841c84
- Export the right classes from the tui.spokes package (vpodzime)
Brian C. Lane 841c84
- Define newLayoutStore before it is used by the filter (vpodzime)
Brian C. Lane 841c84
Brian C. Lane db9488
* Wed Oct 30 2013 Brian C. Lane <bcl@redhat.com> - 21.4-1
Brian C. Lane db9488
- Fix up a couple more pylint errors. (clumens)
Brian C. Lane db9488
- Add check for Linux HFS+ ESP on Mac (#1010495) (bcl)
Brian C. Lane db9488
- Update bootDrive info when storage config updated in text-mode. (#861018)
Brian C. Lane db9488
  (sbueno+anaconda)
Brian C. Lane db9488
- Remove the special handling for en (dshea)
Brian C. Lane db9488
- Ignore SIGINT (#1024822) (amulhern)
Brian C. Lane db9488
- Don't show language twice for keyboard layouts (#1021907) (petersen)
Brian C. Lane db9488
- Make Software spoke ready even if there is no repo (#1010348) (vpodzime)
Brian C. Lane db9488
- Use decorator for methods that invalidate base repo cache (vpodzime)
Brian C. Lane db9488
- Use cache for base repo if possible (vpodzime)
Brian C. Lane db9488
- Make sure to actually set the autopart flag when needed. (#1023554) (dlehman)
Brian C. Lane db9488
- Fix Gtk errors about list store columns (dshea)
Brian C. Lane db9488
- Fix the layout up and down button sensitivies. (dshea)
Brian C. Lane db9488
- Fix the Gkbd spec string for layouts with no variant (dshea)
Brian C. Lane db9488
- pylint wants regexes with backslashes to be specified with 'r'. (clumens)
Brian C. Lane db9488
- Add ack flag checking to makebumpver (bcl)
Brian C. Lane db9488
- Correctly accept 'sshd' boot arg as alias for 'inst.sshd' (#924157) (wwoods)
Brian C. Lane db9488
- Only eject CDROM devices we're actually using (#949919) (wwoods)
Brian C. Lane db9488
- mem may not exist when it's printed out in these error messages. (clumens)
Brian C. Lane db9488
Brian C. Lane f3564b
* Fri Oct 25 2013 Brian C. Lane <bcl@redhat.com> - 21.3-1
Brian C. Lane f3564b
- Reset _proxyChange when a change is triggered (bcl)
Brian C. Lane f3564b
- Setup No Update checkbox correctly (#1016801) (bcl)
Brian C. Lane f3564b
- Fall back to closest mirror in source (#1016801) (bcl)
Brian C. Lane f3564b
- anaconda-dracut: fix ks failure with hd:<dev>:some/path.ks (wwoods)
Brian C. Lane f3564b
- Make sure lower bound for resize is applied. (#986575) (dlehman)
Brian C. Lane f3564b
- Use devicetree to resolve device specs in kickstart. (#1022206) (dlehman)
Brian C. Lane f3564b
- Disregard raid level combo when it isn't applicable. (#1022203) (dlehman)
Brian C. Lane f3564b
- Mountpoint is an attr of the format, not the device. (#892747) (dlehman)
Brian C. Lane f3564b
- Add bootloader execute before autopart (#1021258) (bcl)
Brian C. Lane f3564b
- Do error checking of repository names on "Installation Source" screen.
Brian C. Lane f3564b
  (amulhern)
Brian C. Lane f3564b
- Avoid configure-event loops. (#1021511) (dshea)
Brian C. Lane f3564b
Brian C. Lane 13b75b
* Wed Oct 23 2013 Brian C. Lane <bcl@redhat.com> - 21.2-1
Brian C. Lane 13b75b
- remove signal disconnect (#996899) (bcl)
Brian C. Lane 13b75b
- Re-saved every glade file with glade-3.16.0 (dshea)
Brian C. Lane 13b75b
- Fix pylint errors in network.py. (clumens)
Brian C. Lane 13b75b
- Always use decimal notation for Size specs (dshea)
Brian C. Lane 13b75b
- network kickstart: add support for devices configured in %%pre (#1019796)
Brian C. Lane 13b75b
  (rvykydal)
Brian C. Lane 13b75b
- network gui: make Configure button insensitive when no ap is selected
Brian C. Lane 13b75b
  (#1015212) (rvykydal)
Brian C. Lane 13b75b
- Encode possible unicode objects before calling str() on them (vpodzime)
Brian C. Lane 13b75b
- Fix a typo in function documentation (vpodzime)
Brian C. Lane 13b75b
- Use more general status for installations from media (#1017703) (vpodzime)
Brian C. Lane 13b75b
Brian C. Lane 17676d
* Mon Oct 21 2013 Brian C. Lane <bcl@redhat.com> - 21.1-1
Brian C. Lane 17676d
- Adds additional debug logging to yumpayload.py. (amulhern)
Brian C. Lane 17676d
- Handle invalid JSON in geoloc (#1021410) (dshea)
Brian C. Lane 17676d
- Revert "Only prompt for LUKS password if the user has chosen to configure
Brian C. Lane 17676d
  automatically." (amulhern)
Brian C. Lane 17676d
- Add context support to check_accelerators (dshea)
Brian C. Lane 17676d
- Added translation contexts to the TUI. (dshea)
Brian C. Lane 17676d
- Added translation contexts to the GUI. (dshea)
Brian C. Lane 17676d
- Add support for context-based translations (dshea)
Brian C. Lane 17676d
- Reset checks on both password fields. (#1020580) (dshea)
Brian C. Lane 17676d
- Fix swaps added to fstab for noformat (gene)
Brian C. Lane 17676d
- Don't update hub's continue button and label for every spoke (#1020373)
Brian C. Lane 17676d
  (vpodzime)
Brian C. Lane 17676d
- Add storage tests. (clumens)
Brian C. Lane 17676d
- Add option to select all hard drives in text mode. (#965580)
Brian C. Lane 17676d
  (sbueno+anaconda)
Brian C. Lane 17676d
- BootLoaderError should not reset storage (#1019541) (bcl)
Brian C. Lane 17676d
- Only prompt for LUKS password if the user has chosen to configure
Brian C. Lane 17676d
  automatically. (amulhern)
Brian C. Lane 17676d
- Remove an unused string (dshea)
Brian C. Lane 17676d
- Translate AM and PM (dshea)
Brian C. Lane 17676d
- Translate strings marked as translatable (dshea)
Brian C. Lane 17676d
- network gui spoke: use GDBus to obtain list of settings (#1018467) (rvykydal)
Brian C. Lane 17676d
- network: look for device settings also based on DEVICE value (#1017788)
Brian C. Lane 17676d
  (rvykydal)
Brian C. Lane 17676d
- Fix liveinst to work with livemedia-creator (#1009711) (bcl)
Brian C. Lane 17676d
- Remove the button-label property on SpokeWindow. (clumens)
Brian C. Lane 17676d
- Log entering/exiting spokes and hubs in the GUI. (clumens)
Brian C. Lane 17676d
- Escape text inserted into markup strings (dshea)
Brian C. Lane 17676d
- Move markup out of translatable strings (dshea)
Brian C. Lane 17676d
- Move formating markup out of python where possible (dshea)
Brian C. Lane 17676d
- Use explicit children to set label attributes (dshea)
Brian C. Lane 17676d
- Turn on the image on the "Add a disk..." button. (dshea)
Brian C. Lane 17676d
Brian C. Lane 9027c8
* Wed Oct 16 2013 Brian C. Lane <bcl@redhat.com> - 20.26-1
Brian C. Lane 9027c8
- Install bootloader to loop device in disk image installations. (#1019502)
Brian C. Lane 9027c8
  (dlehman)
Brian C. Lane 9027c8
- Don't try to configure a bootloader for s390 disk image installs. (#1019502)
Brian C. Lane 9027c8
  (dlehman)
Brian C. Lane 9027c8
- Fix initramfs generation for disk image installations. (#1019502) (dlehman)
Brian C. Lane 9027c8
- Save mountpoints specified for existing btrfs volumes. (#892747) (dlehman)
Brian C. Lane 9027c8
- Add a command line option for disabling friendly multipath names. (#977815)
Brian C. Lane 9027c8
  (dlehman)
Brian C. Lane 9027c8
- Remove en (dshea)
Brian C. Lane 9027c8
- "Fix" the zSeries device filter "label" (dshea)
Brian C. Lane 9027c8
- Replace placeholders with the strings from python (dshea)
Brian C. Lane 9027c8
- Add and fix keyboard accelerators (dshea)
Brian C. Lane 9027c8
- Check for labels with use_underline and no accelerator (dshea)
Brian C. Lane 9027c8
- Support checking the translation of plural strings (dshea)
Brian C. Lane 9027c8
- Specify a node id in check_accelerator exceptions (dshea)
Brian C. Lane 9027c8
- BTRFS cannot hold swap, no need to care about fstab swaps (vpodzime)
Brian C. Lane 9027c8
- Add ANACONDA_INSTALL_CLASSES to testenv.sh. (clumens)
Brian C. Lane 9027c8
- Put a version on the DNF requirement. (clumens)
Brian C. Lane 9027c8
- Revert "For now, ignore checking dnfpayload.py with pylint." (clumens)
Brian C. Lane 9027c8
- Fix the alignment of the Network Time switch (#1019301) (dshea)
Brian C. Lane 9027c8
- Tell blivet which swaps should appear in the fstab (#1011391) (vpodzime)
Brian C. Lane 9027c8
- Put only newly created or reformated swaps to the new root (vpodzime)
Brian C. Lane 9027c8
- Make code to get new devices reusable as property (vpodzime)
Brian C. Lane 9027c8
- Grab journal only from the last boot (vpodzime)
Brian C. Lane 9027c8
- DNFPayload: allow enable/disable calls for repos that do not exist. (ales)
Brian C. Lane 9027c8
- Add shell spoke to s390x installations (vpodzime)
Brian C. Lane 9027c8
- Put TUI spokes in common categories (vpodzime)
Brian C. Lane 9027c8
- MountpointSelector is a widget, set its property properly (#1013612)
Brian C. Lane 9027c8
  (vpodzime)
Brian C. Lane 9027c8
- Include the journal log on installed system (bcl)
Brian C. Lane 9027c8
- DNFPayload: error handling and logging cleanups. (ales)
Brian C. Lane 9027c8
- DNFPayload: reset the transaction goal on new package selection check. (ales)
Brian C. Lane 9027c8
- DNFPayload: implement environmentGroups() (ales)
Brian C. Lane 9027c8
- Some partition scheme is always selected (#1017435) (vpodzime)
Brian C. Lane 9027c8
Brian C. Lane 02c85e
* Fri Oct 11 2013 Brian C. Lane <bcl@redhat.com> - 20.25-1
Brian C. Lane 02c85e
- Don't use g_object_set on initialized objects. (dshea)
Brian C. Lane 02c85e
- Remove the "other" tab in the network spoke. (dshea)
Brian C. Lane 02c85e
- Fix duplicated id in custom.glade (dshea)
Brian C. Lane 02c85e
- Correctly generate rescue initrd (#1013087) (bcl)
Brian C. Lane 02c85e
- Refresh swap suggestion once we know which disks to use (vpodzime)
Brian C. Lane 02c85e
- Initialize the kickstart install method (#1017614) (dshea)
Brian C. Lane 02c85e
- Use correct format for raise in kickstart.py (bcl)
Brian C. Lane 02c85e
- Add install-requires target to the Anaconda makefile (mkolman)
Brian C. Lane 02c85e
- fix luksformat references (#1014493) (bcl)
Brian C. Lane 02c85e
- kickstart: check for correct format (#1014545) (bcl)
Brian C. Lane 02c85e
- Add checks for unexpanded macros. (dshea)
Brian C. Lane 02c85e
- UIScreen doesn't necessarily have the ready property (vpodzime)
Brian C. Lane 02c85e
- Print long widgets in a nice way (vpodzime)
Brian C. Lane 02c85e
- Consider errno 5 I/O errors hardware faults (vpodzime)
Brian C. Lane 02c85e
- Install kernel-lpae if supported (#1013015) (vpodzime)
Brian C. Lane 02c85e
- Bump firewalld version (mkolman)
Brian C. Lane 02c85e
Brian C. Lane 3ad892
* Wed Oct 09 2013 Brian C. Lane <bcl@redhat.com> - 20.24-1
Brian C. Lane 3ad892
- Clear bootDisk and bootloader stage info on errors (#1013482) (bcl)
Brian C. Lane 3ad892
- Catch BootLoaderError when setting up bootloader (#1013474) (bcl)
Brian C. Lane 3ad892
- Fix an incorrect formatting string in makeupdates. (clumens)
Brian C. Lane 3ad892
- network: remove function we don't need anymore (rvykydal)
Brian C. Lane 3ad892
- Don't translate constant strings. (dshea)
Brian C. Lane 3ad892
- Take into account disk space when calculating swap suggestion (#1016673)
Brian C. Lane 3ad892
  (vpodzime)
Brian C. Lane 3ad892
- DNFPayload: adapt to DNF change c3de85d6 of Base.install() error reporting.
Brian C. Lane 3ad892
  (ales)
Brian C. Lane 3ad892
- DNFPayload: the new libcomps makes env.option_ids a list of GroupID objects.
Brian C. Lane 3ad892
  (ales)
Brian C. Lane 3ad892
- Fix warning message when package version is not found in Koji (mkolman)
Brian C. Lane 3ad892
Brian C. Lane 6c16aa
* Tue Oct 08 2013 Brian C. Lane <bcl@redhat.com> - 20.23-1
Brian C. Lane 6c16aa
- Use Unicode in the TUI buffer strings (#1015620) (dshea)
Brian C. Lane 6c16aa
- DNFPayload: install DNF itself. (ales)
Brian C. Lane 6c16aa
- DNFPayload: direct conf.persistdir to the sysimage. (ales)
Brian C. Lane 6c16aa
- Add a tooltip to the container combobox (#975801) (bcl)
Brian C. Lane 6c16aa
- Use different colors for different message types. (dshea)
Brian C. Lane 6c16aa
- Exit on exception in the askVNC spoke (#962804) (dshea)
Brian C. Lane 6c16aa
- Don't skip the strength check if overriding a kickstart password (dshea)
Brian C. Lane 6c16aa
- Allow password spoke to be exited without password (#1004931) (dshea)
Brian C. Lane 6c16aa
- Re-check the password strength when the username changes (dshea)
Brian C. Lane 6c16aa
- Only call pwquality once per password. (dshea)
Brian C. Lane 6c16aa
- Use GUICheck checks for the root password strength (dshea)
Brian C. Lane 6c16aa
- Use constants for password check failure messages (dshea)
Brian C. Lane 6c16aa
- Use a constant to indicate GUICheck success (dshea)
Brian C. Lane 6c16aa
- Remove a redundant error property from UserSpoke (dshea)
Brian C. Lane 6c16aa
- Fix the usages of PWQError. (#1014405) (dshea)
Brian C. Lane 6c16aa
- Fix usage of GtkLevelBar in glade. (dshea)
Brian C. Lane 6c16aa
- Clean up callbacks in the user spoke. (dshea)
Brian C. Lane 6c16aa
- Removed an untrue portion of a doc comment (dshea)
Brian C. Lane 6c16aa
- Support for removing services from firewall needs newer PyKickstart (mkolman)
Brian C. Lane 6c16aa
- Add support for removing services from the firewall (#957809) (mkolman)
Brian C. Lane 6c16aa
Brian C. Lane daab29
* Fri Oct 04 2013 Brian C. Lane <bcl@redhat.com> - 20.22-1
Brian C. Lane daab29
- Only encrypt the TUI user password once (#1015220) (dshea)
Brian C. Lane daab29
- Don't try to collect removed modules (vpodzime)
Brian C. Lane daab29
- Moved the NFS nolock option into Payload._setupNFS (dshea)
Brian C. Lane daab29
- Grab journalctl logs if there is no /tmp/syslog (vpodzime)
Brian C. Lane daab29
- Pass layout and variant in specific format to Gkbd (#1011155) (vpodzime)
Brian C. Lane daab29
- Translate the "Quit" string at the end of liveinst. (dshea)
Brian C. Lane daab29
Brian C. Lane e414fc
* Fri Sep 27 2013 Brian C. Lane <bcl@redhat.com> - 20.21-1
Brian C. Lane e414fc
- Remove another reference to log_picker. (clumens)
Brian C. Lane e414fc
- Turn spinner back on for configuration (bcl)
Brian C. Lane e414fc
- Use assertIsInstance in the kickstart version test. (clumens)
Brian C. Lane e414fc
- If the full device path is given in repo=hd:, still select it in the UI
Brian C. Lane e414fc
  (#980479). (clumens)
Brian C. Lane e414fc
- Display newly created partitions without a mountpoint, too (#886039).
Brian C. Lane e414fc
  (clumens)
Brian C. Lane e414fc
- Don't require pressing escape twice to kill the media check window (#965625).
Brian C. Lane e414fc
  (clumens)
Brian C. Lane e414fc
- Fix display of weak password warning (#1011850) (dshea)
Brian C. Lane e414fc
- Fix the tui simpleline imports. (dshea)
Brian C. Lane e414fc
- Don't confuse users by misleading tooltip (#1011112) (vpodzime)
Brian C. Lane e414fc
- Assorted other pylint fixes for scripts and utils (dshea)
Brian C. Lane e414fc
- Pass string format arguments as paramters to logging (dshea)
Brian C. Lane e414fc
- Ignore the use of func_globals in a test case (dshea)
Brian C. Lane e414fc
- Fix issues in the AnacondaWidgets python wrapper (dshea)
Brian C. Lane e414fc
- Make exception handling more specific (dshea)
Brian C. Lane e414fc
- Remove unused imports and variables (dshea)
Brian C. Lane e414fc
- Remove unnecessary lambdas (dshea)
Brian C. Lane e414fc
- Remove obsolete files. (dshea)
Brian C. Lane e414fc
- Check whether the commit matches the tree (dshea)
Brian C. Lane e414fc
- Run pylint on all python files (dshea)
Brian C. Lane e414fc
- Don't use relative imports (dshea)
Brian C. Lane e414fc
- Use g_signal_handler_disconnect instead of g_object_disconnect (#1010486)
Brian C. Lane e414fc
  (vpodzime)
Brian C. Lane e414fc
- Fixup Eula class (bcl)
Brian C. Lane e414fc
- Allow searching for keyboard layouts in English (#1009806) (vpodzime)
Brian C. Lane e414fc
- network: don't create ksdata for devices enslaved in GUI (#1011826)
Brian C. Lane e414fc
  (rvykydal)
Brian C. Lane e414fc
- Allow a proxy to be set before the method is saved (#1012096) (dshea)
Brian C. Lane e414fc
- Export the pykickstart Eula command (vpodzime)
Brian C. Lane e414fc
Brian C. Lane a4fd44
* Wed Sep 25 2013 Brian C. Lane <bcl@redhat.com> - 20.20-1
Brian C. Lane a4fd44
- Encrypt normal user passwords when doing text install. (#977732)
Brian C. Lane a4fd44
  (sbueno+anaconda)
Brian C. Lane a4fd44
- Escape the status before setting it as markup (vpodzime)
Brian C. Lane a4fd44
- network gui: do not crash on devices without settings (eg wireless)
Brian C. Lane a4fd44
  (#1010519) (rvykydal)
Brian C. Lane a4fd44
- Make the keyboard layout preview dialog bigger (#1011140) (vpodzime)
Brian C. Lane a4fd44
- Return switching options with the same order as shown (#1011130) (vpodzime)
Brian C. Lane a4fd44
- Use a temporary directory for verifying ISO media (dshea)
Brian C. Lane a4fd44
- Skip devices not controllable by blivet (#1009809) (dshea)
Brian C. Lane a4fd44
- Add translation support to check_accelerators (dshea)
Brian C. Lane a4fd44
- Make sure autopart type is handled deterministicaly in text mode (#1010453)
Brian C. Lane a4fd44
  (vpodzime)
Brian C. Lane a4fd44
- Don't rely on X server adding empty variant for its defaults (#1011658)
Brian C. Lane a4fd44
  (vpodzime)
Brian C. Lane a4fd44
- Make Keyboard spoke's status consistent with other statuses (#1011166)
Brian C. Lane a4fd44
  (vpodzime)
Brian C. Lane a4fd44
- LiveImageKSPayload skip the parent class setup method (#1010500) (bcl)
Brian C. Lane a4fd44
- Pass the actual format instead of Python built-in (#1009678) (vpodzime)
Brian C. Lane a4fd44
- Don't allow using updates with non-default network sources (#1008028)
Brian C. Lane a4fd44
  (vpodzime)
Brian C. Lane a4fd44
- Use Sphinx documentation format in nm.py. (rvykydal)
Brian C. Lane a4fd44
- Changed the keyboard accelerator for iscsi "Retry Log In" (dshea)
Brian C. Lane a4fd44
- Only fail on a missing firewalld command if the firewall is enabled
Brian C. Lane a4fd44
  (#1004976). (clumens)
Brian C. Lane a4fd44
- Cleanup some pylint failures in the network module (bcl)
Brian C. Lane a4fd44
- Add GtkNotebook support to the accelerators check. (dshea)
Brian C. Lane a4fd44
Brian C. Lane 6d7905
* Fri Sep 20 2013 Brian C. Lane <bcl@redhat.com> - 20.19-1
Brian C. Lane 6d7905
- tui ErrorDialog needs to be modal (#983316) (bcl)
Brian C. Lane 6d7905
- Keyboard variant names may contain dashes (#1008730) (vpodzime)
Brian C. Lane 6d7905
- Forbid "root" as a user or group name. (#968451) (dshea)
Brian C. Lane 6d7905
- Set the password strength color based on strength (#965596) (dshea)
Brian C. Lane 6d7905
- Fix the password confirmation match check (#1009907) (dshea)
Brian C. Lane 6d7905
- Replace removed python modules with stubs in makeupdates (vpodzime)
Brian C. Lane 6d7905
- Unlock encrypted partitions before finding installations (#901917) (vpodzime)
Brian C. Lane 6d7905
- Network TUI: remove unused import, import nm. (rvykydal)
Brian C. Lane 6d7905
- Network TUI: show the same status as in gui. (rvykydal)
Brian C. Lane 6d7905
- Network TUI: don't traceback when applying config to device without link.
Brian C. Lane 6d7905
  (rvykydal)
Brian C. Lane 6d7905
- Generate ifcfg VLAN_ID value for kickstart network --vlanid. (rvykydal)
Brian C. Lane 6d7905
- Network TUI: fix updating of ksdata in apply. (rvykydal)
Brian C. Lane 6d7905
- Network TUI: ignore slaves devices for configuration. (rvykydal)
Brian C. Lane 6d7905
- Clean up ifcfg file handling. (rvykydal)
Brian C. Lane 6d7905
- Check the validity of generated usernames in TUI (#965543) (dshea)
Brian C. Lane 6d7905
- Behave better when PYTHONPATH is already set (dshea)
Brian C. Lane 6d7905
- Decode keyboard layout descriptions as UTF-8 (#1009278) (dshea)
Brian C. Lane 6d7905
- Filter out devices with no media from custom (#960794) (bcl)
Brian C. Lane 6d7905
Brian C. Lane 2f2f66
* Wed Sep 18 2013 Brian C. Lane <bcl@redhat.com> - 20.18-1
Brian C. Lane 2f2f66
- ProgressHub no longer exists in pyanaconda/ui/tui/hubs. (clumens)
Brian C. Lane 2f2f66
- Search all disk types for install media (#1004726) (dshea)
Brian C. Lane 2f2f66
- git commit check for ack flag on rhel branches (bcl)
Brian C. Lane 2f2f66
- Fix Lightbox for compositing window managers (#1008446) (dshea)
Brian C. Lane 2f2f66
- Add metalink support to yumpayload (bcl)
Brian C. Lane 2f2f66
- Make progress screen in text mode standalone spoke instead of hub (vpodzime)
Brian C. Lane 2f2f66
- Render the right arrow based on the widget direction (#1008397) (vpodzime)
Brian C. Lane 2f2f66
- Mirror the GUI if an RTL language is chosen (#1008397) (vpodzime)
Brian C. Lane 2f2f66
- Removed unused GUI elements (dshea)
Brian C. Lane 2f2f66
- Clean up what is and isn't translatable and how. (dshea)
Brian C. Lane 2f2f66
- Removed the exceptionsText constant (dshea)
Brian C. Lane 2f2f66
- Add comments for translators to TUI input strings (#854226) (dshea)
Brian C. Lane 2f2f66
- Use python-format on all intltool-extract strings (dshea)
Brian C. Lane 2f2f66
Brian C. Lane 78eda3
* Mon Sep 16 2013 Brian C. Lane <bcl@redhat.com> - 20.17-1
Brian C. Lane 78eda3
- Fix handling of blank size specs in the custom spoke. (#1004903) (dlehman)
Brian C. Lane 78eda3
- Block resize slider value changed handler when setting range. (#1007387)
Brian C. Lane 78eda3
  (dlehman)
Brian C. Lane 78eda3
- Remove an unused import. (clumens)
Brian C. Lane 78eda3
- Create the XklWrapper singleton in background (vpodzime)
Brian C. Lane 78eda3
- Translate layout and switching options descriptions on the fly (vpodzime)
Brian C. Lane 78eda3
- Improve XklWrapper's API (vpodzime)
Brian C. Lane 78eda3
- Move upcase_first_letter function to iutil (vpodzime)
Brian C. Lane 78eda3
- Remove the Layout class and things we don't need in XklWrapper (vpodzime)
Brian C. Lane 78eda3
- Ignore the whole m4 directory (vpodzime)
Brian C. Lane 78eda3
- Do not schedule hubs with no spokes available (#1006357) (vpodzime)
Brian C. Lane 78eda3
- Retranslate language filtering placeholder texts (#1007090) (vpodzime)
Brian C. Lane 78eda3
- Use pigz to create updates.img (vpodzime)
Brian C. Lane 78eda3
- The Desktop class doesn't need to inherit from SimpleConfigFile. (clumens)
Brian C. Lane 78eda3
- Fix yet another pylint error caught after the fact. (clumens)
Brian C. Lane 78eda3
- Move all languages found by geoip to the top in Welcome spoke (mkolman)
Brian C. Lane 78eda3
- Don't set ksdata.lang.seen to True if using default value (mkolman)
Brian C. Lane 78eda3
- DNFPayload: reset the sack and repos on updateBaseRepo() (ales)
Brian C. Lane 78eda3
- refactor: YumPayload: selectKernelPackage()->_select_kernel_package() (ales)
Brian C. Lane 78eda3
- DNFPayload: mirrorlist can not be an empty string. (ales)
Brian C. Lane 78eda3
- DNFPayload: display the download step in progressQ. (ales)
Brian C. Lane 78eda3
- DNFPayload: logging the missed packages/groups. (ales)
Brian C. Lane 78eda3
- DNFPayload: select kernel packages. (ales)
Brian C. Lane 78eda3
- DNFPayload: log when the transaction process unexpectedly terminates. (ales)
Brian C. Lane 78eda3
- DNFpayload: disable all NSS operations in RPM. (ales)
Brian C. Lane 78eda3
- DNFPayload: keyerror in isRepoEnabled() (ales)
Brian C. Lane 78eda3
- DNFPayload: implement selectEnvironment() (ales)
Brian C. Lane 78eda3
Brian C. Lane 33995e
* Fri Sep 13 2013 Brian C. Lane <bcl@redhat.com> - 20.16-1
Brian C. Lane 33995e
- add pre-commit hook to run pylint (bcl)
Brian C. Lane 33995e
- Allow runpylint.sh to be passed files (bcl)
Brian C. Lane 33995e
- handle case of no ifcfg and no hostname (#1002737) (bcl)
Brian C. Lane 33995e
- Allow make targets to be run outside of $srcdir (dshea)
Brian C. Lane 33995e
- Fix the wildcard usage in automake files. (dshea)
Brian C. Lane 33995e
- Move the intltool Makefile rules into configure.ac (dshea)
Brian C. Lane 33995e
- Fix a format parameter mapping (#1007472) (dshea)
Brian C. Lane 33995e
- Check whether keyboard translations are stale (#972236) (dshea)
Brian C. Lane 33995e
- Fix the handling of xklavier strings. (dshea)
Brian C. Lane 33995e
- Center the Langsupport spoke's description (vpodzime)
Brian C. Lane 33995e
- Set minimal width request for the locales box (vpodzime)
Brian C. Lane 33995e
- Use constant for default keyboard layout (vpodzime)
Brian C. Lane 33995e
- Try to use VConsole keymap name as X layout (#1007359) (vpodzime)
Brian C. Lane 33995e
- Retranslate also layout indicator when retranslating BaseWindow (#1007087)
Brian C. Lane 33995e
  (vpodzime)
Brian C. Lane 33995e
- Check ready state before baseRepo (#1007448) (bcl)
Brian C. Lane 33995e
- Fix po/Rules-extract so it doesn't remove itself (dshea)
Brian C. Lane 33995e
- Include LayoutIndicator and TimezoneMap to the Micsellaneous Widgets
Brian C. Lane 33995e
  (vpodzime)
Brian C. Lane 33995e
Brian C. Lane 270c04
* Wed Sep 11 2013 Brian C. Lane <bcl@redhat.com> - 20.15-1
Brian C. Lane 270c04
- Don't set up the resize slider for non-resizable devices. (#997690) (dlehman)
Brian C. Lane 270c04
- Remove 'completed' property from Autopart spoke in text UI. (sbueno+anaconda)
Brian C. Lane 270c04
- Clean up code for input handling in TUI spokes. (sbueno+anaconda)
Brian C. Lane 270c04
- set_hostname should proceed only on DVD and live installations (vpodzime)
Brian C. Lane 270c04
- Don't use temporary file and move when writing out an ifcfg file (vpodzime)
Brian C. Lane 270c04
- Set hostname when leaving network spokes (vpodzime)
Brian C. Lane 270c04
- Keep file-naming convention with the Lightbox widget (vpodzime)
Brian C. Lane 270c04
- Let users configure autopart options in interactive text ks. (#1001061)
Brian C. Lane 270c04
  (sbueno+anaconda)
Brian C. Lane 270c04
- Add parameters to format strings (dshea)
Brian C. Lane 270c04
- Fix pre-processing of files for xgettext (#1005644) (dshea)
Brian C. Lane 270c04
- Added a test to check for xgettext warnings (dshea)
Brian C. Lane 270c04
- Make sure XklWrapper isn't dumped to the anaconda-tb file (vpodzime)
Brian C. Lane 270c04
- Catch race of network device state vs reading its config properties (#980576)
Brian C. Lane 270c04
  (rvykydal)
Brian C. Lane 270c04
Brian C. Lane 25c6e9
* Tue Sep 10 2013 Brian C. Lane <bcl@redhat.com> - 20.14-1
Brian C. Lane 25c6e9
- Convert the lightbox into a GObject (#1000927) (dshea)
Brian C. Lane 25c6e9
- Remove some more unused imports. (clumens)
Brian C. Lane 25c6e9
- Move the Anaconda class to a proper module (vpodzime)
Brian C. Lane 25c6e9
- Firstboot should be disabled by default after automated installations
Brian C. Lane 25c6e9
  (vpodzime)
Brian C. Lane 25c6e9
- Fix typo introduced in refactorization (#1005511) (vpodzime)
Brian C. Lane 25c6e9
- Remove unused imports in the network spoke. (clumens)
Brian C. Lane 25c6e9
- Get rid of the now-unused new_firmware variable. (clumens)
Brian C. Lane 25c6e9
- Remove magic from the passphrase dialog (#921948) (vpodzime)
Brian C. Lane 25c6e9
- Don't pass extra arguments to LangLocaleHandler.__init__() (vpodzime)
Brian C. Lane 25c6e9
- Fix check for device state when reading its IPXConfig (#1001776, # 1005198)
Brian C. Lane 25c6e9
  (rvykydal)
Brian C. Lane 25c6e9
Brian C. Lane 1566aa
* Mon Sep 09 2013 Brian C. Lane <bcl@redhat.com> - 20.13-1
Brian C. Lane 1566aa
- Fix handling of flexible specs in onpart for member devices. (#1004885)
Brian C. Lane 1566aa
  (dlehman)
Brian C. Lane 1566aa
- Always regenerate initramfs (#994180) (bcl)
Brian C. Lane 1566aa
- Avoid the use of NamedTuple._make (dshea)
Brian C. Lane 1566aa
- Add superclass __init__()s and fix an indent (dshea)
Brian C. Lane 1566aa
- Pass logging string format variables as parameters (dshea)
Brian C. Lane 1566aa
- Remove unnecessary variables, imports, semicolons (dshea)
Brian C. Lane 1566aa
- Fix the user/group name regex (dshea)
Brian C. Lane 1566aa
- Fix problems with the test scripts (dshea)
Brian C. Lane 1566aa
- Handle kickstarts that don't specify timezone (#1001598) (mkolman)
Brian C. Lane 1566aa
- Don't set "date of last password change" /etc/shadow field (#985572)
Brian C. Lane 1566aa
  (hdegoede)
Brian C. Lane 1566aa
Brian C. Lane d5e68d
* Fri Sep 06 2013 Brian C. Lane <bcl@redhat.com> - 20.12-1
Brian C. Lane d5e68d
- Cleanup arch tests (dshea)
Brian C. Lane d5e68d
- Rearranged the automake tests. (dshea)
Brian C. Lane d5e68d
- Update po/ build files to the current gettext (dshea)
Brian C. Lane d5e68d
- Use libtool with gtkdoc-scanobj (dshea)
Brian C. Lane d5e68d
- Use autoconf to set the spec file Version. (dshea)
Brian C. Lane d5e68d
- Use the ustar format with make dist (dshea)
Brian C. Lane d5e68d
- Fix widgets autotools generation. (dshea)
Brian C. Lane d5e68d
- Require gtk-doc and GObject. (dshea)
Brian C. Lane d5e68d
- dracut no longer auto assembles everything (#960496) (bcl)
Brian C. Lane d5e68d
- Only ignore missing packages entries (#983316) (bcl)
Brian C. Lane d5e68d
- Fix a string that was modified before translation (#1004960) (dshea)
Brian C. Lane d5e68d
- Let users configure keyboard via anaconda in live installations (#1002533)
Brian C. Lane d5e68d
  (vpodzime)
Brian C. Lane d5e68d
- Use copy instead of move for NTP configuration (#985566) (hdegoede)
Brian C. Lane d5e68d
- Share code between the Welcome and Langsupport spokes (vpodzime)
Brian C. Lane d5e68d
- Do not try to set None as hostname (#1002737) (vpodzime)
Brian C. Lane d5e68d
- Fix crash on LiveCD if network is configured before installing (#1002373)
Brian C. Lane d5e68d
  (rvykydal)
Brian C. Lane d5e68d
Brian C. Lane 02e0be
* Thu Sep 05 2013 Brian C. Lane <bcl@redhat.com> - 20.11-1
Brian C. Lane 02e0be
- Add more details to iso device selector (#971290) (bcl)
Brian C. Lane 02e0be
- Warn user if they enter a weak password in TUI. (#1001039) (sbueno+anaconda)
Brian C. Lane 02e0be
- Don't mark spoke as completed if no repo is set. (#1001538) (sbueno+anaconda)
Brian C. Lane 02e0be
- Don't enable chronyd if disabled in kickstart (#1002583) (mkolman)
Brian C. Lane 02e0be
- Run firstboot-only spokes on first boot by default (vpodzime)
Brian C. Lane 02e0be
- Let hubs specify which environments they support (vpodzime)
Brian C. Lane 02e0be
- Don't mount cdroms that contain no mountable media. (#1000889) (dlehman)
Brian C. Lane 02e0be
- Don't try to parse langcode if none given (vpodzime)
Brian C. Lane 02e0be
- Get rid of the non-deterministic expand_langs and its usage (vpodzime)
Brian C. Lane 02e0be
- Rework the Langsupport spoke to work with all locales (vpodzime)
Brian C. Lane 02e0be
- Rework the Welcome spoke to allow users choose from all locales (vpodzime)
Brian C. Lane 02e0be
- Improve import in GUI utils a bit (vpodzime)
Brian C. Lane 02e0be
- Remove the cryptic "language-default keyboard" checkbutton (vpodzime)
Brian C. Lane 02e0be
- Allow seting up locale without modifying ksdata (vpodzime)
Brian C. Lane 02e0be
- Remove an unused argument of get_available_translations (vpodzime)
Brian C. Lane 02e0be
- Setup language early to a value we can figure out (vpodzime)
Kalev Lember 885159
Brian C. Lane 895c5e
* Tue Sep 03 2013 Brian C. Lane <bcl@redhat.com> - 20.10-1
Brian C. Lane 895c5e
- Optionally hide the GUI option to install updates (dshea)
Brian C. Lane 895c5e
- Move the really_hide and really_show functions to utils (vpodzime)
Brian C. Lane 895c5e
- Search for all translations, not only one per langauge (#1001446) (vpodzime)
Brian C. Lane 895c5e
- Use the DEFAULT_LANG if GeoIP suggestion cannot be used (#1000715) (vpodzime)
Brian C. Lane 895c5e
- Network spoke: fix showing of ipv6 addresses (rvykydal)
Brian C. Lane 895c5e
- Use the sensitive-info log for sensitive location info (#986844) (mkolman)
Brian C. Lane 895c5e
- Add new logger for sensitive information (mkolman)
Brian C. Lane 895c5e
- Handle %%define changes for autofetch (mkolman)
Brian C. Lane 895c5e
- Update dumping of network info for new nmcli interface. (rvykydal)
Brian C. Lane 895c5e
- Text network spoke: more strict ipv6 address input checking (#909299)
Brian C. Lane 895c5e
  (rvykydal)
Brian C. Lane 895c5e
- Network spoke: show global ipv6 addresses (rvykydal)
Brian C. Lane 895c5e
- Text network spoke: add to translated files (po/POTFILES.in) (#902299)
Brian C. Lane 895c5e
  (rvykydal)
Brian C. Lane 895c5e
- Text network spoke: require netmask and gateway for static ipv4 (#902299)
Brian C. Lane 895c5e
  (rvykydal)
Brian C. Lane 895c5e
- Text network spoke: Condense device configuration information (#902299)
Brian C. Lane 895c5e
  (rvykydal)
Brian C. Lane 895c5e
- Text network spoke: fix ipv4 regex (#909299) (rvykydal)
Brian C. Lane 895c5e
- Resolved accelerator conflicts and marked excpetions. (dshea)
Brian C. Lane 895c5e
- Added tests for duplicated keyboard accelerators (dshea)
Brian C. Lane 895c5e
- Implement group creation with GID in GUI (#968085) (dshea)
Brian C. Lane 895c5e
- Remove unused imports. (dshea)
Brian C. Lane 895c5e
- Move dynamic labels out of custom.glade (#1000703) (dshea)
Brian C. Lane 895c5e
Brian C. Lane 8e38fb
* Mon Aug 26 2013 Brian C. Lane <bcl@redhat.com> - 20.9-1
Brian C. Lane 8e38fb
- Text network spoke: basic configuration support (#909299) (rvykydal)
Brian C. Lane 8e38fb
- Add support for network configuration in TUI. (#909299) (sbueno+anaconda)
Brian C. Lane 8e38fb
- Remove partial matches from Koji search results (mkolman)
Brian C. Lane 8e38fb
- Handle >=,<=,= for package version, fix -a/--add (mkolman)
Brian C. Lane 8e38fb
- Return only network devices supported in installer from nm_devices (#999514)
Brian C. Lane 8e38fb
  (rvykydal)
Brian C. Lane 8e38fb
- Obtain network device type specific dbus interface dynamically (#999514)
Brian C. Lane 8e38fb
  (rvykydal)
Brian C. Lane 8e38fb
- Catch no-hwaddr exception only for the respective call (#999514) (rvykydal)
Brian C. Lane 8e38fb
- Don't catch hwaddr not found exception for ethernet devices (#999514)
Brian C. Lane 8e38fb
  (rvykydal)
Brian C. Lane 8e38fb
- Added a validation test for the GUI group list (dshea)
Brian C. Lane 8e38fb
- Validate input fields on the user spoke. (#967245) (dshea)
Brian C. Lane 8e38fb
- Added an input validation framework. (dshea)
Brian C. Lane 8e38fb
- Pre-fetch widgets in advanced user dialog (dshea)
Brian C. Lane 8e38fb
- Change validatePassword to be more flexible. (dshea)
Brian C. Lane 8e38fb
- Moved regexes into regexes.py. (dshea)
Brian C. Lane 8e38fb
Brian C. Lane da0602
* Fri Aug 23 2013 Brian C. Lane <bcl@redhat.com> - 20.8-1
Brian C. Lane da0602
- Fix a SIGSEGV when returning from storage spoke (#983319) (dshea)
Brian C. Lane da0602
- makebumpver: Fix problem with single line body (bcl)
Brian C. Lane da0602
- For now, ignore checking dnfpayload.py with pylint. (clumens)
Brian C. Lane da0602
- Don't do str() on an exception we're passing into a string substitution.
Brian C. Lane da0602
  (clumens)
Brian C. Lane da0602
- Check for hwaddress exceptions. (dshea)
Brian C. Lane da0602
- If LANG isn't set, set it to default value. (#997397) (sbueno+anaconda)
Brian C. Lane da0602
- Remove yet another unused import. (clumens)
Brian C. Lane da0602
- swap devices should be under the System portion (#962668). (clumens)
Brian C. Lane da0602
- Populate the repo store before changed can ever be called (#994940).
Brian C. Lane da0602
  (clumens)
Brian C. Lane da0602
- Make the ISO choosing widget wider (#973376). (clumens)
Brian C. Lane da0602
- Don't recommend /usr as a separate mount point anymore (#981465). (clumens)
Brian C. Lane da0602
- Do not run another instance of the TUI for errors (#997661) (vpodzime)
Brian C. Lane da0602
- Do not try to exit from the installation thread (vpodzime)
Brian C. Lane da0602
- Tell which thread failed to be added by the ThreadMgr (vpodzime)
Brian C. Lane da0602
Brian C. Lane 74b87f
* Wed Aug 21 2013 Brian C. Lane <bcl@redhat.com> - 20.7-1
Brian C. Lane 74b87f
- Modify the gtk_warning function in anaconda to use gtk3. (clumens)
Brian C. Lane 74b87f
- Fix some pylint warnings in the new DNF code. (clumens)
Brian C. Lane 74b87f
- Fix a couple more pykickstart handler version mismatches. (clumens)
Brian C. Lane 74b87f
- anaconda requires a later version of partitioning syntax now. (clumens)
Brian C. Lane 74b87f
- packaging: add dnf to the Anaconda's requires. (ales)
Brian C. Lane 74b87f
- Enable DNFPayload on specific triggers. (ales)
Brian C. Lane 74b87f
- DNFPayload: initial version. (ales)
Brian C. Lane 74b87f
- refactor: tear down the install device in PackagePayload.reset(). (ales)
Brian C. Lane 74b87f
- refactor: extract the device handling in YumPayload._configureBaseRepo up to
Brian C. Lane 74b87f
  PackagePayload. (ales)
Brian C. Lane 74b87f
- refactor: move YumPayload._setUpMedia() up to PackagePayload._setupMedia().
Brian C. Lane 74b87f
  (ales)
Brian C. Lane 74b87f
- Tweaks in the Payload interface. (ales)
Brian C. Lane 74b87f
- remove: configureAddOnRepo from the Payload interface. (ales)
Brian C. Lane 74b87f
- Payload: forgotten comment in spaceRequired() (ales)
Brian C. Lane 74b87f
- Payload: define txID to None. (ales)
Brian C. Lane 74b87f
- The NFS text dialog should never attempt to use method.url (#998446).
Brian C. Lane 74b87f
  (clumens)
Brian C. Lane 74b87f
- Remove the unittest target, since "make check" will do this for us. (clumens)
Brian C. Lane 74b87f
- Use the latest version of the RAID kickstart handler. (clumens)
Brian C. Lane 74b87f
- Update both the method and repo info. (dshea)
Brian C. Lane 74b87f
- remove the UBOOT class arm systems are now using EXTLINUX (dennis)
Brian C. Lane 74b87f
- ARM: switch to using extlinux by default (dennis)
Brian C. Lane 74b87f
- Update our pylint arguments. (clumens)
Brian C. Lane 74b87f
- Don't implicitly unpack exceptions.  That won't be supporetd in the future.
Brian C. Lane 74b87f
  (clumens)
Brian C. Lane 74b87f
- Modify how we call logging functions to take a list of parameters. (clumens)
Brian C. Lane 74b87f
- Use "raise Exception()" instead of "raise Exception, ..." (clumens)
Brian C. Lane 74b87f
- Hook up pylint and our nosetests to be run via "make check". (clumens)
Brian C. Lane 74b87f
- Drop unneeded required_space_text variable. (#997690) (dlehman)
Brian C. Lane 74b87f
- Specify also query script when getting locale's native name (vpodzime)
Brian C. Lane 74b87f
- Update runpylint.sh for pylint 1.0.0 (bcl)
Brian C. Lane 74b87f
- Clean up translation placeholders (#890157) (bcl)
Brian C. Lane 74b87f
- Don't override multilib setting unless the option was passed. (#987557)
Brian C. Lane 74b87f
  (dlehman)
Brian C. Lane 74b87f
- Set the encoding of custom.py to utf-8 (dshea)
Brian C. Lane 74b87f
- Report if a package was not found in Koji during autofetch (mkolman)
Brian C. Lane 74b87f
- Convert makeupdates from getopt to argparse (mkolman)
Brian C. Lane 74b87f
- Fixed the interpretation of RAID levels (dshea)
Brian C. Lane 74b87f
- Consolidate get_object() calls. (dshea)
Brian C. Lane 74b87f
- Add ASCII-only upper and lower string functions. (dshea)
Brian C. Lane 74b87f
- Fix the User/Group already exists log messages. (dshea)
Brian C. Lane 74b87f
- Normalize keyboard layout and variant strings from langtable (vpodzime)
Brian C. Lane 74b87f
- A few tests for the keyboard layout and variant strings processing (vpodzime)
Brian C. Lane 74b87f
- More robust parsing of the layout and variant string specification (vpodzime)
Brian C. Lane 74b87f
- Move DEFAULT_VC_FONT to constants (vpodzime)
Brian C. Lane 74b87f
- Match langs with stripped accents when filtering languages (vpodzime)
Brian C. Lane 74b87f
- Fix the User subclass using an old version of the pykickstart superclass.
Brian C. Lane 74b87f
  (clumens)
Brian C. Lane 74b87f
- Bring the kickstart version test back to life. (clumens)
Brian C. Lane 74b87f
- Don't read proxy for methods that have no proxy (dshea)
Brian C. Lane 74b87f
Brian C. Lane b993fa
* Wed Aug 14 2013 Brian C. Lane <bcl@redhat.com> - 20.6-1
Brian C. Lane b993fa
- Import DBusGMainLoop directly (bcl)
Brian C. Lane b993fa
- Catch AttributeError when looking for InstallClass (bcl)
Brian C. Lane b993fa
- dracut/parse-kickstart should use the updated method-related classes
Brian C. Lane b993fa
  (#994978). (clumens)
Brian C. Lane b993fa
- Ignore warnings about the global keyword and the DefaultInstall class.
Brian C. Lane b993fa
  (clumens)
Brian C. Lane b993fa
- Fix all the pylint warnings in the anaconda file. (clumens)
Brian C. Lane b993fa
- Deal with the last of the catching Exception warnings. (clumens)
Brian C. Lane b993fa
- Always define a continueButton and quitButton property. (clumens)
Brian C. Lane b993fa
- Fix pylint warnings in the installclasses. (clumens)
Brian C. Lane b993fa
- Remove a directory that does not exist from the PYTHONPATH for pylint.
Brian C. Lane b993fa
  (clumens)
Brian C. Lane b993fa
- Fix up some warnings about calling the superclass's __init__ method.
Brian C. Lane b993fa
  (clumens)
Brian C. Lane b993fa
- Remove the reference to "anaconda" in reIPL. (clumens)
Brian C. Lane b993fa
- Fix up almost all of the redefining warning messages. (clumens)
Brian C. Lane b993fa
- Add a bunch of gobject-introspection related ignore lines. (clumens)
Brian C. Lane b993fa
- StorageChecker ought to have a self.storage attribute. (clumens)
Brian C. Lane b993fa
- Ignore another error pylint can't quite figure out. (clumens)
Brian C. Lane b993fa
- pylint doesn't understand what's in AnacondaKSHandler. (clumens)
Brian C. Lane b993fa
- Remove the "Add custom add-on" button. (clumens)
Brian C. Lane b993fa
- Fix up places where overridden methods don't take the same number of args.
Brian C. Lane b993fa
  (clumens)
Brian C. Lane b993fa
- Fix up all unused variable warnings. (clumens)
Brian C. Lane b993fa
- Added files to MAINTAINERCLEANFILES (dshea)
Brian C. Lane b993fa
- Reenabled the pylint test target (dshea)
Brian C. Lane b993fa
- Cleanup the autogen scripts. (dshea)
Brian C. Lane b993fa
- Remove m4 files from the widgets project. (dshea)
Brian C. Lane b993fa
- Install gettext files at build time. (dshea)
Brian C. Lane b993fa
- Use the python checks provided by automake. (dshea)
Brian C. Lane b993fa
- Added a missing type check found by autoscan (dshea)
Brian C. Lane b993fa
- Cleanup the widgets autoconf file (dshea)
Brian C. Lane b993fa
- Add detail to logs when creating users and groups (dshea)
Brian C. Lane b993fa
- Fix miscellaneous errors in installclass.py. (clumens)
Brian C. Lane b993fa
- Fix a variety of errors in the packaging module. (clumens)
Brian C. Lane b993fa
- Do not run pylint against executable files in pyanaconda/. (clumens)
Brian C. Lane b993fa
- Clean up deprecated uses of the string module. (clumens)
Brian C. Lane b993fa
- Call the right superclass's method. (clumens)
Brian C. Lane b993fa
- Straighten out text UI methods so they have the same method signature.
Brian C. Lane b993fa
  (clumens)
Brian C. Lane b993fa
- Remove the lines to ignore E0611. (clumens)
Brian C. Lane b993fa
- Bootloader.read is completely unused; cut it. (clumens)
Brian C. Lane b993fa
- Fix all the "X is defined outside of __init__" warnings. (clumens)
Brian C. Lane b993fa
- Display the correct string for the space required by packages. (clumens)
Brian C. Lane b993fa
- Remove lines that clearly just don't do anything. (clumens)
Brian C. Lane b993fa
- If we're not going to use the return value, don't grab it. (clumens)
Brian C. Lane b993fa
- kernelVersionList in tarpayload.py should act the same as all other versions.
Brian C. Lane b993fa
  (clumens)
Brian C. Lane b993fa
- If we're not going to use the exception object, don't grab it. (clumens)
Brian C. Lane b993fa
- Define stage2_device in the BootLoader class. (clumens)
Brian C. Lane b993fa
- Don't call getPassAlgo before running createGroup. (clumens)
Brian C. Lane b993fa
- Remove some unused values out of constants.py. (clumens)
Brian C. Lane b993fa
- Finish taking care of pylint warnings in image.py. (clumens)
Brian C. Lane b993fa
- Remove the unused network and write methods from the Anaconda object.
Brian C. Lane b993fa
  (clumens)
Brian C. Lane b993fa
- Remove the disable-msg lines for a couple C messages. (clumens)
Brian C. Lane b993fa
- Remove some easy unused argument warnings. (clumens)
Brian C. Lane b993fa
- Remove everything from InstallInterfaceBase except what Rescue needs.
Brian C. Lane b993fa
  (clumens)
Brian C. Lane b993fa
- Remove the duplicated imports. (clumens)
Brian C. Lane b993fa
- Do not use a list or a dict as a default argument to a method. (clumens)
Brian C. Lane b993fa
- Remove unneeded lambdas. (clumens)
Brian C. Lane b993fa
- Fix up all the warnings where we used a reserved function name or keyword.
Brian C. Lane b993fa
  (clumens)
Brian C. Lane b993fa
- Fix up about half of the "except:" and "except Exception:" lines. (clumens)
Brian C. Lane b993fa
- Fix a couple undefined variable errors that were real bugs. (clumens)
Brian C. Lane b993fa
- Ignore statements that have no effect. (clumens)
Brian C. Lane b993fa
- Fix up all the wildcard imports except two in packaging. (clumens)
Brian C. Lane b993fa
- Remove all unused import lines. (clumens)
Brian C. Lane b993fa
- Remove unnecessary pass statements. (clumens)
Brian C. Lane b993fa
- Fix bad indentation and tab-instead-of-space warnings from pylint. (clumens)
Brian C. Lane b993fa
- Put the pylint test back into service. (clumens)
Brian C. Lane b993fa
- Run make with multiple jobs in makeupdates (vpodzime)
Brian C. Lane b993fa
- Use gtk_image_new_from_icon_name (bcl)
Brian C. Lane b993fa
- Remove caching of unused device list. (dlehman)
Brian C. Lane b993fa
- Check MBR gap size even when /boot is on a plain partition. (#986431)
Brian C. Lane b993fa
  (dlehman)
Brian C. Lane b993fa
Brian C. Lane e6103b
* Thu Aug 08 2013 Brian C. Lane <bcl@redhat.com> - 20.5-1
Brian C. Lane e6103b
- Don't wait for systemctl shutdown command to exit (#974383) (bcl)
Brian C. Lane e6103b
- Fix the logging of the spice-vdagent status (dshea)
Brian C. Lane e6103b
- Update PYTHONPATH so unit tests work right out of the source tree. (clumens)
Brian C. Lane e6103b
- Don't check for a firstboot service file before processing the command.
Brian C. Lane e6103b
  (clumens)
Brian C. Lane e6103b
- Strengthen the services command processing a bit. (clumens)
Brian C. Lane e6103b
- Start spice-vdagent (#969405) (dshea)
Brian C. Lane e6103b
- Skip password strength check for kickstart passwords (#986490) (dshea)
Brian C. Lane e6103b
- Network spoke: fix refresh of device IP configuration (rvykydal)
Brian C. Lane e6103b
- Add unsupported hardware dialog (#872728) (bcl)
Brian C. Lane e6103b
- storage.py -> system.py in POTFILES.in (clumens)
Brian C. Lane e6103b
- border_width=5 -> border_width=6 (clumens)
Brian C. Lane e6103b
- No need to call threads_init anymore (bcl)
Brian C. Lane e6103b
- Consolidate storage and networking under one category (#973013). (clumens)
Brian C. Lane e6103b
- When doing a live install, set the ks method appropriately (#986069).
Brian C. Lane e6103b
  (clumens)
Brian C. Lane e6103b
- Check that we're doing an HD install before examining the attr (#989428).
Brian C. Lane e6103b
  (clumens)
Brian C. Lane e6103b
Brian C. Lane 062398
* Thu Aug 01 2013 Brian C. Lane <bcl@redhat.com> - 20.4-1
Brian C. Lane 062398
- POTFILES.in: rename time.py to time_spoke.py (bcl)
Brian C. Lane 062398
- Only move INSTALL_TREE when it is mounted (#888196) (bcl)
Brian C. Lane 062398
- Use ksdata.method.seen (#986069) (bcl)
Brian C. Lane 062398
- Threaded Koji RPM lookups and downloads (mkolman)
Brian C. Lane 062398
- Fix the langcode parsing regexp (vpodzime)
Brian C. Lane 062398
- Move tests to old_tests and add some new, working tests (vpodzime)
Brian C. Lane 062398
- Replace hostname with hostnamectl (#989584) (rvykydal)
Brian C. Lane 062398
- Require fcoe-utils only on ix86 and x86_64 architectures (#989913) (vpodzime)
Brian C. Lane 062398
- Fix searching for local RPMs with no version required (vpodzime)
Brian C. Lane 062398
- Expand the '~' in the RPM_FOLDER_NAME (vpodzime)
Brian C. Lane 062398
- Set system date and time with our own function (vpodzime)
Brian C. Lane 062398
- Remove the useless, confusing and lying PoolsNote (vpodzime)
Brian C. Lane 062398
- Use tiny, fast and thread-safe ntplib module instead of ntpdate (vpodzime)
Brian C. Lane 062398
- For vnc require network in intramfs (#989156) (rvykydal)
Brian C. Lane 062398
- Fix makeupdates' package fetching when no version is specified (vpodzime)
Brian C. Lane 062398
- Make it clear on the summary dialog that changes take effect later. (clumens)
Brian C. Lane 062398
- Don't mark the summary dialog's tree view as insensitive. (clumens)
Brian C. Lane 062398
- Work with files in a more pythonic way in makeupdates (vpodzime)
Brian C. Lane 062398
- Honor hostname set in kickstart (#988483) (rvykydal)
Brian C. Lane 062398
- Do not automatically set UTC mode on kickstart installs. (clumens)
Brian C. Lane 062398
- Add automatic fetching of RPMs for new Defines & Requires (mkolman)
Brian C. Lane 062398
- Don't prompt for ssh on s390x if doing an image install. (#983056) (sbueno)
Brian C. Lane 062398
- Rename tz spoke to avoid potential conflict with std 'time' module. (sbueno)
Brian C. Lane 062398
Brian C. Lane 3d2dad
* Thu Jul 25 2013 Brian C. Lane <bcl@redhat.com> - 20.3-1
Brian C. Lane 3d2dad
- Fix driver disk path for inst.dd= method (#987513) (bcl)
Brian C. Lane 3d2dad
- Add support for NFS as install source in TUI. (#971298) (sbueno+anaconda)
Brian C. Lane 3d2dad
- Allow logging into multiple iscsi nodes at once (#975831). (clumens)
Brian C. Lane 3d2dad
- Fix crash while parsing ntp servers from DHCP6 (#969303) (dshea)
Brian C. Lane 3d2dad
- Use ExceptionInfo namedtuple when dumping anaconda (#982299) (vpodzime)
Brian C. Lane 3d2dad
- Wait for device connections for iface-bound iscsi in kickstart (#740105)
Brian C. Lane 3d2dad
  (rvykydal)
Brian C. Lane 3d2dad
- Refer to blivet instead of storage in iscsi kickstart (#740105) (rvykydal)
Brian C. Lane 3d2dad
- Mark disk 'selected' if only one present in TUI. (#975790) (sbueno+anaconda)
Brian C. Lane 3d2dad
- Update devicetree only if we logged in to some target in add iscsi dialog.
Brian C. Lane 3d2dad
  (rvykydal)
Brian C. Lane 3d2dad
- Don't show multipath members in specialized disks overview (#740105)
Brian C. Lane 3d2dad
  (rvykydal)
Brian C. Lane 3d2dad
- Do not populate devicetree after each single login in iscsi dialog (#740105)
Brian C. Lane 3d2dad
  (rvykydal)
Brian C. Lane 3d2dad
- Match also iface when logging into selected iface-bound iscsi target
Brian C. Lane 3d2dad
  (#740105) (rvykydal)
Brian C. Lane 3d2dad
- Fix handling of non-ASCII names (#969309) (dshea)
Brian C. Lane 3d2dad
- Use inline completion for the region/city selection (vpodzime)
Brian C. Lane 3d2dad
- Fix copyright of the main anaconda script (vpodzime)
Brian C. Lane 3d2dad
Brian C. Lane 101e88
* Mon Jul 15 2013 Brian C. Lane <bcl@redhat.com> - 20.2-1
Brian C. Lane 101e88
- Use the new wait for connectivity function (mkolman)
Brian C. Lane 101e88
- Improve waiting for network connectivity (mkolman)
Brian C. Lane 101e88
- Use langtable to get default layout instead of our magic (#485137) (vpodzime)
Brian C. Lane 101e88
- Adapt to the new localization module (vpodzime)
Brian C. Lane 101e88
- Rewrite the localization module (vpodzime)
Brian C. Lane 101e88
- Make the Welcome spoke wait for Geolocation lookup to finish (#975193)
Brian C. Lane 101e88
  (mkolman)
Brian C. Lane 101e88
Brian C. Lane b5448b
* Tue Jul 09 2013 Brian C. Lane <bcl@redhat.com> - 20.1-1
Brian C. Lane 5826e1
- bump major version number