|
|
f56914 |
%define livearches %{ix86} x86_64 ppc ppc64
|
|
|
f56914 |
|
|
|
f56914 |
Summary: Graphical system installer
|
|
|
f56914 |
Name: anaconda
|
|
|
7e3fa7 |
Version: 19.31.79
|
|
Karanbir Singh |
95d035 |
Release: 1%{?dist}.1
|
|
|
f56914 |
License: GPLv2+
|
|
|
f56914 |
Group: Applications/System
|
|
|
f56914 |
URL: http://fedoraproject.org/wiki/Anaconda
|
|
|
f56914 |
|
|
|
f56914 |
# To generate Source0 do:
|
|
|
f56914 |
# git clone http://git.fedorahosted.org/git/anaconda.git
|
|
|
f56914 |
# git checkout -b archive-branch anaconda-%%{version}-%%{release}
|
|
|
f56914 |
# ./autogen.sh
|
|
|
f56914 |
# make dist
|
|
|
f56914 |
Source0: %{name}-%{version}.tar.bz2
|
|
Karanbir Singh |
f10f51 |
Patch1: anaconda-centos-add-centos-install-class.patch
|
|
|
f56914 |
|
|
|
f56914 |
# Versions of required components (done so we make sure the buildrequires
|
|
|
f56914 |
# match the requires versions of things).
|
|
|
f56914 |
%define gettextver 0.11
|
|
|
f56914 |
%define gconfversion 2.28.1
|
|
|
f56914 |
%define intltoolver 0.31.2-3
|
|
|
f56914 |
%define libnlver 1.0
|
|
|
1ad863 |
%define pykickstartver 1.99.43.10
|
|
|
f56914 |
%define yumver 3.4.3-91
|
|
|
f56914 |
%define partedver 1.8.1
|
|
|
f56914 |
%define pypartedver 2.5-2
|
|
|
f56914 |
%define pythonpyblockver 0.45
|
|
|
f56914 |
%define nmver 1:0.7.1-3.git20090414
|
|
|
f56914 |
%define dbusver 1.2.3
|
|
|
f56914 |
%define yumutilsver 1.1.11-3
|
|
|
f56914 |
%define mehver 0.23-1
|
|
|
f56914 |
%define sckeyboardver 1.3.1
|
|
|
f56914 |
%define firewalldver 0.3.5-1
|
|
|
f56914 |
%define pythonurlgrabberver 3.9.1-5
|
|
|
f56914 |
%define utillinuxver 2.15.1
|
|
|
f56914 |
%define dracutver 033-26
|
|
|
f56914 |
%define isomd5sum 1.0.10
|
|
|
f56914 |
%define fcoeutilsver 1.0.12-3.20100323git
|
|
|
f56914 |
%define iscsiver 6.2.0.870-3
|
|
|
f56914 |
%define rpmver 4.10.0
|
|
|
f56914 |
%define libarchivever 3.0.4
|
|
|
1ad863 |
%define langtablever 0.0.13-4
|
|
|
f56914 |
|
|
|
f56914 |
BuildRequires: audit-libs-devel
|
|
|
f56914 |
BuildRequires: gettext >= %{gettextver}
|
|
|
f56914 |
BuildRequires: gtk3-devel
|
|
|
f56914 |
BuildRequires: gtk-doc
|
|
|
f56914 |
BuildRequires: gobject-introspection-devel
|
|
|
f56914 |
BuildRequires: glade-devel
|
|
|
f56914 |
BuildRequires: pygobject3
|
|
|
f56914 |
BuildRequires: intltool >= %{intltoolver}
|
|
|
f56914 |
BuildRequires: libX11-devel
|
|
|
f56914 |
BuildRequires: libXt-devel
|
|
|
f56914 |
BuildRequires: libXxf86misc-devel
|
|
|
f56914 |
BuildRequires: libgnomekbd-devel
|
|
|
f56914 |
BuildRequires: libnl-devel >= %{libnlver}
|
|
|
f56914 |
BuildRequires: libxklavier-devel
|
|
|
f56914 |
BuildRequires: pango-devel
|
|
|
f56914 |
BuildRequires: pykickstart >= %{pykickstartver}
|
|
|
f56914 |
%if ! 0%{?rhel}
|
|
|
f56914 |
BuildRequires: python-bugzilla
|
|
|
f56914 |
%endif
|
|
|
f56914 |
BuildRequires: python-devel
|
|
|
f56914 |
BuildRequires: python-urlgrabber >= %{pythonurlgrabberver}
|
|
|
f56914 |
BuildRequires: python-nose
|
|
|
f56914 |
BuildRequires: systemd
|
|
|
f56914 |
BuildRequires: yum >= %{yumver}
|
|
|
f56914 |
BuildRequires: NetworkManager-devel >= %{nmver}
|
|
|
f56914 |
BuildRequires: NetworkManager-glib-devel >= %{nmver}
|
|
|
f56914 |
BuildRequires: dbus-devel >= %{dbusver}
|
|
|
f56914 |
BuildRequires: dbus-python
|
|
|
f56914 |
BuildRequires: rpm-devel >= %{rpmver}
|
|
|
f56914 |
BuildRequires: libarchive-devel >= %{libarchivever}
|
|
|
f56914 |
%ifarch %livearches
|
|
|
f56914 |
BuildRequires: desktop-file-utils
|
|
|
f56914 |
%endif
|
|
|
f56914 |
%ifarch s390 s390x
|
|
|
f56914 |
BuildRequires: s390utils-devel
|
|
|
f56914 |
%endif
|
|
|
f56914 |
|
|
|
f56914 |
Requires: anaconda-widgets = %{version}-%{release}
|
|
|
1ad863 |
Requires: python-blivet >= 0.18.30
|
|
|
f56914 |
Requires: gnome-icon-theme-symbolic
|
|
|
f56914 |
Requires: python-meh >= %{mehver}
|
|
|
f56914 |
Requires: libreport-anaconda >= 2.0.21-1
|
|
|
1ad863 |
Requires: libreport-rhel-anaconda-bugzilla >= 2.1.11-1
|
|
|
f56914 |
Requires: libselinux-python
|
|
|
f56914 |
Requires: rpm-python
|
|
|
f56914 |
Requires: parted >= %{partedver}
|
|
|
f56914 |
Requires: pyparted >= %{pypartedver}
|
|
|
f56914 |
Requires: yum >= %{yumver}
|
|
|
f56914 |
Requires: python-urlgrabber >= %{pythonurlgrabberver}
|
|
|
f56914 |
Requires: system-logos
|
|
|
f56914 |
Requires: pykickstart >= %{pykickstartver}
|
|
|
f56914 |
Requires: langtable-data >= %{langtablever}
|
|
|
f56914 |
Requires: langtable-python >= %{langtablever}
|
|
|
f56914 |
Requires: libuser-python
|
|
|
f56914 |
Requires: authconfig
|
|
|
f56914 |
Requires: firewalld >= %{firewalldver}
|
|
|
f56914 |
Requires: util-linux >= %{utillinuxver}
|
|
|
f56914 |
Requires: dbus-python
|
|
|
f56914 |
Requires: python-pwquality
|
|
|
f56914 |
Requires: python-IPy
|
|
|
f56914 |
Requires: python-nss
|
|
|
f56914 |
Requires: tigervnc-server-minimal
|
|
|
f56914 |
Requires: pytz
|
|
|
f56914 |
Requires: libxklavier
|
|
|
f56914 |
Requires: libgnomekbd
|
|
|
f56914 |
Requires: realmd
|
|
|
1ad863 |
Requires: teamd
|
|
|
1ad863 |
Requires: keybinder3
|
|
|
f56914 |
%ifarch %livearches
|
|
|
f56914 |
Requires: usermode
|
|
|
f56914 |
Requires: zenity
|
|
|
f56914 |
%endif
|
|
|
f56914 |
Requires: GConf2 >= %{gconfversion}
|
|
|
f56914 |
%ifarch s390 s390x
|
|
|
f56914 |
Requires: openssh
|
|
|
f56914 |
%endif
|
|
|
f56914 |
Requires: isomd5sum >= %{isomd5sum}
|
|
|
f56914 |
Requires: yum-utils >= %{yumutilsver}
|
|
|
1ad863 |
Requires: createrepo
|
|
|
f56914 |
Requires: NetworkManager >= %{nmver}
|
|
|
f56914 |
Requires: nm-connection-editor
|
|
|
f56914 |
Requires: dhclient
|
|
|
f56914 |
Requires: kbd
|
|
|
f56914 |
Requires: chrony
|
|
|
f56914 |
Requires: ntpdate
|
|
|
f56914 |
Requires: rsync
|
|
|
f56914 |
Requires: hostname
|
|
|
1ad863 |
Requires: systemd
|
|
|
f56914 |
%ifarch %{ix86} x86_64
|
|
|
f56914 |
Requires: fcoe-utils >= %{fcoeutilsver}
|
|
|
f56914 |
%endif
|
|
|
f56914 |
Requires: iscsi-initiator-utils >= %{iscsiver}
|
|
|
f56914 |
%ifarch %{ix86} x86_64 ia64
|
|
|
f56914 |
Requires: dmidecode
|
|
|
f56914 |
%if ! 0%{?rhel}
|
|
|
f56914 |
Requires: hfsplus-tools
|
|
|
f56914 |
%endif
|
|
|
f56914 |
%endif
|
|
|
1ad863 |
|
|
|
1ad863 |
Requires: python-coverage
|
|
|
1ad863 |
|
|
|
f56914 |
Obsoletes: anaconda-images <= 10
|
|
|
f56914 |
Provides: anaconda-images = %{version}-%{release}
|
|
|
f56914 |
Obsoletes: anaconda-runtime < %{version}-%{release}
|
|
|
f56914 |
Provides: anaconda-runtime = %{version}-%{release}
|
|
|
f56914 |
Obsoletes: booty <= 0.107-1
|
|
|
f56914 |
|
|
|
f56914 |
%description
|
|
|
f56914 |
The anaconda package contains the program which was used to install your
|
|
|
f56914 |
system.
|
|
|
f56914 |
|
|
|
f56914 |
%package widgets
|
|
|
f56914 |
Summary: A set of custom GTK+ widgets for use with anaconda
|
|
|
f56914 |
Group: System Environment/Libraries
|
|
|
f56914 |
Requires: pygobject3
|
|
|
f56914 |
Requires: python
|
|
|
f56914 |
|
|
|
f56914 |
%description widgets
|
|
|
f56914 |
This package contains a set of custom GTK+ widgets used by the anaconda installer.
|
|
|
f56914 |
|
|
|
f56914 |
%package widgets-devel
|
|
|
f56914 |
Summary: Development files for anaconda-widgets
|
|
|
f56914 |
Group: Development/Libraries
|
|
|
f56914 |
Requires: glade
|
|
|
f56914 |
Requires: anaconda-widgets = %{version}-%{release}
|
|
|
f56914 |
|
|
|
f56914 |
%description widgets-devel
|
|
|
f56914 |
This package contains libraries and header files needed for writing the anaconda
|
|
|
f56914 |
installer. It also contains Python and Glade support files, as well as
|
|
|
f56914 |
documentation for working with this library.
|
|
|
f56914 |
|
|
|
f56914 |
%package dracut
|
|
|
f56914 |
Summary: The anaconda dracut module
|
|
|
f56914 |
Requires: dracut >= %{dracutver}
|
|
|
f56914 |
Requires: dracut-network
|
|
|
f56914 |
Requires: xz
|
|
|
f56914 |
Requires: pykickstart
|
|
|
f56914 |
|
|
|
f56914 |
%description dracut
|
|
|
f56914 |
The 'anaconda' dracut module handles installer-specific boot tasks and
|
|
|
f56914 |
options. This includes driver disks, kickstarts, and finding the anaconda
|
|
|
f56914 |
runtime on NFS/HTTP/FTP servers or local disks.
|
|
|
f56914 |
|
|
|
f56914 |
%prep
|
|
|
f56914 |
%setup -q
|
|
Karanbir Singh |
f10f51 |
%patch1 -p1
|
|
|
f56914 |
|
|
|
f56914 |
%build
|
|
|
f56914 |
%configure --disable-static \
|
|
|
f56914 |
--enable-introspection \
|
|
|
f56914 |
--enable-gtk-doc
|
|
|
f56914 |
%{__make} %{?_smp_mflags}
|
|
|
f56914 |
|
|
|
f56914 |
%install
|
|
|
f56914 |
%{make_install}
|
|
|
f56914 |
find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
|
|
f56914 |
|
|
|
f56914 |
%ifarch %livearches
|
|
|
f56914 |
desktop-file-install ---dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/liveinst.desktop
|
|
|
f56914 |
%else
|
|
|
f56914 |
%{__rm} -rf %{buildroot}%{_bindir}/liveinst %{buildroot}%{_sbindir}/liveinst
|
|
|
f56914 |
%endif
|
|
|
f56914 |
|
|
|
f56914 |
%find_lang %{name}
|
|
|
f56914 |
|
|
|
f56914 |
|
|
|
f56914 |
%ifarch %livearches
|
|
|
f56914 |
%post
|
|
|
f56914 |
update-desktop-database &> /dev/null || :
|
|
|
f56914 |
%endif
|
|
|
f56914 |
|
|
|
f56914 |
%ifarch %livearches
|
|
|
f56914 |
%postun
|
|
|
f56914 |
update-desktop-database &> /dev/null || :
|
|
|
f56914 |
%endif
|
|
|
f56914 |
|
|
|
f56914 |
%files -f %{name}.lang
|
|
|
f56914 |
%doc COPYING
|
|
|
f56914 |
%{_unitdir}/*
|
|
|
f56914 |
%{_prefix}/lib/systemd/system-generators/*
|
|
|
f56914 |
%{_bindir}/instperf
|
|
|
f56914 |
%{_sbindir}/anaconda
|
|
|
f56914 |
%{_sbindir}/handle-sshpw
|
|
|
f56914 |
%{_sbindir}/logpicker
|
|
|
f56914 |
%{_datadir}/anaconda
|
|
|
f56914 |
%{_prefix}/libexec/anaconda
|
|
|
f56914 |
%{_libdir}/python*/site-packages/pyanaconda/*
|
|
|
f56914 |
%{_libdir}/python*/site-packages/log_picker/*
|
|
|
f56914 |
%{_bindir}/analog
|
|
|
f56914 |
%{_bindir}/anaconda-cleanup
|
|
|
f56914 |
%ifarch %livearches
|
|
|
f56914 |
%{_bindir}/liveinst
|
|
|
f56914 |
%{_sbindir}/liveinst
|
|
|
f56914 |
%config(noreplace) %{_sysconfdir}/pam.d/*
|
|
|
f56914 |
%config(noreplace) %{_sysconfdir}/security/console.apps/*
|
|
|
f56914 |
%{_sysconfdir}/X11/xinit/xinitrc.d/*
|
|
|
f56914 |
%{_datadir}/applications/*.desktop
|
|
|
f56914 |
%{_datadir}/icons/hicolor/*
|
|
|
f56914 |
%endif
|
|
|
f56914 |
|
|
|
f56914 |
%files widgets
|
|
|
f56914 |
%{_libdir}/libAnacondaWidgets.so.*
|
|
|
f56914 |
%{_libdir}/girepository*/AnacondaWidgets*typelib
|
|
|
f56914 |
%{_libdir}/python*/site-packages/gi/overrides/*
|
|
|
f56914 |
%{_datadir}/anaconda/tzmapdata/*
|
|
|
f56914 |
|
|
|
f56914 |
%files widgets-devel
|
|
|
f56914 |
%{_libdir}/libAnacondaWidgets.so
|
|
|
f56914 |
%{_includedir}/*
|
|
|
f56914 |
%{_datadir}/glade/catalogs/AnacondaWidgets.xml
|
|
|
f56914 |
%{_datadir}/gtk-doc
|
|
|
f56914 |
|
|
|
f56914 |
%files dracut
|
|
|
f56914 |
%dir %{_prefix}/lib/dracut/modules.d/80%{name}
|
|
|
f56914 |
%{_prefix}/lib/dracut/modules.d/80%{name}/*
|
|
|
f56914 |
%{_prefix}/libexec/anaconda/dd_*
|
|
|
f56914 |
|
|
|
f56914 |
%changelog
|
|
Karanbir Singh |
f10f51 |
* Mon Jun 16 2014 Karanbir Singh <kbsingh@centos.org> - 19.31.79-1.el7.centos.1
|
|
Karanbir Singh |
f10f51 |
- Add patch to inject CentOS install class, and make it default
|
|
Karanbir Singh |
f10f51 |
|
|
|
7e3fa7 |
* Tue Apr 29 2014 Brian C. Lane <bcl@redhat.com> - 19.31.79-1
|
|
|
7e3fa7 |
- network: fix device configuration in text mode (rvykydal)
|
|
|
7e3fa7 |
Resolves: rhbz#1091434
|
|
|
7e3fa7 |
|
|
|
7e3fa7 |
* Mon Apr 28 2014 Brian C. Lane <bcl@redhat.com> - 19.31.78-1
|
|
|
7e3fa7 |
- Fix unloading modules in driver-updates (wwoods)
|
|
|
7e3fa7 |
Resolves: rhbz#1085099
|
|
|
7e3fa7 |
|
|
|
1ad863 |
* Wed Apr 09 2014 Brian C. Lane <bcl@redhat.com> - 19.31.77-1
|
|
|
1ad863 |
- network: show ip of device with default route for vnc and ssh (rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1083305
|
|
|
1ad863 |
|
|
|
1ad863 |
* Mon Apr 07 2014 Brian C. Lane <bcl@redhat.com> - 19.31.76-1
|
|
|
1ad863 |
- network: adapt to NM fixing virtual device disconnection (rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1084953
|
|
|
1ad863 |
|
|
|
1ad863 |
* Tue Apr 01 2014 Brian C. Lane <bcl@redhat.com> - 19.31.75-1
|
|
|
1ad863 |
- Display WWIDs in the filter UI for FCoE devices (clumens).
|
|
|
1ad863 |
Resolves: rhbz#1080316
|
|
|
1ad863 |
- Make it possible to override translation domain in GUIObjects (mkolman).
|
|
|
1ad863 |
Related: rhbz#1040240
|
|
|
1ad863 |
|
|
|
1ad863 |
* Fri Mar 28 2014 Brian C. Lane <bcl@redhat.com> - 19.31.74-1
|
|
|
1ad863 |
- network: don't crash on virtual devices turned off (rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1080640
|
|
|
1ad863 |
- Do not try to set keyboard preview dialog's size (vpodzime)
|
|
|
1ad863 |
Resolves: rhbz#1011140
|
|
|
1ad863 |
|
|
|
1ad863 |
* Thu Mar 27 2014 Brian C. Lane <bcl@redhat.com> - 19.31.73-1
|
|
|
1ad863 |
- Add a list of cmdline args that append instead of replace (bcl)
|
|
|
1ad863 |
Related: rhbz#1073130
|
|
|
1ad863 |
|
|
|
1ad863 |
* Mon Mar 24 2014 Brian C. Lane <bcl@redhat.com> - 19.31.72-1
|
|
|
1ad863 |
- Check boot args for None (bcl)
|
|
|
1ad863 |
Related: rhbz#1073130
|
|
|
1ad863 |
Resolves: rhbz#1075918
|
|
|
1ad863 |
- network: don't pop HWADDR twice for vlan on s390 (rvykydal)
|
|
|
1ad863 |
Related: rhbz#1061646
|
|
|
1ad863 |
|
|
|
1ad863 |
* Fri Mar 21 2014 Brian C. Lane <bcl@redhat.com> - 19.31.71-1
|
|
|
1ad863 |
- driverdisk: Show selection menu for network driver isos (bcl)
|
|
|
1ad863 |
Resolves: rhbz#1075918
|
|
|
1ad863 |
|
|
|
1ad863 |
* Wed Mar 19 2014 Brian C. Lane <bcl@redhat.com> - 19.31.70-1
|
|
|
1ad863 |
- Write a modprobe blacklist (bcl)
|
|
|
1ad863 |
Resolves: rhbz#1073130
|
|
|
1ad863 |
- Append cmdline arg values in BootArgs (bcl)
|
|
|
1ad863 |
Related: rhbz#1073130
|
|
|
1ad863 |
- Only the Summary TUI hub wants to accept 'b' to continue (vpodzime)
|
|
|
1ad863 |
Resolves: rhbz#1077546
|
|
|
1ad863 |
|
|
|
1ad863 |
* Tue Mar 18 2014 Brian C. Lane <bcl@redhat.com> - 19.31.69-1
|
|
|
1ad863 |
- Convert iter from filter model iter to backing store iter (amulhern)
|
|
|
1ad863 |
Resolves: rhbz#1074188
|
|
|
1ad863 |
|
|
|
1ad863 |
* Fri Mar 14 2014 Brian C. Lane <bcl@redhat.com> - 19.31.68-1
|
|
|
1ad863 |
- Revert "Refresh after checkbox clicked (amulhern)"
|
|
|
1ad863 |
Related: rhbz#1074188
|
|
|
1ad863 |
- Wait for other threads to finish before sending ready (bcl)
|
|
|
1ad863 |
Resolves: rhbz#1075103
|
|
|
1ad863 |
|
|
|
1ad863 |
* Tue Mar 11 2014 Brian C. Lane <bcl@redhat.com> - 19.31.67-1
|
|
|
1ad863 |
- driver-updates: accept burned driver discs (wwoods)
|
|
|
1ad863 |
Resolves: rhbz#1073719
|
|
|
1ad863 |
- Refresh after checkbox clicked (amulhern)
|
|
|
1ad863 |
Resolves: rhbz#1074188
|
|
|
1ad863 |
- Don't create bootloader entries for kdump initrd and kernel.
|
|
|
1ad863 |
(sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#1036086
|
|
|
1ad863 |
- Cover both possible ways that GUI WWID may have been set (amulhern)
|
|
|
1ad863 |
Resolves: rhbz#1074184
|
|
|
1ad863 |
- network: apply ks configuration to devices activated in initramfs (rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1037605
|
|
|
1ad863 |
- Make it obvious user is going to begin installation. (sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#975793
|
|
|
1ad863 |
- Fix error handling in cmdline mode. (sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#1034773
|
|
|
1ad863 |
- Do nothing if previously selected selector gets focus again (vpodzime)
|
|
|
1ad863 |
Resolves: rhbz#1029798
|
|
|
1ad863 |
|
|
|
1ad863 |
* Fri Mar 07 2014 Brian C. Lane <bcl@redhat.com> - 19.31.66-1
|
|
|
1ad863 |
- set proxy related environmental variables (bcl)
|
|
|
1ad863 |
Resolves: rhbz#854029
|
|
|
1ad863 |
- network: handle race condition of disappearing active connection (rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1073424
|
|
|
1ad863 |
- Do not write out /etc/adjtime file on s390(x) (vpodzime)
|
|
|
1ad863 |
Resolves: rhbz#1070748
|
|
|
1ad863 |
- Don't traceback, just log a warning if connection is unavailable (mkolman)
|
|
|
1ad863 |
Resolves: rhbz#1070928
|
|
|
1ad863 |
|
|
|
1ad863 |
* Tue Mar 04 2014 Brian C. Lane <bcl@redhat.com> - 19.31.65-1
|
|
|
1ad863 |
- driver-updates: skip iso selection with OEMDRV (bcl)
|
|
|
1ad863 |
Related: rhbz#1066784
|
|
|
1ad863 |
- driver-updates: allow interactive mode to load multiple devices (wwoods)
|
|
|
1ad863 |
Related: rhbz#1066784
|
|
|
1ad863 |
- driver-updates: add DoRefresh loop to select_iso() (wwoods)
|
|
|
1ad863 |
Resolves: rhbz#1066784
|
|
|
1ad863 |
- driver-updates: add 'refresh' to selection_menu() (wwoods)
|
|
|
1ad863 |
Related: rhbz#1066784
|
|
|
1ad863 |
- driver-updates: rework 'dd_finished' handling (wwoods)
|
|
|
1ad863 |
Related: rhbz#1066784
|
|
|
1ad863 |
- driver-updates: refactor dd_scan (wwoods)
|
|
|
1ad863 |
Related: rhbz#1066784
|
|
|
1ad863 |
- driver-updates: refactor menu to allow other options (wwoods)
|
|
|
1ad863 |
Related: rhbz#1066784
|
|
|
1ad863 |
- Bump blivet Requires for DASD changes. (sbueno+anaconda)
|
|
|
1ad863 |
Related: rhbz#1064423
|
|
|
1ad863 |
- Add GUI and TUI logic to handle unformatted DASDs. (sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#1064423
|
|
|
1ad863 |
- Show unformatted DASDs in the local disk store. (sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#1064423
|
|
|
1ad863 |
- Add dialog box to warn about formatting DASDs. (sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#1064423
|
|
|
1ad863 |
- Update disk refs when recovering from a devicefactory failure. (dlehman)
|
|
|
1ad863 |
Resolves: rhbz#1032141
|
|
|
1ad863 |
- network kickstart: do not bind to MAC if SUBCHANNELS are present (rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1070232
|
|
|
1ad863 |
|
|
|
1ad863 |
* Fri Feb 28 2014 Brian C. Lane <bcl@redhat.com> - 19.31.64-1
|
|
|
1ad863 |
- Fix console for s390 and 'noshell' mode (wwoods)
|
|
|
1ad863 |
Resolves: rhbz#1070672
|
|
|
1ad863 |
- Set the name in the volume group store (dshea)
|
|
|
1ad863 |
Resolves: rhbz#1070854
|
|
|
1ad863 |
- Always run efibootmgr from ROOT_PATH (bcl)
|
|
|
1ad863 |
Resolves: rhbz#1054968
|
|
|
1ad863 |
- Only run gtk actions in the gtk thread. (dshea)
|
|
|
1ad863 |
Resolves: rhbz#1067405
|
|
|
1ad863 |
- Don't ignore the directory of the driver disk iso file (vpodzime)
|
|
|
1ad863 |
Related: rhbz#1036765
|
|
|
1ad863 |
|
|
|
1ad863 |
* Wed Feb 26 2014 Brian C. Lane <bcl@redhat.com> - 19.31.63-1
|
|
|
1ad863 |
- Revert "Force reboot the system on cmdline error. (sbueno+anaconda)"
|
|
|
1ad863 |
Related: rhbz#1034773
|
|
|
1ad863 |
- Revert "Make it obvious user is going to begin installation.
|
|
|
1ad863 |
(sbueno+anaconda)"
|
|
|
1ad863 |
Related: rhbz#975793
|
|
|
1ad863 |
- Add createrepo Requires (bcl)
|
|
|
1ad863 |
Related: rhbz#1016004
|
|
|
1ad863 |
- ListStore.remove expects an iter, not an int (clumens).
|
|
|
1ad863 |
Resolves: rhbz#1062752
|
|
|
1ad863 |
- Don't require network in standalone spoke for media installs (rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1066807
|
|
|
1ad863 |
- Add support for kickstart --interfacename for vlans (rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1061646
|
|
|
1ad863 |
- network: detect also fcoe vlan device names exceeding IFNAMESIZ (rvykydal)
|
|
|
1ad863 |
Related: rhbz#1051268
|
|
|
1ad863 |
|
|
|
1ad863 |
* Tue Feb 25 2014 Brian C. Lane <bcl@redhat.com> - 19.31.62-1
|
|
|
1ad863 |
- driverdisk: Create a repo for network drivers (bcl)
|
|
|
1ad863 |
Resolves: rhbz#1016004
|
|
|
1ad863 |
- fix inst.noshell (wwoods)
|
|
|
1ad863 |
Resolves: rhbz#1058607
|
|
|
1ad863 |
- Don't use tmux for inst.noshell (wwoods)
|
|
|
1ad863 |
Resolves: rhbz#1058607
|
|
|
1ad863 |
- driverdisk: Catch blkid failure (bcl)
|
|
|
1ad863 |
Related: rhbz#1036765
|
|
|
1ad863 |
- driverdisk: Ignore extra blkid fields (bcl)
|
|
|
1ad863 |
Resolves: rhbz#1036765
|
|
|
1ad863 |
- We can't trust rhcrashkernel-param to give us newline-free text. (pjones)
|
|
|
1ad863 |
Related: rhbz#814813
|
|
|
1ad863 |
- Enable python-coverage in anaconda (dshea)
|
|
|
1ad863 |
Resolves: rhbz#1066339
|
|
|
1ad863 |
- Remove redundant _setCurrentFreeSpace() call (amulhern)
|
|
|
1ad863 |
Related: rhbz#1043763
|
|
|
1ad863 |
- Ensure media being verified is always unmounted (dshea)
|
|
|
1ad863 |
Resolves: rhbz#1050943
|
|
|
1ad863 |
- Write 'text'/'cmdline' in anaconda-ks.cfg in text/cmdline mode (wwoods)
|
|
|
1ad863 |
Related: rhbz#1021963
|
|
|
1ad863 |
- text install -> text system (wwoods)
|
|
|
1ad863 |
Resolves: rhbz#1021963
|
|
|
1ad863 |
- Support the 'skipx' kickstart command (wwoods)
|
|
|
1ad863 |
Related: rhbz#1021963
|
|
|
1ad863 |
- setup default environment in initialize instead of refresh (bcl)
|
|
|
1ad863 |
Resolves: rhbz#1066972
|
|
|
1ad863 |
- Fix a nitpick from bcl. (pjones)
|
|
|
1ad863 |
Related: rhbz#814813
|
|
|
1ad863 |
- Force reboot the system on cmdline error. (sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#1034773
|
|
|
1ad863 |
- Make rhcrashkernel-param get run on non-GRUB 2 platforms. (pjones)
|
|
|
1ad863 |
Resolves: rhbz#814813
|
|
|
1ad863 |
- fix typo, extra bracket (bcl)
|
|
|
1ad863 |
Resolves: rhbz#1067758
|
|
|
1ad863 |
- Do not use shim.efi on ARMv8 aarch64 (dmarlin)
|
|
|
1ad863 |
Resolves: rhbz#1067758
|
|
|
1ad863 |
- Handle missing environments specified through kickstart (clumens).
|
|
|
1ad863 |
Resolves: rhbz#1067492
|
|
|
1ad863 |
- Add 'c' to continue to timezone TUI spoke. (sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#979335
|
|
|
1ad863 |
- Make it obvious user is going to begin installation. (sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#975793
|
|
|
1ad863 |
|
|
|
1ad863 |
* Fri Feb 21 2014 Brian C. Lane <bcl@redhat.com> - 19.31.61-1
|
|
|
1ad863 |
- Skip running efibootmgr for image and dir installations (bcl)
|
|
|
1ad863 |
Resolves: rhbz#1067749
|
|
|
1ad863 |
- reiserfs is not supported (bcl)
|
|
|
1ad863 |
Resolves: rhbz#1066635
|
|
|
1ad863 |
- Show hidden disk images (bcl)
|
|
|
1ad863 |
Resolves: rhbz#1034996
|
|
|
1ad863 |
- remove epdb SIGHUP debug handler (bcl)
|
|
|
1ad863 |
Related: rhbz#1065557
|
|
|
1ad863 |
- Preserve ipv6.disable=1 on target system (wwoods)
|
|
|
1ad863 |
Resolves: rhbz#1040751
|
|
|
1ad863 |
- Check that s390x LVM configuration is valid. (sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#873135
|
|
|
1ad863 |
Resolves: rhbz#885011
|
|
|
1ad863 |
- Re-apply disk selection on error in TUI storage. (sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#1056316
|
|
|
1ad863 |
- Disable tmpfs in the GUI (mkolman)
|
|
|
1ad863 |
Resolves: rhbz#1061666
|
|
|
1ad863 |
- Change the CSS class name of the sidebar (clumens).
|
|
|
1ad863 |
Resolves: rhbz#1067049
|
|
|
1ad863 |
- Error on "bootloader --location=partition" when using grub2 (clumens).
|
|
|
1ad863 |
Resolves: rhbz#969095
|
|
|
1ad863 |
- Fix heredoc usage in generated /etc/grub.d/01_users (dcantrell).
|
|
|
1ad863 |
Resolves: rhbz#1044404
|
|
|
1ad863 |
|
|
|
1ad863 |
* Tue Feb 18 2014 Brian C. Lane <bcl@redhat.com> - 19.31.60-1
|
|
|
1ad863 |
- Set mandatory property in network tui spoke. (sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#1064139
|
|
|
1ad863 |
- Disallow /boot on RAID on s390x. (sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#1027670
|
|
|
1ad863 |
- Use devicetree.resolveDevice instead of udev_resolve_devspec. (dlehman)
|
|
|
1ad863 |
Resolves: rhbz#1047338
|
|
|
1ad863 |
- Set ThreadManager.any_errors to be a property (dshea)
|
|
|
1ad863 |
Resolves: rhbz#1066467
|
|
|
1ad863 |
- driverdisk: Parse all blkid output (bcl)
|
|
|
1ad863 |
Resolves: rhbz#857248
|
|
|
1ad863 |
Related: rhbz#1036765
|
|
|
1ad863 |
- Use vc_keymap as X layout only if we get nothing from localed (vpodzime)
|
|
|
1ad863 |
Resolves: rhbz#1066018
|
|
|
1ad863 |
- Tell libreport if it is a final release or not (vpodzime)
|
|
|
1ad863 |
Resolves: rhbz#1063690
|
|
|
1ad863 |
- Fix blkid output parsing and our output (vpodzime)
|
|
|
1ad863 |
Related: rhbz#1036765
|
|
|
1ad863 |
|
|
|
1ad863 |
* Fri Feb 14 2014 Brian C. Lane <bcl@redhat.com> - 19.31.59-1
|
|
|
1ad863 |
- Allow using globs and alternative paths for specifying boot drive (clumens).
|
|
|
1ad863 |
Resolves: rhbz#1057282
|
|
|
1ad863 |
- Remove app_paintable from a couple nav boxes (clumens).
|
|
|
1ad863 |
Resolves: rhbz#1064708
|
|
|
1ad863 |
- Allow catching exceptions from threads (vpodzime)
|
|
|
1ad863 |
Resolves: rhbz#1063705
|
|
|
1ad863 |
|
|
|
1ad863 |
* Tue Feb 11 2014 Brian C. Lane <bcl@redhat.com> - 19.31.58-1
|
|
|
1ad863 |
- adding support for new rhel7 branding graphics (duffy)
|
|
|
1ad863 |
Related: rhbz#1045250
|
|
|
1ad863 |
- Properly retry package downloads (mkolman)
|
|
|
1ad863 |
Resolves: rhbz#924860
|
|
|
1ad863 |
- Mark language search string in welcome spoke translatable. (sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#955229
|
|
|
1ad863 |
- Automatically reboot after successful cmdline installation. (sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#1056507
|
|
|
1ad863 |
- dracut: add when_any_cdrom_appears for cdrom autoprobe (wwoods)
|
|
|
1ad863 |
Resolves: rhbz#1049237
|
|
|
1ad863 |
- Update the Aarch64 packages to include efibootmgr (dmarlin)
|
|
|
1ad863 |
Resolves: rhbz#1061927
|
|
|
1ad863 |
- kickstart user accounts should be locked by default (bcl)
|
|
|
1ad863 |
Resolves: rhbz#1063554
|
|
|
1ad863 |
- Move save_netinfo into a hook (bcl)
|
|
|
1ad863 |
Resolves: rhbz#1048231
|
|
|
1ad863 |
- Fix kickstart 'updates' command (wwoods)
|
|
|
1ad863 |
Resolves: rhbz#999898
|
|
|
1ad863 |
- Make sure LUKS devices can say they have a key (amulhern)
|
|
|
1ad863 |
Resolves: rhbz#1060255
|
|
|
1ad863 |
- Handle LUKS passphrase before doing sanity check (amulhern)
|
|
|
1ad863 |
Resolves: rhbz#1060255
|
|
|
1ad863 |
- Remove some unnecessary resets (amulhern)
|
|
|
1ad863 |
Related: rhbz#1060255
|
|
|
1ad863 |
- Do not consider no available LUKS passphrase an error in do_autopart
|
|
|
1ad863 |
(amulhern)
|
|
|
1ad863 |
Resolves: rhbz#1060255
|
|
|
1ad863 |
- Adapt to new blivet.sanityCheck() return type (amulhern)
|
|
|
1ad863 |
Related: rhbz#1060255
|
|
|
1ad863 |
- Adapt StorageChecker class for changed return type of sanityCheck (amulhern)
|
|
|
1ad863 |
Related: rhbz#1060255
|
|
|
1ad863 |
- Add sanityCheck functionality back into AutoPart.execute() (amulhern)
|
|
|
1ad863 |
Related: rhbz#1060255
|
|
|
1ad863 |
- Bump blivet version for changed sanityCheck() interface (amulhern)
|
|
|
1ad863 |
Related: rhbz#1060255
|
|
|
1ad863 |
- Removed unused ErrorRecoveryFailure import (amulhern)
|
|
|
1ad863 |
Related: rhbz#1060255
|
|
|
1ad863 |
- network: adapt to changed handling of devices without carrier in NM
|
|
|
1ad863 |
(rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1062417
|
|
|
1ad863 |
- Once again fix cmdline error handling. (sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#1034773
|
|
|
1ad863 |
- On incomplete ks, don't automatically proceed with install. (sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#1034282
|
|
|
1ad863 |
- Add correct kernel params if rootfs is btrfs on s390x. (sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#874622
|
|
|
1ad863 |
|
|
|
1ad863 |
* Fri Feb 07 2014 Brian C. Lane <bcl@redhat.com> - 19.31.57-1
|
|
|
1ad863 |
- driverdisk: Use a single systemd service to start DD UI (bcl)
|
|
|
1ad863 |
Related: rhbz#1035663
|
|
|
1ad863 |
- driverdisk: Add dd_args_ks handling to driver-updates (bcl)
|
|
|
1ad863 |
Resolves: rhbz#1035663
|
|
|
1ad863 |
- driverdisk: Process kickstart driverdisk commands (bcl)
|
|
|
1ad863 |
Related: rhbz#1035663
|
|
|
1ad863 |
- driverdisk: Handle kickstart driverdisk command (bcl)
|
|
|
1ad863 |
Related: rhbz#1035663
|
|
|
1ad863 |
- driverdisk: Use getargs instead of the env variable (bcl)
|
|
|
1ad863 |
Related: rhbz#1035663
|
|
|
1ad863 |
- If a user has been created, don't allow entering the user spoke (clumens).
|
|
|
1ad863 |
Resolves: rhbz#1058564
|
|
|
1ad863 |
- Fix crashes in the LayoutIndicator dispose function. (dshea)
|
|
|
1ad863 |
Resolves: rhbz#1061206
|
|
|
1ad863 |
- Add support for fcoe --autovlan option (rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1055779
|
|
|
1ad863 |
- Require systemd (dshea)
|
|
|
1ad863 |
Resolves: rhbz#1060823
|
|
|
1ad863 |
- Remove the now-unused anaconda_spoke_header.png. (clumens)
|
|
|
1ad863 |
Related: rhbz#1045250
|
|
|
1ad863 |
- Minor aesthetic cleanups (duffy).
|
|
|
1ad863 |
Resolves: rhbz#1045250
|
|
|
1ad863 |
- Add a topbar design to SpokeWindows. (duffy)
|
|
|
1ad863 |
Resolves: rhbz#1045250
|
|
|
1ad863 |
- Prevent kickstart parsing errors from ending up in boot options (mkolman)
|
|
|
1ad863 |
Resolves: rhbz#1060184
|
|
|
1ad863 |
- Add a sidebar to the standalone and hub windows (duffy)
|
|
|
1ad863 |
Resolves: rhbz#1045250
|
|
|
1ad863 |
- Allow specifying an environment in the kickstart file (clumens).
|
|
|
1ad863 |
Resolves: rhbz#1050994
|
|
|
1ad863 |
- The autopart scheme combo should work for creating partitions manually, too.
|
|
|
1ad863 |
(clumens)
|
|
|
1ad863 |
Related: rhbz#1014671
|
|
|
1ad863 |
- Global screenshot support (mkolman)
|
|
|
1ad863 |
Related: rhbz#1025038
|
|
|
1ad863 |
|
|
|
1ad863 |
* Tue Feb 04 2014 Brian C. Lane <bcl@redhat.com> - 19.31.56-1
|
|
|
1ad863 |
- Add option help text for --image and --dirinstall flags (amulhern)
|
|
|
1ad863 |
Resolves: rhbz#1056791
|
|
|
1ad863 |
- Search for service files of all first boot utilities (vpodzime)
|
|
|
1ad863 |
Resolves: rhbz#1060698
|
|
|
1ad863 |
- Check RAID10 box for BTRFS (amulhern)
|
|
|
1ad863 |
Resolves: rhbz#1021856
|
|
|
1ad863 |
- Remove unused import (amulhern)
|
|
|
1ad863 |
Related: rhbz#1022497
|
|
|
1ad863 |
- Change the string used to test for serial console (dmarlin)
|
|
|
1ad863 |
Resolves: rhbz#1054951
|
|
|
1ad863 |
|
|
|
1ad863 |
* Fri Jan 31 2014 Brian C. Lane <bcl@redhat.com> - 19.31.55-1
|
|
|
1ad863 |
- Fix iscsi target selection checkbox in GUI (rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1058653
|
|
|
1ad863 |
- Don't Require NetworkManager-config-server (rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1012511
|
|
|
1ad863 |
Related: rhbz#1012511
|
|
|
1ad863 |
- Set progress bar to 100 %% in a different way (vpodzime)
|
|
|
1ad863 |
Resolves: rhbz#1058755
|
|
|
1ad863 |
- Do not add step for realmd if we are not gonna run it (vpodzime)
|
|
|
1ad863 |
Related: rhbz#1058755
|
|
|
1ad863 |
- Make sure directory for DD extraction exists (vpodzime)
|
|
|
1ad863 |
Related: rhbz#1016004
|
|
|
1ad863 |
- Removed unused variable (amulhern)
|
|
|
1ad863 |
Resolves: rhbz#982164
|
|
|
1ad863 |
Related: rhbz#982164
|
|
|
1ad863 |
- Handle --image arguments more thoroughly (amulhern)
|
|
|
1ad863 |
Resolves: rhbz#982164
|
|
|
1ad863 |
- Style the Done button to make it more noticable (mizmo). (clumens)
|
|
|
1ad863 |
Related: rhbz#1045250
|
|
|
1ad863 |
- Display free space remaining in containers (clumens).
|
|
|
1ad863 |
Resolves: rhbz#1035832
|
|
|
1ad863 |
- If a root password is set, don't show the spoke (clumens).
|
|
|
1ad863 |
Resolves: rhbz#1041405
|
|
|
1ad863 |
|
|
|
1ad863 |
* Tue Jan 28 2014 Brian C. Lane <bcl@redhat.com> - 19.31.54-1
|
|
|
1ad863 |
- Set an upper limit on uids and gids. (dshea)
|
|
|
1ad863 |
Resolves: rhbz#1053103
|
|
|
1ad863 |
- Change the reclaim space button rules (bcl)
|
|
|
1ad863 |
Resolves: rhbz#980496
|
|
|
1ad863 |
Related: rhbz#980496
|
|
|
1ad863 |
- Check the validity of generated usernames in TUI (dshea)
|
|
|
1ad863 |
Resolves: rhbz#1058634
|
|
|
1ad863 |
- Allow capital letters in usernames (dshea)
|
|
|
1ad863 |
Resolves: rhbz#1058638
|
|
|
1ad863 |
- Display custom part warnings/errors on the spoke itself (clumens).
|
|
|
1ad863 |
Resolves: rhbz#975840
|
|
|
1ad863 |
- Use integer numbers of megabytes in the Reclaim dialog (vpodzime)
|
|
|
1ad863 |
Resolves: rhbz#1034232
|
|
|
1ad863 |
- Fix pylint errors (dshea)
|
|
|
1ad863 |
Related: rhbz#1021506
|
|
|
1ad863 |
- Move the Quit button to the right and make it consistently sized (clumens).
|
|
|
1ad863 |
Resolves: rhbz#1038802
|
|
|
1ad863 |
- Change the product name we key off (clumens).
|
|
|
1ad863 |
Resolves: rhbz#1055019
|
|
|
1ad863 |
- Don't include zero sized disks in the custom part UI either (clumens).
|
|
|
1ad863 |
Resolves: rhbz#903131
|
|
|
1ad863 |
- "Delete All" on the reclaim dialog should not delete hdiso source (clumens).
|
|
|
1ad863 |
Resolves: rhbz#980496
|
|
|
1ad863 |
- Add a scrollbar to the error dialog (clumens).
|
|
|
1ad863 |
Resolves: rhbz#1021506
|
|
|
1ad863 |
- Don't show the language twice for keyboard layouts. (dshea)
|
|
|
1ad863 |
Resolves: rhbz#1021849
|
|
|
1ad863 |
|
|
|
1ad863 |
* Fri Jan 24 2014 Brian C. Lane <bcl@redhat.com> - 19.31.53-1
|
|
|
1ad863 |
- Put Xorg on tty6 in accordance with Ancient Anaconda Tradition (wwoods)
|
|
|
1ad863 |
Resolves: rhbz#980062
|
|
|
1ad863 |
- handle "ks=cdrom[:<path>]" on systems with multiple CDs (wwoods)
|
|
|
1ad863 |
Resolves: rhbz#1049237
|
|
|
1ad863 |
- Fix page logic in driver selection (bcl)
|
|
|
1ad863 |
Resolves: rhbz#1055333
|
|
|
1ad863 |
- Fix problems going into custom partitioning with the new work flow. (clumens)
|
|
|
1ad863 |
Related: rhbz#1014671
|
|
|
1ad863 |
- Allow going to the reclaim dialog even for autopart (clumens).
|
|
|
1ad863 |
Resolves: rhbz#1014671
|
|
|
1ad863 |
- Add the autopart type combo to custom storage (clumens).
|
|
|
1ad863 |
Resolves: rhbz#1014671
|
|
|
1ad863 |
- Tweak DiskOverview spacing a little bit (clumens).
|
|
|
1ad863 |
Resolves: rhbz#1014671
|
|
|
1ad863 |
- Add custom part and encryption buttons to the main storage spoke (clumens).
|
|
|
1ad863 |
Resolves: rhbz#1014671
|
|
|
1ad863 |
- Remove the existing install_options1 dialog, rename the others (clumens).
|
|
|
1ad863 |
Resolves: rhbz#1014671
|
|
|
1ad863 |
- Extend the timeout period to 180s in the case of cmdline error.
|
|
|
1ad863 |
(sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#1034773
|
|
|
1ad863 |
|
|
|
1ad863 |
* Thu Jan 23 2014 Brian C. Lane <bcl@redhat.com> - 19.31.52-1
|
|
|
1ad863 |
- Only eject CDROM devices we're actually using (wwoods)
|
|
|
1ad863 |
Resolves: rhbz#966495
|
|
|
1ad863 |
- Use validate_label to check whether label should be updated (mulhern)
|
|
|
1ad863 |
Related: rhbz#1038590
|
|
|
1ad863 |
- Always reject label if the format exists (mulhern)
|
|
|
1ad863 |
Related: rhbz#1038590
|
|
|
1ad863 |
- Make label field always sensitive (mulhern)
|
|
|
1ad863 |
Related: rhbz#1038590
|
|
|
1ad863 |
- Give users way to select DD ISO interactively (vpodzime)
|
|
|
1ad863 |
Resolves: rhbz#1036765
|
|
|
1ad863 |
- Save module list after initial module load (bcl)
|
|
|
1ad863 |
Resolves: rhbz#1050352
|
|
|
1ad863 |
|
|
|
1ad863 |
* Wed Jan 22 2014 Brian C. Lane <bcl@redhat.com> - 19.31.51-1
|
|
|
1ad863 |
- fcoe: add fcoe=<NIC>:<EDB> to boot options for nics added manually (rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1040215
|
|
|
1ad863 |
- Be more liberal in what is accepted as a size unit. (dshea)
|
|
|
1ad863 |
Resolves: rhbz#1039485
|
|
|
1ad863 |
- Set device.format.label field close to where we read it (amulhern)
|
|
|
1ad863 |
Resolves: rhbz#1056139
|
|
|
1ad863 |
- network: set ONBOOT=yes for iface used during DVD (hd:) installation
|
|
|
1ad863 |
(rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1052898
|
|
|
1ad863 |
- Fix tb due to non-existant disk attr. (sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#1056019
|
|
|
1ad863 |
Resolves: rhbz#1054746
|
|
|
1ad863 |
- Install the rpmrc file to the initrd.img (vpodzime)
|
|
|
1ad863 |
Resolves: rhbz#1016004
|
|
|
1ad863 |
- Give users hint about VNC password restrictions (vpodzime)
|
|
|
1ad863 |
Resolves: rhbz#1053546
|
|
|
1ad863 |
- Unlock encrypted partitions before finding installations (vpodzime)
|
|
|
1ad863 |
Resolves: rhbz#1043783
|
|
|
1ad863 |
|
|
|
1ad863 |
* Mon Jan 20 2014 Brian C. Lane <bcl@redhat.com> - 19.31.50-1
|
|
|
1ad863 |
- Use DataHolder for TUI nfs data (bcl)
|
|
|
1ad863 |
Resolves: rhbz#1034427
|
|
|
1ad863 |
- Add DataHolder class (bcl)
|
|
|
1ad863 |
Related: rhbz#1034427
|
|
|
1ad863 |
Resolves: rhbz#1034427
|
|
|
1ad863 |
- Various changes to handling of filesystem label setting (mulhern)
|
|
|
1ad863 |
Related: rhbz#1038590
|
|
|
1ad863 |
- Don't show actions next to free space lines in the reclaim dialog (clumens).
|
|
|
1ad863 |
Resolves: rhbz#1054208
|
|
|
1ad863 |
- If there's a label in the ISO device combo, put it on a new line (clumens).
|
|
|
1ad863 |
Resolves: rhbz#1031727
|
|
|
1ad863 |
- network: don't activate default auto connections after switchroot (rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1012511
|
|
|
1ad863 |
- network ks: allow setting only hostname with network command (rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1051564
|
|
|
1ad863 |
|
|
|
1ad863 |
* Fri Jan 17 2014 Brian C. Lane <bcl@redhat.com> - 19.31.49-1
|
|
|
1ad863 |
- Show labels on Add zFCP dialog. (sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#1054675
|
|
|
1ad863 |
- Check for certain disk attrs before trying to access them. (sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#1053055
|
|
|
1ad863 |
- Change the name of the system z devices panel. (sbueno+anaconda)
|
|
|
1ad863 |
Related: rhbz#1024949
|
|
|
1ad863 |
Resolves: rhbz#1024949
|
|
|
1ad863 |
- Fix selector device matching for unallocated partitions. (dlehman)
|
|
|
1ad863 |
Resolves: rhbz#1044523
|
|
|
1ad863 |
- Grow the spoke gradient image to fit the nav_area (clumens).
|
|
|
1ad863 |
Resolves: rhbz#1035772
|
|
|
1ad863 |
- Remove the UID and GID maximums. (dshea)
|
|
|
1ad863 |
Resolves: rhbz#1053103
|
|
|
1ad863 |
|
|
|
1ad863 |
* Thu Jan 16 2014 Brian C. Lane <bcl@redhat.com> - 19.31.48-1
|
|
|
1ad863 |
- Return program output as a string instead of a list (dshea)
|
|
|
1ad863 |
Resolves: rhbz#1054142
|
|
|
1ad863 |
|
|
|
1ad863 |
* Thu Jan 16 2014 Vratislav Podzimek <vpodzime@redhat.com> - 19.31.47-1
|
|
|
1ad863 |
- Fix closest mirror showing up when it shouldn't (mkolman)
|
|
|
1ad863 |
Resolves: rhbz#1031663
|
|
|
1ad863 |
- There is no raid module on rhel7-branch (vpodzime)
|
|
|
1ad863 |
Related: rhbz#1052446
|
|
|
1ad863 |
- Skip empty layout-variant specifications when setting layouts (vpodzime)
|
|
|
1ad863 |
Resolves: rhbz#1054083
|
|
|
1ad863 |
- Add left and right margins to the Progress hub (vpodzime)
|
|
|
1ad863 |
Resolves: rhbz#1039556
|
|
|
1ad863 |
- Disallow /boot on btrfs subvolume until grubby supports it. (dlehman)
|
|
|
1ad863 |
Resolves: rhbz#1052446
|
|
|
1ad863 |
- Decode potentially 8-bit strings in TUI windows (dshea)
|
|
|
1ad863 |
Resolves: rhbz#1046836
|
|
|
1ad863 |
- Do not translate strings defined at the module or class level. (clumens)
|
|
|
1ad863 |
Related: rhbz#1046836
|
|
|
1ad863 |
- Require package for proper reporting to RHEL bugzilla (vpodzime)
|
|
|
1ad863 |
Related: rhbz#1015093
|
|
|
1ad863 |
|
|
|
1ad863 |
* Tue Jan 14 2014 Brian C. Lane <bcl@redhat.com> - 19.31.46-1
|
|
|
1ad863 |
- Fix typo (bcl)
|
|
|
1ad863 |
Resolves: rhbz#1032066
|
|
|
1ad863 |
|
|
|
1ad863 |
* Tue Jan 14 2014 Brian C. Lane <bcl@redhat.com> - 19.31.45-1
|
|
|
1ad863 |
- Get rid of the clear button in advanced storage spoke. (sbueno+anaconda)
|
|
|
1ad863 |
Related: rhbz#1024949
|
|
|
1ad863 |
Resolves: rhbz#1024949
|
|
|
1ad863 |
- Fix failure to search by LUN in advanced storage spoke. (sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#1026822
|
|
|
1ad863 |
- Fix up the z Panel in advanced storage. (sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#1024949
|
|
|
1ad863 |
- Add support for adding zFCP devices in the GUI (sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#994423
|
|
|
1ad863 |
- Clean up rebase artifacts from previous commit. (dlehman)
|
|
|
1ad863 |
Related: rhbz#1029630
|
|
|
1ad863 |
- Fix minimal install selection with incomplete kickstart (mkolman)
|
|
|
1ad863 |
Resolves: rhbz#1032066
|
|
|
1ad863 |
- Disallow /boot on lvm until grub2 fully supports it. (dlehman)
|
|
|
1ad863 |
Resolves: rhbz#967880
|
|
|
1ad863 |
- Handle cancelation of device resize in the custom spoke. (dlehman)
|
|
|
1ad863 |
Resolves: rhbz#1029630
|
|
|
1ad863 |
- Handle non-leaf btrfs volumes with mountpoints. (dlehman)
|
|
|
1ad863 |
Resolves: rhbz#1026210
|
|
|
1ad863 |
- Make sure to actually set the autopart flag when needed. (dlehman)
|
|
|
1ad863 |
Resolves: rhbz#1023584
|
|
|
1ad863 |
- Make sure upper and lower bounds for resize are applied. (dlehman)
|
|
|
1ad863 |
Resolves: rhbz#1023190
|
|
|
1ad863 |
- Disregard raid level combo when it isn't applicable. (dlehman)
|
|
|
1ad863 |
Resolves: rhbz#1020370
|
|
|
1ad863 |
- Make the clear icon functional in language spoke. (sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#1051609
|
|
|
1ad863 |
- Remove the reference to "anaconda" in reIPL. (sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#1052167
|
|
|
1ad863 |
- Fix traceback on s390x bootloader install. (sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#1052167
|
|
|
1ad863 |
- Additional completion checks in network spoke. (sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#1044571
|
|
|
1ad863 |
- Fix interactive partitioning with incomplete kickstart (mkolman)
|
|
|
1ad863 |
Resolves: rhbz#1032124
|
|
|
1ad863 |
|
|
|
1ad863 |
* Mon Jan 13 2014 Brian C. Lane <bcl@redhat.com> - 19.31.44-1
|
|
|
1ad863 |
- Be more defensive when getting layouts and their variants (vpodzime)
|
|
|
1ad863 |
Related: rhbz#1024774
|
|
|
1ad863 |
- Implement and use functions for conversion between keymaps and layouts
|
|
|
1ad863 |
(vpodzime)
|
|
|
1ad863 |
Related: rhbz#1024774
|
|
|
1ad863 |
- Provide our own sorting functions for regions and timezones (vpodzime)
|
|
|
1ad863 |
Resolves: rhbz#1025029
|
|
|
1ad863 |
- Translate timezones in GUI (vpodzime)
|
|
|
1ad863 |
Resolves: rhbz#1015209
|
|
|
1ad863 |
- Make layout and switching options description translated (vpodzime)
|
|
|
1ad863 |
Resolves: rhbz#1015209
|
|
|
1ad863 |
- Update dumping of network info for new nmcli interface (rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1048166
|
|
|
1ad863 |
- network: do not crash when device for network --device is not found
|
|
|
1ad863 |
(rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1023829
|
|
|
1ad863 |
- network GUI: don't crash when wifi is activated in standalone spoke
|
|
|
1ad863 |
(rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1046138
|
|
|
1ad863 |
- network GUI: ignore fcoe vlan devices (rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1051268
|
|
|
1ad863 |
|
|
|
1ad863 |
* Fri Jan 10 2014 Brian C. Lane <bcl@redhat.com> - 19.31.43-1
|
|
|
1ad863 |
- Fix the release notes image cycler. (dshea)
|
|
|
1ad863 |
Resolves: rhbz#1049967
|
|
|
1ad863 |
- Error gracefully if we have a question in cmdline mode. (sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#869731
|
|
|
1ad863 |
- Verify that designated label can be set (#1038590) (amulhern)
|
|
|
1ad863 |
Related: rhbz#1038590
|
|
|
1ad863 |
- Do not change sensitivity of label field (#1038590) (amulhern)
|
|
|
1ad863 |
Related: rhbz#1038590
|
|
|
1ad863 |
- Also update POTFILES.in for the new category name (clumens).
|
|
|
1ad863 |
Resolves: rhbz#1050053
|
|
|
1ad863 |
- Rename network spoke header (mkolman).
|
|
|
1ad863 |
Resolves: rhbz#1050053
|
|
|
1ad863 |
- Rename the network config spoke a little bit (clumens).
|
|
|
1ad863 |
Resolves: rhbz#1050053
|
|
|
1ad863 |
- Consolidate storage and networking under one category (clumens).
|
|
|
1ad863 |
Resolves: rhbz#1050053
|
|
|
1ad863 |
- Fix bool parsing of boot options with inst. prefix (mkolman)
|
|
|
1ad863 |
Resolves: rhbz#1044391
|
|
|
1ad863 |
- Treat the output of vncpasswd as binary data, since it is (dshea)
|
|
|
1ad863 |
Resolves: rhbz#1045162
|
|
|
1ad863 |
- Add iutil.exec* options for handling binary data (dshea)
|
|
|
1ad863 |
Related: rhbz#1045162
|
|
|
1ad863 |
- Do not allow 'root' as a user name (vpodzime)
|
|
|
1ad863 |
Resolves: rhbz#1032671
|
|
|
1ad863 |
- Add Shell spoke to s390x installations (vpodzime)
|
|
|
1ad863 |
Resolves: rhbz#1019248
|
|
|
1ad863 |
- Put TUI spokes in common categories (vpodzime)
|
|
|
1ad863 |
Related: rhbz#1019248
|
|
|
1ad863 |
|
|
|
1ad863 |
* Tue Jan 07 2014 Brian C. Lane <bcl@redhat.com> - 19.31.42-1
|
|
|
1ad863 |
- Display additional disk attributes in TUI storage spoke. (sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#1024760
|
|
|
1ad863 |
- network GUI: fix typo making device adding fail silently (rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1047799
|
|
|
1ad863 |
- network GUI: fix porting thinko in log msg causing traceback on Configure
|
|
|
1ad863 |
(rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1047941
|
|
|
1ad863 |
- Only display the actions summary dialog if there are any actions (clumens).
|
|
|
1ad863 |
Resolves: rhbz#1030511
|
|
|
1ad863 |
|
|
|
1ad863 |
* Fri Dec 20 2013 Brian C. Lane <bcl@redhat.com> - 19.31.41-1
|
|
|
1ad863 |
- Check for ready before baseRepo in completed (bcl)
|
|
|
1ad863 |
Resolves: rhbz#1044985
|
|
|
1ad863 |
- Print a message and exit if a user attempts to upgrade via kickstart. (dshea)
|
|
|
1ad863 |
Resolves: rhbz#1036756
|
|
|
1ad863 |
- Don't show the language twice for keyboard layouts (dshea)
|
|
|
1ad863 |
Resolves: rhbz#1021849
|
|
|
1ad863 |
- If there are incomplete spokes, let the user know which (clumens).
|
|
|
1ad863 |
Resolves: rhbz#1032801
|
|
|
1ad863 |
- network: GUI, don't ask for wifi secrets upon Configure (rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1033073
|
|
|
1ad863 |
- network: GUI, add support for virtual devices removing (rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1030870
|
|
|
1ad863 |
- network: fix naming of slave ifcfg files from kickstart (rvykydal)
|
|
|
1ad863 |
Related: rhbz#1036047
|
|
|
1ad863 |
Resolves: rhbz#1036047
|
|
|
1ad863 |
- network: GUI, handle virtual devices (bond, vlan, team) properly (rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1036047
|
|
|
1ad863 |
- network: call GDBus proxy methods like python (rvykydal)
|
|
|
1ad863 |
Related: rhbz#1036047
|
|
|
1ad863 |
Resolves: rhbz#1036047
|
|
|
1ad863 |
- network: add team support for kickstart %%pre phase (rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1003591
|
|
|
1ad863 |
- network: generate kickstart commands for team devices (rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1003591
|
|
|
1ad863 |
- network: support for adding team devices (rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1003591
|
|
|
1ad863 |
- network: display team devices in status (rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1003591
|
|
|
1ad863 |
- network: add team support to kickstart (rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1003591
|
|
|
1ad863 |
- Accept only .iso files from the IsoChooser dialog (vpodzime)
|
|
|
1ad863 |
Resolves: rhbz#1015169
|
|
|
1ad863 |
- Fix a typo (rvykydal)
|
|
|
1ad863 |
Related: rhbz#1039223
|
|
|
1ad863 |
Resolves: rhbz#1039223
|
|
|
1ad863 |
|
|
|
1ad863 |
* Tue Dec 17 2013 Brian C. Lane <bcl@redhat.com> - 19.31.40-1
|
|
|
1ad863 |
- Add initial 64-bit ARM aarch64 EFI support (dmarlin)
|
|
|
1ad863 |
Resolves: rhbz#1034428
|
|
|
1ad863 |
- Don't wait for systemctl shutdown command to exit (bcl)
|
|
|
1ad863 |
Resolves: rhbz#994188
|
|
|
1ad863 |
- Fix default device for ks=cdrom (bcl)
|
|
|
1ad863 |
Resolves: rhbz#1042500
|
|
|
1ad863 |
- Fix geolocation on live installs (mkolman)
|
|
|
1ad863 |
Resolves: rhbz#1032735
|
|
|
1ad863 |
- Use ExceptionInfo namedtuple when dumping anaconda (vpodzime)
|
|
|
1ad863 |
Resolves: rhbz#983787
|
|
|
1ad863 |
- Catch OSError if there are problems running authconfig. (sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#994674
|
|
|
1ad863 |
- Move atexit registration before running rescue mode (vpodzime)
|
|
|
1ad863 |
Resolves: rhbz#1042722
|
|
|
1ad863 |
- Set environment variables in anaconda systemd shell file (amulhern)
|
|
|
1ad863 |
Resolves: rhbz#1023913
|
|
|
1ad863 |
- Don't allow bootloader and /boot on iSCSI on s390 (vpodzime)
|
|
|
1ad863 |
Resolves: rhbz#1034222
|
|
|
1ad863 |
- Remove enablement of whiteout/blackout plugins and adapt requires (notting)
|
|
|
1ad863 |
Resolves: rhbz#1040530
|
|
|
1ad863 |
|
|
|
1ad863 |
* Mon Dec 16 2013 Brian C. Lane <bcl@redhat.com> - 19.31.39-1
|
|
|
1ad863 |
- use deepcopy on ksdata method (bcl)
|
|
|
1ad863 |
Resolves: rhbz#1024509
|
|
|
1ad863 |
- Update source on errors (bcl)
|
|
|
1ad863 |
Resolves: rhbz#1030997
|
|
|
1ad863 |
- clear errors when metadata is ok in tui source spoke (bcl)
|
|
|
1ad863 |
Resolves: rhbz#1034420
|
|
|
1ad863 |
- Generate missing machine-id (bcl)
|
|
|
1ad863 |
Resolves: rhbz#1034916
|
|
|
1ad863 |
- fcoe gui: repopulate device tree only if device was actually added (rvykydal)
|
|
|
1ad863 |
Related: rhbz#1039223
|
|
|
1ad863 |
Resolves: rhbz#1039223
|
|
|
1ad863 |
- Exclude FCoE disks from local disks (rvykydal)
|
|
|
1ad863 |
Related: rhbz#1039223
|
|
|
1ad863 |
Resolves: rhbz#1039223
|
|
|
1ad863 |
- fcoe: repopulate devicetree after adding FCoE SAN (rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1039223
|
|
|
1ad863 |
- createUser is already in a chroot (bcl)
|
|
|
1ad863 |
Resolves: rhbz#1038241
|
|
|
1ad863 |
- Hide password characters in iSCSI login fields (vpodzime)
|
|
|
1ad863 |
Resolves: rhbz#1034202
|
|
|
1ad863 |
- Do not try to setup None NFS repository (vpodzime)
|
|
|
1ad863 |
Resolves: rhbz#1028699
|
|
|
1ad863 |
|
|
|
1ad863 |
* Wed Dec 11 2013 Brian C. Lane <bcl@redhat.com> - 19.31.38-1
|
|
|
1ad863 |
- Make _yum.preconf setup atomic (bcl)
|
|
|
1ad863 |
Resolves: rhbz#882279
|
|
|
1ad863 |
- refactor into _setupInstallDevice (bcl)
|
|
|
1ad863 |
Related: rhbz#882279
|
|
|
1ad863 |
Resolves: rhbz#882279
|
|
|
1ad863 |
- Pass biosdevname boot option to installed system (rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1030943
|
|
|
1ad863 |
- network: add s390 options in ifcfgs generated from kickstart (rvykydal)
|
|
|
1ad863 |
Resolves: rhbz#1031376
|
|
|
1ad863 |
- Don't require pressing escape twice to kill the media check window (clumens)
|
|
|
1ad863 |
Resolves: rhbz#1015173
|
|
|
1ad863 |
- Change source spoke proxy handling to use local copy (bcl)
|
|
|
1ad863 |
Resolves: rhbz#1029245
|
|
|
1ad863 |
- clear software environment (bcl)
|
|
|
1ad863 |
Resolves: rhbz#1029536
|
|
|
1ad863 |
- Make thread manager operations atomic (mkolman)
|
|
|
1ad863 |
Resolves: rhbz#1029898
|
|
|
1ad863 |
|
|
|
1ad863 |
* Thu Dec 05 2013 Brian C. Lane <bcl@redhat.com> - 19.31.37-1
|
|
|
1ad863 |
- Omit /dev/sr* from list-harddrives (sbueno+anaconda)
|
|
|
1ad863 |
Resolves: rhbz#1032500
|
|
|
1ad863 |
|
|
|
f56914 |
* Thu Nov 21 2013 Brian C. Lane <bcl@redhat.com> - 19.31.36-1
|
|
|
f56914 |
- Network protocols don't list Closest mirror first (vpodzime)
|
|
|
f56914 |
Resolves: rhbz#1028697
|
|
|
f56914 |
|
|
|
f56914 |
* Mon Nov 18 2013 Brian C. Lane <bcl@redhat.com> - 19.31.35-1
|
|
|
f56914 |
- Set spokes' distribution and beta warning only once (vpodzime)
|
|
|
f56914 |
Related: rhbz#1028370
|
|
|
f56914 |
|
|
|
f56914 |
* Mon Nov 11 2013 Brian C. Lane <bcl@redhat.com> - 19.31.34-1
|
|
|
f56914 |
- Don't try to unicode unicode strings (vpodzime)
|
|
|
f56914 |
Resolves: rhbz#1029109
|
|
|
f56914 |
- Add tmpfs support (mkolman)
|
|
|
f56914 |
Resolves: rhbz#918621
|
|
|
f56914 |
|
|
|
f56914 |
* Wed Nov 06 2013 Brian C. Lane <bcl@redhat.com> - 19.31.33-1
|
|
|
f56914 |
- Avoid raising an exception if epdb module unavailable (amulhern)
|
|
|
f56914 |
Resolves: rhbz#1026779
|
|
|
f56914 |
- Display a EULA-related warning on progress hub at end of installation.
|
|
|
f56914 |
(sbueno+anaconda)
|
|
|
f56914 |
Resolves: rhbz#909309
|
|
|
f56914 |
Related: rhbz#909309
|
|
|
f56914 |
- Show last 4 bytes of wwid (jstodola)
|
|
|
f56914 |
Resolves: rhbz#1024966
|
|
|
f56914 |
- Display a EULA-related warning on the progress hub at the end of installation. (clumens)
|
|
|
f56914 |
Related: rhbz#909309
|
|
|
f56914 |
- Handle focus changes of MountpointSelectors from outside (vpodzime)
|
|
|
f56914 |
Resolves: rhbz#975838
|
|
|
f56914 |
- Make network-fetched driver disk .iso files work (vpodzime)
|
|
|
f56914 |
Resolves: rhbz#1003595
|
|
|
f56914 |
- Updates to boot-options.txt document (amulhern)
|
|
|
f56914 |
Related: rhbz#1026385
|
|
|
f56914 |
Resolves: rhbz#1026385
|
|
|
f56914 |
- No longer install anaconda user documentation (amulhern)
|
|
|
f56914 |
Resolves: rhbz#1026385
|
|
|
f56914 |
|
|
|
f56914 |
* Fri Nov 01 2013 Brian C. Lane <bcl@redhat.com> - 19.31.32-1
|
|
|
f56914 |
- Send the continue click after the queue is empty (bcl)
|
|
|
f56914 |
Resolves: rhbz#1025346
|
|
|
f56914 |
- Fix kickstart block device resolution. (dlehman)
|
|
|
f56914 |
Resolves: rhbz#1025508
|
|
|
f56914 |
- No longer use summary screen visit to decide whether bootloader has been
|
|
|
f56914 |
configured (amulhern)
|
|
|
f56914 |
Resolves: rhbz#916529
|
|
|
f56914 |
- Remove the bootloader line from the interactive kickstart file (amulhern)
|
|
|
f56914 |
Resolves: rhbz#916529
|
|
|
f56914 |
Related: rhbz#916529
|
|
|
f56914 |
- Set bootloader default location to mbr in constructor (amulhern)
|
|
|
f56914 |
Resolves: rhbz#916529
|
|
|
f56914 |
- Add HDD ISO support for TUI (mkolman)
|
|
|
f56914 |
Resolves: rhbz#1000327
|
|
|
f56914 |
|
|
|
f56914 |
* Wed Oct 30 2013 Brian C. Lane <bcl@redhat.com> - 19.31.31-1
|
|
|
f56914 |
- Update bootDrive info when storage config updated in text-mode.
|
|
|
f56914 |
(sbueno+anaconda)
|
|
|
f56914 |
Resolves: rhbz#861018
|
|
|
f56914 |
- Ignore SIGINT (amulhern)
|
|
|
f56914 |
Resolves: rhbz#971323
|
|
|
f56914 |
- Make Software spoke ready even if there is no repo (vpodzime)
|
|
|
f56914 |
Resolves: rhbz#1001054
|
|
|
f56914 |
- Correctly accept 'sshd' boot arg as alias for 'inst.sshd' (wwoods)
|
|
|
f56914 |
Resolves: rhbz#924157
|
|
|
f56914 |
- Fix the Gkbd spec string for layouts with no variant (dshea)
|
|
|
f56914 |
Resolves: rhbz#1011155
|
|
|
f56914 |
- mem may not exist when it's printed out in these error messages. (clumens)
|
|
|
f56914 |
Related: rhbz#1019322
|
|
|
f56914 |
- Use devicetree to resolve device specs in kickstart. (dlehman)
|
|
|
f56914 |
Resolves: rhbz#1019322
|
|
|
f56914 |
- Add bootloader execute before autopart (bcl)
|
|
|
f56914 |
Resolves: rhbz#1022418
|
|
|
f56914 |
- BootLoaderError should not reset storage (bcl)
|
|
|
f56914 |
Resolves: rhbz#1022418
|
|
|
f56914 |
Related: rhbz#1022418
|
|
|
f56914 |
- Mountpoint is an attr of the format, not the device. (dlehman)
|
|
|
f56914 |
Resolves: rhbz#1019510
|
|
|
f56914 |
- Do error checking of repository names on "Installation Source" screen.
|
|
|
f56914 |
(amulhern)
|
|
|
f56914 |
Resolves: rhbz#1020991
|
|
|
f56914 |
|
|
|
f56914 |
* Wed Oct 23 2013 Brian C. Lane <bcl@redhat.com> - 19.31.30-1
|
|
|
f56914 |
- Turn spinner back on for configuration (bcl)
|
|
|
f56914 |
Related: rhbz#1019970
|
|
|
f56914 |
Resolves: rhbz#1019970
|
|
|
f56914 |
- Correctly generate rescue initrd (bcl)
|
|
|
f56914 |
Related: rhbz#1019970
|
|
|
f56914 |
Resolves: rhbz#1019970
|
|
|
f56914 |
- Always regenerate initramfs (bcl)
|
|
|
f56914 |
Resolves: rhbz#1019970
|
|
|
f56914 |
- remove signal disconnect (bcl)
|
|
|
f56914 |
Resolves: rhbz#996899
|
|
|
f56914 |
- Always use decimal notation for Size specs (dshea)
|
|
|
f56914 |
Resolves: rhbz#999440
|
|
|
f56914 |
- network kickstart: add support for devices configured in %%pre (rvykydal)
|
|
|
f56914 |
Resolves: rhbz#1019796
|
|
|
f56914 |
- network gui spoke: use GDBus to obtain list of settings (rvykydal)
|
|
|
f56914 |
Resolves: rhbz#1019775
|
|
|
f56914 |
- network: remove function we don't need anymore (rvykydal)
|
|
|
f56914 |
Resolves: rhbz#1019775
|
|
|
f56914 |
Related: rhbz#1019775
|
|
|
f56914 |
- network gui: make Configure button insensitive when no ap is selected
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
Resolves: rhbz#1015212
|
|
|
f56914 |
- Use a temporary directory for verifying ISO media (dshea)
|
|
|
f56914 |
Related: rhbz#1017648
|
|
|
f56914 |
- Skip devices not controllable by blivet (dshea)
|
|
|
f56914 |
Resolves: rhbz#1017648
|
|
|
f56914 |
- Use more general status for installations from media (vpodzime)
|
|
|
f56914 |
Resolves: rhbz#1017703
|
|
|
f56914 |
|
|
|
f56914 |
* Mon Oct 21 2013 Brian C. Lane <bcl@redhat.com> - 19.31.29-1
|
|
|
f56914 |
- Use Unicode in the TUI buffer strings (dshea)
|
|
|
f56914 |
Resolves: rhbz#1002462
|
|
|
f56914 |
- Don't ask to start vnc if user specifies text mode. (sbueno+anaconda)
|
|
|
f56914 |
Resolves: rhbz#959119
|
|
|
f56914 |
- Do not accept changes if the user presses Esc on summary screen.
|
|
|
f56914 |
Resolves: rhbz#998384
|
|
|
f56914 |
|
|
|
f56914 |
* Thu Oct 17 2013 Brian C. Lane <bcl@redhat.com> - 19.31.28-1
|
|
|
f56914 |
- Fix liveinst to work with livemedia-creator (bcl)
|
|
|
f56914 |
Resolves: rhbz#1009711
|
|
|
f56914 |
- Fix initramfs generation for disk image installations. (dlehman)
|
|
|
f56914 |
Resolves: rhbz#1018925
|
|
|
f56914 |
- Save mountpoints specified for existing btrfs volumes. (dlehman)
|
|
|
f56914 |
Resolves: rhbz#1019510
|
|
|
f56914 |
- Add a command line option for disabling friendly multipath names. (dlehman)
|
|
|
f56914 |
Resolves: rhbz#977815
|
|
|
f56914 |
- Keyboard variant names may contain dashes (vpodzime)
|
|
|
f56914 |
Resolves: rhbz#1017556
|
|
|
f56914 |
- swap devices should be under the System portion (clumens).
|
|
|
f56914 |
Resolves: rhbz#1017838
|
|
|
f56914 |
- Don't try to configure a bootloader for s390 disk image installs. (dlehman)
|
|
|
f56914 |
Resolves: rhbz#994521
|
|
|
f56914 |
- Install bootloader to loop device in disk image installations. (dlehman)
|
|
|
f56914 |
Resolves: rhbz#955202
|
|
|
f56914 |
- network: look for device settings also based on DEVICE value (rvykydal)
|
|
|
f56914 |
Resolves: rhbz#1017788
|
|
|
f56914 |
|
|
|
f56914 |
* Fri Oct 11 2013 Brian C. Lane <bcl@redhat.com> - 19.31.27-1
|
|
|
f56914 |
- Refresh swap suggestion once we know which disks to use (vpodzime)
|
|
|
f56914 |
Related: rhbz#1016673
|
|
|
f56914 |
- fix luksformat references (bcl)
|
|
|
f56914 |
Resolves: rhbz#1014493
|
|
|
f56914 |
- kickstart: check for correct format (bcl)
|
|
|
f56914 |
Resolves: rhbz#1014545
|
|
|
f56914 |
- UIScreen doesn't necessarily have the ready property (vpodzime)
|
|
|
f56914 |
Related: rhbz#1000409
|
|
|
f56914 |
- Print long widgets in a nice way (vpodzime)
|
|
|
f56914 |
Related: rhbz#1000409
|
|
|
f56914 |
- Take into account disk space when calculating swap suggestion (vpodzime)
|
|
|
f56914 |
Resolves: rhbz#1016673
|
|
|
f56914 |
|
|
|
f56914 |
* Wed Oct 09 2013 Brian C. Lane <bcl@redhat.com> - 19.31.26-1
|
|
|
f56914 |
- Clear bootDisk and bootloader stage info on errors (bcl)
|
|
|
f56914 |
Resolves: rhbz#1013482
|
|
|
f56914 |
- Catch BootLoaderError when setting up bootloader (bcl)
|
|
|
f56914 |
Resolves: rhbz#1013474
|
|
|
f56914 |
|
|
|
f56914 |
* Wed Oct 09 2013 Vratislav Podzimek <vpodzime@redhat.com> - 19.31.25-1
|
|
|
f56914 |
- Clean up some rpmdiff errors (bcl)
|
|
|
f56914 |
Resolves: rhbz#1012624
|
|
|
f56914 |
* Tue Oct 08 2013 Brian C. Lane <bcl@redhat.com> - 19.31.24-1
|
|
|
f56914 |
- Pass layout and variant in specific format to Gkbd (vpodzime)
|
|
|
f56914 |
Resolves: rhbz#1011155
|
|
|
f56914 |
- Return switching options with the same order as shown (vpodzime)
|
|
|
f56914 |
Resolves: rhbz#1011130
|
|
|
f56914 |
- Make the keyboard layout preview dialog bigger (vpodzime)
|
|
|
f56914 |
Resolves: rhbz#1011140
|
|
|
f56914 |
- Make Keyboard spoke's status consistent with other statuses (vpodzime)
|
|
|
f56914 |
Resolves: rhbz#1011166
|
|
|
f56914 |
- Generate ifcfg VLAN_ID value for kickstart network --vlanid (rvykydal)
|
|
|
f56914 |
Resolves: rhbz#1011860
|
|
|
f56914 |
- Set ONBOOT=yes for the device used for installation (rvykydal).
|
|
|
f56914 |
Resolves: rhbz#1002544
|
|
|
f56914 |
- Add a tooltip to the container combobox (bcl)
|
|
|
f56914 |
Resolves: rhbz#975801
|
|
|
f56914 |
- Support for removing services from the firewall needs newer PyKickstart
|
|
|
f56914 |
(mkolman)
|
|
|
f56914 |
Related: rhbz#1016008
|
|
|
f56914 |
- Add support for removing services from the firewall (mkolman)
|
|
|
f56914 |
Related: rhbz#1016008
|
|
|
f56914 |
- Don't set ksdata.lang.seen to True if using default value (mkolman)
|
|
|
f56914 |
Resolves: rhbz#997397
|
|
|
f56914 |
- network gui: do not crash on devices without settings (eg wireless)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
Related: rhbz#1011928
|
|
|
f56914 |
Resolves: rhbz#1011928
|
|
|
f56914 |
- Network TUI: show the same status as in gui (rvykydal)
|
|
|
f56914 |
Resolves: rhbz#1011928
|
|
|
f56914 |
- Network TUI: don't traceback when applying config to device without link
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
Resolves: rhbz#1011866
|
|
|
f56914 |
- Network TUI: fix updating of ksdata in apply (rvykydal)
|
|
|
f56914 |
Resolves: rhbz#1011855
|
|
|
f56914 |
- Network TUI: ignore slaves devices for configuration (rvykydal)
|
|
|
f56914 |
Resolves: rhbz#1011841
|
|
|
f56914 |
- network: don't create ksdata for devices enslaved in GUI (rvykydal)
|
|
|
f56914 |
Resolves: rhbz#1011826
|
|
|
f56914 |
- Clean up ifcfg file handling (rvykydal)
|
|
|
f56914 |
Resolves: rhbz#1011826
|
|
|
f56914 |
- Don't use temporary file and move when writing out an ifcfg file (vpodzime)
|
|
|
f56914 |
Related: rhbz#1011826
|
|
|
f56914 |
Resolves: rhbz#1011826
|
|
|
f56914 |
|
|
|
f56914 |
* Fri Oct 04 2013 Brian C. Lane <bcl@redhat.com> - 19.31.23-1
|
|
|
f56914 |
- Only encrypt the TUI user password once. (dshea)
|
|
|
f56914 |
Related: rhbz#1012028
|
|
|
f56914 |
|
|
|
f56914 |
* Tue Oct 01 2013 Brian C. Lane <bcl@redhat.com> - 19.31.22-1
|
|
|
f56914 |
- Moved the NFS nolock option into Payload._setupNFS (dshea)
|
|
|
f56914 |
Resolves: rhbz#1001593
|
|
|
f56914 |
- Don't try to parse langcode if none given (vpodzime)
|
|
|
f56914 |
Resolves: rhbz#1013955
|
|
|
f56914 |
|
|
|
f56914 |
* Mon Sep 30 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 19.31.21-1
|
|
|
f56914 |
- Move DEFAULT_VC_FONT to constants (vpodzime)
|
|
|
f56914 |
Resolves: rhbz#1012811
|
|
|
f56914 |
- Fix issue where spoke returns to hub early in text mode. (sbueno+anaconda)
|
|
|
f56914 |
Resolves: rhbz#979375
|
|
|
f56914 |
- Don't confuse users by misleading tooltip (vpodzime)
|
|
|
f56914 |
Resolves: rhbz#1011112
|
|
|
f56914 |
- Display newly created partitions without a mountpoint, too (clumens).
|
|
|
f56914 |
Resolves: rhbz#886039
|
|
|
f56914 |
- If the full device path is given in repo=hd:, still select it in the UI
|
|
|
f56914 |
(clumens).
|
|
|
f56914 |
Resolves: rhbz#980479
|
|
|
f56914 |
- tui ErrorDialog needs to be modal (bcl)
|
|
|
f56914 |
Resolves: rhbz#983316
|
|
|
f56914 |
|
|
|
f56914 |
* Thu Sep 26 2013 Brian C. Lane <bcl@redhat.com> - 19.31.20-1
|
|
|
f56914 |
- Encrypt normal user passwords when doing text install. (sbueno+anaconda)
|
|
|
f56914 |
Resolves: rhbz#1012028
|
|
|
f56914 |
- Fixup Eula class (bcl)
|
|
|
f56914 |
Related: rhbz#1000409
|
|
|
f56914 |
- Center the Langsupport spoke's description (vpodzime)
|
|
|
f56914 |
Related: rhbz#1006458
|
|
|
f56914 |
- Normalize keyboard layout and variant strings from langtable (vpodzime)
|
|
|
f56914 |
Related: rhbz#1006458
|
|
|
f56914 |
- More robust parsing of the layout and variant string specification (vpodzime)
|
|
|
f56914 |
Related: rhbz#1006458
|
|
|
f56914 |
- Share code between the Welcome and Langsupport spokes (vpodzime)
|
|
|
f56914 |
Related: rhbz#1006458
|
|
|
f56914 |
- Rework the Langsupport spoke to work with all locales (vpodzime)
|
|
|
f56914 |
Related: rhbz#1006458
|
|
|
f56914 |
- Match langs with stripped accents when filtering languages (vpodzime)
|
|
|
f56914 |
Related: rhbz#1006458
|
|
|
f56914 |
- Get rid of the non-deterministic expand_langs and its usage (vpodzime)
|
|
|
f56914 |
Related: rhbz#1006458
|
|
|
f56914 |
- Rework the Welcome spoke to allow users choose from all locales (vpodzime)
|
|
|
f56914 |
Resolves: rhbz#1006458
|
|
|
f56914 |
- Allow seting up locale without modifying ksdata (vpodzime)
|
|
|
f56914 |
Related: rhbz#1006458
|
|
|
f56914 |
- Remove an unused argument of get_available_translations (vpodzime)
|
|
|
f56914 |
Related: rhbz#1006458
|
|
|
f56914 |
- Specify also query script when getting locale's native name (vpodzime)
|
|
|
f56914 |
Related: rhbz#1006458
|
|
|
f56914 |
- Fix the langcode parsing regexp (vpodzime)
|
|
|
f56914 |
Related: rhbz#1006458
|
|
|
f56914 |
- Adapt to the new localization module (vpodzime)
|
|
|
f56914 |
Related: rhbz#1006458
|
|
|
f56914 |
- Rewrite the localization module (vpodzime)
|
|
|
f56914 |
Related: rhbz#1006458
|
|
|
f56914 |
|
|
|
f56914 |
* Wed Sep 25 2013 Brian C. Lane <bcl@redhat.com> - 19.31.19-1
|
|
|
f56914 |
- Export the pykickstart Eula command (vpodzime)
|
|
|
f56914 |
Related: rhbz#1000409
|
|
|
f56914 |
- LiveImageKSPayload skip the parent class setup method (bcl)
|
|
|
f56914 |
Resolves: rhbz#1010500
|
|
|
f56914 |
|
|
|
f56914 |
* Fri Sep 20 2013 Brian C. Lane <bcl@redhat.com> - 19.31.18-1
|
|
|
f56914 |
- Search all disk types for install media (dshea)
|
|
|
f56914 |
Resolves: rhbz#1004726
|
|
|
f56914 |
|
|
|
f56914 |
* Fri Sep 13 2013 Brian C. Lane <bcl@redhat.com> - 19.31.17-1
|
|
|
f56914 |
- Don't set up the resize slider for non-resizable devices. (dlehman)
|
|
|
f56914 |
Resolves: rhbz#1008049
|
|
|
f56914 |
- Fix handling of flexible specs in onpart for member devices. (dlehman)
|
|
|
f56914 |
Resolves: rhbz#1008048
|
|
|
f56914 |
- Don't mount cdroms that contain no mountable media. (dlehman)
|
|
|
f56914 |
Resolves: rhbz#1008050
|
|
|
f56914 |
- Check MBR gap size even when /boot is on a plain partition. (dlehman)
|
|
|
f56914 |
Resolves: rhbz#1008051
|
|
|
f56914 |
- Try to use VConsole keymap name as X layout (vpodzime)
|
|
|
f56914 |
Resolves: rhbz#1007359
|
|
|
f56914 |
- Check ready state before baseRepo (bcl)
|
|
|
f56914 |
Resolves: rhbz#1001538
|
|
|
f56914 |
Related: rhbz#1001538
|
|
|
f56914 |
|
|
|
f56914 |
* Wed Sep 11 2013 Brian C. Lane <bcl@redhat.com> - 19.31.16-1
|
|
|
f56914 |
- Let users configure autopart options in interactive text ks.
|
|
|
f56914 |
(sbueno+anaconda)
|
|
|
f56914 |
Resolves: rhbz#1001061
|
|
|
f56914 |
- Catch race of network device state vs reading its config properties
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
Resolves: rhbz#919478
|
|
|
f56914 |
- Fix check for device state when reading its IPXConfig (rvykydal)
|
|
|
f56914 |
Resolves: rhbz#1005681
|
|
|
f56914 |
- Network spoke: fix showing of ipv6 addresses (rvykydal)
|
|
|
f56914 |
Resolves: rhbz#1005681
|
|
|
f56914 |
- Network spoke: show global ipv6 addresses (rvykydal)
|
|
|
f56914 |
Resolves: rhbz#1005681
|
|
|
f56914 |
- Network spoke: fix refresh of device IP configuration (rvykydal)
|
|
|
f56914 |
Resolves: rhbz#1005681
|
|
|
f56914 |
- Firstboot should be disabled by default after automated installations
|
|
|
f56914 |
(vpodzime)
|
|
|
f56914 |
Resolves: rhbz#985277
|
|
|
f56914 |
|
|
|
f56914 |
* Mon Sep 09 2013 Brian C. Lane <bcl@redhat.com> - 19.31.15-1
|
|
|
f56914 |
- Handle kickstarts that don't specify timezone (mkolman)
|
|
|
f56914 |
Resolves: rhbz#1001598
|
|
|
f56914 |
- Only ignore missing packages entries (bcl)
|
|
|
f56914 |
Resolves: rhbz#983316
|
|
|
f56914 |
|
|
|
f56914 |
* Thu Sep 05 2013 Brian C. Lane <bcl@redhat.com> - 19.31.14-1
|
|
|
f56914 |
- Add more details to iso device selector (bcl)
|
|
|
f56914 |
Resolves: rhbz#971290
|
|
|
f56914 |
- Warn user if they enter a weak password in TUI. (sbueno+anaconda)
|
|
|
f56914 |
Resolves: rhbz#1001039
|
|
|
f56914 |
- Don't mark spoke as completed if no repo is set. (sbueno+anaconda)
|
|
|
f56914 |
Resolves: rhbz#1001538
|
|
|
f56914 |
- Run firstboot-only spokes on first boot by default (vpodzime)
|
|
|
f56914 |
Related: rhbz#1000409
|
|
|
f56914 |
- Let hubs specify which environments they support (vpodzime)
|
|
|
f56914 |
Related: rhbz#1000409
|
|
|
f56914 |
- Don't enable chronyd if disabled in kickstart (mkolman)
|
|
|
f56914 |
Resolves: rhbz#1002583
|
|
|
f56914 |
|
|
|
f56914 |
* Wed Sep 04 2013 Brian C. Lane <bcl@redhat.com> - 19.31.13-1
|
|
|
f56914 |
- Remove Closest mirrors if no mirrors (bcl)
|
|
|
f56914 |
Related: rhbz#876135
|
|
|
f56914 |
- Fix fastestmirror plugin check (bcl)
|
|
|
f56914 |
Related: rhbz#876135
|
|
|
f56914 |
- Optionally hide the GUI option to install updates (dshea)
|
|
|
f56914 |
Resolves: rhbz#999442
|
|
|
f56914 |
- Move the really_hide and really_show functions to utils (vpodzime)
|
|
|
f56914 |
|
|
|
f56914 |
* Wed Aug 28 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 19.31.12-1
|
|
|
f56914 |
- Text network spoke: more strict ipv6 address input checking (rvykydal)
|
|
|
f56914 |
Resolves: rhbz#909299
|
|
|
f56914 |
- Text network spoke: add to translated files (po/POTFILES.in) (rvykydal)
|
|
|
f56914 |
Resolves: rhbz#909299
|
|
|
f56914 |
- Text network spoke: require netmask and gateway for static ipv4 (rvykydal)
|
|
|
f56914 |
Resolves: rhbz#909299
|
|
|
f56914 |
- Text network spoke: Condense device configuration information (rvykydal)
|
|
|
f56914 |
Resolves: rhbz#909299
|
|
|
f56914 |
- Text network spoke: fix ipv4 regex (rvykydal)
|
|
|
f56914 |
Resolves: rhbz#909299
|
|
|
f56914 |
- Text network spoke: basic configuration support (rvykydal)
|
|
|
f56914 |
Resolves: rhbz#909299
|
|
|
f56914 |
- Add support for network configuration in TUI. (sbueno+anaconda)
|
|
|
f56914 |
Resolves: rhbz#909299
|
|
|
f56914 |
|
|
|
f56914 |
* Mon Aug 26 2013 Brian C. Lane <bcl@redhat.com> - 19.31.11-1
|
|
|
f56914 |
- Return only network devices supported in installer from nm_devices (rvykydal)
|
|
|
f56914 |
Resolves: rhbz#999514
|
|
|
f56914 |
- Obtain network device type specific dbus interface dynamically (rvykydal)
|
|
|
f56914 |
Resolves: rhbz#999514
|
|
|
f56914 |
- Catch no-hwaddr exception only for the respective call (rvykydal)
|
|
|
f56914 |
Resolves: rhbz#999514
|
|
|
f56914 |
- Don't catch hwaddr not found exception for ethernet devices (rvykydal)
|
|
|
f56914 |
Resolves: rhbz#999514
|
|
|
f56914 |
|
|
|
f56914 |
* Thu Aug 22 2013 Brian C. Lane <bcl@redhat.com> - 19.31.10-1
|
|
|
f56914 |
- Check for hwaddress exceptions. (dshea)
|
|
|
f56914 |
Resolves: rhbz#999514
|
|
|
f56914 |
- If LANG isn't set, set it to default value. (sbueno+anaconda)
|
|
|
f56914 |
Resolves: rhbz#997397
|
|
|
f56914 |
- Do not run another instance of the TUI for errors (vpodzime)
|
|
|
f56914 |
Resolves: rhbz#997661
|
|
|
f56914 |
- Do not try to exit from the installation thread (vpodzime)
|
|
|
f56914 |
Related: rhbz#997661
|
|
|
f56914 |
- Tell which thread failed to be added by the ThreadMgr (vpodzime)
|
|
|
f56914 |
Related: rhbz#997661
|
|
|
f56914 |
|
|
|
f56914 |
* Wed Aug 21 2013 Brian C. Lane <bcl@redhat.com> - 19.31.9-1
|
|
|
f56914 |
- The NFS text dialog should never attempt to use method.url (clumens).
|
|
|
f56914 |
Resolves: rhbz#998446
|
|
|
f56914 |
- Update both the method and repo info. (dshea)
|
|
|
f56914 |
Resolves: rhbz#999185
|
|
|
f56914 |
|
|
|
f56914 |
* Mon Aug 19 2013 Brian C. Lane <bcl@redhat.com> - 19.31.8-1
|
|
|
f56914 |
- dracut no longer auto assembles everything (bcl)
|
|
|
f56914 |
Resolves: rhbz#960496
|
|
|
f56914 |
- Don't override multilib setting unless the option was passed. (dlehman)
|
|
|
f56914 |
Resolves: rhbz#987557
|
|
|
f56914 |
- Don't read proxy for methods that have no proxy (dshea)
|
|
|
f56914 |
Resolves: rhbz#997410
|
|
|
f56914 |
|
|
|
f56914 |
* Wed Aug 14 2013 Brian C. Lane <bcl@redhat.com> - 19.31.7-1
|
|
|
f56914 |
- dracut/parse-kickstart should use the updated method-related classes
|
|
|
f56914 |
(clumens).
|
|
|
f56914 |
Resolves: rhbz#994978
|
|
|
f56914 |
|
|
|
f56914 |
* Tue Aug 13 2013 Brian C. Lane <bcl@redhat.com> - 19.31.6-1
|
|
|
f56914 |
- Change the betanag wording to be better for RHEL (clumens).
|
|
|
f56914 |
Resolves: rhbz#917820
|
|
|
f56914 |
|
|
|
f56914 |
* Wed Aug 07 2013 Brian C. Lane <bcl@redhat.com> - 19.31.5-1
|
|
|
f56914 |
- Need to import the version constant we are using, too (clumens).
|
|
|
f56914 |
Resolves: rhbz#994366
|
|
|
f56914 |
|
|
|
f56914 |
* Tue Aug 06 2013 Brian C. Lane <bcl@redhat.com> - 19.31.4-1
|
|
|
f56914 |
- Use ksdata.method.seen (bcl)
|
|
|
f56914 |
Resolves: rhbz#989461
|
|
|
f56914 |
- Check that we're doing an HD install before examining the attr (clumens).
|
|
|
f56914 |
Resolves: rhbz#989428
|
|
|
f56914 |
|
|
|
f56914 |
* Mon Aug 05 2013 Brian C. Lane <bcl@redhat.com> - 19.31.3-1
|
|
|
f56914 |
- Skip password strength check for kickstart passwords (dshea)
|
|
|
f56914 |
Resolves: rhbz#993040
|
|
|
f56914 |
- Add unsupported hardware dialog (bcl)
|
|
|
f56914 |
Resolves: rhbz#872728
|
|
|
f56914 |
- Only move INSTALL_TREE when it is mounted (bcl)
|
|
|
f56914 |
Resolves: rhbz#888196
|
|
|
f56914 |
- Require fcoe-utils only on ix86 and x86_64 architectures (vpodzime)
|
|
|
f56914 |
Resolves: rhbz#989913
|
|
|
f56914 |
- For vnc require network in intramfs (rvykydal)
|
|
|
f56914 |
Resolves: rhbz#990071
|
|
|
f56914 |
- Honor hostname set in kickstart (rvykydal)
|
|
|
f56914 |
Resolves: rhbz#988483
|
|
|
f56914 |
- Don't prompt for ssh on s390x if doing an image install. (sbueno)
|
|
|
f56914 |
Resolves: rhbz#983056
|
|
|
f56914 |
|
|
|
f56914 |
* Thu Jul 25 2013 Brian C. Lane <bcl@redhat.com> - 19.31.2-1
|
|
|
f56914 |
- Fix driver disk path for inst.dd= method (bcl)
|
|
|
f56914 |
Resolves: rhbz#987513
|
|
|
f56914 |
- Allow logging into multiple iscsi nodes at once (clumens).
|
|
|
f56914 |
Resolves: rhbz#975831
|
|
|
f56914 |
- Add support for NFS as install source in TUI. (sbueno+anaconda)
|
|
|
f56914 |
Resolves: rhbz#971298
|
|
|
f56914 |
- Fix crash while parsing ntp servers from DHCP6 (dshea)
|
|
|
f56914 |
Resolves: rhbz#987978
|
|
|
f56914 |
- Wait for device connections for iface-bound iscsi in kickstart (rvykydal)
|
|
|
f56914 |
Resolves: rhbz#740105
|
|
|
f56914 |
- Refer to blivet instead of storage in iscsi kickstart (rvykydal)
|
|
|
f56914 |
Resolves: rhbz#740105
|
|
|
f56914 |
- Mark disk 'selected' if only one present in TUI. (sbueno+anaconda)
|
|
|
f56914 |
Resolves: rhbz#975790
|
|
|
f56914 |
- Update devicetree only if we logged in to some target in add iscsi dialog.
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
Related: rhbz#740105
|
|
|
f56914 |
- Don't show multipath members in specialized disks overview (rvykydal)
|
|
|
f56914 |
Resolves: rhbz#740105
|
|
|
f56914 |
- Do not populate devicetree after each single login in iscsi dialog (rvykydal)
|
|
|
f56914 |
Resolves: rhbz#740105
|
|
|
f56914 |
- Match also iface when logging into selected iface-bound iscsi target
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
Resolves: rhbz#740105
|
|
|
f56914 |
- Make sure proper installclass selected for RHEL installs. (sbueno+anaconda)
|
|
|
f56914 |
Resolves: rhbz#975720
|
|
|
f56914 |
|
|
|
f56914 |
* Tue Jul 09 2013 Brian C. Lane <bcl@redhat.com> - 19.31.1-1
|
|
|
f56914 |
|
|
|
f56914 |
* Thu May 23 2013 Brian C. Lane <bcl@redhat.com> - 19.30-1
|
|
|
f56914 |
- Fix software selection in text UI. (#965974) (sbueno+anaconda)
|
|
|
f56914 |
- Don't call _update_summary from within _add_disk_overview. (clumens)
|
|
|
f56914 |
- getDisks should not return a list that has duplicates in it. (clumens)
|
|
|
f56914 |
- Fix the rescan button (#929299). (clumens)
|
|
|
f56914 |
- Let checkbox disable updates-testing (#962522) (bcl)
|
|
|
f56914 |
- disable updates when method is set in ks (#952791) (bcl)
|
|
|
f56914 |
- Fix string formatting on text UI storage spoke. (#965460) (sbueno+anaconda)
|
|
|
f56914 |
|
|
|
f56914 |
* Tue May 21 2013 Brian C. Lane <bcl@redhat.com> - 19.29-1
|
|
|
f56914 |
- Handle empty text in simpleline (bcl)
|
|
|
f56914 |
- Fixup TUI source to work with kickstart (bcl)
|
|
|
f56914 |
- Add missing disk_selection XML (#962012,#962631) (bcl)
|
|
|
f56914 |
- Add ability for users to specify an installation source repo in text UI.
|
|
|
f56914 |
(sbueno+anaconda)
|
|
|
f56914 |
- Add the ability to select software in text UI. (sbueno+anaconda)
|
|
|
f56914 |
- Add 'refresh' option in TUI; lock users out of threads that aren't ready
|
|
|
f56914 |
(sbueno+anaconda)
|
|
|
f56914 |
- Add 'software' category to TUI summary hub (sbueno+anaconda)
|
|
|
f56914 |
- Only try to activate layouts if runtime system can be changed (vpodzime)
|
|
|
f56914 |
- Be more defensive in handling layouts from kickstart (#963103) (vpodzime)
|
|
|
f56914 |
- Return all layouts the XklWrapper knows about (#883555) (vpodzime)
|
|
|
f56914 |
- Fix issue where FS selection not applied in text UI. (#964069)
|
|
|
f56914 |
(sbueno+anaconda)
|
|
|
f56914 |
|
|
|
f56914 |
* Thu May 16 2013 Brian C. Lane <bcl@redhat.com> - 19.28-1
|
|
|
f56914 |
- Remove testing leftover (#963503) (rvykydal)
|
|
|
f56914 |
|
|
|
f56914 |
* Wed May 15 2013 Brian C. Lane <bcl@redhat.com> - 19.27-1
|
|
|
f56914 |
- Partial fix for screen resize problems (#869364) (clumens)
|
|
|
f56914 |
- Remove an extra call to page clicked handler from refresh. (#959722)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Always run through the full storage spoke. (#960732) (dlehman)
|
|
|
f56914 |
- Update apply button as appropriate after invoking dialogs. (#960254)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Don't allow setting btrfs subvolumes' size. (#959723) (dlehman)
|
|
|
f56914 |
- Drop btrfs-specific raid level "single" for non-btrfs. (#959688) (dlehman)
|
|
|
f56914 |
- Update btrfs volume label when changing volume name. (#959727) (dlehman)
|
|
|
f56914 |
- Don't allow setting labels for btrfs subvolumes. (#960601) (dlehman)
|
|
|
f56914 |
|
|
|
f56914 |
* Wed May 15 2013 Brian C. Lane <bcl@redhat.com> - 19.26-1
|
|
|
f56914 |
- Pressing Delete on custom part should remove the selected mountpoint.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Use the same text formatting on the langsupport spoke as on the welcome
|
|
|
f56914 |
spoke. (clumens)
|
|
|
f56914 |
- Remove the now-unused LanguageMixIn. (clumens)
|
|
|
f56914 |
- Do not BuildRequire python-bugzilla on RHEL (#953182) (dcantrell)
|
|
|
f56914 |
- Don't require network configuration in Live DVD (#962485) (rvykydal)
|
|
|
f56914 |
- Set default FS choice to LVM in text mode (#962600) (sbueno+anaconda)
|
|
|
f56914 |
- Move udev rules generation to pre-trigger (#958924) (bcl)
|
|
|
f56914 |
- Suggest names for btrfs mountpoints (bcl)
|
|
|
f56914 |
- Use a method to reset current_selector (#959707) (bcl)
|
|
|
f56914 |
- Fix non-default language being hidden in welcome spoke (mkolman)
|
|
|
f56914 |
- Mark placeholder text in add addtnl keyboard screen as translatable.
|
|
|
f56914 |
(sbueno+anaconda)
|
|
|
f56914 |
- Mark language search string translatable. (#955229) (sbueno+anaconda)
|
|
|
f56914 |
- Remove the get_current_layout_name function (#895766) (vpodzime)
|
|
|
f56914 |
- Add support for the realm command (mkolman)
|
|
|
f56914 |
- Revert "Add support for the realm command" (mkolman)
|
|
|
f56914 |
- Add support for the realm command (mkolman)
|
|
|
f56914 |
- Support for getting NTP servers from DHCP (#862755) (mkolman)
|
|
|
f56914 |
|
|
|
f56914 |
* Thu May 09 2013 Brian C. Lane <bcl@redhat.com> - 19.25-1
|
|
|
f56914 |
- Change the buttons on the quit dialog. (clumens)
|
|
|
f56914 |
- Add FONT=latarcyrheb-sun16 to /etc/vconsole.conf (vpodzime)
|
|
|
f56914 |
- Use ntpdate instead of rdate (#950267) (vpodzime)
|
|
|
f56914 |
- Add layouts with a country if not added with a language (#960569) (vpodzime)
|
|
|
f56914 |
- Fixup xconf keymap code for text/dirinstall (bcl)
|
|
|
f56914 |
- Bump pykickstart to 1.99.30 for liveimg support (bcl)
|
|
|
f56914 |
- Add kickstart liveimg install command (bcl)
|
|
|
f56914 |
- Make sure all threads are done before install (bcl)
|
|
|
f56914 |
- Make sure stage1_disk isn't empty (#950487) (bcl)
|
|
|
f56914 |
- Add /boot/efi to suggested mountpoints (#960677) (bcl)
|
|
|
f56914 |
- Add extlinux command-line option. (mattdm)
|
|
|
f56914 |
- Add extlinux as a bootloader type. (mattdm)
|
|
|
f56914 |
- Bump the pykickstart requirement for the extlinux patches. (clumens)
|
|
|
f56914 |
- Revert "Busy cursor when applying changes in the custom spoke" (mkolman)
|
|
|
f56914 |
- Revert "Context manager for doing things with busied cursor" (mkolman)
|
|
|
f56914 |
- Use the F19 bootloader class from pykickstart, for --extlinux (mattdm)
|
|
|
f56914 |
- Transform bootloader --extlinux to extlinux command-line option (mattdm)
|
|
|
f56914 |
- Rework the layout of the storage spoke for low resolution setups. (clumens)
|
|
|
f56914 |
- Fix lower resolution display problems on the filter spoke. (clumens)
|
|
|
f56914 |
- Don't show iscsi passwords when focused, either. Enjoy typing blind.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Add a couple more things to .gitignore. (clumens)
|
|
|
f56914 |
- Remove the bootloader class's obsoletes attribute. (clumens)
|
|
|
f56914 |
- Disable sort indicators on the filter UI. (clumens)
|
|
|
f56914 |
- Remove the Viewport from the disk shopping cart. (clumens)
|
|
|
f56914 |
- Cleaning up some of the TUI storage code (sbueno+anaconda)
|
|
|
f56914 |
- Add ability in TUI for users to select partitioning scheme. (sbueno+anaconda)
|
|
|
f56914 |
- Use the firmware-provided language if it's something we support. (pjones)
|
|
|
f56914 |
- Use systemd-localed for writing out xorg conf file (#958714) (vpodzime)
|
|
|
f56914 |
- Busy cursor when applying changes in the custom spoke (vpodzime)
|
|
|
f56914 |
- Make sure the "unbusy cursor" is used for the exception window (vpodzime)
|
|
|
f56914 |
- Context manager for doing things with busied cursor (vpodzime)
|
|
|
f56914 |
- Revert "Add signal handlers for controlling password entry visibility."
|
|
|
f56914 |
(#958608). (clumens)
|
|
|
f56914 |
- Force a password to be set if option checked in TUI. (#927956)
|
|
|
f56914 |
(sbueno+anaconda)
|
|
|
f56914 |
- Fix a minor display issue in TUI. (sbueno+anaconda)
|
|
|
f56914 |
- hostname has dropped -v option (bcl)
|
|
|
f56914 |
- Only override proxy and noverifyssl if specified (#880482) (bcl)
|
|
|
f56914 |
|
|
|
f56914 |
* Fri May 03 2013 Brian C. Lane <bcl@redhat.com> - 19.24-1
|
|
|
f56914 |
- Fix check for early exit from on_container_changed. (dlehman)
|
|
|
f56914 |
- Add ability to manipulate container sizes directly. (dlehman)
|
|
|
f56914 |
- Don't lock users who chose custom storage out. (dlehman)
|
|
|
f56914 |
- Don't allow unhiding of hidden disks during disk image installs. (#956020)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Add layout indicator to the LUKS passphrase dialog (vpodzime)
|
|
|
f56914 |
- Add layout indicator to the BaseWindow (vpodzime)
|
|
|
f56914 |
- LayoutIndicator widget (vpodzime)
|
|
|
f56914 |
- self._password is set to None not "" initially (#958723) (vpodzime)
|
|
|
f56914 |
- Use constants for protocol's order instead of magic numbers (vpodzime)
|
|
|
f56914 |
- Support setting the name of a btrfs subvol (#892363). (clumens)
|
|
|
f56914 |
- If there are errors processing the kickstart file early on, just print them.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Stop defining _, N_, and P_ all over the place. (clumens)
|
|
|
f56914 |
- Fix a probably rare traceback in resizing from the custom part UI. (clumens)
|
|
|
f56914 |
- Add methods to do some hiding/showing that we do several different places.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Make it more obvious which fields on custom part are editable (#958251).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Clean up some of the get_object usage in custom.py. (clumens)
|
|
|
f56914 |
- Streamline DatetimeSpoke's timezone updating (#953311) (vpodzime)
|
|
|
f56914 |
- Allow setting timezone on the map without signal (vpodzime)
|
|
|
f56914 |
- Sensitivity of the date&time settings doesn't depend on timezone (vpodzime)
|
|
|
f56914 |
- Give the RAID level label on custom a mnemonic widget. (clumens)
|
|
|
f56914 |
- Give the hostname entry a keyboard shortcut. (clumens)
|
|
|
f56914 |
|
|
|
f56914 |
* Mon Apr 29 2013 Brian C. Lane <bcl@redhat.com> - 19.23-1
|
|
|
f56914 |
- Only check mandatory spokes in automated install (#956960,#895258) (bcl)
|
|
|
f56914 |
- Add scratch-bumpver target (bcl)
|
|
|
f56914 |
- Add Driver Update Disk repo handling to Anaconda (bcl)
|
|
|
f56914 |
- Add Driver Update Disk support to anaconda-dracut (bcl)
|
|
|
f56914 |
- Port driver update utilities from loader (bcl)
|
|
|
f56914 |
- Fix a typo. (clumens)
|
|
|
f56914 |
- Do not translate a blank window name. (clumens)
|
|
|
f56914 |
- Add a separator under the default language on the welcome screen. (clumens)
|
|
|
f56914 |
- Move the selected language to the top of the list on the welcome screen.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Remove the unused LanguageSpoke. (clumens)
|
|
|
f56914 |
- Add the "Add FCoE" dialog (#903122). (clumens)
|
|
|
f56914 |
- Allow enabling /etc/anaconda.repos.d repos like the docs say (#955724).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Move where the password quality checker is created (#956049). (clumens)
|
|
|
f56914 |
- Allow multiple disk selection with Shift-click (#864707) (vpodzime)
|
|
|
f56914 |
- Select all disks in the box with advanced storage as well (vpodzime)
|
|
|
f56914 |
- Don't change DiskOverview's background on 'chosen' changed (vpodzime)
|
|
|
f56914 |
- Fix number of arguments for languageGroups (liveDVD class) (#957038)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- Apply some minor padding fixes on the container editing dialog. (clumens)
|
|
|
f56914 |
- If no root password was given, lock root's account (#927922). (clumens)
|
|
|
f56914 |
- Remove some unneeded boxes and alignments in the NTP config dialog. (clumens)
|
|
|
f56914 |
- Default to using the iscsi discovery credentials for login, if provided.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- langsupport spoke: keep data.lang.lang first in status of spoke (rvykydal)
|
|
|
f56914 |
- Unpack property value returned by GDBus before using it (#956614) (rvykydal)
|
|
|
f56914 |
- Don't traceback when no activated devices were found for ks network default
|
|
|
f56914 |
(#956614) (rvykydal)
|
|
|
f56914 |
- Ask about VNC also in connecting state, not only connected (#952801)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
|
|
|
f56914 |
* Wed Apr 24 2013 Brian C. Lane <bcl@redhat.com> - 19.22-1
|
|
|
f56914 |
- Container management improvements. (dlehman)
|
|
|
f56914 |
- Include swap-related disk space needs in storage options dialogs. (#951269)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Show the summary screen before the luks passphrase dialog. (dlehman)
|
|
|
f56914 |
- Add language support spoke (#912364) (rvykydal)
|
|
|
f56914 |
- Add kickstart lang --addsupport option (#912364) (rvykydal)
|
|
|
f56914 |
- Add network --ipv6gateway kickstart option (#905226) (rvykydal)
|
|
|
f56914 |
- Remove pre-18.0 history from anaconda.spec. (clumens)
|
|
|
f56914 |
- Add free space information to DiskOverviews (#949746). (clumens)
|
|
|
f56914 |
- Raise exception if our module fails to be imported (vpodzime)
|
|
|
f56914 |
- Fix exception handling in rescue mode (vpodzime)
|
|
|
f56914 |
- Select all disks when Ctrl+A is pressed (#864707) (vpodzime)
|
|
|
f56914 |
- DiskOverview needs to grab focus if clicked (vpodzime)
|
|
|
f56914 |
|
|
|
f56914 |
* Mon Apr 22 2013 Brian C. Lane <bcl@redhat.com> - 19.21-1
|
|
|
f56914 |
- Set seen for lang from option & use constant for default (mkolman)
|
|
|
f56914 |
- Hook the Geolocation module to Anaconda (mkolman)
|
|
|
f56914 |
- Add geolocation module (mkolman)
|
|
|
f56914 |
- Add logging to exception handling (vpodzime)
|
|
|
f56914 |
- Run exception handling in the main thread also in TUI (vpodzime)
|
|
|
f56914 |
- Update network ksdata with cmdline options (#893784) (rvykydal)
|
|
|
f56914 |
- Return network devices actually activated (instead of just active) (#949002)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- Don't traceback if we can't find PermHwAddr when looking for slaves (#949341)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- Add support for iSCSI iface binding. (rvykydal)
|
|
|
f56914 |
- Fix a traceback when handling node login authentication. (clumens)
|
|
|
f56914 |
- Add a requirement on python-IPy now. (clumens)
|
|
|
f56914 |
- Display individual buttons on the filter UI instead of a combo. (clumens)
|
|
|
f56914 |
- Hook up authentication for iSCSI discovery and node login. (clumens)
|
|
|
f56914 |
- When the clear button is clicked on the filter spoke, clear out the fields.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Remove the extra "Target LUN" search option. (clumens)
|
|
|
f56914 |
- If all iSCSI nodes have been logged into, leave the dialog. (clumens)
|
|
|
f56914 |
- Populate the port combo on the filter spoke's search page. (clumens)
|
|
|
f56914 |
- Hook up filtering for iSCSI devices. (clumens)
|
|
|
f56914 |
- Add initial iSCSI support to the advanced storage UI. (clumens)
|
|
|
f56914 |
- Add a generic function to FilterPage for setting up a GtkComboBoxText.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- self.disks -> self.pages in filter UI refresh method. (clumens)
|
|
|
f56914 |
- Add a button to bring up the Add Additional dialogs. (clumens)
|
|
|
f56914 |
- Remove pixmaps no longer needed by newui. (clumens)
|
|
|
f56914 |
- Add a checkmark on a DiskOverview when it is selected. (clumens)
|
|
|
f56914 |
- Make a couple UI modifications to the resize slider. (clumens)
|
|
|
f56914 |
- Make several changes to how addons are displayed (#873498). (clumens)
|
|
|
f56914 |
- Allow clicking on environment and addon text to toggle them (#928010).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Fix scrolling problems on the environment side of software selection
|
|
|
f56914 |
(#928008). (clumens)
|
|
|
f56914 |
- Handle quit messages on the text progress UI hub (#895756). (clumens)
|
|
|
f56914 |
- If there's an error while in text mode, display it. (clumens)
|
|
|
f56914 |
- Force sizes on the network toolbar buttons (#951580). (clumens)
|
|
|
f56914 |
- Disable the "Closest mirror" option if there's no fastestmirror plugin
|
|
|
f56914 |
(#876135). (clumens)
|
|
|
f56914 |
- Move text UI summary hub setup into the setup method (#927315, #950956).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Bring the text storage spoke a little more in line with the graphical one.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Make a home directory for the user by default (#950792). (clumens)
|
|
|
f56914 |
- Add some padding under the ransom notes on the progress hub. (clumens)
|
|
|
f56914 |
- Remove a lot of ancient crud from the installclasses. (clumens)
|
|
|
f56914 |
- Set the default fs type on RHEL (#951088). (clumens)
|
|
|
f56914 |
- Add a Spoke.changed attribute. (clumens)
|
|
|
f56914 |
- Display device names on MountpointSelectors (#888872). (clumens)
|
|
|
f56914 |
- Add signal handlers for controlling password entry visibility. (clumens)
|
|
|
f56914 |
- Ransom notes can be either PNGs or JPGs. (clumens)
|
|
|
f56914 |
- dracut/parse-kickstart: handle network --mtu (wwoods)
|
|
|
f56914 |
- Exclude a couple more password variables from dumps (bcl)
|
|
|
f56914 |
- Enlightbox dialogs in the custom spoke (vpodzime)
|
|
|
f56914 |
- Create and use GtkWindowGroup for our windows (vpodzime)
|
|
|
f56914 |
- We can import Gtk globally now (vpodzime)
|
|
|
f56914 |
- Handle both types of data we can get from libxklavier (#950921) (vpodzime)
|
|
|
f56914 |
|
|
|
f56914 |
* Tue Apr 16 2013 Brian C. Lane <bcl@redhat.com> - 19.20-1
|
|
|
f56914 |
- Fix two more syntax errors in the custom spoke. (#952662) (dlehman)
|
|
|
f56914 |
|
|
|
f56914 |
* Mon Apr 15 2013 Brian C. Lane <bcl@redhat.com> - 19.19-1
|
|
|
f56914 |
- Show device size with full precision to avoid spurious resize. (#951276)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Fix another typo (old_fstype->old_fs_type). (#951593) (dlehman)
|
|
|
f56914 |
- Fix typo encryption_changed->changed_encryption. (#950700) (dlehman)
|
|
|
f56914 |
- Remove some remnants of old multipath code. (#951259) (dlehman)
|
|
|
f56914 |
- Protect the block device containing the stage2 image. (dlehman)
|
|
|
f56914 |
- Clarify code for iutil.get_active_console() etc. (wwoods)
|
|
|
f56914 |
|
|
|
f56914 |
* Thu Apr 11 2013 Brian C. Lane <bcl@redhat.com> - 19.18-1
|
|
|
f56914 |
- Revert "Revert "Don't emit "gfxterm" in grub2 configs (#821355)"" (pjones)
|
|
|
f56914 |
- Make "s" a hotkey for "Save Changes" on Advanced User Configuration. (pjones)
|
|
|
f56914 |
- Clean up tracebacks saved in pstore space (#950709) (pjones)
|
|
|
f56914 |
- Move anaconda-yum to /usr/libexec/anaconda/ (bcl)
|
|
|
f56914 |
- Cleanup: remove dead upgrade code (wwoods)
|
|
|
f56914 |
- Fix console= persistence, remove serial (#928269) (wwoods)
|
|
|
f56914 |
- Revert "Don't emit "gfxterm" in grub2 configs (#821355)" (pjones)
|
|
|
f56914 |
- Disable grub2-mkconfig's submenus by default. (pjones)
|
|
|
f56914 |
- Don't emit "gfxterm" in grub2 configs (#821355) (pjones)
|
|
|
f56914 |
- updates to boot-options.txt (wwoods)
|
|
|
f56914 |
- flags.py: remove unused flags (wwoods)
|
|
|
f56914 |
- remove flags.virtpconsole (wwoods)
|
|
|
f56914 |
- Call os.chdir("/") after calling os.chroot (vpodzime)
|
|
|
f56914 |
|
|
|
f56914 |
* Tue Apr 09 2013 Brian C. Lane <bcl@redhat.com> - 19.17-1
|
|
|
f56914 |
- Pass open file to execWithRedirect for vncpasswd (#948638) (bcl)
|
|
|
f56914 |
- Fix ip= saving in parse-kickstart (hamzy)
|
|
|
f56914 |
- Fix initial raid level when switching to a raid-capable device type.
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- The raid level combo cannot be not sensitive for preexisting devices.
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Make sure fstype combo is not sensitive for btrfs devices. (dlehman)
|
|
|
f56914 |
- Add an entry to the raid level combo for btrfs' single. (dlehman)
|
|
|
f56914 |
- Clean up _save_right_side and adapt to changes in blivet.devicefactory.
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Remove anaconda's udev rules. (dlehman)
|
|
|
f56914 |
- Add requires for some things that aren't strictly required by blivet.
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Parent's finalize method needs self (vpodzime)
|
|
|
f56914 |
- Use Sphinx syntax for docstrings (vpodzime)
|
|
|
f56914 |
- Use None for unbounded size requests. (dlehman)
|
|
|
f56914 |
- Disable yum lock debugging for the final release. (clumens)
|
|
|
f56914 |
- The source spoke should display something nicer than "Not ready" (#948112).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Don't run storage execution in an endless loop (#948331, #948285). (clumens)
|
|
|
f56914 |
- If an incorrect source is given for a ks install, don't fallback (#948212).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Fix a bug when creating a new mountpoint with no given size (#948228).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- memInstalled has moved (#947261). (clumens)
|
|
|
f56914 |
- Correctly report an error if OSError is hit when setting up the source
|
|
|
f56914 |
(#947634). (clumens)
|
|
|
f56914 |
- Add anaconda-yum to %%files (bcl)
|
|
|
f56914 |
|
|
|
f56914 |
* Thu Apr 04 2013 Brian C. Lane <bcl@redhat.com> - 19.16-1
|
|
|
f56914 |
- Modify LocaledWrapper to use our safe_dbus module (#928287) (vpodzime)
|
|
|
f56914 |
- Add module providing safe DBus operations (vpodzime)
|
|
|
f56914 |
- Define a DEFAULT_DBUS_TIMEOUT constant and use it (vpodzime)
|
|
|
f56914 |
- Execute the yum transaction in another process (bcl)
|
|
|
f56914 |
- Add anaconda-yum (bcl)
|
|
|
f56914 |
- Add execReadlines utility (bcl)
|
|
|
f56914 |
- Use namedtuple instead of our magic tuples (vpodzime)
|
|
|
f56914 |
- Tell python-meh architecture of the anaconda package (vpodzime)
|
|
|
f56914 |
- Add release number to the result of getAnacondaVersion (vpodzime)
|
|
|
f56914 |
- Fix _isys.so location in the updates.img (vpodzime)
|
|
|
f56914 |
- Network spoke: Fix reading of device type from combobox (#947120) (rvykydal)
|
|
|
f56914 |
|
|
|
f56914 |
* Tue Apr 02 2013 Brian C. Lane <bcl@redhat.com> - 19.15-1
|
|
|
f56914 |
- Fix two small problems with the UID/GID spin buttons (#929173, #929138).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- The Update Settings button should only be sensitive if you change something.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Move datetime spoke initialization into its own thread, too. (clumens)
|
|
|
f56914 |
- Make it more clear nothing will happen immediately on custom storage
|
|
|
f56914 |
(#883195). (clumens)
|
|
|
f56914 |
- Replace the custom part size spinner with an entry. (clumens)
|
|
|
f56914 |
- Add a factory class for our various communications queues. (clumens)
|
|
|
f56914 |
- Make exception handling in the rescue mode work (#926913) (vpodzime)
|
|
|
f56914 |
|
|
|
f56914 |
* Thu Mar 28 2013 Brian C. Lane <bcl@redhat.com> - 19.14-1
|
|
|
f56914 |
- Handle the end of the %%addon section (vpodzime)
|
|
|
f56914 |
- Don't allow setting a mountpoint for an fstype we cannot mount. (dlehman)
|
|
|
f56914 |
- Fix a bug I introduced with 3c78c1a5c. (clumens)
|
|
|
f56914 |
- Get rid of the customization expanders on custom partitioning. (clumens)
|
|
|
f56914 |
- Translate the "Create a new volume group..." text (#892782). (clumens)
|
|
|
f56914 |
- Move the Desired Capacity label and spinner into its own row (#907883,
|
|
|
f56914 |
#904999). (clumens)
|
|
|
f56914 |
- move Xorg test up so we might start vnc instead (hamzy)
|
|
|
f56914 |
- Set word wrapping on the label telling you how to switch layouts (#924885).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- gtk_thread_wait -> gtk_action_wait in custom.py (#926926). (clumens)
|
|
|
f56914 |
- Support multiple values for kicstart network --namserver= in dracut (#917481)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- get_widget -> get_object (#927898). (clumens)
|
|
|
f56914 |
- THREAD_* constants are in pyanaconda, not pykickstart. (clumens)
|
|
|
f56914 |
- Network spoke: fix model access thinko in Add device dialog (rvykydal)
|
|
|
f56914 |
- Use constants for thread names (mkolman)
|
|
|
f56914 |
- Move network connection timeout from network to constants (mkolman)
|
|
|
f56914 |
- udev-settle.service is now systemd-udev-settle.service (wwoods)
|
|
|
f56914 |
- Add boot-options.txt (wwoods)
|
|
|
f56914 |
|
|
|
f56914 |
* Fri Mar 22 2013 Brian C. Lane <bcl@redhat.com> - 19.13-1
|
|
|
f56914 |
- Set Tip text on the create user spoke. (dcantrell)
|
|
|
f56914 |
- Use space instead of underscore when user uses the timezone name (#924352)
|
|
|
f56914 |
(msivak)
|
|
|
f56914 |
- Use only self.data in TUI timezone spoke's status (msivak)
|
|
|
f56914 |
- Use the named tuple in root password dialog (#924138) (msivak)
|
|
|
f56914 |
- Add message instructing users they can type to search for language.
|
|
|
f56914 |
(sbueno+anaconda)
|
|
|
f56914 |
- Don't unbusy the cursor until the first action is ready to display. (clumens)
|
|
|
f56914 |
- Move custom storage setup into its own thread. (clumens)
|
|
|
f56914 |
- When you turn off NTP, clear the warning along the bottom of the screen.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- If the disk has no serial number, don't give the DiskOverview a popup.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Reorder the columns on the shopping cart so name is next to description.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Add device node names to the resize dialog as a new column. (clumens)
|
|
|
f56914 |
- Use an emblem for indicating spokes have not been completed. (clumens)
|
|
|
f56914 |
- If you remove all the disks in the shopping cart, disable the buttons.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Apply a style to the network spoke's toolbar. (clumens)
|
|
|
f56914 |
- Add a little more space between the updates checkbox and the add repo stuff.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Remove the partition scheme expanders. (clumens)
|
|
|
f56914 |
- Don't error out if a ks %%include is missing when looking for sshpw
|
|
|
f56914 |
(#923627). (clumens)
|
|
|
f56914 |
- Do not guess username immediately when user clears it (#924184) (msivak)
|
|
|
f56914 |
- Do not require password when no user is requested (#924150) (msivak)
|
|
|
f56914 |
- Refresh the checkboxes on AdvancedUser dialog properly (#924257) (msivak)
|
|
|
f56914 |
- Allow setting the default GID of the new user. (msivak)
|
|
|
f56914 |
- Add call to new-kernel-pkg --rpmposttrans (#922988) (bcl)
|
|
|
f56914 |
- Make our gtk_* decorators safer and more intelligent (vpodzime)
|
|
|
f56914 |
- Add method for checking if in main thread to the ThreadManager (vpodzime)
|
|
|
f56914 |
- Port the mandatory logic for User and Password spokes from GUI to TUI
|
|
|
f56914 |
(msivak)
|
|
|
f56914 |
- Use only self.data to determine completeness in User spoke (msivak)
|
|
|
f56914 |
- Make firstboot kickstart command aware of initial-setup (msivak)
|
|
|
f56914 |
- Add command and data updates to AnacondaKSHandler's __init__ (msivak)
|
|
|
f56914 |
|
|
|
f56914 |
* Tue Mar 19 2013 Brian C. Lane <bcl@redhat.com> - 19.12-1
|
|
|
f56914 |
- _model -> model in filter.py. (clumens)
|
|
|
f56914 |
- Add some documentation to FilterPage. (clumens)
|
|
|
f56914 |
- Add the advanced storage UI and hook it up. (clumens)
|
|
|
f56914 |
- Don't wrap the DO creation in gtk_thread_wait. (clumens)
|
|
|
f56914 |
- Add a button to the specialized window to bring up the add dialog. (clumens)
|
|
|
f56914 |
- Filter out multipath devices from the getDisks results. (clumens)
|
|
|
f56914 |
- Reduce duplicated code between the GUI and TUI. (clumens)
|
|
|
f56914 |
- Set the horizontal and vertical scales to what we want. (clumens)
|
|
|
f56914 |
- Move DiskOverview creation out into its own method. (clumens)
|
|
|
f56914 |
- Add a slot on the storage spoke for display of advanced storage. (clumens)
|
|
|
f56914 |
- Log the actual exception for getPackage (bcl)
|
|
|
f56914 |
- Add the addon repos from a repo's treeinfo file (bcl)
|
|
|
f56914 |
- Disable failed repos, not remove them (bcl)
|
|
|
f56914 |
- Add repo addon to source spoke (bcl)
|
|
|
f56914 |
- Remove the previous addon repo code and UI (bcl)
|
|
|
f56914 |
- Addon repo glade changes (bcl)
|
|
|
f56914 |
- Enable updates repo by default (bcl)
|
|
|
f56914 |
- Adjust _getTreeInfo so that proxy_url can be passed (bcl)
|
|
|
f56914 |
- Add enable flag to RepoData object (bcl)
|
|
|
f56914 |
- Modify repo interface in packaging (bcl)
|
|
|
f56914 |
- Change the source DiskOverview to a label (bcl)
|
|
|
f56914 |
- Display the reason for payloadInstallHandler error (bcl)
|
|
|
f56914 |
|
|
|
f56914 |
* Mon Mar 18 2013 Brian C. Lane <bcl@redhat.com> - 19.11-1
|
|
|
f56914 |
- Don't create temporary lists if not needed (vpodzime)
|
|
|
f56914 |
- Fix reclaiming disk space for non-us installations. (rvykydal)
|
|
|
f56914 |
- Allow for raising thread exceptions when threadMgr.get is called (bcl,
|
|
|
f56914 |
clumens). (clumens)
|
|
|
f56914 |
- Hook up the new refresh dialog. (clumens)
|
|
|
f56914 |
- Add a dialog prompting the user to refresh anaconda's view of storage.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Add a refresh button to the custom partitioning toolbar. (clumens)
|
|
|
f56914 |
- Add a reset button to the bottom right of the custom spoke. (clumens)
|
|
|
f56914 |
- Hook up the new action summary dialog. (clumens)
|
|
|
f56914 |
- Add a summary screen of actions to be performed on all disks. (clumens)
|
|
|
f56914 |
- Catch error when incorrect nfs address entered (sbueno+anaconda)
|
|
|
f56914 |
- Use GDBus also for connection settings update. (rvykydal)
|
|
|
f56914 |
- Network spoke: improve message format parametrization for translators
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- Don't set ibft device renaming for dracut, let it just do its job (#828505)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- Mark Timezone selection as firstboot spoke (msivak)
|
|
|
f56914 |
- Add user creation spoke to TUI (msivak)
|
|
|
f56914 |
- Refactor TUI password spoke to use the declarative EditTUISpoke (msivak)
|
|
|
f56914 |
- Use guess_username from pyanaconda.users in gui.spokes.UserSpoke (msivak)
|
|
|
f56914 |
- Add declarative EditTUISpoke (msivak)
|
|
|
f56914 |
- Allow modyfying exit question in TUI (msivak)
|
|
|
f56914 |
- Return False from TUI.run() if it was exited prematurely (msivak)
|
|
|
f56914 |
- Add guess_username function to users.py (msivak)
|
|
|
f56914 |
- Mark incomplete mandatory spokes in text mode (msivak)
|
|
|
f56914 |
- Network spoke: move formatting parameters out of translation function
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- Network spoke: add keyboard accelerator to add device combobox (#906263)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- Network spoke: don't decorate add_device_dialog (#906263) (rvykydal)
|
|
|
f56914 |
- Don't pass undefined stdout from execWithCapture. (rvykydal)
|
|
|
f56914 |
- Network spoke: import network module instead of list of too many functions
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- Vlan support: kickstart (#906272) (rvykydal)
|
|
|
f56914 |
- Vlan support: generate kickstart (#906272) (rvykydal)
|
|
|
f56914 |
- Vlan support: GUI - hub status information (#906272) (rvykydal)
|
|
|
f56914 |
- Network spoke: check whether added network device is already in list
|
|
|
f56914 |
(#906272) (rvykydal)
|
|
|
f56914 |
- Vlan support: GUI - add "Vlan ID" and "Parent" to vlan tab (#906272)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- Return correct nm_device_setting_value for bonds and vlans (#906272)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- Vlan support: GUI - show vlan devices (#906272) (rvykydal)
|
|
|
f56914 |
- Vlan support: GUI - add "Parent" and "Vlan ID" info (glade) (#906272)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- Vlan support: GUI - add vlan device (glade) (#906272) (rvykydal)
|
|
|
f56914 |
- Show that password was set by kickstart in TUI (msivak)
|
|
|
f56914 |
- Add settable quit message to TUI (msivak)
|
|
|
f56914 |
- Check _current_action for not being None before using it (vpodzime)
|
|
|
f56914 |
|
|
|
f56914 |
* Mon Mar 11 2013 Brian C. Lane <bcl@redhat.com> - 19.10-1
|
|
|
f56914 |
- Bonding support: GUI - hub status information (#906263) (rvykydal)
|
|
|
f56914 |
- Bonding support: GUI - generate kickstart network command for bonds (#906263)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- Bonding support: GUI - add device dialog (#906263) (rvykydal)
|
|
|
f56914 |
- Bonding support: GUI - add device dialog (glade) (#906263) (rvykydal)
|
|
|
f56914 |
- Bonding support: GUI - device list, configuration and adding bond (#906263)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- Bonding support: GUI - Slaves line in Wired tab (glade) (#906263) (rvykydal)
|
|
|
f56914 |
- Crypt the root we get from the user (#918991). (jkeating)
|
|
|
f56914 |
- Adapt to the new libxklavier's behaviour (vpodzime)
|
|
|
f56914 |
- We use python-meh's interfaces instead of Anaconda's (vpodzime)
|
|
|
f56914 |
- Redraw screen in case of valid input and nothing new scheduled (vpodzime)
|
|
|
f56914 |
- Fix two places where we are locking up the main thread (#886680). (clumens)
|
|
|
f56914 |
- Log when we acquire and release the _yum_lock (dlehman, clumens). (clumens)
|
|
|
f56914 |
- Do not fail when the logging stream cannot be opened (in initial-setup..)
|
|
|
f56914 |
(msivak)
|
|
|
f56914 |
- Mark DateTime spoke as usable for Firstboot (msivak)
|
|
|
f56914 |
- Fix a missing import and move the addon KS output template (msivak)
|
|
|
f56914 |
- Make the TUI mainloop more resistant to screen implementation errors (msivak)
|
|
|
f56914 |
- Teach TUI how to react on async events (msivak)
|
|
|
f56914 |
- Could not load UI file advanced_user.glade (hamzy)
|
|
|
f56914 |
- Don't try to remove the timer when it's None (DatetimeSpoke) (vpodzime)
|
|
|
f56914 |
- Log failed imports in the collect functions (vpodzime)
|
|
|
f56914 |
- remove the remnants of sparc support (dennis)
|
|
|
f56914 |
- Remove installmethod.py (dead code) (wwoods)
|
|
|
f56914 |
- Make default media eject behavior match old behavior (wwoods)
|
|
|
f56914 |
- Silence "cp: cannot stat '/etc/cmdline'..." error message (wwoods)
|
|
|
f56914 |
|
|
|
f56914 |
* Fri Mar 01 2013 Brian C. Lane <bcl@redhat.com> - 19.9-1
|
|
|
f56914 |
- Behave nice when root password is set by kickstart (msivak)
|
|
|
f56914 |
- Password spoke is mandatory if the created user is not an admin (msivak)
|
|
|
f56914 |
- Use the user data provided by kickstart (msivak)
|
|
|
f56914 |
- Add the User creation spoke including the Advanced dialog (msivak)
|
|
|
f56914 |
- Bonding support: kickstart (rvykydal)
|
|
|
f56914 |
- Condense some duplicated and overly wordy code in custom.py. (clumens)
|
|
|
f56914 |
- Add a new allMembers property that returns a list of pages and members.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- All Pages have a title, so get rid of the getattr games. (clumens)
|
|
|
f56914 |
- Allow more than one Page to be expanded at a time. (clumens)
|
|
|
f56914 |
- Get rid of the currentPage method. (clumens)
|
|
|
f56914 |
- Promote page._members to page.members. (clumens)
|
|
|
f56914 |
- Require passing the title to a Page's constructor. (clumens)
|
|
|
f56914 |
- Pressing F12 should do the same thing as clicking "Done" (#840998). (clumens)
|
|
|
f56914 |
- A bunch more "install" -> "installation" changes. (clumens)
|
|
|
f56914 |
- When the user clicks "Reclaim Space", go back to the hub (#911792). (clumens)
|
|
|
f56914 |
- Modify the logic that makes the reclaim button sensitive (#911793). (clumens)
|
|
|
f56914 |
- Add a free space line under every disk in the reclaim dialog. (clumens)
|
|
|
f56914 |
- Remove the initial sentence from the top of the reclaim dialog (#911793).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Fix a traceback in verifying optical media on the source spoke. (clumens)
|
|
|
f56914 |
- Revert "Hook up the "Remove Packages" button on the dep solving error
|
|
|
f56914 |
screen." (#905899). (clumens)
|
|
|
f56914 |
- Don't display "(null)" as a MountpointSelector's mountpoint. (clumens)
|
|
|
f56914 |
- dracut: add anaconda-pre-shutdown.sh to fix eject (#809920) (wwoods)
|
|
|
f56914 |
- Continue booting when checkisomd5 is aborted (#891551) (bcl)
|
|
|
f56914 |
- Fix ksdevice=<MAC> - instead of renaming the device to ksdev0 just use it
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- Add pigz to initrd.img (wwoods)
|
|
|
f56914 |
- Use %%_prefix macro value when calling configure in makeupdates (vpodzime)
|
|
|
f56914 |
- Try to import modules the standard way first in collect (msivak)
|
|
|
f56914 |
|
|
|
f56914 |
* Thu Feb 21 2013 Brian C. Lane <bcl@redhat.com> - 19.8-1
|
|
|
f56914 |
- Add more stuff to the exception reporting skip list. (clumens)
|
|
|
f56914 |
- Compare Sizes to Sizes in the reclaim dialog (#913484). (clumens)
|
|
|
f56914 |
- The disk cart summary does not need a mnemonic. (clumens)
|
|
|
f56914 |
|
|
|
f56914 |
* Wed Feb 20 2013 Brian C. Lane <bcl@redhat.com> - 19.7-1
|
|
|
f56914 |
- Fix RAID level test (bcl)
|
|
|
f56914 |
- unpack product.img to /updates (#911873) (bcl)
|
|
|
f56914 |
- If you attempt to search on the network device pane, don't crash. (clumens)
|
|
|
f56914 |
- Don't treat the _ in x86_64 as a mnemonic. (clumens)
|
|
|
f56914 |
- If you set_markup, the label forgets set_use_underline from glade. (clumens)
|
|
|
f56914 |
- Don't try to update spokes that are indirect. (clumens)
|
|
|
f56914 |
- If you cannot reclaim more space, don't show the reclaim radio (#911791).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Swap the order of the part scheme combo and encryption checkbox. (clumens)
|
|
|
f56914 |
- Fix for the addons kickstart support (vpodzime)
|
|
|
f56914 |
- kickstart.py needs udev that now lives in blivet (vpodzime)
|
|
|
f56914 |
- Refactor pieces of the Datetime spoke and move some parts to kickstart.py
|
|
|
f56914 |
(vpodzime)
|
|
|
f56914 |
- Set ONBOOT=no for default autoconnections (#905918, #886090) (rvykydal)
|
|
|
f56914 |
- Don't use "type" to name a variable. (rvykydal)
|
|
|
f56914 |
- Update all spokes on a Hub when spoke is exited (msivak)
|
|
|
f56914 |
- Wait for continueButton in KS mode if the user changed anything (msivak)
|
|
|
f56914 |
- Fix up word wrap on the DetailedErrorDialog. (clumens)
|
|
|
f56914 |
- Display storage warnings, similar to how errors are displayed (#909410).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Fix reprompting and screen redrawing on invalid input (vpodzime)
|
|
|
f56914 |
- Refresh addons_paths once we know if gui or tui takes place (vpodzime)
|
|
|
f56914 |
- Fixup anaconda.spec (bcl)
|
|
|
f56914 |
|
|
|
f56914 |
* Thu Feb 14 2013 Brian C. Lane <bcl@redhat.com> - 19.6-1
|
|
|
f56914 |
- fix uuid reference in parse-kickstart (bcl)
|
|
|
f56914 |
- Fixup kickstart script logging (bcl)
|
|
|
f56914 |
- Tell libreport the crash happened in Anaconda (#885690) (vpodzime)
|
|
|
f56914 |
- Restore older behavior regarding ks argument without a file name (#910550).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Move the encryption checkbox to the dialog (bcl)
|
|
|
f56914 |
- re-fetch metadata when proxy settings change (bcl)
|
|
|
f56914 |
- Apply some fixes to the spec file (#909592, metherid (clumens)
|
|
|
f56914 |
- install -> installation in a couple user-visible strings. (clumens)
|
|
|
f56914 |
- Restore support for partial kickstart files (#887254). (clumens)
|
|
|
f56914 |
- Get rid of packagesSeen. (clumens)
|
|
|
f56914 |
- Remove debugging print (DatetimeSpoke) (vpodzime)
|
|
|
f56914 |
- Honor modules' __all__ when doing collect (msivak)
|
|
|
f56914 |
- Use ksdata.addons instead of ksdata.addon and add ADDON_PATHS to sys.path
|
|
|
f56914 |
(vpodzime)
|
|
|
f56914 |
- Remove unused modules (dbus) and stuff from network.py (rvykydal)
|
|
|
f56914 |
- Replace get_NM_connection() using new nm module. (rvykydal)
|
|
|
f56914 |
- Replace get_NM_settings_value() using new nm module (rvykydal)
|
|
|
f56914 |
- Replace nmIsConnected() using new nm module (rvykydal)
|
|
|
f56914 |
- Replace hasActiveNetDev() using new nm module (rvykydal)
|
|
|
f56914 |
- Replace getDevicesProperies() using new nm module (rvykydal)
|
|
|
f56914 |
- Replace getIPAddresses() using new nm module (rvykydal)
|
|
|
f56914 |
- Replace getMacAddress() using new nm module (rvykydal)
|
|
|
f56914 |
- Replace isWirelessDevice() using new nm module (rvykydal)
|
|
|
f56914 |
- Replace getLinkStatus() using new nm module (rvykydal)
|
|
|
f56914 |
- Replace getActiveNetDevs() using new nm module (rvykydal)
|
|
|
f56914 |
- Replace getDevices() using new nm module (rvykydal)
|
|
|
f56914 |
- Move NM dbus calls to separate module. (rvykydal)
|
|
|
f56914 |
- Move networking functions from isys to network module. (rvykydal)
|
|
|
f56914 |
- Remove unused stuff from network.py (rvykydal)
|
|
|
f56914 |
- Remove unused networking stuff from isys (rvykydal)
|
|
|
f56914 |
- Network spoke: remove unused NM path and interface constants (rvykydal)
|
|
|
f56914 |
- Add 'eject' to the anaconda initramfs (wwoods)
|
|
|
f56914 |
- Ensure hookdir exists before creating eject script (wwoods)
|
|
|
f56914 |
- remove anaconda-cleanup-initramfs.service (wwoods)
|
|
|
f56914 |
- Add dracut/save-initramfs.sh (wwoods)
|
|
|
f56914 |
- Bring back the askmethod parameter (#889887). (clumens)
|
|
|
f56914 |
- Add a new selectorFromDevice method to the accordion. (clumens)
|
|
|
f56914 |
- The storage logger is now the blivet logger. (dlehman)
|
|
|
f56914 |
- DeviceFactory has moved from blivet to blivet.devicefactory. (dlehman)
|
|
|
f56914 |
|
|
|
f56914 |
* Fri Feb 08 2013 Brian C. Lane <bcl@redhat.com> - 19.5-1
|
|
|
f56914 |
- Add --dirinstall command (bcl)
|
|
|
f56914 |
- Convert the mount point entry to one containing a drop down. (clumens)
|
|
|
f56914 |
- Move the Modify SW button into a link in the text. (clumens)
|
|
|
f56914 |
- Rework all the dialogs after you click Done on the storage spoke (#903501).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Overrides for the Gdk have _2BUTTON_PRESS defined (vpodzime)
|
|
|
f56914 |
- Add entries with completions to the comboboxes (DatetimeSpoke) (vpodzime)
|
|
|
f56914 |
- Make the custom partitioning bullet points take up less horizontal space.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Don't say you can reuse existing mountpoints unless there are some. (clumens)
|
|
|
f56914 |
- Point gobject-introspection at our updates directory for overrides. (clumens)
|
|
|
f56914 |
|
|
|
f56914 |
* Mon Feb 04 2013 Brian C. Lane <bcl@redhat.com> - 19.4-1
|
|
|
f56914 |
- Remove libcurl requirement from configure.ac. (dlehman)
|
|
|
f56914 |
- DMI_CHASSIS_VENDOR has moved into blivet. (dlehman)
|
|
|
f56914 |
|
|
|
f56914 |
* Fri Feb 01 2013 Brian C. Lane <bcl@redhat.com> - 19.3-1
|
|
|
f56914 |
- unpack product.img to correct location (#869098) (bcl)
|
|
|
f56914 |
- Fix including _isys.so and isys/__init__.py in updates.img (vpodzime)
|
|
|
f56914 |
- Fix typo "DHCPV6" (rvykydal)
|
|
|
f56914 |
- Don't crash on wireless connections created in Live CD desktop (#895736)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- Adapt ifcfg -> ksdata mapping to NM change from IPADDR to IPADDR0. (rvykydal)
|
|
|
f56914 |
- Fix static and dhcp of network --ipv6 command (set IPV6_AUTOCONF=no)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- NM defaults to IPV6_AUTOCONF=yes (rvykydal)
|
|
|
f56914 |
- Fix up spacing on installation options dialog buttons a little bit. (clumens)
|
|
|
f56914 |
- Ignore double clicks on the DiskOverviews (#902467). (clumens)
|
|
|
f56914 |
- When the user creates a new mountpoint, display it by default (#886039).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Add device node name information to the storage spoke and disk cart
|
|
|
f56914 |
(#902617). (clumens)
|
|
|
f56914 |
- Do not include disks that have 0 size (#903131, #904977). (clumens)
|
|
|
f56914 |
- Preserve the state of the Customize... expanders on custom storage (#883134).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Make it a little more clear what's happening on the disk selection spoke
|
|
|
f56914 |
(#903498). (clumens)
|
|
|
f56914 |
- Move Xorg to vt7 (bcl)
|
|
|
f56914 |
- Network: read ipv6 configuration type from NM settings instead of ifcfg file
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- Don't fail on missing ifcfg file when setting default ONBOOT (#904817)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- Don't fail on invalid network --device kickstart specification. (rvykydal)
|
|
|
f56914 |
- Ignore ipv6 for a device (IPV6INIT=no) only for noipv6 option. (rvykydal)
|
|
|
f56914 |
- Network: fix disabling of ipv6 (noipv6 option) (rvykydal)
|
|
|
f56914 |
- Stop writing /etc/sysconfig/network (#895900) (rvykydal)
|
|
|
f56914 |
- We dont create missing ifcfg files on our own in anaconda anymore. (rvykydal)
|
|
|
f56914 |
- Use NM dbus interface to modify ifcfg configuration (#893892) (rvykydal)
|
|
|
f56914 |
- Document FileSystemSpaceChecker. (clumens)
|
|
|
f56914 |
- Add the customization category to POTFILES.in. (clumens)
|
|
|
f56914 |
- Add a license and overview to the g-i overrides file. (clumens)
|
|
|
f56914 |
- Create/clarify some documentation in the custom widgets. (clumens)
|
|
|
f56914 |
- Condense string formatting in a couple custom widgets. (clumens)
|
|
|
f56914 |
- Remove the widget-specific TODO list. (clumens)
|
|
|
f56914 |
- Add selinux to the list of parameters we pass on (#895860). (clumens)
|
|
|
f56914 |
- Display error status messages in a darker red color. (clumens)
|
|
|
f56914 |
- Add newline at the end of xorg.conf generated from ksdata (vpodzime)
|
|
|
f56914 |
- Move pyanaconda.packaging.get_mount_* into blivet.util. (dlehman)
|
|
|
f56914 |
- Remove obsolete references to simpleFilter. (dlehman)
|
|
|
f56914 |
- Remove the storage module and replace it with blivet. (dlehman)
|
|
|
f56914 |
- Move tsort, platform, and baseudev into storage. (dlehman)
|
|
|
f56914 |
- Start laying groundwork for splitting storage out of pyanaconda. (dlehman)
|
|
|
f56914 |
- Remove anaconda flag checking from OpticalDevice.eject. (dlehman)
|
|
|
f56914 |
- Remove unused functions and move storage-specific utils to storage. (dlehman)
|
|
|
f56914 |
- Remove installclass arch filtering. (dlehman)
|
|
|
f56914 |
- Handle sending program output to tty5 through the logging setup. (dlehman)
|
|
|
f56914 |
- Use dumpe2fs output to determine dirty fs. (dlehman)
|
|
|
f56914 |
- Remove filesystem migration code. (dlehman)
|
|
|
f56914 |
- Use threadMgr.wait to check threads (bcl)
|
|
|
f56914 |
- Add error reporting to threadMgr (bcl)
|
|
|
f56914 |
|
|
|
f56914 |
* Fri Jan 25 2013 Brian C. Lane <bcl@redhat.com> - 19.2-1
|
|
|
f56914 |
- Use only one large grid for the hubs. (clumens)
|
|
|
f56914 |
- Indicate nothing will happen until "Begin Installation" is clicked (#883195).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Exit anaconda correctly on SIGTERM (vpodzime)
|
|
|
f56914 |
- Move communication module to pyanaconda/ui (vpodzime)
|
|
|
f56914 |
- Function getDefaultHostname was renamed some time ago. (rvykydal)
|
|
|
f56914 |
- Use constant for default hostname ("localhost.localdomain" currently)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- Make update_hostname function do just one thing - update ksdata. (rvykydal)
|
|
|
f56914 |
- Rename wait_for_dhcp pieces to say what they actually do (rvykydal)
|
|
|
f56914 |
- Initialize network synchronously (#902090) (rvykydal)
|
|
|
f56914 |
- xgettext wants "utf-8", not "utf8". Python doesn't seem to care. (clumens)
|
|
|
f56914 |
- On the storage spoke, only show the summary button if a disk is selected.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Add text letting people know they can use existing filesystems (#883150).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Default to mirrored RAID instead of striped (#888867). (clumens)
|
|
|
f56914 |
- Replace the RAID level checkboxes with a single combo box. (clumens)
|
|
|
f56914 |
- Don't allow mountpoints to start with /proc or /sys either. (clumens)
|
|
|
f56914 |
- Add 'nmcli dev list' output to data gathered after crash (vpodzime)
|
|
|
f56914 |
- Add lsblk output to data gathered after crash (#879940) (vpodzime)
|
|
|
f56914 |
- Cleanup some trailing whitespace on otherwise empty lines (vpodzime)
|
|
|
f56914 |
- Refactor and cleanup exception handling pieces (vpodzime)
|
|
|
f56914 |
- Exception handling for text mode (#865325) (vpodzime)
|
|
|
f56914 |
- python-meh's saveExceptionWindow no longer uses the accountManager (vpodzime)
|
|
|
f56914 |
- Enable line wrapping in a couple more places (#901551). (clumens)
|
|
|
f56914 |
- Support /boot on RAID metadata version 1.2 (#896163). (clumens)
|
|
|
f56914 |
- Don't check memory for rescue mode (#895948). (clumens)
|
|
|
f56914 |
- Split __init__ and setup in TUI screens so we can set the environment and
|
|
|
f56914 |
search paths (msivak)
|
|
|
f56914 |
- Add a requirement on device-mapper-multipath (#895973) (msivak)
|
|
|
f56914 |
- Update default fs type code (#855401). (clumens)
|
|
|
f56914 |
- Display the background gradient image from a map signal handler. (clumens)
|
|
|
f56914 |
- Remove the old cmdline and script interfaces. (clumens)
|
|
|
f56914 |
- anaconda-cleanup doesn't use an interface at all. (clumens)
|
|
|
f56914 |
- Remove the old text mode UI. (clumens)
|
|
|
f56914 |
- Move constants_text out of the textw directory. (clumens)
|
|
|
f56914 |
- Remove more references to system-config-*. (clumens)
|
|
|
f56914 |
- Add device NM_DEVICE_TYPE_ETHERNET to isys (#893892) (rvykydal)
|
|
|
f56914 |
- Dump missing ifcfg ifles only for ethernet devices (#893892) (rvykydal)
|
|
|
f56914 |
- Take over dhcp connection by NM for network root (eg nfs) (#883451, #893656)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- Use DEFAULT_LANG instead of magic value "en_US.UTF-8" (vpodzime)
|
|
|
f56914 |
- fixup spec with 19.1 commits (bcl)
|
|
|
f56914 |
|
|
|
f56914 |
* Mon Jan 14 2013 Brian C. Lane <bcl@redhat.com> - 19.1-1
|
|
|
f56914 |
- Rework the reclaim dialog to have a resize slider. (clumens)
|
|
|
f56914 |
- g_type_init call is no longer needed (bcl)
|
|
|
f56914 |
|
|
|
f56914 |
* Fri Jan 11 2013 Brian C. Lane <bcl@redhat.com> - 18.40-1
|
|
|
f56914 |
- Prepare structures to save spoke completenes for firstboot and GIE (msivak)
|
|
|
f56914 |
- Do not call exit at the end of GUI interface, just quit the main loop
|
|
|
f56914 |
(msivak)
|
|
|
f56914 |
- Improve handling of .py and .pyc equivalence while collecting classes
|
|
|
f56914 |
(msivak)
|
|
|
f56914 |
- Set default language to en_US.UTF-8 (#891379) (msivak)
|
|
|
f56914 |
- Set the local hostname during installation (vpodzime)
|
|
|
f56914 |
- Refactor and cleanup our localization module (vpodzime)
|
|
|
f56914 |
- Network spoke: use correct state value to display device status. (rvykydal)
|
|
|
f56914 |
- drop fcoe-utils dependency for s390x (rhbz#894025) (sbueno+anaconda)
|
|
|
f56914 |
- More TODO list wrangling. (clumens)
|
|
|
f56914 |
- On storage, remove the "Continue" button and make "Done" do it all (#882737).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- getLUKSPassphrase is no longer used, so kill it. (clumens)
|
|
|
f56914 |
- "Hub" shouldn't be in the title for any text mode hub. (clumens)
|
|
|
f56914 |
- Do not lightbox any dialogs on the custom storage spoke (#875291). (clumens)
|
|
|
f56914 |
- Revert "Do not lightbox the Add Mountpoint dialog (#875291)." (clumens)
|
|
|
f56914 |
- Don't allow changing a VG name to empty in the VG editor (#892395). (clumens)
|
|
|
f56914 |
- Check country_layouts is not None when using it (#893026) (vpodzime)
|
|
|
f56914 |
- Don't redownload payload from closest mirror only if we actually have some
|
|
|
f56914 |
(#892665) (rvykydal)
|
|
|
f56914 |
- Remove some modules obsoleted by the packaging module. (dlehman)
|
|
|
f56914 |
- Prefer country over language when returning default layout (#867110)
|
|
|
f56914 |
(vpodzime)
|
|
|
f56914 |
- Fix Quit button in standalone network spoke (#892120) (rvykydal)
|
|
|
f56914 |
- Network spoke: add sanity check for hostname setting (#856456) (rvykydal)
|
|
|
f56914 |
- Network spoke: add hostname setting (#856456) (rvykydal)
|
|
|
f56914 |
- Fix completeness check for md fwraid arrays. (#892621) (dlehman)
|
|
|
f56914 |
- Fix handling of failure to create a new container. (#892046) (dlehman)
|
|
|
f56914 |
- Force disk selection for interactive installs. (#888293) (dlehman)
|
|
|
f56914 |
- Mark another string for translation (#892760). (clumens)
|
|
|
f56914 |
- Do not lightbox the Add Mountpoint dialog (#875291). (clumens)
|
|
|
f56914 |
- Strip out pango markup before attempting to match languages (#892463).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Mark the live progress hub message for translation (#892069). (clumens)
|
|
|
f56914 |
- Allow deleting whole disks using the reclaim dialog (#880686). (clumens)
|
|
|
f56914 |
- Don't allow mountpoints to start with /dev (#891447). (clumens)
|
|
|
f56914 |
- Disable the configure button for pre-existing devices (#888296). (clumens)
|
|
|
f56914 |
- Add keyboard mnemonics to the spoke selectors, too. (clumens)
|
|
|
f56914 |
- Add keyboard accelerators to a whole lot of widgets (#864964). (clumens)
|
|
|
f56914 |
- Try fallback if none exactly matching language is found (#891487) (vpodzime)
|
|
|
f56914 |
- Only skip welcome screen for ks installs (#891755) (bcl)
|
|
|
f56914 |
- protect getDirSize from vanishing files (#891759) (bcl)
|
|
|
f56914 |
- start vnc without ip address (#832510) (bcl)
|
|
|
f56914 |
- Update physical device's sysfs path for btrfs (sub)volumes. (#891443)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Wrap text on the updates checkbox to fix screen placement (#888880).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- The return value from execWithRedirect is an int (#891313). (clumens)
|
|
|
f56914 |
- Add placeholder names to a couple strings (#890157). (clumens)
|
|
|
f56914 |
- Fix multiple copies of spokes appearing from update image (msivak)
|
|
|
f56914 |
- Import pyanaconda.addons in the anaconda script (vpodzime)
|
|
|
f56914 |
- Update the API which controls where should spokes be displayed (msivak)
|
|
|
f56914 |
- Update the way we look for glade files, spokes, hubs and categories (msivak)
|
|
|
f56914 |
- Make screenshot routines reusable in Firstboot (msivak)
|
|
|
f56914 |
- Do not fail when missing directories are present in addon paths (msivak)
|
|
|
f56914 |
- Pass addons paths to user interfaces (msivak)
|
|
|
f56914 |
- hook up help window close button (#889570) (bcl)
|
|
|
f56914 |
- add setKeyboardCheckButton to list of things to translate (#889352) (bcl)
|
|
|
f56914 |
- Mark for translation and show translated some more GUI elements (#877658)
|
|
|
f56914 |
(vpodzime)
|
|
|
f56914 |
- Translate storage errors (#877658) (vpodzime)
|
|
|
f56914 |
- Don't allow changing the boot disk from inside the custom spoke. (#889585)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Add help text and a help button to the custom storage spoke. (#889570)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Allow /boot on btrfs subvol if using grub2. (#888603,868465) (dlehman)
|
|
|
f56914 |
- Don't keep old device name when switching to btrfs in custom. (dlehman)
|
|
|
f56914 |
- Fix container member set management for md arrays. (#889101) (dlehman)
|
|
|
f56914 |
- Include incomplete devices when listing dependant devices. (#889330)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Use systemd to run checkisomd5 (#874486) (harald)
|
|
|
f56914 |
- fixup direct nfs iso url handling (#879187) (bcl)
|
|
|
f56914 |
- fixup nfs repo install code (#879187) (bcl)
|
|
|
f56914 |
|
|
|
f56914 |
* Wed Dec 19 2012 Brian C. Lane <bcl@redhat.com> - 18.39-1
|
|
|
f56914 |
- Add more yum locking to yumpayload (#860022) (bcl)
|
|
|
f56914 |
- The percent bar can go in the same column as the space label. (clumens)
|
|
|
f56914 |
- Don't resize NTFS partitions to smaller than the filesystem on them
|
|
|
f56914 |
(#885912). (clumens)
|
|
|
f56914 |
- Remove some unused error handling code from old UI. (clumens)
|
|
|
f56914 |
- Don't generate ifcfg files for non-existing devices in parse-kickstart
|
|
|
f56914 |
(#886647) (rvykydal)
|
|
|
f56914 |
- Encode unicode strings returned by pytz.country_timezones() (#887236)
|
|
|
f56914 |
(vpodzime)
|
|
|
f56914 |
- Always set passphrase for newly encrypted devices. (#888560) (dlehman)
|
|
|
f56914 |
- Handle edit of preexisting encrypted lv. (#885378) (dlehman)
|
|
|
f56914 |
- Raise DeviceError instead of ValueError from device ctor. (#888089) (dlehman)
|
|
|
f56914 |
- Set line wrap on the info bar (#888112). (clumens)
|
|
|
f56914 |
- Don't crash when vg edit triggers spurious change event. (#883699) (dlehman)
|
|
|
f56914 |
- Add handling for incomplete lvm/md devices. (#876441) (dlehman)
|
|
|
f56914 |
- Fallback to mdN if no name was found for incomplete md array. (#873224)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Add product.py to POTFILES (#858628). (clumens)
|
|
|
f56914 |
- Sort categories in GUI alphabetically (msivak)
|
|
|
f56914 |
- Fix typo in variable name (msivak)
|
|
|
f56914 |
- Collect addon paths properly (msivak)
|
|
|
f56914 |
- Move the import constants line below setupPythonUpdates (msivak)
|
|
|
f56914 |
- Only close AddLayout dialog on double-click if something is selected
|
|
|
f56914 |
(#887371) (vpodzime)
|
|
|
f56914 |
- Add warning to keyboard spoke on live installations (#886463) (vpodzime)
|
|
|
f56914 |
- Split ksdata execute and setup methods for addons (msivak)
|
|
|
f56914 |
- Add support for KS %%addon section and the API+code to use it (msivak)
|
|
|
f56914 |
- Import collected modules only once (msivak)
|
|
|
f56914 |
- Update run-spoke to use paths (msivak)
|
|
|
f56914 |
- Export QuitDialog and it's message string (msivak)
|
|
|
f56914 |
- Update the hack we use to preload AnacondaWidgets - we need to load the
|
|
|
f56914 |
typelib not just the .so file (msivak)
|
|
|
f56914 |
- Add FirstbootMixIn (msivak)
|
|
|
f56914 |
- Move the path definitions to Interface and pass it to the Hubs from there
|
|
|
f56914 |
(msivak)
|
|
|
f56914 |
- Make TUI ready for getting spokes from multiple directories (msivak)
|
|
|
f56914 |
- Make GUI more reusable and support multiple directories for spokes and
|
|
|
f56914 |
categories (msivak)
|
|
|
f56914 |
- Modify collect so it works with directories with missing __init__.py (msivak)
|
|
|
f56914 |
- Split completed and mandatory attributes (msivak)
|
|
|
f56914 |
- Move info about possible actions below the free space info (vpodzime)
|
|
|
f56914 |
- Fix a couple pylint errors (#867125). (clumens)
|
|
|
f56914 |
- Fix an undefined variable error (#867129). (clumens)
|
|
|
f56914 |
- The fs type combo should be sensitive when reformat is checked (#887201).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Remove idiomatic, hard to translate text (#865598). (clumens)
|
|
|
f56914 |
- Activate default layout when it is changed (#882440) (vpodzime)
|
|
|
f56914 |
- Validate and correct vg names as needed. (dlehman)
|
|
|
f56914 |
- Don't allow resize of devices with no/unrecognized formatting. (#869841)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Add keyboard dracut setup args (#875567) (vpodzime)
|
|
|
f56914 |
- recheck software when source changes (#875599) (bcl)
|
|
|
f56914 |
- Include the new lib directory in the package (#886319, #886470). (clumens)
|
|
|
f56914 |
- Add a gradient background to spoke headers (mizmo, clumens). (clumens)
|
|
|
f56914 |
- Only allow changing filesystem type if the reformat combo is checked
|
|
|
f56914 |
(#885906). (clumens)
|
|
|
f56914 |
- It's possible for mountpoint to be None (#885279). (clumens)
|
|
|
f56914 |
- Explicitly set True/False in the bootloader setting (#885381). (clumens)
|
|
|
f56914 |
|
|
|
f56914 |
* Tue Dec 11 2012 Brian C. Lane <bcl@redhat.com> - 18.38-1
|
|
|
f56914 |
- In interactive installs, default to bootloader in the MBR (#885284).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Make sure software selection is checked against filesystem space. (#853636)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Update default install size and disk space estimate. (dlehman)
|
|
|
f56914 |
- Add checkbox for setting language default layout (#866887) (vpodzime)
|
|
|
f56914 |
- Change testing area label to something more appropriate (KeyboardSpoke)
|
|
|
f56914 |
(vpodzime)
|
|
|
f56914 |
- Fix getting country layout variants (vpodzime)
|
|
|
f56914 |
- Wait for slower dhcp before running vnc server (#868777) (rvykydal)
|
|
|
f56914 |
- Network spoke: fix NMClient signal callback arguments (#885488) (rvykydal)
|
|
|
f56914 |
- Add logging for networking and improve logging of ifcfg files (rvykydal)
|
|
|
f56914 |
- Honor user request via UI to not install a bootloader. (#885240) (dlehman)
|
|
|
f56914 |
- Handle partition removals regardless of deepcopy. (#884896) (dlehman)
|
|
|
f56914 |
- Default to partitions for /boot* instead of just /boot/efi. (#884606)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Fix a logic error in ActionDestroyFormat.obsoletes. (#885004) (dlehman)
|
|
|
f56914 |
- Take device type into account when making the config button sensitive
|
|
|
f56914 |
(#885051). (clumens)
|
|
|
f56914 |
- Hide VG-related widgets when displaying a non-LV mountpoint first (#885131).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Install default system for %%packages --default (#869978) (bcl)
|
|
|
f56914 |
- Fix a typo in the live cd completion text (#884373). (clumens)
|
|
|
f56914 |
- Do not allow deleting or editing a protected device in custom part (#884599).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- If path doesn't exist, don't traceback. Return None. (clumens)
|
|
|
f56914 |
- Add/remove the HDISO source from protectedDevSpecs (#882147). (clumens)
|
|
|
f56914 |
- Put the bad VG name into the error message (#884359). (clumens)
|
|
|
f56914 |
- Use updated connection settings object for default auto config files
|
|
|
f56914 |
(#883383) (rvykydal)
|
|
|
f56914 |
|
|
|
f56914 |
* Wed Dec 05 2012 Brian C. Lane <bcl@redhat.com> - 18.36-1
|
|
|
f56914 |
- Call udev_settle from inside udev_trigger. (dlehman)
|
|
|
f56914 |
- Prevent enabling the encryption checkbutton erroneously. (dlehman)
|
|
|
f56914 |
- Make sure Storage is initialized before refreshing the custom spoke.
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Fix initialization of Storage.roots to use a list. (#884270) (dlehman)
|
|
|
f56914 |
- Don't allow reformat without setting a mountpoint. (#883076) (dlehman)
|
|
|
f56914 |
- Fix check for toggled encryption checkbutton. (#882722) (dlehman)
|
|
|
f56914 |
- Make sure FS minSize is never greater than its currentSize. (#876547)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- When considering whether anything can be shrunk, throw out protected devs.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- In the UI, mark the HDISO source device as protected (#879610). (clumens)
|
|
|
f56914 |
- update mdraid superBlock space calculation (#883483) (bcl)
|
|
|
f56914 |
- Remove resetResolver function, we don't need it anymore (#868695) (rvykydal)
|
|
|
f56914 |
- Network spoke: improve logging. (rvykydal)
|
|
|
f56914 |
- Unify writeNetworkConf with other modules (rename, put in ks.execute)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- Fix network command --onboot and --activate options. (rvykydal)
|
|
|
f56914 |
- Fix two calls of self.window.set_info (#883632) (vpodzime)
|
|
|
f56914 |
- Use BaseWindow.set_warning and set_error in GUIObject's methods (vpodzime)
|
|
|
f56914 |
|
|
|
f56914 |
* Tue Dec 04 2012 Brian C. Lane <bcl@redhat.com> - 18.35-1
|
|
|
f56914 |
- Fix a bug when switching back to an HDISO install source (#879612). (clumens)
|
|
|
f56914 |
- Lower case the DONE button on media check. (clumens)
|
|
|
f56914 |
- Change mirrorlist checkbox text (#883191). (clumens)
|
|
|
f56914 |
- Change the bootloader button to indicate you can also not install one.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Stop writing /etc/sysconfig/keyboard (#871543) (mschmidt)
|
|
|
f56914 |
- Stop writing /etc/sysconfig/i18n (#871543) (mschmidt)
|
|
|
f56914 |
- Write /etc/hostname (#871543) (mschmidt)
|
|
|
f56914 |
- Correct doing string substitution for encryption. (clumens)
|
|
|
f56914 |
- Add install.py to POTFILES.in so a lot more strings can be translated.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Only instantiate main line action objects when they are needed. (clumens)
|
|
|
f56914 |
- Add a category to POTFILES.in so "USER SETTINGS" gets translated. (clumens)
|
|
|
f56914 |
- Make sure product info and spoke titles are translated throughout. (clumens)
|
|
|
f56914 |
- Substitute on new_install_name when it's needed, not at the top of custom.py.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Compare the protocol combox box on position, not text. (clumens)
|
|
|
f56914 |
- When we retranslate the welcome window, inform glibc. (clumens)
|
|
|
f56914 |
- Add gettext checks to widgets/configure.ac. (clumens)
|
|
|
f56914 |
- The initial welcome screen is the only one that needs to do retranslation.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Remove the generic retranslate method from the python portion of the UI.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Do not allow manipulating protected devices in the reclaim dialog (#882147).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- ISOImage needs to look at /run/install/source for the mounted image
|
|
|
f56914 |
(#879142). (clumens)
|
|
|
f56914 |
- Minor TODO list update. (clumens)
|
|
|
f56914 |
- Get rid of the unneeded action1. (clumens)
|
|
|
f56914 |
- Do not list some layouts twice (#882526) (vpodzime)
|
|
|
f56914 |
- Check if the given NTP server is a valid hostname (#865869) (vpodzime)
|
|
|
f56914 |
- Improve and document network.sanityCheckHostname (vpodzime)
|
|
|
f56914 |
- don't write network settings on image install (bcl)
|
|
|
f56914 |
|
|
|
f56914 |
* Sat Dec 01 2012 Brian C. Lane <bcl@redhat.com> - 18.34-1
|
|
|
f56914 |
- remove extra space in custom.py (bcl)
|
|
|
f56914 |
|
|
|
f56914 |
* Fri Nov 30 2012 Brian C. Lane <bcl@redhat.com> - 18.33-1
|
|
|
f56914 |
- Escape single percent signs in RPM changelog entries. (dcantrell)
|
|
|
f56914 |
- Fixes for PkgWrangler review. (dcantrell)
|
|
|
f56914 |
- Don't let defaults override user-specified container settings. (#879702)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Fix partition allocation when enabling container encryption. (#879702)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Remove partitions from all appropriate DiskLabel instances. (#870586)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Add a way for users to set the names of lvm and md devices. (dlehman)
|
|
|
f56914 |
- Update the RAID-specific UI after changing the device's disk set. (dlehman)
|
|
|
f56914 |
- Correctly handle the default vg not having been instantiated yet. (dlehman)
|
|
|
f56914 |
- Drop requested container disks that don't have enough space. (#873293)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Don't allow LVM disk set selection via configure button. (dlehman)
|
|
|
f56914 |
- Try to add new device to an existing container if disks are full. (dlehman)
|
|
|
f56914 |
- Fix code to lock encryption checkbutton for LV in existing VG (#877871)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Add support for changing a new LV's VG. (dlehman)
|
|
|
f56914 |
- Fix check for in-use LV name to include VG name. (#875477) (dlehman)
|
|
|
f56914 |
- Remove the automatic show_all from those info_bar related functions.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Add set_info, set_error, set_warning functions to the BaseWindow object.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- set_info functions may not be called from outside the main thread (#873600).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Test if path is valid before using it (NTPConfigDialog) (vpodzime)
|
|
|
f56914 |
|
|
|
f56914 |
* Wed Nov 28 2012 Brian C. Lane <bcl@redhat.com> - 18.32-1
|
|
|
f56914 |
- Bootloader checking should work in terms of self.stage1/2_ attrs (#880277).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Catch OverflowError in manual partitioning. (sbueno+anaconda)
|
|
|
f56914 |
- Do not accept tabs in the keyboard layout test box (#897312). (clumens)
|
|
|
f56914 |
- Wait for slower dhcp for payload setup and hostname setting (#873468)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
|
|
|
f56914 |
* Mon Nov 26 2012 Brian C. Lane <bcl@redhat.com> - 18.31-1
|
|
|
f56914 |
- Rename icons for liveinst (conflict with redhat-logos) (#878037) (rvykydal)
|
|
|
f56914 |
- Rework actions in the resize dialog to avoid shortcomings (#866209, #867770).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Check that everything's a GDK window before attempting to manipulate it.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- On live installs, the progress hub should have a Quit button (#854904).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- If no bootloader is to be installed, pop up a warning. (clumens)
|
|
|
f56914 |
- Escape ampersands in spoke status text. (clumens)
|
|
|
f56914 |
- Allow not setting any boot device via the UI (#867469). (clumens)
|
|
|
f56914 |
- Allow specifying whether the URL you've given is a mirrorlist or not
|
|
|
f56914 |
(#868558). (clumens)
|
|
|
f56914 |
- Prevent false positives when checking for encryption change. (dlehman)
|
|
|
f56914 |
- Don't add incomplete VGs to the LVM reject filter. (#878225) (dlehman)
|
|
|
f56914 |
- Show device names for devices in the Unknown page/subsection. (#855646)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Add a page to the custom RHS notebook for uneditable devices. (#875942)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Fix error in iutil.execCapture when fatal and non-zero exit (stefw)
|
|
|
f56914 |
- Allow iutil.execWithCapture to work without a chroot (stefw)
|
|
|
f56914 |
- Handle hd iso leavings by dracut (#876897) (jkeating)
|
|
|
f56914 |
- show error when rsync fails (#868755) (bcl)
|
|
|
f56914 |
|
|
|
f56914 |
* Mon Nov 19 2012 Brian C. Lane <bcl@redhat.com> - 18.30-1
|
|
|
f56914 |
- only raise rsync error on error 12 (#868755) (bcl)
|
|
|
f56914 |
- Dump default auto connection's ifcfg file instead of writing a new one
|
|
|
f56914 |
(#870922) (rvykydal)
|
|
|
f56914 |
- Number timezones starting with 1 (#859342) (msivak)
|
|
|
f56914 |
- only call bootloader.check() if bootloader is setup (#875278) (bcl)
|
|
|
f56914 |
- Fix operator precedence when checking for the presence of transifex-client.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Make the custom and keyboard toolbar buttons larger (mizmo). (clumens)
|
|
|
f56914 |
- More changes to leave the spoke via a glib idle call, not calling directly.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Hide the custom addon button. (clumens)
|
|
|
f56914 |
- Enable verbose yum logging once more (jkeating)
|
|
|
f56914 |
- rm transifex-client buildreq; check and install only if needed (sbueno)
|
|
|
f56914 |
- Handle nfsiso leavings by dracut (#876223) (jkeating)
|
|
|
f56914 |
- Prevent some raid-related tracebacks. (#874034) (dlehman)
|
|
|
f56914 |
- Don't try to save changes to a locked luks device. (#876180) (dlehman)
|
|
|
f56914 |
- Keyboard test layout padding fix (mizmo). (clumens)
|
|
|
f56914 |
- Correct colors for selected items in mountpoint selector widget (mizmo).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Include hidden disks in the storage spoke's list of devices (#875475).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Make the DetailedErrorDialog taller by default (#874620). (clumens)
|
|
|
f56914 |
- If there's only a Quit button, don't make it secondary. (clumens)
|
|
|
f56914 |
- Handle package dependency errors on kickstart installs too (#865073).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Remove iso-codes dependency, libxklavier has it fixed now (vpodzime)
|
|
|
f56914 |
- Rework custom partitioning alignment too (mizmo). (clumens)
|
|
|
f56914 |
- Attempt to fix the shrunken storage UI (mizmo). (clumens)
|
|
|
f56914 |
- Do not allow TreeView search in AddLayout dialog (#876131) (vpodzime)
|
|
|
f56914 |
- DiskOverview widget selection color correction (mizmo). (clumens)
|
|
|
f56914 |
- Use the main loop to control displaying the resize dialog. (clumens)
|
|
|
f56914 |
- Use ksdata to set default runlevel (jkeating)
|
|
|
f56914 |
- Execute xconfig data (#874868) (jkeating)
|
|
|
f56914 |
- Write out xconfig data when executed (jkeating)
|
|
|
f56914 |
- Code cleanups (jkeating)
|
|
|
f56914 |
- Link to the correct default target (jkeating)
|
|
|
f56914 |
- Add a mapping of old run level to new systemd target (jkeating)
|
|
|
f56914 |
|
|
|
f56914 |
* Mon Nov 12 2012 Brian C. Lane <bcl@redhat.com> - 18.29-1
|
|
|
f56914 |
- Quit after handling transaction errors. (clumens)
|
|
|
f56914 |
- Add a function to display relevant transaction errors (#873106). (clumens)
|
|
|
f56914 |
- Don't decorate error dialogs. (clumens)
|
|
|
f56914 |
- Fix error handling when new device ends up with size 0. (dlehman)
|
|
|
f56914 |
- Explicitly request all free space when no size given in custom. (#872833)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Disable the language spoke off the first hub, for now (#874263). (clumens)
|
|
|
f56914 |
- Wrap text on install options dialogs (#874265). (clumens)
|
|
|
f56914 |
- Encode unicode strings from XklWrapper (#873762) (vpodzime)
|
|
|
f56914 |
- New version (out of order) (bcl)
|
|
|
f56914 |
- Network spoke: fix traceback (number of callback parameters) (#875393)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- Adjust right margin for MountpointSelector (mizmo). (clumens)
|
|
|
f56914 |
- Fix introspection warnings for widgets (stefw)
|
|
|
f56914 |
|
|
|
f56914 |
* Fri Nov 09 2012 Brian C. Lane <bcl@redhat.com> - 18.28-1
|
|
|
f56914 |
- Show NFS as the source if dracut left it for us (#875235) (jkeating)
|
|
|
f56914 |
- Convert the accordion Button to a LinkButton (mizmo). (clumens)
|
|
|
f56914 |
- Buttons shouldn't scream at people (#868536, mizmo). (clumens)
|
|
|
f56914 |
- Don't attempt to handle exceptions when NFS mounts fail. (clumens)
|
|
|
f56914 |
- If there's an error setting up the source, display it as the status.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Add logging around the messages that can be processed by the hub. (clumens)
|
|
|
f56914 |
- You can't reformat a btrfs volume/subvolume. (dlehman)
|
|
|
f56914 |
- Always account for device removals in their containers. (dlehman)
|
|
|
f56914 |
- Fix container member management for md devices. (dlehman)
|
|
|
f56914 |
- Use a more robust method for removing previous autopart. (#868589) (dlehman)
|
|
|
f56914 |
- Post-custom sanity check determines storage spoke completeness. (#868925)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Fix detection of inactive md arrays. (#873031) (dlehman)
|
|
|
f56914 |
- Vastly simplify the process for applying changes from custom spoke. (dlehman)
|
|
|
f56914 |
- Clean up container disk set and encryption change handling. (#874714)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Honor kickstart bootloader --location=none. (#871143) (dlehman)
|
|
|
f56914 |
- Use original raid level and disk set when reverting a device. (dlehman)
|
|
|
f56914 |
- Set raid level based on defined volume for not-yet-btrfs mounts. (dlehman)
|
|
|
f56914 |
- Network spoke: improve status info (shorten) (rvykydal)
|
|
|
f56914 |
- Network spoke: update list of connected devices in hub status (rvykydal)
|
|
|
f56914 |
- Network spoke: Add "Connecting..." state to status (#868704) (rvykydal)
|
|
|
f56914 |
- Network spoke: Update status of networking in hub (#868704) (rvykydal)
|
|
|
f56914 |
- check for small grub2 embed space (#737508) (bcl)
|
|
|
f56914 |
- Set SpokeSelector's tooltip to spoke's status (vpodzime)
|
|
|
f56914 |
- Don't let mount/umount block python threads (#873600). (clumens)
|
|
|
f56914 |
- Fix makeupdates to correctly detect and include changes in isys. (clumens)
|
|
|
f56914 |
- Update pot file with proper lower cased buttons (#868536, mizmo). (clumens)
|
|
|
f56914 |
- Default to LVM on text installs too (#874586). (clumens)
|
|
|
f56914 |
- Remove network enablement in anaconda from rescue mode (#873854) (rvykydal)
|
|
|
f56914 |
- Add very basic U-Boot support for ARM platforms (dmarlin)
|
|
|
f56914 |
- Fix test for changed disk set for partitions. (#873994) (dlehman)
|
|
|
f56914 |
- Add support for preexisting whole-disk formatting. (#870476) (dlehman)
|
|
|
f56914 |
- There is no Storage.destroyFormat method. (dlehman)
|
|
|
f56914 |
- Move DEVICE_TYPE constants into storage and use them everywhere. (dlehman)
|
|
|
f56914 |
- A device scheduled for reformat is not unused. (dlehman)
|
|
|
f56914 |
- Catch the right exception when settin up raid options ui. (#873486) (dlehman)
|
|
|
f56914 |
- Network spoke: Use connection state that triggered a callback (bug #871429)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- Use sr_Latn_RS instead of sr_RS (vpodzime)
|
|
|
f56914 |
|
|
|
f56914 |
* Wed Nov 07 2012 Brian C. Lane <bcl@redhat.com> - 18.27-1
|
|
|
f56914 |
- Mark more UI strings with N_ (#874276). (clumens)
|
|
|
f56914 |
- Pressing Enter on the passphrase dialog should continue (#788556). (clumens)
|
|
|
f56914 |
- Pressing Enter should activate the rightmost button on the detailed dialog.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Pressing enter on a MountpointSelector should display it on the RHS
|
|
|
f56914 |
(#873352). (clumens)
|
|
|
f56914 |
- Make language groups work again (#873865) (jkeating)
|
|
|
f56914 |
- Update payload if slower dhcp succeeds in network pre-hub spoke (#873468)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- Fix group access after parsing btrfs subvol list output. (#868468) (dlehman)
|
|
|
f56914 |
- Account for autopart swap size when checking free space. (dlehman)
|
|
|
f56914 |
- ignoredisk.onlyuse contains names, not StorageDevice instances. (#873463)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Correctly handle toggle of encryption state for devices. (#873445) (dlehman)
|
|
|
f56914 |
- Handle changes to encryption state of container members. (#873445) (dlehman)
|
|
|
f56914 |
- Change custom spoke to apply encryption to PVs, not LVs. (dlehman)
|
|
|
f56914 |
- Widen the sidebar on custom partitioning (mizmo). (clumens)
|
|
|
f56914 |
- Fix spacing and padding on SpokeSelectors (mizmo). (clumens)
|
|
|
f56914 |
- Set the font globally (mizmo). (clumens)
|
|
|
f56914 |
- Handle if we get something other than a .treeinfo file (#872012). (clumens)
|
|
|
f56914 |
- If repo metadata fetching fails, set an info error message (#873605).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Enable yum langpacks plugin to get conditional packages (#868869) (jkeating)
|
|
|
f56914 |
- Base whether an add-on is selected on the selectedGroups, not ksdata
|
|
|
f56914 |
(#873092). (clumens)
|
|
|
f56914 |
- Add UTC and GMT-X timezones (#863199) (vpodzime)
|
|
|
f56914 |
- TimezoneMap should handle "" timezone (vpodzime)
|
|
|
f56914 |
- raise error on rsync failure (#868755) (bcl)
|
|
|
f56914 |
- exclude bind mounts from rsync (#871637) (bcl)
|
|
|
f56914 |
- Fix up the InstallOptions3Dialog.refresh arguments (#873392). (clumens)
|
|
|
f56914 |
- Mark strings at the top of spokes with N_; translate later with _ (#872791).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Do not decorate the dialog that appears when you click on storage info bar.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- You have to give "raise" an exception if you're outside a handler (#872874).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Prompt for encryption passphrase in reclaim path. (#869391) (dlehman)
|
|
|
f56914 |
- Prevent user from hitting save without entering a passphrase. (#869391)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Font and padding updates for the network spoke (mizmo). (clumens)
|
|
|
f56914 |
- Fix alignment on the Add and Configure Mount Point dialogs. (clumens)
|
|
|
f56914 |
- Network spoke: activate wifi connection after setting secrets (#871132)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- Fix nfsiso as stage2 (#871554) (jkeating)
|
|
|
f56914 |
- Fix traceback when saving changes to an existing partition. (#872446)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Some more stuff for the mangleMap (#866730) (vpodzime)
|
|
|
f56914 |
- Handle locale's encoding and script in a better way (vpodzime)
|
|
|
f56914 |
- Use both language and country to guess layout (#861061) (vpodzime)
|
|
|
f56914 |
- Fix remaining issues with md fwraid. (#872739) (dlehman)
|
|
|
f56914 |
- Do not return None from Size.__str__ (#869405) (vpodzime)
|
|
|
f56914 |
- Add a platform weight for ARM images (dmarlin)
|
|
|
f56914 |
- Remove a bunch of stuff from the TODO list. (clumens)
|
|
|
f56914 |
- Don't decorate the main exception window. (clumens)
|
|
|
f56914 |
- Move the custom partitioning's Apply Changes button. (clumens)
|
|
|
f56914 |
- Indent partition type options under the expander further. (clumens)
|
|
|
f56914 |
- Left align the Label label, and indent the custom options further. (clumens)
|
|
|
f56914 |
- Lots of custom partitioning UI changes (mizmo). (clumens)
|
|
|
f56914 |
- Update fonts on the welcome language spoke (rlerch). (clumens)
|
|
|
f56914 |
- Lots of storage spoke font and spacing changes (mizmo). (clumens)
|
|
|
f56914 |
- Set the background of the custom partitioning accordion back to white
|
|
|
f56914 |
(mizmo). (clumens)
|
|
|
f56914 |
- Set the Local Standard Disks background back to white (mizmo). (clumens)
|
|
|
f56914 |
- Reorder Device Type options in custom part to match the Partition Type combo.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Use the same terminology for partitions as is in use on the custom spoke.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- livecd specific code has moved (bcl)
|
|
|
f56914 |
- Add progress percentage info to liveinst (bcl)
|
|
|
f56914 |
|
|
|
f56914 |
* Thu Nov 01 2012 Brian C. Lane <bcl@redhat.com> - 18.23-1
|
|
|
f56914 |
- Update parsing of 'btrfs subvol list' to match its new output. (#868468)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Add a way to select the default device type. (dlehman)
|
|
|
f56914 |
- Enable specification of disk(s) for individual mountpoints. (#870569)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Improve management of complex devices in custom spoke. (#865199) (dlehman)
|
|
|
f56914 |
- Save btrfs subvols' requested size. (dlehman)
|
|
|
f56914 |
- Reclaim extra set member growth evenly across members. (dlehman)
|
|
|
f56914 |
- Give lvmpv a slightly more realistic minimum size. (dlehman)
|
|
|
f56914 |
- Fix required space calculation for lvm. (dlehman)
|
|
|
f56914 |
- Don't filter disks when scanning storage after autopart fails. (#866717)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Fix detection of partitioned md devices. (#866519) (dlehman)
|
|
|
f56914 |
- Correct handling of disks with hidden formats. (#866519) (dlehman)
|
|
|
f56914 |
- Revert "Fall back to lvm autopart if the default fails." (dlehman)
|
|
|
f56914 |
- Revert the default autopart type to lvm. (#870207) (dlehman)
|
|
|
f56914 |
- Apparently necessary kpartx changes (#867593) (dlehman)
|
|
|
f56914 |
- Mark a few more important strings for translation. (clumens)
|
|
|
f56914 |
- If lang= was provided on the command line, set the installation language.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Make the decision to skip the welcome screen more complicated. (clumens)
|
|
|
f56914 |
- Set a translation domain before loading a glade file. (clumens)
|
|
|
f56914 |
- Don't decorate the NTP config dialog. (clumens)
|
|
|
f56914 |
- Mark properties in existing glade files as translatable. (clumens)
|
|
|
f56914 |
- Widget properties exposed via glade need to be marked as translatable.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Network spoke: don't try to call replace on None (traceback) (#869106)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- Fix nfsiso repo selection (#871648) (jkeating)
|
|
|
f56914 |
|
|
|
f56914 |
* Wed Oct 31 2012 Brian C. Lane <bcl@redhat.com> - 18.22-1
|
|
|
f56914 |
- Revert "Update parsing of 'btrfs subvol list' to match its new output.
|
|
|
f56914 |
(#868468)" (dlehman)
|
|
|
f56914 |
- Pass RAID level to btrfs volume constructor. (#866101) (dlehman)
|
|
|
f56914 |
- Fix a traceback when removing non-existing partitions in custom. (#869839)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Update parsing of 'btrfs subvol list' to match its new output. (#868468)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Remove the word "review" from the label on the custom checkbutton. (#871109)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Require that the root filesystem be created by anaconda. (#871104) (dlehman)
|
|
|
f56914 |
- On error, reset the RHS to what it used to be (#869422). (clumens)
|
|
|
f56914 |
- Don't prompt when in cmdline mode (#869685) (jkeating)
|
|
|
f56914 |
- Force a root password to be set (#869675) (jkeating)
|
|
|
f56914 |
- Network spoke: fix hostname handling in standalone spoke (#868535) (rvykydal)
|
|
|
f56914 |
- Network spoke: fix config info update after switching device OFF and ON
|
|
|
f56914 |
(#871429) (rvykydal)
|
|
|
f56914 |
- Network spoke: connected requires activated (not active) connection (#871129)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- Blank out passphrases from /root/anaconda-ks.cfg (#868519). (clumens)
|
|
|
f56914 |
- Setup package repo in the background (#870552) (jkeating)
|
|
|
f56914 |
- check disklabels when calculating free space (#863892) (bcl)
|
|
|
f56914 |
- updateBaseRepo does not need a storage argument. (clumens)
|
|
|
f56914 |
- Fix up calling superclass setup methods in packaging (#870556). (clumens)
|
|
|
f56914 |
- Fix a race condition with kickstarts (#868834) (jkeating)
|
|
|
f56914 |
- run checkisomd5 from anaconda-diskroot (#848764) (bcl)
|
|
|
f56914 |
- skip luks passphrase in exception dump (#868509) (bcl)
|
|
|
f56914 |
- Replace ' ' with '_' when looking for ifcfg files (#869106) (rvykydal)
|
|
|
f56914 |
- Remove storageComplete, which was only called from dispatch.py. (clumens)
|
|
|
f56914 |
- Remove dispatch.py and its associated test case. (clumens)
|
|
|
f56914 |
- Use a slightly different method to get supported languages (#858801, tagoh).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Fix problems when changing things in the software spoke (#868742, #869424).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Network spoke: fix callback arguments for device add/remove. (rvykydal)
|
|
|
f56914 |
- display storage errors in text mode storage spoke (bcl)
|
|
|
f56914 |
- only clear errors if re-running the check (#868707) (bcl)
|
|
|
f56914 |
- set boot flag and name for EFI partition (#866106) (bcl)
|
|
|
f56914 |
- clear pmbr_boot on EFI systems (#844551) (bcl)
|
|
|
f56914 |
- Lots of UI layout tweaks (mizmo). (clumens)
|
|
|
f56914 |
- /etc/sysconfig/keyboard doesn't support vconsole.xyz options. (notting)
|
|
|
f56914 |
|
|
|
f56914 |
* Thu Oct 25 2012 Brian C. Lane <bcl@redhat.com> - 18.21-1
|
|
|
f56914 |
- Add PowerNV as a recognized PPC platform (nacc)
|
|
|
f56914 |
- anaconda should print unknown platform information (hamzy)
|
|
|
f56914 |
- Toggle chosen property on focus change (MountpointSelector) (vpodzime)
|
|
|
f56914 |
- Lock source spoke while depsolving (#867591) (jkeating)
|
|
|
f56914 |
- In custom part, don't display mountpoints without associated disks (#865942).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Tie "Reclaim Space" button sensitivity to how much space the user freed
|
|
|
f56914 |
(#869375). (clumens)
|
|
|
f56914 |
|
|
|
f56914 |
* Tue Oct 23 2012 Brian C. Lane <bcl@redhat.com> - 18.20-1
|
|
|
f56914 |
- Add dialog for configuring layout switching options (vpodzime)
|
|
|
f56914 |
- Initialize layout switching if needed (vpodzime)
|
|
|
f56914 |
- Save layout switching configuration (vpodzime)
|
|
|
f56914 |
- Add support for layout switching options to XklWrapper (vpodzime)
|
|
|
f56914 |
- We need to set _root in two places for a MountpointSelector. (clumens)
|
|
|
f56914 |
- Correctly destroy the deletion confirmation dialog. (clumens)
|
|
|
f56914 |
- Don't set self.data.method.url until after checking for a protocol (#869102).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Fix an undetected bug when setting up an HTTPS method. (clumens)
|
|
|
f56914 |
- YabootSILOBase objects don't have an encrypted_password parameter (#869016).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- rprivate -> make-rprivate (#869246). (clumens)
|
|
|
f56914 |
- If NFS is selected in the source spoke, the URL must contain a colon
|
|
|
f56914 |
(#869103). (clumens)
|
|
|
f56914 |
- Modify behavior when leaving the reclaim storage dialog (#864128, #867770,
|
|
|
f56914 |
#868903). (clumens)
|
|
|
f56914 |
- Set the status text in the SpokeSelector widget differently now. (clumens)
|
|
|
f56914 |
- Use the correct font for each language on the welcome screen (#868836,
|
|
|
f56914 |
tagoh). (clumens)
|
|
|
f56914 |
- Everywhere we make a MountpointSelector, give it a _root attr (#868702).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- payloadInstallHandler should only optionally take a package argument
|
|
|
f56914 |
(#868542). (clumens)
|
|
|
f56914 |
- Add a reformat checkbutton to indicate a desire to reformat the device.
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
|
|
|
f56914 |
* Fri Oct 19 2012 Brian C. Lane <bcl@redhat.com> - 18.19-1
|
|
|
f56914 |
- Reset the comps to empty along with everything else in yum. (clumens)
|
|
|
f56914 |
- Hook up the "Remove Packages" button on the dep solving error screen.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- If nothing's changed in the software spoke, don't redo dep solving. (clumens)
|
|
|
f56914 |
- skip vnc prompt with text mode and kickstart (bcl)
|
|
|
f56914 |
- Use correct name for MD RAID device description text. (dlehman)
|
|
|
f56914 |
- Fix selector management after a reformat action is scheduled. (dlehman)
|
|
|
f56914 |
- Aqcuire yum lock before doing the work of _yumCacheDirHack. (#858993)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Reset error list on success of doKickstartStorage. (dlehman)
|
|
|
f56914 |
- Tighten up management of passphrases across Storage resets. (#865364)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Do not count not-yet-created filesystems as free space. (#866895) (dlehman)
|
|
|
f56914 |
- Remove any preexisting autopart layout before space check. (#866895)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Apply disk selections to the devicetree before the space check. (#866895)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Update free space totals before refresh after removing a device. (dlehman)
|
|
|
f56914 |
- Log exceptions raised from PartitionDevice constructor. (dlehman)
|
|
|
f56914 |
- Fix size specs for PartitionFactory. (dlehman)
|
|
|
f56914 |
- Reinitialize disks after removing the last partition from custom spoke.
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Refactor shouldClear slightly. (dlehman)
|
|
|
f56914 |
- Use correct means for getting device type in the custom spoke. (dlehman)
|
|
|
f56914 |
- Repopulate the RHS after editing a device. (dlehman)
|
|
|
f56914 |
- Don't bother resizing a container that has just been emptied. (dlehman)
|
|
|
f56914 |
- Don't allow implicit fstype change via mountpoint. (#866953) (dlehman)
|
|
|
f56914 |
- Set up devices before trying to decrypt them. (#865247, #867533) (dlehman)
|
|
|
f56914 |
- Don't short-circuit devicetree populate based on clearpart setting. (dlehman)
|
|
|
f56914 |
- Keep hostname when updating ksdata after GUI network configuration (#866516)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- don't save system time on s390 (#867856) (dan)
|
|
|
f56914 |
- Network spoke: make Configure button insensitive when running nmce (#865931)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
|
|
|
f56914 |
* Wed Oct 17 2012 Brian C. Lane <bcl@redhat.com> - 18.18-1
|
|
|
f56914 |
- remove firewall.py from POTFILES.in (bcl)
|
|
|
f56914 |
- Add missing pieces for kickstart's encryption cipher option. (dlehman)
|
|
|
f56914 |
- update to use firewalld (#815540) (bcl)
|
|
|
f56914 |
- Fix a typo in method name (#863765) (msivak)
|
|
|
f56914 |
- Add missing import (#867296) (msivak)
|
|
|
f56914 |
- There is no anaconda object available in writeSysconfigKernel (vpodzime)
|
|
|
f56914 |
|
|
|
f56914 |
* Tue Oct 16 2012 Brian C. Lane <bcl@redhat.com> - 18.17-1
|
|
|
f56914 |
- Add an error handler for fatal package installation errors (#865291).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Modify the status test for the software selection spoke. (clumens)
|
|
|
f56914 |
- Various layout and font improvements to the keyboard spoke (mizmo, rlerch).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Just return the size string uppercased (#867074). (clumens)
|
|
|
f56914 |
- Revert "Use a capital "B" in the size module (#859932)." (clumens)
|
|
|
f56914 |
- Revert "Fix one more reference to bits (#859932)." (clumens)
|
|
|
f56914 |
- Fix padding around the addons view in the software spoke. (clumens)
|
|
|
f56914 |
- The Unknown page selectors/devices have no root. (dlehman)
|
|
|
f56914 |
- Avoid using mount --move on shared paths (#853508) (jkeating)
|
|
|
f56914 |
- Revert "Release Gdk lock in exception handling" (msivak)
|
|
|
f56914 |
- Make all Gtk calls from inside of it's main loop (and thread) (msivak)
|
|
|
f56914 |
- Remove Gdk thread initialization, introduce new helper functions and make
|
|
|
f56914 |
exception handler be called by Gtk only once (msivak)
|
|
|
f56914 |
- Fix threading initialization (msivak)
|
|
|
f56914 |
- Do not remove the layout if it was added back (#865830) (vpodzime)
|
|
|
f56914 |
- Release Gdk lock in exception handling (vpodzime)
|
|
|
f56914 |
- Configure new-kernel-pkg to keep tboot configuration on updates (#742885)
|
|
|
f56914 |
(pjones)
|
|
|
f56914 |
- Honor the nompath option. (dlehman)
|
|
|
f56914 |
- Validate lv names. (dlehman)
|
|
|
f56914 |
- Add support for specifying encryption cipher mode via kickstart. (dlehman)
|
|
|
f56914 |
- Acquire the yum lock before accessing YumBase.repos. (#858993) (dlehman)
|
|
|
f56914 |
- Remove the entry on the resize dialog's combo boxes. (clumens)
|
|
|
f56914 |
- disks_free -> disks_size (#863647). (clumens)
|
|
|
f56914 |
- Fix one more reference to bits (#859932). (clumens)
|
|
|
f56914 |
- Fix a traceback in media check (#865897). (clumens)
|
|
|
f56914 |
- Add support for deleting an entire root via the existing ConfirmDeleteDialog.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Don't traceback when removing a mountpoint with no expanded selector
|
|
|
f56914 |
(#862746). (clumens)
|
|
|
f56914 |
- Remove the code for removing an entire Root all at once. (clumens)
|
|
|
f56914 |
- Yet more TODO list updates. (clumens)
|
|
|
f56914 |
- Don't display "None" in the name of a root. (clumens)
|
|
|
f56914 |
- Fix configuration of protected wireless connections (#855526) (rvykydal)
|
|
|
f56914 |
- Fix graphical kickstart with %%packages data (jkeating)
|
|
|
f56914 |
- Add password validation to text password spoke (jkeating)
|
|
|
f56914 |
- Make use of the validatePassword routine from users.py (jkeating)
|
|
|
f56914 |
- Add a password verification method to users.py (jkeating)
|
|
|
f56914 |
- Always honor the 'nokill' flag (vpodzime)
|
|
|
f56914 |
- Fall back to lvm autopart if the default fails. (#864708) (dlehman)
|
|
|
f56914 |
- Special boot devices are handled the same whether they exist or not.
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Fix a bug allocating fixed-size partitions. (dlehman)
|
|
|
f56914 |
- Clean up size sets immediately after allocation run. (#864771) (dlehman)
|
|
|
f56914 |
- Make sure partition base sizes are adequate for their formatting. (dlehman)
|
|
|
f56914 |
- Don't fail to account for all set members' growth. (dlehman)
|
|
|
f56914 |
- Remove some extra calls to show_first_mountpoint. (dlehman)
|
|
|
f56914 |
- Show the correct raid options for btrfs. (dlehman)
|
|
|
f56914 |
- Support change of raid level in custom spoke. (dlehman)
|
|
|
f56914 |
- Use devicetree as partition list source instead of parted. (#864718)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Use Storage convenience methods to schedule reclaim actions. (dlehman)
|
|
|
f56914 |
- Pass disk list when trying to recover from device type change failure.
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Fill in missing parts of the disabled raid features dict. (dlehman)
|
|
|
f56914 |
- Clear errors when entering or leaving the custom spoke. (dlehman)
|
|
|
f56914 |
- Hook up signal handler for raid feature checkbuttons. (dlehman)
|
|
|
f56914 |
- Raise MDRaidError instead of ValueError from devicelibs.mdraid. (dlehman)
|
|
|
f56914 |
- Minimum we have to do with HW clock (vpodzime)
|
|
|
f56914 |
- Check X layouts specified in kickstart for validity (vpodzime)
|
|
|
f56914 |
- Work with VConsole keymap and X layouts separately (vpodzime)
|
|
|
f56914 |
- Add class wrapping systemd-localed functionality (vpodzime)
|
|
|
f56914 |
- Don't write XkbVariants if none are specified (vpodzime)
|
|
|
f56914 |
- Add comment to the begining of generated xorg.conf file (vpodzime)
|
|
|
f56914 |
- Don't display "None" for NIC vendors and products NM can't identify (#859540)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
|
|
|
f56914 |
* Thu Oct 11 2012 Brian C. Lane <bcl@redhat.com> - 18.16-1
|
|
|
f56914 |
- Don't try to load ifcfg files for wifi devices (#865355) (vpodzime)
|
|
|
f56914 |
- Rewrite isWirelessDevice to Python and DBus calls (#862801) (vpodzime)
|
|
|
f56914 |
- Use a capital "B" in the size module (#859932). (clumens)
|
|
|
f56914 |
- The environment window needs a vertical scroll bar (#865066). (clumens)
|
|
|
f56914 |
- liveinst should recognize inst.updates too (#865398). (clumens)
|
|
|
f56914 |
- Improve validation of device edit requests. (dlehman)
|
|
|
f56914 |
- Fix listing of subvolumes for existing btrfs volumes. (dlehman)
|
|
|
f56914 |
- Remove overzealous correction of device type for /boot*. (#863574) (dlehman)
|
|
|
f56914 |
- Pad filesystem minimum sizes to ensure other OS can still run. (dlehman)
|
|
|
f56914 |
- Handle encrypted partitions in size set classes. (dlehman)
|
|
|
f56914 |
- Don't set mountpoints of "(null)" in mountpoint selectors. (dlehman)
|
|
|
f56914 |
- Prevent crash trying to populate raid options on a one-disk system. (dlehman)
|
|
|
f56914 |
- Rework type combos and don't offer RAID on one-disk systems. (dlehman)
|
|
|
f56914 |
- Bundle more of data/ in updates.img (jkeating)
|
|
|
f56914 |
- Revive reipl (#860244) (jkeating)
|
|
|
f56914 |
|
|
|
f56914 |
* Wed Oct 10 2012 Brian C. Lane <bcl@redhat.com> - 18.15-1
|
|
|
f56914 |
- add noverifyssl to anaconda-dracut (#852229) (bcl)
|
|
|
f56914 |
- Don't crash when running anaconda a second time (jkeating)
|
|
|
f56914 |
- Handle ssh prompt in new tmux world (jkeating)
|
|
|
f56914 |
- Add a service to run anaconda directly on the tty (jkeating)
|
|
|
f56914 |
- Add a script to attach to anaconda's tmux (jkeating)
|
|
|
f56914 |
- Add ARM-OMAP class to create a uboot partition to support the boot-loader.
|
|
|
f56914 |
(dmarlin)
|
|
|
f56914 |
- Avoid a loop of storage spoke executions during kickstart (#865048).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Correct lookup of raid.XX "mountpoints" for kickstart installs (#864764).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Change language matching on the welcome screen back around. (clumens)
|
|
|
f56914 |
- Another attempt at fixing the squished screen bug (#849211). (clumens)
|
|
|
f56914 |
- Fix a stupid typo in the disk shopping cart (#864842). (clumens)
|
|
|
f56914 |
- Reorder the buttons and labels on the bottom left of the storage spoke.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Modify the DetailedErrorDialog buttons. (clumens)
|
|
|
f56914 |
- Sync up hidden/unhidden disks between the UI and storage module (#864180).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- When handling a storage error, reload self.disks (#862972). (clumens)
|
|
|
f56914 |
- Fix sshd bringup when also using a kickstart file (#863441) (jkeating)
|
|
|
f56914 |
- Require root password spoke be visited (#859069) (jkeating)
|
|
|
f56914 |
- add some thread logging (bcl)
|
|
|
f56914 |
- Reword the description on the resize dialog (#863577). (clumens)
|
|
|
f56914 |
- Present an error message if no disks are detected (#864093). (clumens)
|
|
|
f56914 |
- When changing environments, don't explicitly exclude groups (#863886).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Fix marking the "Modify Software Selection" button as sensitive in one case.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
|
|
|
f56914 |
* Mon Oct 08 2012 Brian C. Lane <bcl@redhat.com> - 18.14-1
|
|
|
f56914 |
- Add UI support for encrypted automatic partitioning. (dlehman)
|
|
|
f56914 |
- Add support to the custom spoke for encrypted block devices. (dlehman)
|
|
|
f56914 |
- Add a page for decrypting existing LUKS devices. (dlehman)
|
|
|
f56914 |
- Add a dialog for collecting a passphrase for newly encrypted devices.
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Add a property that provides a list of all selectors in the accordion.
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Handle luks formats during populate if they have a passphrase set. (dlehman)
|
|
|
f56914 |
- Add encryption support to the device factory classes. (dlehman)
|
|
|
f56914 |
- s/dev/disk in the disk shopping cart. (clumens)
|
|
|
f56914 |
- Set a default payload in InstallOptions1Dialog (#863582). (clumens)
|
|
|
f56914 |
- Pass disks into the SelectedDisksDialog (#863588). (clumens)
|
|
|
f56914 |
|
|
|
f56914 |
* Fri Oct 05 2012 Chris Lumens <clumens@redhat.com> - 18.13-1
|
|
|
f56914 |
- Make sure packages anaconda requires are installed. (clumens)
|
|
|
f56914 |
- Add method returning current activated X layout (vpodzime)
|
|
|
f56914 |
- Fix a deadlock when trying to add a keyboard layout (#862612). (clumens)
|
|
|
f56914 |
- ntfsresize uses SI (MB) while the rest of us use IEC (MiB). (#862109)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Remove empty extended partitions after removing a logical partition.
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Handle all logical/extended partitions in unusedDevices. (dlehman)
|
|
|
f56914 |
- Update autopart/custom setting before moving to reclaim dialog. (#863225)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Raise an exception early in newDevice if no disks were specified. (#858139)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Fix a regression in BTRFSVolumeDevice.listSubVolumes. (#862742) (dlehman)
|
|
|
f56914 |
- Fix behavior of resolveDevice when devspec is a device name. (dlehman)
|
|
|
f56914 |
- Prevent BTRFS volumes from ever having the name None. (dlehman)
|
|
|
f56914 |
- Prevent negative free value for filesystems. (#861812) (dlehman)
|
|
|
f56914 |
- Don't show extended partitions that contain logical partitions. (#862971)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Delete ts data instead of trying to undo dep installs. (#851114) (dlehman)
|
|
|
f56914 |
- Change the manglings for a couple locales (petersen). (clumens)
|
|
|
f56914 |
- Hook up the "Modify Software Selection" button on install opts dialogs.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- More TODO list updates. (clumens)
|
|
|
f56914 |
- Add a label to the resize dialog for how much space is required. (clumens)
|
|
|
f56914 |
- Add a column to the disk shopping cart for setting the boot device (#860430).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Rework the disk shopping cart link a little bit. (clumens)
|
|
|
f56914 |
- Do not use constant value in SoftwareSpoke's completed property (vpodzime)
|
|
|
f56914 |
- Pull in existing swaps and bootloader devices whenever there are mounts.
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Revert broken logic for newly formatted devices in unusedDevices. (dlehman)
|
|
|
f56914 |
- Add an apply button to the device/mountpoint configuration options. (dlehman)
|
|
|
f56914 |
- Don't base StorageSpoke.ready on storage execute thread presence. (#861574)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Prevent systemd timeout waiting for encryption passphrase. (#861123)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Fix traceback when switching device type to lvm. (#860990) (dlehman)
|
|
|
f56914 |
- Fix error handling in the add mountpoint dialog. (#860992) (dlehman)
|
|
|
f56914 |
- Allow xfs /boot. (dlehman)
|
|
|
f56914 |
- Fix makeupdates to work for glade files in subdirs of spokes/ or hubs/.
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Fix parsing of NFS method strings (#860966) (jkeating)
|
|
|
f56914 |
- Make the URL entry sensitive for NFS installs, too (#863014). (clumens)
|
|
|
f56914 |
- Add in a locale mapping to avoid incorrect system settings (#858591).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
|
|
|
f56914 |
* Wed Oct 03 2012 Brian C. Lane <bcl@redhat.com> - 18.12-1
|
|
|
f56914 |
- copy-logs changed names (bcl)
|
|
|
f56914 |
- Reference correct UI button name (#862409) (jkeating)
|
|
|
f56914 |
- Don't echo vnc password to the screen (#862593) (jkeating)
|
|
|
f56914 |
- Make the log copy script the last one to run (jkeating)
|
|
|
f56914 |
- Copy ks script logs into the install root as well (jkeating)
|
|
|
f56914 |
- Create ks script logs outside of chroot (jkeating)
|
|
|
f56914 |
- Don't look for ifcfgs of wireless devices (#860791) (rvykydal)
|
|
|
f56914 |
- doAutoPartition should raise errors instead of handle them. (clumens)
|
|
|
f56914 |
- In the install options dialogs, call out how much space is on selected disks.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- In order to display the resize prompt dialog, we need to compare Sizes to
|
|
|
f56914 |
Sizes. (clumens)
|
|
|
f56914 |
- Use a better starting value for required space than 0. (clumens)
|
|
|
f56914 |
- Default to CLEARPART_TYPE_NONE (#855976). (clumens)
|
|
|
f56914 |
- Remove some unused clearpart-related settings. (clumens)
|
|
|
f56914 |
- Hook up the new resize dialog. (clumens)
|
|
|
f56914 |
- Add a resize dialog. (clumens)
|
|
|
f56914 |
- Require the hostname package (#862419) (jkeating)
|
|
|
f56914 |
|
|
|
f56914 |
* Tue Oct 02 2012 Chris Lumens <clumens@redhat.com> - 18.11-1
|
|
|
f56914 |
- Use gdk_threaded() when running AddLayout dialog (vpodzime)
|
|
|
f56914 |
- Work the anaconda object into the VNC test (jkeating)
|
|
|
f56914 |
- Use askvnc spoke to change vnc password (jkeating)
|
|
|
f56914 |
- Fix logic error in vnc password length check (jkeating)
|
|
|
f56914 |
- Allow vncpassword spoke text to be configurable (jkeating)
|
|
|
f56914 |
- Don't ask for VNC if we can't do it (jkeating)
|
|
|
f56914 |
- Skip VNC prompt if text is requested in kickstart (jkeating)
|
|
|
f56914 |
- KEYTABLE is now vconsole.keymap (#859298) (bcl)
|
|
|
f56914 |
- The partitionErrorHandler text needs a 's' in the format string (#861376).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Fix a problem with storage error handling (#861376). (clumens)
|
|
|
f56914 |
- Fix bootloader setup on s390. (#857940) (dlehman)
|
|
|
f56914 |
- Make Keboard and Welcome spokes runtime-system friendly (vpodzime)
|
|
|
f56914 |
- Make DateTime spoke runtime-system friendly (vpodzime)
|
|
|
f56914 |
- Add a guard for testing if we can modify runtime system (vpodzime)
|
|
|
f56914 |
- Bring back prompt for VNC (jkeating)
|
|
|
f56914 |
- Add standalone spoke to prompt for VNC (jkeating)
|
|
|
f56914 |
- Fail on incomplete ksdata when in cmdline mode (jkeating)
|
|
|
f56914 |
- Add a flag attribute to handle cmdline mode (jkeating)
|
|
|
f56914 |
- fix libuser setup (#855481) (bcl)
|
|
|
f56914 |
- Remove obsolete requirement on comps-extras. (notting)
|
|
|
f56914 |
|
|
|
f56914 |
* Wed Sep 26 2012 Chris Lumens <clumens@redhat.com> - 18.10-1
|
|
|
f56914 |
- isys.mount needs to be told when something should be mounted NFS (#860273).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Disks with new disklabels don't count as new devices in custom. (dlehman)
|
|
|
f56914 |
- Fix thread synchronization issue going from storage to custom. (#860495)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Treat disks with unrecognized or no formatting as empty. (#858862) (dlehman)
|
|
|
f56914 |
- Improve management of mountpoint selectors in the custom spoke. (dlehman)
|
|
|
f56914 |
- Improve handling of existing devices when refreshing the custom spoke.
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Apply custom changes not involving actions to the main devicetree. (dlehman)
|
|
|
f56914 |
- Add a mountpoint entry to the device options area. (dlehman)
|
|
|
f56914 |
- Move mountpoint validation out of the add mountpoint dialog. (dlehman)
|
|
|
f56914 |
- Only run the storage sanity check if we've run autopart. (dlehman)
|
|
|
f56914 |
- Add a method to reset a device to its original state. (dlehman)
|
|
|
f56914 |
- Make a copy of the original format instead of just storing another ref.
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Reformatting effectively removes a device from an existing Root. (dlehman)
|
|
|
f56914 |
- Fix test for whether to create biosboot during autopart. (#853628) (dlehman)
|
|
|
f56914 |
- Close AddLayout dialog on double-click (vpodzime)
|
|
|
f56914 |
- Remove useless handler of Cancel button (AddLayout dialog) (vpodzime)
|
|
|
f56914 |
- Don't rely on having some month and year selected (#859185) (vpodzime)
|
|
|
f56914 |
- Add debug option to bumpver (bcl)
|
|
|
f56914 |
- Raise an error if bootDrive is invalid (jkeating)
|
|
|
f56914 |
- Handle automated installs (jkeating)
|
|
|
f56914 |
- Handle errors from text storage execute (jkeating)
|
|
|
f56914 |
- Fix ready and completed properties for text storage (jkeating)
|
|
|
f56914 |
- Use ksdata to determine text password completeness (jkeating)
|
|
|
f56914 |
|
|
|
f56914 |
* Tue Sep 25 2012 Chris Lumens <clumens@redhat.com> - 18.9-1
|
|
|
f56914 |
- And remove compssort.py from POTFILES.in, too. (clumens)
|
|
|
f56914 |
- Select a default environment (#858180). (clumens)
|
|
|
f56914 |
- Remove compssort.py. (clumens)
|
|
|
f56914 |
- Don't attempt to catch and re-raise a SystemError from AnacondaThread.run.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Add a progress message for quitting the installer. (clumens)
|
|
|
f56914 |
- GUI error handling dialogs need to be protected from threading deadlocks.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Initialize gdk threading as well. (clumens)
|
|
|
f56914 |
- Handle --ignoremissing in _applyYumSelections (#859021). (clumens)
|
|
|
f56914 |
- Fix the destination path for anaconda.xlog (#860041). (clumens)
|
|
|
f56914 |
- Hide the ISO install source if you've nuked all possible drives (#858088).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Don't write out /etc/sysconfig/clock anymore (#859217). (clumens)
|
|
|
f56914 |
- Index the exn mapping by string, not by object. (clumens)
|
|
|
f56914 |
- Don't write HOSTNAME=HOSTNAME=myhostnamehere (#859141). (clumens)
|
|
|
f56914 |
- Close temp file before moving it (#858681) (vpodzime)
|
|
|
f56914 |
- Update widget-specific TODO list. (clumens)
|
|
|
f56914 |
- Don't use grey for the status text of a SpokeSelector (#855638). (clumens)
|
|
|
f56914 |
- Fix a typo in makeupdates. (clumens)
|
|
|
f56914 |
- UEFI paths must include a leading backslash on some machines. (#856938)
|
|
|
f56914 |
(pjones)
|
|
|
f56914 |
- Read cmdline files from /run/install (jkeating)
|
|
|
f56914 |
- Copy command line files prior to pivot (jkeating)
|
|
|
f56914 |
- Grab the proxy username from the correct text entry (#858536). (clumens)
|
|
|
f56914 |
- Remove our use of scsi_wait_scan (#858393). (clumens)
|
|
|
f56914 |
- Don't overwrite the opts attribute on NFS installs (#858700). (clumens)
|
|
|
f56914 |
- Change the keyboard shortcut for the updates checkbox. (clumens)
|
|
|
f56914 |
- Add the storage category to POTFILES.in. (clumens)
|
|
|
f56914 |
- Don't explicitly start the progress spinner in python code. (clumens)
|
|
|
f56914 |
- Move the progress bar back down to the bottom of the progress hub. (clumens)
|
|
|
f56914 |
- Remove a bunch of stuff from the TODO list for a change. (clumens)
|
|
|
f56914 |
- Move check of new partition size against format limits. (dlehman)
|
|
|
f56914 |
- Improve growth check when deciding where to allocate new partitions.
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Keep btrfs selectors' sizes in sync as volume size changes. (dlehman)
|
|
|
f56914 |
- Allow specification of a label for new swap space via custom ui. (dlehman)
|
|
|
f56914 |
- Don't allow stage2 as stage1 unless specified via location. (dlehman)
|
|
|
f56914 |
- Remove reference to PartitioningWarning, which was removed last week
|
|
|
f56914 |
(#875931). (clumens)
|
|
|
f56914 |
- Add a way to test exception handling (vpodzime)
|
|
|
f56914 |
- Fix dumpState to work with the new python-meh (#856235) (vpodzime)
|
|
|
f56914 |
|
|
|
f56914 |
* Fri Sep 14 2012 Chris Lumens <clumens@redhat.com> - 18.8-1
|
|
|
f56914 |
- Make sure the InstallOptionsNDialogs get the correct space labels. (clumens)
|
|
|
f56914 |
- Get rid of the big pause going from the storage spoke back to the hub.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Don't fail when making updates if the symlink already exists. (clumens)
|
|
|
f56914 |
- Make sure to set the default TZ in ksdata so the completed method works.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Allow creation of biosboot and prepboot partitions in the custom spoke.
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Hide removable disks containing install media from the custom spoke.
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Make the minimum size for custom spoke partitions 1MB. (dlehman)
|
|
|
f56914 |
- The return value of execWithRedirect is an integer. (dlehman)
|
|
|
f56914 |
- Only include following free space in partitions' max size. (dlehman)
|
|
|
f56914 |
- Handle btrfs volumes with a dataLevel of None. (dlehman)
|
|
|
f56914 |
- Handle newDevice partitions smaller than the default of 500MB. (#853125)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Add underlines to the expander and encryption checkbox in custom
|
|
|
f56914 |
partitioning. (clumens)
|
|
|
f56914 |
- Remember to mark an environment as selected in the store. (clumens)
|
|
|
f56914 |
- Rename the addon/environment store columns to make sense. (clumens)
|
|
|
f56914 |
- Use slightly less confusing labels for the various back buttons. (clumens)
|
|
|
f56914 |
- Add a property to SpokeWindow for setting the single button's label.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Rename the SpokeWindow's back button to just button. (clumens)
|
|
|
f56914 |
- Use the blocking read to avoid busy wait in TUI progress (msivak)
|
|
|
f56914 |
- Make progress hub spokes possible and move the root password there (msivak)
|
|
|
f56914 |
- Don't let user hit Add button if no new layouts are selected (vpodzime)
|
|
|
f56914 |
- Gtk.ListStore.iter_previous now returns new iterator (#849060) (vpodzime)
|
|
|
f56914 |
- Write storage configs after payload install for live installs. (#856836)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Update the pot file for various important string changes. (clumens)
|
|
|
f56914 |
- Attempt to fix word wrapping issues with the betanag dialog (#853913).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- CONTINUE -> BEGIN INSTALLATION (#856614). (clumens)
|
|
|
f56914 |
- Language selection should work the same as keyboard selection (#854570).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Fix ransom notes cycling. (clumens)
|
|
|
f56914 |
- Improve the clarity of the custom checkbutton label. (dlehman)
|
|
|
f56914 |
- Add error handling around significant ui-initiated storage operations.
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Improve error granularity slightly in automatic partitioning. (dlehman)
|
|
|
f56914 |
- Fix detection of preexisting md arrays again. (dlehman)
|
|
|
f56914 |
- Handle changes to sizes of predefined devices in custom spoke. (dlehman)
|
|
|
f56914 |
- Fix traceback when switching device type to BTRFS. (dlehman)
|
|
|
f56914 |
- Validate mountpoints in the add-a-mountpoint dialog. (dlehman)
|
|
|
f56914 |
- Tell 'lvm' that yes, we really, really want to remove PV (vpodzime)
|
|
|
f56914 |
- Use 250ms interval for installation progress updating (vpodzime)
|
|
|
f56914 |
- network spoke: hide for live CD and image installs (#854586) (rvykydal)
|
|
|
f56914 |
- Fixed luks_add_key() (jsafrane)
|
|
|
f56914 |
- Display a radio button next to the environment choices. (clumens)
|
|
|
f56914 |
- Update TODO list. (clumens)
|
|
|
f56914 |
- Set the busy spinning cursor while the UI is loading. (clumens)
|
|
|
f56914 |
- network spoke: add "No network devices available" status (rvykydal)
|
|
|
f56914 |
- network spoke: clear device info if no network devices are found (#853903)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- fix root password setup (#855481) (bcl)
|
|
|
f56914 |
- Rewrite expand_langs to return more items (vpodzime)
|
|
|
f56914 |
- Don't try to setup X layouts in text installation (#852447) (vpodzime)
|
|
|
f56914 |
- Add UTF-8 enconding suffix to our language strings (#854688) (vpodzime)
|
|
|
f56914 |
- Require rsync (vpodzime)
|
|
|
f56914 |
- Don't rely on chrony.conf file being available (#854899) (vpodzime)
|
|
|
f56914 |
- Require chrony and rdate, because Anaconda needs them (#854899) (vpodzime)
|
|
|
f56914 |
- Use the real path to dracut-lib.sh (#851362) (jkeating)
|
|
|
f56914 |
- fixup live install (#853988, #854962) (bcl)
|
|
|
f56914 |
- Only check media if we really want it (#853404) (jkeating)
|
|
|
f56914 |
- Fix thinko in anaconda arg handling portion of multilib patch. (dlehman)
|
|
|
f56914 |
- Honor kickstart and command line switches to enable multilib. (dlehman)
|
|
|
f56914 |
- Quitting the live installer shouldn't reboot the system (#854904). (clumens)
|
|
|
f56914 |
- The kickstart language-related command is "lang", not "language". (clumens)
|
|
|
f56914 |
- Fix btrfs/lvm/raid kickstart installs (#853649). (clumens)
|
|
|
f56914 |
- Store "en" as the default, not "en_US". (clumens)
|
|
|
f56914 |
- Mark ksdata.*.execute invocations as another step (vpodzime)
|
|
|
f56914 |
- Reorder and comment options passed to rsync (vpodzime)
|
|
|
f56914 |
- Fix bug in writing keyboard configuration files (vpodzime)
|
|
|
f56914 |
- network spoke: require connection only for url and nfs methods (#853899)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- Drop the addBase handling in anaconda - if you want a group, list a group.
|
|
|
f56914 |
(notting)
|
|
|
f56914 |
- Don't depend on storage or instClass in EFIGRUB (pjones)
|
|
|
f56914 |
- Use self.stage1_device where appropriate in EFIGRUB. (pjones)
|
|
|
f56914 |
- Explicitly disable the rootpw lock (#853788) (jkeating)
|
|
|
f56914 |
- require nm-connection-editor (#854586) (bcl)
|
|
|
f56914 |
- Include packaging log in exception reports. (dlehman)
|
|
|
f56914 |
- Add Kazakh as a valid translation. (clumens)
|
|
|
f56914 |
- Deselect any existing environment when selecting a new one (#851510).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Use chvt command for tty switching (vpodzime)
|
|
|
f56914 |
- Use the disk's serial number instead of index as an ID. (clumens)
|
|
|
f56914 |
- Use the disk's ID for deleting from the shopping cart, not an index
|
|
|
f56914 |
(#853798). (clumens)
|
|
|
f56914 |
- Use the F18_Partition class (#853593). (clumens)
|
|
|
f56914 |
- Remove anaconda.instLanguage object and language module (vpodzime)
|
|
|
f56914 |
- Remove lang-table and localeinfo.py (vpodzime)
|
|
|
f56914 |
- parse-kickstart: handle 'network --ipv6=auto ...' (wwoods)
|
|
|
f56914 |
- parse-kickstart: set IPV6INIT=yes when using ipv6 (#830434) (wwoods)
|
|
|
f56914 |
- Make TUI password spoke behave the same as it's GUI counterpart (msivak)
|
|
|
f56914 |
- Remove ROOT_PATH/etc/localtime before symlinking timezone (vpodzime)
|
|
|
f56914 |
- Continue post-installation steps even if writing NTP configuration fails
|
|
|
f56914 |
(vpodzime)
|
|
|
f56914 |
- update transifex.txt for newui (bcl)
|
|
|
f56914 |
- Handle invalid spoke input (#853253) (jkeating)
|
|
|
f56914 |
- Remove unnecessary (and broken) import (#853576) (jkeating)
|
|
|
f56914 |
- Destroy the Add Mountpoint dialog when escape is pressed (#853058). (clumens)
|
|
|
f56914 |
- Keep the current spoke on top of the hub. (clumens)
|
|
|
f56914 |
- And then fix an assortment of non-packaging pylint errors, too. (clumens)
|
|
|
f56914 |
- Fix problems in the packaging module that pylint detected. (clumens)
|
|
|
f56914 |
- Update runpylint to find newui modules correctly. (clumens)
|
|
|
f56914 |
- Prevent duplicate mountpoint creation. (dlehman)
|
|
|
f56914 |
- If there's only one disk, select it by default. (dlehman)
|
|
|
f56914 |
- Evaulate growth potential for all reqs, even when allocating a fixed req.
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Do not honor partitions' disk attr when reallocating them. (dlehman)
|
|
|
f56914 |
- Set size is a safe max size for partitions. (dlehman)
|
|
|
f56914 |
- Set the ANACONDA udev property in the post-switchroot udevdb. (dlehman)
|
|
|
f56914 |
- Calculate size func kwargs at call time to pick up changes. (dlehman)
|
|
|
f56914 |
- Add support md devices and btrfs raid features in the custom spoke. (dlehman)
|
|
|
f56914 |
- Move the BTRFS options to last and remove unsupported options. (dlehman)
|
|
|
f56914 |
- Remove "Technology" ComboBoxes from device options for now. (dlehman)
|
|
|
f56914 |
- Tweak setContainerMembers to work with a defined md array. (dlehman)
|
|
|
f56914 |
- Add support for named md devices. (dlehman)
|
|
|
f56914 |
- Make sure a disk is partitioned before treating it as such. (#849707)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Setup python path /after/ we've done updates (jkeating)
|
|
|
f56914 |
- Fix a string substitution think-o (jkeating)
|
|
|
f56914 |
- We now BuildRequires python-babel as well. (clumens)
|
|
|
f56914 |
- Update TODO list. (clumens)
|
|
|
f56914 |
- Only show groups in the UI if they have members that install by default
|
|
|
f56914 |
(default or manadtory packages). (notting)
|
|
|
f56914 |
- Symlink /run/initramfs/inst.{updates,product} to /tmp (jkeating)
|
|
|
f56914 |
- Use shutil.move for replacing old config with the new one (vpodzime)
|
|
|
f56914 |
- Honor user's choice on NTP (ON/OFF) (vpodzime)
|
|
|
f56914 |
- Don't crash if someone gives us bad timezone (vpodzime)
|
|
|
f56914 |
- Use expand_langs to find matching language (LanguageSpoke) (vpodzime)
|
|
|
f56914 |
- Move expandLangs to localization module (vpodzime)
|
|
|
f56914 |
- Use Gtk.main_level() to check if main loop is already running (vpodzime)
|
|
|
f56914 |
- Move setup from ImagePayload to LiveImagePayload. (clumens)
|
|
|
f56914 |
- Avoid duplicates in the packages property. (clumens)
|
|
|
f56914 |
- Set a progress message when liveinst starts installing software. (clumens)
|
|
|
f56914 |
- Fix default definitions of some payload class methods. (clumens)
|
|
|
f56914 |
- Add a spaceRequired property for LiveImagePayload. (clumens)
|
|
|
f56914 |
- getDirSize should stay on a single filesystem, not look at submounts.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Don't look for existing installations on live devices. (clumens)
|
|
|
f56914 |
- We don't need image_file in the live payload. (clumens)
|
|
|
f56914 |
- Now that we're using rsync, the livecd and rootfs do not have to match.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Disable software selection and source spokes on live installs. (clumens)
|
|
|
f56914 |
- Fix args to LiveImagePayload.setup (#852272). (clumens)
|
|
|
f56914 |
- require anaconda-widgets (bcl)
|
|
|
f56914 |
- Handle already mounted optical devices (#851274) (jkeating)
|
|
|
f56914 |
- Return full device object of selected optical drive (jkeating)
|
|
|
f56914 |
- Add a method to determine if device is mounted (jkeating)
|
|
|
f56914 |
- anaconda-cleanup: fix DeviceTree args (bcl)
|
|
|
f56914 |
- Unset install_device if repo setup fails (jkeating)
|
|
|
f56914 |
- _peopleRepositoriesFilter -> _peopleRepositoriesFilterEntry (#852182).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- on_*_changed callbacks take one argument, not two. (clumens)
|
|
|
f56914 |
- Use the correct icon size constant. (clumens)
|
|
|
f56914 |
- remove dead code (setMethodstr, expandFTPMethod) (wwoods)
|
|
|
f56914 |
- parse-kickstart: update some TODO comments (wwoods)
|
|
|
f56914 |
- parse-kickstart: simplify logging (wwoods)
|
|
|
f56914 |
- enable fastestmirror yum plugin (#849797) (bcl)
|
|
|
f56914 |
- networking: remove Network() object (rvykydal)
|
|
|
f56914 |
- networking: use ksdata.network.hostname instead of actual installer hostname
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- networking: consolidate writing/copying of configuration files (rvykydal)
|
|
|
f56914 |
- networking: 70-persistent-net.rules doesn't exist anymore. (rvykydal)
|
|
|
f56914 |
- networking: disable ipv6 directly in installed system config file (rvykydal)
|
|
|
f56914 |
- networking: mirror end-of-installation network config tweaks in ksdata.
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- networking: write configuration in doInstall (rvykydal)
|
|
|
f56914 |
- Add mounts before swaps so the default selection is a mount. (dlehman)
|
|
|
f56914 |
- Use MB if a new mountpoint size does not include a unit spec. (#850839)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Correctly handle partitions with sizes smaller than 500MB. (#850839)
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Don't include removed devices in Storage.unusedDevices. (dlehman)
|
|
|
f56914 |
- Handle SameSizeSet growth trimming when all members are too large. (dlehman)
|
|
|
f56914 |
- Add several missing yum lock aqcuisitions. (#851212) (dlehman)
|
|
|
f56914 |
- Offer completions for new mountpoints. (dlehman)
|
|
|
f56914 |
- Add old_source checking for closest mirror and url methods too (#851336).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Revert "Only use mounted media that has repodata" (jkeating)
|
|
|
f56914 |
- Only use mounted media that has repodata (jkeating)
|
|
|
f56914 |
- _bootloaderClass -> bootloaderClass for some platforms (#848173). (clumens)
|
|
|
f56914 |
- Make the storage info bar clickable to reveal error messages. (clumens)
|
|
|
f56914 |
- Move the software-specific error message out of the DetailedErrorDialog
|
|
|
f56914 |
class. (clumens)
|
|
|
f56914 |
- Add a gui password spoke (jkeating)
|
|
|
f56914 |
- Put traceback reports on a diet. (clumens)
|
|
|
f56914 |
|
|
|
f56914 |
* Wed Aug 22 2012 Chris Lumens <clumens@redhat.com> - 18.7-1
|
|
|
f56914 |
- Do another _main_window -> main_window change. (clumens)
|
|
|
f56914 |
- Mark the storage category title for translation. (clumens)
|
|
|
f56914 |
- _actions should be set up in the __init__ method. (clumens)
|
|
|
f56914 |
- Don't require hfs-tools on RHEL (#849987). (clumens)
|
|
|
f56914 |
- dracut: remove workarounds for broken splitsep() (wwoods)
|
|
|
f56914 |
- dracut: update Requires: in spec (wwoods)
|
|
|
f56914 |
- Use ksdata.timezone and timezone module instead of anaconda.timezone
|
|
|
f56914 |
(vpodzime)
|
|
|
f56914 |
- Remove the last usage of the system-config-date in Anaconda (vpodzime)
|
|
|
f56914 |
- Add support for swap --hibernation on LVM (vpodzime)
|
|
|
f56914 |
- Don't rely on selection staying selected when doing crazy things to it
|
|
|
f56914 |
(vpodzime)
|
|
|
f56914 |
- Replace nonexisting icon with an existing one (DatetimeSpoke) (vpodzime)
|
|
|
f56914 |
- integer out of range for L format code (hamzy)
|
|
|
f56914 |
- Network spoke: use chr() instead of str() to convert dbus.Byte (#849395)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
- verify package checksums against metadata (bcl)
|
|
|
f56914 |
- use F18_PartData for hibernation flag support. (bcl)
|
|
|
f56914 |
- fix Gtk import in software.py (bcl)
|
|
|
f56914 |
- dracut: fix rd.neednet use in parse-kickstart (#849672) (wwoods)
|
|
|
f56914 |
- parse-anaconda-net: Add missing semicolon for dhclient.conf (bcl)
|
|
|
f56914 |
- anaconda-modprobe: fix .ko removal (bcl)
|
|
|
f56914 |
- Only devices that already exist may be ISO install sources (#849482).
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Use python-meh's MainExceptionWindow's main_window property (vpodzime)
|
|
|
f56914 |
- dracut: fix syntax error in parse-kickstart (wwoods)
|
|
|
f56914 |
- Show fstype as "Unknown" for devices with unrecognised formatting. (dlehman)
|
|
|
f56914 |
- BTRFS magic for custom spoke. (dlehman)
|
|
|
f56914 |
- The device type of preexisting devices cannot be changed. (dlehman)
|
|
|
f56914 |
- Revert old hack that disabled btrfs in the old ui. (dlehman)
|
|
|
f56914 |
- Use correct device instance when updating selector w/ new device. (dlehman)
|
|
|
f56914 |
- Fix a traceback when clicking on the summary in custom spoke. (dlehman)
|
|
|
f56914 |
- Move device size calculation and setting into DeviceFactory. (dlehman)
|
|
|
f56914 |
- Stop pretending btrfs subvols can have a size. (dlehman)
|
|
|
f56914 |
- Fix a typo in StorageDevice._setSize. (dlehman)
|
|
|
f56914 |
- dracut: add info about special variables to README (wwoods)
|
|
|
f56914 |
- dracut: fix invalid use of 'eth0' (wwoods)
|
|
|
f56914 |
- dracut: drop upgrade-specific hack (wwoods)
|
|
|
f56914 |
- dracut: set "$netif" correctly in initqueue/online scripts (wwoods)
|
|
|
f56914 |
- dracut: fix old-style static ip=xxx gw=yyy... (wwoods)
|
|
|
f56914 |
- dracut: import anaconda-lib.sh in pre-udev hook (wwoods)
|
|
|
f56914 |
- dracut: fix set_neednet so network comes up (#849672) (wwoods)
|
|
|
f56914 |
- dracut: drop save_netinfo (wwoods)
|
|
|
f56914 |
- move anaconda-modprobe to pre-udev hook, silence modprobe errors (wwoods)
|
|
|
f56914 |
- parse-kickstart: fix crash with PXE + ks=file: (#844478) (wwoods)
|
|
|
f56914 |
- parse-kickstart: clarify/refactor Network handling (wwoods)
|
|
|
f56914 |
- Actually create default ifcfg files (#849012) (rvykydal)
|
|
|
f56914 |
- Don't fail on write of nonexisting IfcfgFile(SimpleConfigFile) (#849012,
|
|
|
f56914 |
#849095) (rvykydal)
|
|
|
f56914 |
- If dracut left the DVD mounted, don't try to remount it (#849152). (clumens)
|
|
|
f56914 |
- Add support for most device editing functions. (dlehman)
|
|
|
f56914 |
- Various fixes, cleanups, and added logging for the custom spoke. (dlehman)
|
|
|
f56914 |
- Work around some signal handling issues in the custom spoke. (dlehman)
|
|
|
f56914 |
- Make choosing an auto-selected page after refresh slightly less fallible.
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Raise an exception if a new device ends up with size 0. (dlehman)
|
|
|
f56914 |
- Split out logic to determine container based on factory and/or device.
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Allow adding disks to a container's disk set. (dlehman)
|
|
|
f56914 |
- Allow passing a device into newDevice for adjustment. (dlehman)
|
|
|
f56914 |
- Add PartitionFactory class so partitions don't need a separate code path.
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Add a convenience method for scheduling resize actions. (dlehman)
|
|
|
f56914 |
- Return early from doKickstartStorage if there are no disks selected.
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Remove isomd5sum-static from build requires (vpodzime)
|
|
|
f56914 |
- Don't rely on having some network devices available (vpodzime)
|
|
|
f56914 |
- Enlightbox mainExceptionWindow (vpodzime)
|
|
|
f56914 |
- Put mainExceptionWindow in a WindowGroup (vpodzime)
|
|
|
f56914 |
- Bump required yum version to get the environment code. (notting)
|
|
|
f56914 |
- Add a flag so we don't get spurious 'change' events from the treeview while
|
|
|
f56914 |
we're setting up the UI. (notting)
|
|
|
f56914 |
- Wire in the new environment logic through the UI. (notting)
|
|
|
f56914 |
- Add a local method for exposing group visibility from the comps file.
|
|
|
f56914 |
(notting)
|
|
|
f56914 |
- Add methods to yumpayload for handling environments. (notting)
|
|
|
f56914 |
- Add some nicer wording to the column heads in the software selection UI.
|
|
|
f56914 |
(notting)
|
|
|
f56914 |
- Rename 'description' to 'groupDescription'. (notting)
|
|
|
f56914 |
- dracut: add README (wwoods)
|
|
|
f56914 |
|
|
|
f56914 |
* Thu Aug 16 2012 Chris Lumens <clumens@redhat.com> - 18.6-1
|
|
|
f56914 |
- Remove linuxrc.s390 (dcantrell)
|
|
|
f56914 |
- Source in url-lib.sh if we don't have it (#847831) (jkeating)
|
|
|
f56914 |
- parse-kickstart: add proc_cmdline (fix init_logger()) (wwoods)
|
|
|
f56914 |
- Remove the data/bootdisk directory tree. (clumens)
|
|
|
f56914 |
- Remove duplicate boot disk setting code (#848841). (clumens)
|
|
|
f56914 |
- Force authconfig to be installed on the target system (#848803). (clumens)
|
|
|
f56914 |
|
|
|
f56914 |
* Wed Aug 15 2012 Chris Lumens <clumens@redhat.com> - 18.5-1
|
|
|
f56914 |
- Mark/unmark some strings for translation, as appropriate. (clumens)
|
|
|
f56914 |
- Save the distro label into the right variable for retranslation. (clumens)
|
|
|
f56914 |
- Add custom widget files to POTFILES.in. (clumens)
|
|
|
f56914 |
- Fix attribution on common UI code. (clumens)
|
|
|
f56914 |
- don't set armMachine in class definition (bcl)
|
|
|
f56914 |
- libudev now has a version of .1 (hamzy)
|
|
|
f56914 |
- Load anaconda-lib.sh if necessary (jkeating)
|
|
|
f56914 |
- Use shell code to work around missing basename (jkeating)
|
|
|
f56914 |
- Enable text mode once again! (jkeating)
|
|
|
f56914 |
- Update text prompt to include c for continue (jkeating)
|
|
|
f56914 |
- Don't continue if incomplete spokes exist (jkeating)
|
|
|
f56914 |
- Return a bool for timezone completed property (jkeating)
|
|
|
f56914 |
- Add a text progress hub to do the install (jkeating)
|
|
|
f56914 |
- text based storage spoke. (jkeating)
|
|
|
f56914 |
- Allow updating tmux.conf via makeupdates. (clumens)
|
|
|
f56914 |
- Prevent yum messages from showing on tty (jkeating)
|
|
|
f56914 |
- Remove unused imports from the installclasses. (clumens)
|
|
|
f56914 |
- NoSuchGroup is provided by packaging now. yuminstall is on the way out.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Set transaction color in case of multilib install. (clumens)
|
|
|
f56914 |
- Add selinux-specific RPM macro setup. (clumens)
|
|
|
f56914 |
- Add the user-agent to urlgrabber from the old yuminstall.py. (clumens)
|
|
|
f56914 |
- Fix inheritance problems with the gui *Spoke classes. (clumens)
|
|
|
f56914 |
- Only setup python-meh when doing graphical installs (jkeating)
|
|
|
f56914 |
- Call the correct method to schedule the screen (jkeating)
|
|
|
f56914 |
- Add a missing import of os (jkeating)
|
|
|
f56914 |
- Don't display indirect spokes in the hub (jkeating)
|
|
|
f56914 |
- Revert "Remove unncessary __init__ definition. (clumens)" (jkeating)
|
|
|
f56914 |
- Honor displayMode from kickstart files (jkeating)
|
|
|
f56914 |
- Merge master into newtui (jkeating)
|
|
|
f56914 |
- Remove the base_tests file for now (jkeating)
|
|
|
f56914 |
- Remove unused import of UIObject (jkeating)
|
|
|
f56914 |
- Fix up detailederror for new common UI code (jkeating)
|
|
|
f56914 |
- Translate the base text hub class (jkeating)
|
|
|
f56914 |
- Translate the base tui class strings (jkeating)
|
|
|
f56914 |
- Remove unncessary __init__ definition. (clumens) (jkeating)
|
|
|
f56914 |
- Translate some strings in the base tui spokes classes (jkeating)
|
|
|
f56914 |
- Always use collect directly from common (jkeating)
|
|
|
f56914 |
- Add comment headers to the new files (jkeating)
|
|
|
f56914 |
- Ad source files to POTFILES.in (msivak)
|
|
|
f56914 |
- Merge remote-tracking branch 'origin/master' into newtui (msivak)
|
|
|
f56914 |
- import localization stuff and use it to translate more strings (msivak)
|
|
|
f56914 |
- finish renaming _mainloop (msivak)
|
|
|
f56914 |
- Fix naming for data attribute and move the NormalSpoke.__init__ under the
|
|
|
f56914 |
proper class (msivak)
|
|
|
f56914 |
- Improve documentation and add licensing headers (msivak)
|
|
|
f56914 |
- Add translations to the simpleline framework (msivak)
|
|
|
f56914 |
- Add translations to Password Spoke (msivak)
|
|
|
f56914 |
- Add elementary timezone spoke (msivak)
|
|
|
f56914 |
- Pass screen args argument to prompt and input methods + fix for run-text-
|
|
|
f56914 |
spoke (msivak)
|
|
|
f56914 |
- Merge master into newtui (msivak)
|
|
|
f56914 |
- Add automake files for TUI (msivak)
|
|
|
f56914 |
- add couple of tests and fix write method of widget (newline added unwanted
|
|
|
f56914 |
space) (msivak)
|
|
|
f56914 |
- add couple of tests and support for them (msivak)
|
|
|
f56914 |
- add documentation and comments to TUI classes (msivak)
|
|
|
f56914 |
- Add documentation to the simpleline library for TUI (msivak)
|
|
|
f56914 |
- Add the new Summary hub and Password TUI spokes + tools to test TUI stuff
|
|
|
f56914 |
(msivak)
|
|
|
f56914 |
- Fix bits and pieces to make TUI hub and spoke model work + example Hub and
|
|
|
f56914 |
Password spoke (msivak)
|
|
|
f56914 |
- Create common abstract classes usable for all types of UI (msivak)
|
|
|
f56914 |
- Create the base classes for TUI Hub and Spoke model (msivak)
|
|
|
f56914 |
- Make collect and part of UserInterface setup more generic (msivak)
|
|
|
f56914 |
- Text based UI framework core (msivak)
|
|
|
f56914 |
|
|
|
f56914 |
* Mon Aug 13 2012 Chris Lumens <clumens@redhat.com> - 18.4-1
|
|
|
f56914 |
- dracut: fix inst.ks.sendmac (#826657) (wwoods)
|
|
|
f56914 |
- dracut: suppress ks errors from missing %%include (wwoods)
|
|
|
f56914 |
- dracut: add comment to run_kickstart() (wwoods)
|
|
|
f56914 |
- Remove unused writeKS methods. (clumens)
|
|
|
f56914 |
- Only show unused devices that haven't been removed/deleted. (dlehman)
|
|
|
f56914 |
- Don't unexpand already-expanded pages when trying to expand them again.
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Make parents of hidden devices appear to be leaves. (dlehman)
|
|
|
f56914 |
- Remove the right device name from the lvm filter when unhiding device.
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Take configured filesystems into account when checking package space.
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Make sure the ksdata autopart type matches the storage one. (dlehman)
|
|
|
f56914 |
- Base auto-generated name prefixes on productName, not device type. (dlehman)
|
|
|
f56914 |
- Remove shrink code that was a workaround for the old ui flow. (dlehman)
|
|
|
f56914 |
- Remove old ui progress args from devicelibs.btrfs. (dlehman)
|
|
|
f56914 |
- Make sure we allocate partitions and grow lvm as needed in kickstart.
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Streamline autopart request setup slightly. (dlehman)
|
|
|
f56914 |
- Make it possible to call setUpBootLoader safely at any time. (dlehman)
|
|
|
f56914 |
- Move setup of new partition weight arg to Storage.newPartition. (dlehman)
|
|
|
f56914 |
- Use a copy of the main Storage instance during custom partitioning. (dlehman)
|
|
|
f56914 |
- Track requested sizes of btrfs subvols. (dlehman)
|
|
|
f56914 |
- Add a method to retrieve a devicetree device by id number. (dlehman)
|
|
|
f56914 |
- Fix DiskLabel so it can be deep-copied. (dlehman)
|
|
|
f56914 |
- Add a method to produce a deep copy of a Storage instance. (dlehman)
|
|
|
f56914 |
- Fix subtraction for Size. (dlehman)
|
|
|
f56914 |
- Add support for creating device based on a top-down specification. (dlehman)
|
|
|
f56914 |
- Add size-set managers to keep a set of growable requests in sync. (dlehman)
|
|
|
f56914 |
- Add a function to estimate required disk space for an md array. (dlehman)
|
|
|
f56914 |
- Add a method to estimate disk space needs for a new logical volume. (dlehman)
|
|
|
f56914 |
- Add a convenience method for new btrfs subvols and drop subvol size args.
|
|
|
f56914 |
(dlehman)
|
|
|
f56914 |
- Use the UEFI shim to load grub. (pjones)
|
|
|
f56914 |
- Check that Gtk.main is not already running before starting another one
|
|
|
f56914 |
(vpodzime)
|
|
|
f56914 |
- With tmux, we no longer need to start up a shell during VNC installs.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- We no longer need getkeymaps, mapshdr, or readmap. (clumens)
|
|
|
f56914 |
- Remove the last references to isysLoadKeymap. (clumens)
|
|
|
f56914 |
- remove Security class (bcl)
|
|
|
f56914 |
- replace lokkit for selinux settings (#815540) (bcl)
|
|
|
f56914 |
- tests: Add tests for new SimpleConfigFile features (bcl)
|
|
|
f56914 |
- tests: cleanup whitespace in simpleconfig_test.py (bcl)
|
|
|
f56914 |
- simpleconfig: rewrite to better support commented config files (bcl)
|
|
|
f56914 |
- If the anaconda process crashes, don't delete its window. (clumens)
|
|
|
f56914 |
- On interactive installs, default the root account to locked. (clumens)
|
|
|
f56914 |
- Make the keyboard layout test a big text area instead of a single line.
|
|
|
f56914 |
(clumens)
|
|
|
f56914 |
- Remove our loadKeymap code from isys (vpodzime)
|
|
|
f56914 |
- Replace system-config-keyboard with our methods using ksdata.keyboard
|
|
|
f56914 |
(vpodzime)
|
|
|
f56914 |
- A little fix of newui -> master merge (iscsi offload devices) (rvykydal)
|
|
|
f56914 |
- Require new version of python-meh (vpodzime)
|
|
|
f56914 |
- Modify kernelPackages to select the right kernel for ARM systems. (dmarlin)
|
|
|
f56914 |
- ARM: clean up the kernel selection to be consistent with the rest of the code
|
|
|
f56914 |
(dennis)
|
|
|
f56914 |
- add command line option to set the arm platform. (dennis)
|
|
|
f56914 |
- Add support to determine the ARM processor variety and select the correct
|
|
|
f56914 |
kernel to install. (dmarlin)
|
|
|
f56914 |
- TODO list updates. (clumens)
|
|
|
f56914 |
- Sent pot file updates to the master branch in transifex, not f17. (clumens)
|
|
|
f56914 |
|
|
|
f56914 |
* Fri Aug 03 2012 Chris Lumens <clumens@redhat.com> - 18.3-1
|
|
|
f56914 |
- New graphical user interface.
|
|
|
f56914 |
- Removed loader.
|
|
|
f56914 |
|
|
|
f56914 |
* Wed Apr 18 2012 Brian C. Lane <bcl@redhat.com> - 18.2-1
|
|
|
f56914 |
- Fixes from F17 branch
|