|
|
b3d8db |
%define livearches %{ix86} x86_64 ppc ppc64 ppc64le
|
|
|
f56914 |
|
|
|
f56914 |
Summary: Graphical system installer
|
|
|
f56914 |
Name: anaconda
|
|
|
b787de |
Version: 21.48.22.93
|
|
|
6a83c4 |
Release: 1%{?dist}.0.1
|
|
|
213a02 |
License: GPLv2+ and MIT
|
|
|
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
|
|
|
f4150a |
Patch1: anaconda-centos-add-centos-install-class.patch
|
|
|
f4150a |
Patch2: anaconda-centos-set-right-eula-location.patch
|
|
|
f4150a |
Patch4: anaconda-centos-disable-mirrors.patch
|
|
|
f4150a |
Patch5: anaconda-centos-bootfs-default-to-xfs.patch
|
|
|
defc0c |
Patch6: anaconda-centos-help-text.patch
|
|
|
a3b786 |
Patch7: anaconda-centos-skip-retry-if-not-connected.patch
|
|
|
a3b786 |
Patch8: 9800-rpmostreepayload-Rework-remote-add-handling.patch
|
|
|
6a83c4 |
|
|
|
f56914 |
# Versions of required components (done so we make sure the buildrequires
|
|
|
f56914 |
# match the requires versions of things).
|
|
|
213a02 |
%define gettextver 0.18.1
|
|
|
f56914 |
%define intltoolver 0.31.2-3
|
|
|
b787de |
%define pykickstartver 1.99.66.9
|
|
|
f56914 |
%define yumver 3.4.3-91
|
|
|
f56914 |
%define partedver 1.8.1
|
|
|
f56914 |
%define pypartedver 2.5-2
|
|
|
f56914 |
%define pythonpyblockver 0.45
|
|
|
b3d8db |
%define nmver 1.0.0-6.git20150107
|
|
|
f56914 |
%define dbusver 1.2.3
|
|
|
f56914 |
%define yumutilsver 1.1.11-3
|
|
|
213a02 |
%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
|
|
|
213a02 |
%define dracutver 033-240
|
|
|
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
|
|
|
213a02 |
%define langtablever 0.0.31-3
|
|
|
213a02 |
%define libxklavierver 5.4
|
|
|
213a02 |
%define libtimezonemapver 0.4.1-2
|
|
|
b787de |
%define helpver 1:7.3.1-1
|
|
|
f56914 |
|
|
|
f56914 |
BuildRequires: audit-libs-devel
|
|
|
f56914 |
BuildRequires: gettext >= %{gettextver}
|
|
|
f56914 |
BuildRequires: gtk3-devel
|
|
|
f56914 |
BuildRequires: gtk-doc
|
|
|
213a02 |
BuildRequires: gtk3-devel-docs
|
|
|
213a02 |
BuildRequires: glib2-doc
|
|
|
f56914 |
BuildRequires: gobject-introspection-devel
|
|
|
f56914 |
BuildRequires: glade-devel
|
|
|
f56914 |
BuildRequires: pygobject3
|
|
|
f56914 |
BuildRequires: intltool >= %{intltoolver}
|
|
|
f56914 |
BuildRequires: libgnomekbd-devel
|
|
|
213a02 |
BuildRequires: libxklavier-devel >= %{libxklavierver}
|
|
|
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
|
|
|
213a02 |
BuildRequires: libtimezonemap-devel >= %{libtimezonemapver}
|
|
|
b3d8db |
|
|
|
b3d8db |
Requires: anaconda-core = %{version}-%{release}
|
|
|
b3d8db |
Requires: anaconda-gui = %{version}-%{release}
|
|
|
b3d8db |
Requires: anaconda-tui = %{version}-%{release}
|
|
|
b3d8db |
|
|
|
b3d8db |
%description
|
|
|
b3d8db |
The anaconda package is a metapackage for the Anaconda installer.
|
|
|
b3d8db |
|
|
|
b3d8db |
%package core
|
|
|
b3d8db |
Summary: Core of the Anaconda installer
|
|
|
b787de |
Requires: python-blivet >= 1:0.61.15.52
|
|
|
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
|
|
|
213a02 |
Requires: rpm-python >= %{rpmver}
|
|
|
f56914 |
Requires: parted >= %{partedver}
|
|
|
f56914 |
Requires: pyparted >= %{pypartedver}
|
|
|
f56914 |
Requires: yum >= %{yumver}
|
|
|
f56914 |
Requires: python-urlgrabber >= %{pythonurlgrabberver}
|
|
|
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: pytz
|
|
|
f56914 |
Requires: realmd
|
|
|
1ad863 |
Requires: teamd
|
|
|
f56914 |
%ifarch %livearches
|
|
|
f56914 |
Requires: usermode
|
|
|
f56914 |
%endif
|
|
|
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}
|
|
|
b3d8db |
Requires: NetworkManager-team
|
|
|
213a02 |
Requires: NetworkManager-glib >= %{nmver}
|
|
|
f56914 |
Requires: dhclient
|
|
|
f56914 |
Requires: kbd
|
|
|
f56914 |
Requires: chrony
|
|
|
213a02 |
Requires: python-ntplib
|
|
|
f56914 |
Requires: rsync
|
|
|
1ad863 |
Requires: systemd
|
|
|
f56914 |
%ifarch %{ix86} x86_64
|
|
|
f56914 |
Requires: fcoe-utils >= %{fcoeutilsver}
|
|
|
f56914 |
%endif
|
|
|
f56914 |
Requires: iscsi-initiator-utils >= %{iscsiver}
|
|
|
213a02 |
%ifarch %{ix86} x86_64 ia64
|
|
|
f56914 |
Requires: dmidecode
|
|
|
f56914 |
%if ! 0%{?rhel}
|
|
|
f56914 |
Requires: hfsplus-tools
|
|
|
f56914 |
%endif
|
|
|
f56914 |
%endif
|
|
|
213a02 |
Requires: kexec-tools
|
|
|
213a02 |
|
|
|
213a02 |
Requires: python-coverage
|
|
|
1ad863 |
|
|
|
b3d8db |
# required because of the rescue mode and VNC question
|
|
|
b3d8db |
Requires: anaconda-tui = %{version}-%{release}
|
|
|
b3d8db |
|
|
|
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 |
|
|
|
b3d8db |
%description core
|
|
|
b3d8db |
The anaconda-core package contains the program which was used to install your
|
|
|
f56914 |
system.
|
|
|
f56914 |
|
|
|
b3d8db |
%package gui
|
|
|
b3d8db |
Summary: Graphical user interface for the Anaconda installer
|
|
|
b3d8db |
Requires: anaconda-core = %{version}-%{release}
|
|
|
b3d8db |
Requires: anaconda-widgets = %{version}-%{release}
|
|
|
b3d8db |
Requires: python-meh-gui >= %{mehver}
|
|
|
213a02 |
Requires: adwaita-icon-theme
|
|
|
b3d8db |
Requires: system-logos
|
|
|
b3d8db |
Requires: tigervnc-server-minimal
|
|
|
213a02 |
Requires: libxklavier >= %{libxklavierver}
|
|
|
b3d8db |
Requires: libgnomekbd
|
|
|
213a02 |
Requires: libtimezonemap >= %{libtimezonemapver}
|
|
|
b3d8db |
Requires: nm-connection-editor
|
|
|
b3d8db |
%ifarch %livearches
|
|
|
b3d8db |
Requires: zenity
|
|
|
b3d8db |
%endif
|
|
|
213a02 |
Requires: keybinder3
|
|
|
b3d8db |
%ifnarch s390 s390x
|
|
|
b3d8db |
Requires: NetworkManager-wifi
|
|
|
b3d8db |
%endif
|
|
|
213a02 |
Requires: yelp
|
|
|
d93399 |
#Requires: anaconda-user-help >= %{helpver}
|
|
|
b787de |
|
|
|
b787de |
# Needed to compile the gsettings files
|
|
|
b787de |
BuildRequires: gsettings-desktop-schemas
|
|
|
b3d8db |
|
|
|
b3d8db |
%description gui
|
|
|
b3d8db |
This package contains graphical user interface for the Anaconda installer.
|
|
|
b3d8db |
|
|
|
b3d8db |
%package tui
|
|
|
b3d8db |
Summary: Textual user interface for the Anaconda installer
|
|
|
b3d8db |
Requires: anaconda-core = %{version}-%{release}
|
|
|
b3d8db |
|
|
|
b3d8db |
%description tui
|
|
|
b3d8db |
This package contains textual user interface for the Anaconda installer.
|
|
|
b3d8db |
|
|
|
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
|
|
|
213a02 |
Requires: %{name}-widgets%{?_isa} = %{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
|
|
|
f4150a |
%patch1 -p1
|
|
|
f4150a |
%patch2 -p1
|
|
|
f4150a |
%patch4 -p1
|
|
|
f4150a |
%patch5 -p1
|
|
|
defc0c |
%patch6 -p1
|
|
|
a3b786 |
%patch7 -p1
|
|
|
a3b786 |
%patch8 -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
|
|
|
213a02 |
|
|
|
213a02 |
# Add a sitecustomize.py to be loaded by liveinst
|
|
|
213a02 |
mkdir -p %{buildroot}%{_datadir}/anaconda/site-python
|
|
|
213a02 |
install -m 0644 pyanaconda/sitecustomize.py %{buildroot}%{_datadir}/anaconda/site-python/
|
|
|
f56914 |
%endif
|
|
|
b3d8db |
# NOTE: If you see "error: Installed (but unpackaged) file(s) found" that include liveinst files,
|
|
|
b3d8db |
# check the IS_LIVEINST_ARCH in configure.ac to make sure your architecture is properly defined
|
|
|
f56914 |
|
|
|
f56914 |
%find_lang %{name}
|
|
|
f56914 |
|
|
|
213a02 |
%post widgets -p /sbin/ldconfig
|
|
|
213a02 |
%postun widgets -p /sbin/ldconfig
|
|
|
213a02 |
|
|
|
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 |
|
|
|
b3d8db |
%files
|
|
|
f56914 |
%doc COPYING
|
|
|
b3d8db |
|
|
|
b3d8db |
%files core -f %{name}.lang
|
|
|
213a02 |
%doc COPYING
|
|
|
f56914 |
%{_unitdir}/*
|
|
|
f56914 |
%{_prefix}/lib/systemd/system-generators/*
|
|
|
f56914 |
%{_bindir}/instperf
|
|
|
b3d8db |
%{_bindir}/anaconda-disable-nm-ibft-plugin
|
|
|
f56914 |
%{_sbindir}/anaconda
|
|
|
f56914 |
%{_sbindir}/handle-sshpw
|
|
|
f56914 |
%{_datadir}/anaconda
|
|
|
213a02 |
%{_datadir}/anaconda/help/*
|
|
|
b3d8db |
%exclude %{_datadir}/anaconda/tzmapdata
|
|
|
f56914 |
%{_prefix}/libexec/anaconda
|
|
|
f56914 |
%{_libdir}/python*/site-packages/pyanaconda/*
|
|
|
213a02 |
%exclude %{_libdir}/python*/site-packages/pyanaconda/rescue.py*
|
|
|
b3d8db |
%exclude %{_libdir}/python*/site-packages/pyanaconda/ui/gui/*
|
|
|
b3d8db |
%exclude %{_libdir}/python*/site-packages/pyanaconda/ui/tui/*
|
|
|
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 |
%endif
|
|
|
f56914 |
|
|
|
b3d8db |
%files gui
|
|
|
b3d8db |
%{_libdir}/python*/site-packages/pyanaconda/ui/gui/*
|
|
|
b787de |
%{_datadir}/themes/Anaconda/*
|
|
|
b3d8db |
|
|
|
b3d8db |
%files tui
|
|
|
b3d8db |
%{_libdir}/python*/site-packages/pyanaconda/rescue.py
|
|
|
b3d8db |
%{_libdir}/python*/site-packages/pyanaconda/ui/tui/*
|
|
|
b3d8db |
|
|
|
f56914 |
%files widgets
|
|
|
f56914 |
%{_libdir}/libAnacondaWidgets.so.*
|
|
|
f56914 |
%{_libdir}/girepository*/AnacondaWidgets*typelib
|
|
|
f56914 |
%{_libdir}/python*/site-packages/gi/overrides/*
|
|
|
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
|
|
|
3376df |
* Thu Nov 30 2016 Johnny Hughes <johnny@centos.org> - 21.48.22.93-1.el7.centos.0.1
|
|
|
3376df |
- Refactor anaconda-centos-add-centos-install-class.patch for NM Autoconnect issue
|
|
|
6a83c4 |
|
|
|
f4150a |
* Thu Nov 03 2016 CentOS Sources <bugs@centos.org> - 21.48.22.93-1.el7.centos
|
|
|
f4150a |
- Add CentOS install class as default
|
|
|
f4150a |
- use the right path for the EULA string (issue 7165, bstinson)
|
|
|
f4150a |
- use efi_dir = centos
|
|
|
f4150a |
- disable the mirrorlist options
|
|
|
f4150a |
- make boot part fs default to xfs
|
|
|
f4150a |
|
|
|
b787de |
* Mon Sep 26 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.22.93-1
|
|
|
b787de |
- Accept any non-empty password in non-strict mode (mkolman)
|
|
|
b787de |
Resolves: rhbz#1379323
|
|
|
b787de |
- Disable the potfile check on the password quality tests (mkolman)
|
|
|
b787de |
Related: rhbz#1365112
|
|
|
b787de |
Related: rhbz#1365032
|
|
|
b787de |
- Fix two trivial typos in the password checking code (mkolman)
|
|
|
b787de |
Related: rhbz#1365112
|
|
|
b787de |
Related: rhbz#1365032
|
|
|
b787de |
- Tweak lambda use in Dracut test (jkonecny)
|
|
|
b787de |
Related: rhbz#1101653
|
|
|
b787de |
- Add Dracut test for reloading mod dependencies (jkonecny)
|
|
|
b787de |
Related: rhbz#1101653
|
|
|
b787de |
|
|
|
b787de |
* Tue Sep 20 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.22.92-1
|
|
|
b787de |
- Check /var/tmp directory before creating it (rvykydal)
|
|
|
b787de |
Resolves: rhbz#1377761
|
|
|
b787de |
|
|
|
b787de |
* Thu Sep 15 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.22.91-1
|
|
|
b787de |
- Fix password length in the password policy (mkolman)
|
|
|
b787de |
Related: rhbz#1365112
|
|
|
b787de |
Related: rhbz#1365032
|
|
|
b787de |
- network: avoid registering GTypes from multiple threads (lkundrak)
|
|
|
b787de |
Resolves: rhbz#1366271
|
|
|
b787de |
- Fix traceback when payload have None as url (jkonecny)
|
|
|
b787de |
Resolves: rhbz#1371494
|
|
|
b787de |
- Add new Dracut test and fix another ones (jkonecny)
|
|
|
b787de |
Related: rhbz#1101653
|
|
|
b787de |
- Fix bug when we add set to list (jkonecny)
|
|
|
b787de |
Related: rhbz#1101653
|
|
|
b787de |
- Add new helper script files to build system (jkonecny)
|
|
|
b787de |
Related: rhbz#1101653
|
|
|
b787de |
- Add new helper scripts to the README-dd documentation (jkonecny)
|
|
|
b787de |
Related: rhbz#1101653
|
|
|
b787de |
- Fix driver unload is disabling network settings (jkonecny)
|
|
|
b787de |
Related: rhbz#1101653
|
|
|
b787de |
|
|
|
b787de |
* Mon Sep 12 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.22.90-1
|
|
|
b787de |
- rhv: Adding rhv for installclasses (dougsland)
|
|
|
b787de |
Resolves: rhbz#1337595
|
|
|
b787de |
|
|
|
b787de |
* Mon Sep 12 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.22.89-1
|
|
|
b787de |
- Default policy should not allow empty passwords (mkolman)
|
|
|
b787de |
Related: rhbz#1365112
|
|
|
b787de |
Related: rhbz#1365032
|
|
|
b787de |
- Add unit tests for password quality checking (mkolman)
|
|
|
b787de |
Related: rhbz#1365112
|
|
|
b787de |
Related: rhbz#1365032
|
|
|
b787de |
- Fix password quality checking (mkolman)
|
|
|
b787de |
Resolves: rhbz#1365112
|
|
|
b787de |
Resolves: rhbz#1365032
|
|
|
b787de |
- dud: fix multiple inst.dd=http:// instances stalling in dracut (rvykydal)
|
|
|
b787de |
Related: rhbz#1268792
|
|
|
b787de |
|
|
|
b787de |
* Thu Sep 08 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.22.88-1
|
|
|
b787de |
- Revert "Show network spoke in the TUI reconfig mode (mkolman)"
|
|
|
b787de |
Resolves: rhbz#1302165
|
|
|
b787de |
- Improved driver disk copying (mkolman)
|
|
|
b787de |
Related: rhbz#1269915
|
|
|
b787de |
- network: adapt to ibft plugin being enabled by default in NM (rvykydal)
|
|
|
b787de |
Resolves: rhbz#1371188
|
|
|
b787de |
|
|
|
b787de |
* Mon Sep 05 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.22.87-1
|
|
|
b787de |
- Drop T from cp command flags when copying driver disk RPMs (mkolman)
|
|
|
b787de |
Resolves: rhbz#1269915
|
|
|
b787de |
- network: set onboot correctly for vlan on bond device in ks (rvykydal)
|
|
|
b787de |
Related: rhbz#1234849
|
|
|
b787de |
- network: don't show ibft configured devices in UI (rvykydal)
|
|
|
b787de |
Resolves: rhbz#1309661
|
|
|
b787de |
- Translate press-c-to-continue correctly in TUI (mkolman)
|
|
|
b787de |
Resolves: rhbz#1364539
|
|
|
b787de |
- network: don't set empty team slave config for NM (rvykydal)
|
|
|
b787de |
Related: rhbz#1254929
|
|
|
b787de |
|
|
|
b787de |
* Thu Aug 25 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.22.86-1
|
|
|
b787de |
- network: don't stumble upon new Device.Statistics NM dbus iface (rvykydal)
|
|
|
b787de |
Resolves: rhbz#1370099
|
|
|
b787de |
|
|
|
b787de |
* Wed Aug 24 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.22.85-1
|
|
|
b787de |
- Check before removing repo specific caches (bcl)
|
|
|
b787de |
Resolves: rhbz#1369698
|
|
|
b787de |
|
|
|
b787de |
* Tue Aug 23 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.22.84-1
|
|
|
b787de |
- Ensure LDL DASDs formatted in text ks. (sbueno+anaconda)
|
|
|
b787de |
Resolves: rhbz#1259437
|
|
|
b787de |
- Run cache hack after moving cache to mounted storage (bcl)
|
|
|
b787de |
Resolves: rhbz#1287438
|
|
|
b787de |
- Fix reset payload only on network change (jkonecny)
|
|
|
b787de |
Resolves: rhbz#1364367
|
|
|
b787de |
- Disable strict password quality checking for partial kickstart installations
|
|
|
b787de |
(mkolman)
|
|
|
b787de |
Related: rhbz#1360263
|
|
|
b787de |
- Fix anaconda-pre.service wasn't properly installed (jkonecny)
|
|
|
b787de |
Related: rhbz#1255659
|
|
|
b787de |
|
|
|
b787de |
* Thu Aug 11 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.22.83-1
|
|
|
b787de |
- Fix PropertyNotFoundError PermHwAddress (jkonecny)
|
|
|
b787de |
Resolves: rhbz#1364977
|
|
|
b787de |
- Fix screenshot taking logic (mkolman)
|
|
|
b787de |
Resolves: rhbz#1327456
|
|
|
b787de |
- network: don't require gateway for static ipv4 config in TUI (rvykydal)
|
|
|
b787de |
Resolves: rhbz#1365532
|
|
|
b787de |
|
|
|
b787de |
* Tue Aug 09 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.22.82-1
|
|
|
b787de |
- Fix needsNetwork() to test only enabled repositories (jkonecny)
|
|
|
b787de |
Resolves: rhbz#1361213
|
|
|
b787de |
Related: rhbz#1358788
|
|
|
b787de |
- Make sure unformatted DASDs are dasdfmted in ks. (sbueno+anaconda)
|
|
|
b787de |
Resolves: rhbz#1359865
|
|
|
b787de |
- Fix architecutre selection for help content (mkolman)
|
|
|
b787de |
Related: rhbz#1260880
|
|
|
b787de |
- Fix needsNetwork testing only additional repositories (jkonecny)
|
|
|
b787de |
Related: rhbz#1358788
|
|
|
b787de |
- Fix retry to download local treeinfo file (jkonecny)
|
|
|
b787de |
Related: rhbz#1270354
|
|
|
b787de |
- Rename function for better consistency (rvykydal)
|
|
|
b787de |
Related: rhbz#1259284
|
|
|
b787de |
- Update error message for consistency (rvykydal)
|
|
|
b787de |
Related: rhbz#1259284
|
|
|
b787de |
- Add more specific username check messages also to gui (rvykydal)
|
|
|
b787de |
Related: rhbz#1259284
|
|
|
b787de |
Resolves: rhbz#1360334
|
|
|
b787de |
- Fix restart payload only when repo needs network (jkonecny)
|
|
|
b787de |
Resolves: rhbz#1358788
|
|
|
b787de |
|
|
|
b787de |
* Wed Jul 27 2016 <> - 21.48.22.81-1
|
|
|
b787de |
- network: don't activate bond/team devices regardless of --activate (rvykydal)
|
|
|
b787de |
Resolves: rhbz#1358795
|
|
|
b787de |
- iscsi: fix getting iscsi target iface of bound target (rvykydal)
|
|
|
b787de |
Resolves: rhbz#1359739
|
|
|
b787de |
- Clarify a nosave related log message (mkolman)
|
|
|
b787de |
Related: rhbz#1285519
|
|
|
b787de |
- network: fix ksdata generating for for non-active virtual devices (rvykydal)
|
|
|
b787de |
Related: rhbz#1321288
|
|
|
b787de |
- network: update kickstart data also with bond bridge slaves (rvykydal)
|
|
|
b787de |
Related: rhbz#1321288
|
|
|
b787de |
- network: add support for bridge bond slaves (rvykydal)
|
|
|
b787de |
Resolves: rhbz#1321288
|
|
|
b787de |
- Fix bootDrive driveorder fallback (jkonecny)
|
|
|
b787de |
Related: rhbz#1355795
|
|
|
b787de |
- Fix bootloader when re-using existing /boot part (jkonecny)
|
|
|
b787de |
Related: rhbz#1355795
|
|
|
b787de |
- fix style guide test false positive on username variable (rvykydal)
|
|
|
b787de |
Related: rhbz#1350375
|
|
|
b787de |
- Store logs before anaconda starts (japokorn)
|
|
|
b787de |
Resolves: rhbz#1255659
|
|
|
b787de |
- DD can now replace existing drivers (japokorn)
|
|
|
b787de |
Related: rhbz#1101653
|
|
|
b787de |
- tui: use functions instead of fake REs for checking values (rvykydal)
|
|
|
b787de |
Related: rhbz#1350375
|
|
|
b787de |
- tui: get proper index of entry we are handling in input (rvykydal)
|
|
|
b787de |
Related: rhbz#1331054
|
|
|
b787de |
- tui: fix user name validity checking (rvykydal)
|
|
|
b787de |
Related: rhbz#1259284
|
|
|
b787de |
Resolves: rhbz#1350375
|
|
|
b787de |
- Change bootloader boot drive fallback (jkonecny)
|
|
|
b787de |
Resolves: rhbz#1355795
|
|
|
b787de |
- Make it possible to disable sshd service from running. (sbueno+anaconda)
|
|
|
b787de |
Resolves: rhbz#1262707
|
|
|
b787de |
- Attempt to unload modules updated by a driver disk (dshea)
|
|
|
b787de |
Resolves: rhbz#1101653
|
|
|
b787de |
- Fix the processing of device nodes as driver disks (dshea)
|
|
|
b787de |
Related: rhbz#1269915
|
|
|
b787de |
|
|
|
b787de |
* Fri Jul 08 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.80-1
|
|
|
b787de |
- Allow kickstart users to ignore the free space error (dshea)
|
|
|
b787de |
Resolves: rhbz#1287308
|
|
|
b787de |
- Fix dhcpclass to work both via kickstart and the boot cmdline. (clumens)
|
|
|
b787de |
Resolves: rhbz#1293051
|
|
|
b787de |
- Add support for device specification variants (mkolman)
|
|
|
b787de |
Resolves: rhbz#1200833
|
|
|
b787de |
- Add NTP server configuration to the TUI (mkolman)
|
|
|
b787de |
Resolves: rhbz#1269399
|
|
|
b787de |
- Move the NTP server checking constants to constants.py (mkolman)
|
|
|
b787de |
Related: rhbz#1269399
|
|
|
b787de |
- Use a constant for the NTP check thread name prefix (mkolman)
|
|
|
b787de |
Related: rhbz#1269399
|
|
|
b787de |
|
|
|
b787de |
* Fri Jun 24 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.79-1
|
|
|
b787de |
- Fix adding new VG in Custom spoke can't be applied (jkonecny)
|
|
|
b787de |
Resolves: rhbz#1263715
|
|
|
b787de |
- Fix pylint errors in Timezone. (dshea)
|
|
|
b787de |
Related: rhbz#1312135
|
|
|
b787de |
- hostname: don't set installer env hostname to localhost.localdomain
|
|
|
b787de |
(rvykydal)
|
|
|
b787de |
Related: rhbz#1290858
|
|
|
b787de |
- Add the nosave option to the boot option docs file (mkolman)
|
|
|
b787de |
Related: rhbz#1285519
|
|
|
b787de |
|
|
|
b787de |
* Fri Jun 17 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.78-1
|
|
|
b787de |
- Use the RHEL 7 timezone kickstart command version (mkolman)
|
|
|
b787de |
Resolves: rhbz#1312135
|
|
|
b787de |
- Use the signal handlers to set initial widget sensitivies (dshea)
|
|
|
b787de |
Resolves: rhbz#1259742
|
|
|
b787de |
- Fix the name sensitivity in the custom spoke. (dshea)
|
|
|
b787de |
Resolves: rhbz#1316269
|
|
|
b787de |
- Require network for network-based driver disks (dshea)
|
|
|
b787de |
Resolves: rhbz#1261024
|
|
|
b787de |
|
|
|
b787de |
* Fri Jun 10 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.77-1
|
|
|
b787de |
- Add wordwrap to text mode and use it by default (rvykydal)
|
|
|
b787de |
Resolves: rhbz#1267881
|
|
|
b787de |
- Display storage errors that cause no disks to be selected (bcl)
|
|
|
b787de |
Related: rhbz#1340240
|
|
|
b787de |
- Overwrite network files when using ks liveimg (bcl)
|
|
|
b787de |
Resolves: rhbz#1342639
|
|
|
b787de |
|
|
|
b787de |
* Wed Jun 08 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.76-1
|
|
|
b787de |
- Fix a covscan warning about fetch-driver-net (bcl)
|
|
|
b787de |
Related: rhbz#1269915
|
|
|
b787de |
- network: handle also ifcfg files of not activated virtual devices (rvykydal)
|
|
|
b787de |
Resolves: rhbz#1313173
|
|
|
b787de |
- network: check onboot value in ksdata, not NM connections (rvykydal)
|
|
|
b787de |
Related: rhbz#1341636
|
|
|
b787de |
Resolves: rhbz#1313173
|
|
|
b787de |
- network: do not activate device on kickstart --onboot="yes" (rvykydal)
|
|
|
b787de |
Resolves: rhbz#1341636
|
|
|
b787de |
- Use the LUKS device for encrypted swap on RAID (dshea)
|
|
|
b787de |
Related: rhbz#1302747
|
|
|
b787de |
- Use the LUKS device for swap in fstab (vpodzime)
|
|
|
b787de |
Resolves: rhbz#1302747
|
|
|
b787de |
- Keep the subdir in driver disk update paths (dshea)
|
|
|
b787de |
Resolves: rhbz#1296306
|
|
|
b787de |
- Warn about broken keyboard layout switching in VNC (jkonecny)
|
|
|
b787de |
Resolves: rhbz#1274228
|
|
|
b787de |
- Make the anaconda-generator exit early outside of the installation
|
|
|
b787de |
environment (mkolman)
|
|
|
b787de |
Resolves: rhbz#1289179
|
|
|
b787de |
|
|
|
b787de |
* Fri Jun 03 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.75-1
|
|
|
b787de |
- Add a button to refresh the disk list. (dlehman)
|
|
|
b787de |
Resolves: rhbz#1191305
|
|
|
b787de |
- Fix some residual issues of dasdfmt in text-mode. (sbueno+anaconda)
|
|
|
b787de |
Resolves: rhbz#1259437
|
|
|
b787de |
- Only try to restart payload in the Anaconda environment (mkolman)
|
|
|
b787de |
Related: rhbz#1270354
|
|
|
b787de |
- Make current runtime environment identifiers available via flags (mkolman)
|
|
|
b787de |
Related: rhbz#1270354
|
|
|
b787de |
- network tui: do not activate device when setting its onboot value (rvykydal)
|
|
|
b787de |
Resolves: rhbz#1261864
|
|
|
b787de |
- network tui: edit persistent configuration, not active connection (rvykydal)
|
|
|
b787de |
Related: rhbz#1261864
|
|
|
b787de |
- network: add support for --no-activate kickstart opton (rvykydal)
|
|
|
b787de |
Resolves: rhbz#1277975
|
|
|
b787de |
- More descriptive message on invalid username (kvalek)
|
|
|
b787de |
Resolves: rhbz#1259284
|
|
|
b787de |
- Don't mark an empty string for translation. (clumens)
|
|
|
b787de |
Related: rhbz#1255094
|
|
|
b787de |
- Update the disk summary on Ctrl-A (dshea)
|
|
|
b787de |
Resolves: rhbz#1264958
|
|
|
b787de |
- Added PROGRESS_REPORT for retry messages (kvalek)
|
|
|
b787de |
Resolves: rhbz#1255094
|
|
|
b787de |
- Handle unsupported disklabels. (dlehman)
|
|
|
b787de |
Related: rhbz#1266199
|
|
|
b787de |
Related: rhbz#1294081
|
|
|
b787de |
- network: fix filtering of libvirt devices (check for None values) (rvykydal)
|
|
|
b787de |
Related: rhbz#1298444
|
|
|
b787de |
- NFS DDs installation now works correctly (japokorn)
|
|
|
b787de |
Resolves: rhbz#1269915
|
|
|
b787de |
|
|
|
b787de |
* Fri May 27 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.74-1
|
|
|
b787de |
- Print an error when the kickstart file is missing (bcl)
|
|
|
b787de |
Resolves: rhbz#1297380
|
|
|
b787de |
- Adapt the pwpolicy defaults to the old behavior (vpodzime)
|
|
|
b787de |
Related: rhbz#1240303
|
|
|
b787de |
- Ignore addon and anaconda sections in handle-sshpw (bcl)
|
|
|
b787de |
Related: rhbz#1240303
|
|
|
b787de |
- Ignore %%anaconda section in parse-kickstart (bcl)
|
|
|
b787de |
Related: rhbz#1240303
|
|
|
b787de |
- Add documentation on %%anaconda kickstart command (bcl)
|
|
|
b787de |
Related: rhbz#1240303
|
|
|
b787de |
- TUI pwpolicy setup was supposed to be in __init__ not refresh (bcl)
|
|
|
b787de |
Related: rhbz#1240303
|
|
|
b787de |
- Fix pylint/translation issues from the pwpolicy patches. (clumens)
|
|
|
b787de |
Related: rhbz#1240303
|
|
|
b787de |
- Implement %%anaconda kickstart section for pwpolicy (bcl)
|
|
|
b787de |
Resolves: rhbz#1240303
|
|
|
b787de |
- Add pwpolicy support to TUI interface (bcl)
|
|
|
b787de |
Related: rhbz#1240303
|
|
|
b787de |
- Add pwpolicy for the LUKS passphrase dialog. (bcl)
|
|
|
b787de |
Related: rhbz#1240303
|
|
|
b787de |
- Add pwpolicy for the user spoke. (bcl)
|
|
|
b787de |
Related: rhbz#1240303
|
|
|
b787de |
- Use pwpolicy for the root password spoke. (bcl)
|
|
|
b787de |
Related: rhbz#1240303
|
|
|
b787de |
- hostname: add tooltip to Apply button (rvykydal)
|
|
|
b787de |
Related: rhbz#1290858
|
|
|
b787de |
- hostname: fix accelerator collision (rvykydal)
|
|
|
b787de |
Related: rhbz#1290858
|
|
|
b787de |
- hostname: don't set hostname in initrafms of target system (rvykydal)
|
|
|
b787de |
Related: rhbz#1290858
|
|
|
b787de |
- hostname: set current hostname from target system hostname on demand
|
|
|
b787de |
(rvykydal)
|
|
|
b787de |
Related: rhbz#1290858
|
|
|
b787de |
- hostname: suggest current hostname for storage containers (rvykydal)
|
|
|
b787de |
Related: rhbz#1290858
|
|
|
b787de |
- hostname: don't set target system static hostname to current hostname
|
|
|
b787de |
(rvykydal)
|
|
|
b787de |
Resolves: rhbz#1290858
|
|
|
b787de |
|
|
|
b787de |
* Wed May 25 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.73-1
|
|
|
b787de |
- network: don't crash on devices with zero MAC address (rvykydal)
|
|
|
b787de |
Resolves: rhbz#1334632
|
|
|
b787de |
- network: fix regression in network tui device configuration (rvykydal)
|
|
|
b787de |
Resolves: rhbz#1338620
|
|
|
b787de |
- Fix TUI ErrorDialog processing (bcl)
|
|
|
b787de |
Resolves: rhbz#1337427
|
|
|
b787de |
- Fix a pylint error in the source switch handler mixin (mkolman)
|
|
|
b787de |
Related: rhbz#1275771
|
|
|
b787de |
- Don't crash when selecting the same hdd ISO again (mkolman)
|
|
|
b787de |
Resolves: rhbz#1275771
|
|
|
b787de |
- Protect extended partition when ISO file is on logical partition (vtrefny)
|
|
|
b787de |
Resolves: rhbz#1255237
|
|
|
b787de |
- Fix error handling for s390 bootloader errors (sbueno+anaconda)
|
|
|
b787de |
Resolves: rhbz#1260934
|
|
|
b787de |
- Move yum.cache to disk after partitioning (bcl)
|
|
|
b787de |
Resolves: rhbz#1287438
|
|
|
b787de |
|
|
|
b787de |
* Fri May 13 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.72-1
|
|
|
b787de |
- Lower required squashfs ram to 350M (bcl)
|
|
|
b787de |
Resolves: rhbz#1333113
|
|
|
b787de |
- Add epoch for anaconda-user-help & bump version (mkolman)
|
|
|
b787de |
Related: rhbz#1275285
|
|
|
b787de |
- Specify string format arguments as logging function parameters (mkolman)
|
|
|
b787de |
Related: rhbz#1235726
|
|
|
b787de |
|
|
|
b787de |
* Wed May 11 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.71-1
|
|
|
b787de |
- Do not override StorageChecker.errors in StorageSpoke (vtrefny)
|
|
|
b787de |
Resolves: rhbz#1269195
|
|
|
b787de |
- Add single language mode (mkolman)
|
|
|
b787de |
Resolves: rhbz#1235726
|
|
|
b787de |
- Move default X keyboard setting out of the Welcome spoke (mkolman)
|
|
|
b787de |
Related: rhbz#1235726
|
|
|
b787de |
- bootloader: Use shim on Aarch64. (pjones)
|
|
|
b787de |
Resolves: rhbz#1256942
|
|
|
b787de |
- Fix bad indentation (rvykydal)
|
|
|
b787de |
Related: rhbz#1265593
|
|
|
b787de |
- network: don't show libvirt virtual devices (rvykydal)
|
|
|
b787de |
Related: rhbz#1298444
|
|
|
b787de |
- network: don't crash when adding device without connection to list (rvykydal)
|
|
|
b787de |
Related: rhbz#1265593
|
|
|
b787de |
- Use a different ipmi command to log events. (clumens)
|
|
|
b787de |
Resolves: rhbz#1268195
|
|
|
b787de |
- Add missing glib schema dependencies (dshea)
|
|
|
b787de |
Related: rhbz#1324889
|
|
|
b787de |
- Compile glib schema overrides with --strict. (dshea)
|
|
|
b787de |
Related: rhbz#1324889
|
|
|
b787de |
|
|
|
b787de |
* Fri May 06 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.70-1
|
|
|
b787de |
- Don't join two absolute paths (mkolman)
|
|
|
b787de |
Related: rhbz#1249598
|
|
|
b787de |
- Switch to the new Initial Setup unit name (mkolman)
|
|
|
b787de |
Related: rhbz#1249598
|
|
|
b787de |
- Don't crash when taking a screenshot on the hub (mkolman)
|
|
|
b787de |
Resolves: rhbz#1327456
|
|
|
b787de |
- network: validate netmask in tui (rvykydal)
|
|
|
b787de |
Resolves: rhbz#1331054
|
|
|
b787de |
|
|
|
b787de |
* Fri Apr 29 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.69-1
|
|
|
b787de |
- Check minimal memory requirements properly (jstodola)
|
|
|
b787de |
Resolves: rhbz#1267673
|
|
|
b787de |
- Check that cache PVs (if any) are in the VG the LV belongs to (vpodzime)
|
|
|
b787de |
Resolves: rhbz#1263258
|
|
|
b787de |
- Move settings_changed from NCB to Network Spoke (jkonecny)
|
|
|
b787de |
Related: rhbz#1270354
|
|
|
b787de |
- Changes in network state revalidate sources rhbz#1270354 (riehecky)
|
|
|
b787de |
Resolves: rhbz#1270354
|
|
|
b787de |
|
|
|
b787de |
* Wed Apr 27 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.68-1
|
|
|
b787de |
- Update storage snapshot after running dasdfmt. (sbueno+anaconda)
|
|
|
b787de |
Resolves: rhbz#1266151
|
|
|
b787de |
- Add access to the payload from addons (jkonecny)
|
|
|
b787de |
Resolves: rhbz#1288636
|
|
|
b787de |
- Update the on-disk snapshot of storage when adv. disks are added (vpodzime)
|
|
|
b787de |
Resolves: rhbz#1267944
|
|
|
b787de |
|
|
|
b787de |
* Thu Apr 21 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.67-1
|
|
|
b787de |
- Combine formatting of LDL and unformatted DASDs. (sbueno+anaconda)
|
|
|
b787de |
Resolves: rhbz#1316088
|
|
|
b787de |
- Move metacity settings into anaconda. (dshea)
|
|
|
b787de |
Resolves: rhbz#1324889
|
|
|
b787de |
|
|
|
b787de |
* Fri Apr 15 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.66-1
|
|
|
b787de |
- Check software selection in tui kickstart (bcl)
|
|
|
b787de |
Resolves: rhbz#1320436
|
|
|
b787de |
- Run the checkSoftwareSelection even when no environment is selected (bcl)
|
|
|
b787de |
Resolves: rhbz#1320436
|
|
|
b787de |
- Stop kickstart when space check fails (bcl)
|
|
|
b787de |
Resolves: rhbz#1320436
|
|
|
b787de |
- Fix problem of DASDs not being formatted in text ks. (sbueno+anaconda)
|
|
|
b787de |
Resolves: rhbz#1259437
|
|
|
b787de |
|
|
|
b787de |
* Thu Apr 14 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.65-1
|
|
|
b787de |
- Move the pykickstart version test into a different subdirectory. (clumens)
|
|
|
b787de |
Resolves: rhbz#1263367
|
|
|
b787de |
- Show network spoke in the TUI reconfig mode (mkolman)
|
|
|
b787de |
Resolves: rhbz#1302165
|
|
|
b787de |
- iscsi: don't generate kickstart iscsi commands for offload devices (rvykydal)
|
|
|
b787de |
Related: rhbz#1252879
|
|
|
b787de |
- iscsi: allow installing bootloader on offload iscsi disks (qla4xxx)
|
|
|
b787de |
(rvykydal)
|
|
|
b787de |
Resolves: rhbz#1325134
|
|
|
b787de |
- Fix iSCSI kickstart options aren't generated (jkonecny)
|
|
|
b787de |
Resolves: rhbz#1252879
|
|
|
b787de |
- Fix adding offload iSCSI devices (vtrefny)
|
|
|
b787de |
Resolves: rhbz#1255280
|
|
|
b787de |
|
|
|
b787de |
* Fri Apr 08 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.64-1
|
|
|
b787de |
- Exclude software raid block devices from list-harddrives output (mkolman)
|
|
|
b787de |
Resolves: rhbz#1311512
|
|
|
b787de |
|
|
|
b787de |
* Tue Apr 05 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.63-1
|
|
|
b787de |
- network: don't set 803-3-ethernet.name setting (rvykydal)
|
|
|
b787de |
Resolves: rhbz#1323589
|
|
|
b787de |
- Add retry when downloading .treeinfo (jkonecny)
|
|
|
b787de |
Resolves: rhbz#1292613
|
|
|
b787de |
- Make it possible to skip saving of kickstarts and logs (mkolman)
|
|
|
b787de |
Resolves: rhbz#1285519
|
|
|
b787de |
- Add a function for empty file creation (mkolman)
|
|
|
b787de |
Related: rhbz#1285519
|
|
|
b787de |
- Run actions for argparse arguments (mkolman)
|
|
|
b787de |
Related: rhbz#1285519
|
|
|
b787de |
|
|
|
b787de |
* Fri Apr 01 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.62-1
|
|
|
b787de |
- Reset invalid disk selection before proceeding. (dlehman)
|
|
|
b787de |
Resolves: rhbz#1265330
|
|
|
b787de |
- Fix bad sensitivity on boxes in source spoke (jkonecny)
|
|
|
b787de |
Resolves: rhbz#1262833
|
|
|
b787de |
- Fix only one address is shown in anaconda (jkonecny)
|
|
|
b787de |
Resolves: rhbz#1264400
|
|
|
b787de |
- network: copy static routes configured in installer to system (rvykydal)
|
|
|
b787de |
Resolves: rhbz#1255801
|
|
|
b787de |
- network: fix kickstart --noipv4 option in %%pre section (rvykydal)
|
|
|
b787de |
Related: rhbz#1291333
|
|
|
b787de |
- network: fix kickstart --noipv4 option (rvykydal)
|
|
|
b787de |
Resolves: rhbz#1291333
|
|
|
b787de |
|
|
|
b787de |
* Thu Mar 24 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.61-1
|
|
|
b787de |
- Fix crash when new device appear in Welcome screen (jkonecny)
|
|
|
b787de |
Resolves: rhbz#1216926
|
|
|
b787de |
- Add reason when logging invalid repository (jkonecny)
|
|
|
b787de |
Resolves: rhbz#1240379
|
|
|
b787de |
- network: fix vlan over bond in kickstart (rvykydal)
|
|
|
b787de |
Resolves: rhbz#1234849
|
|
|
b787de |
|
|
|
b787de |
* Fri Mar 18 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.60-1
|
|
|
b787de |
- Remove unused import in storage_utils (sbueno+anaconda)
|
|
|
b787de |
Related: rhbz#1268025
|
|
|
b787de |
- Remove the last instance of singlePV (sbueno+anaconda)
|
|
|
b787de |
Resolves: rhbz#1268025
|
|
|
b787de |
- Remove duplicate informational message from rescue mode. (sbueno+anaconda)
|
|
|
b787de |
Resolves: rhbz#1249082
|
|
|
b787de |
- If doing dirinstall on s390x, don't prompt to login via ssh to begin install.
|
|
|
b787de |
(sbueno+anaconda)
|
|
|
b787de |
Resolves: rhbz#1269207
|
|
|
b787de |
- Fix a problem introduced by a cherry-pick (dshea)
|
|
|
b787de |
Resolves: rhbz#1317558
|
|
|
b787de |
Related: rhbz#1274855
|
|
|
b787de |
- Fix duplicate network settings in dracut (jkonecny)
|
|
|
b787de |
Related: rhbz#1293539
|
|
|
b787de |
- Fix create device with bad name when parsing KS (jkonecny)
|
|
|
b787de |
Resolves: rhbz#1293539
|
|
|
b787de |
- network: don't traceback when trying to turn off misconfigured team
|
|
|
b787de |
connection (rvykydal)
|
|
|
b787de |
Resolves: rhbz#1263971
|
|
|
b787de |
- network: don't set NM_CONTROLLED=no for root on SAN (rvykydal)
|
|
|
b787de |
Resolves: rhbz#1273323
|
|
|
b787de |
- Use a lock for repoStore access (bcl)
|
|
|
b787de |
Resolves: rhbz#1315414
|
|
|
b787de |
- network: use NAME to find ifcfg on s390 with net.ifnames=0 (rvykydal)
|
|
|
b787de |
Resolves: rhbz#1249750
|
|
|
b787de |
- fix multiple inst.dd=<path> args (rhbz#1268792) (wwoods)
|
|
|
b787de |
Resolves: rhbz#1268792
|
|
|
b787de |
- network: fix configuring team in kickstart pre (rvykydal)
|
|
|
b787de |
Resolves: rhbz#1254929
|
|
|
b787de |
- network: Don't set --device link default for hostname only network cmd
|
|
|
b787de |
(rvykydal)
|
|
|
b787de |
Resolves: rhbz#1272274
|
|
|
b787de |
- Make the No Space dialog look less terrible. (clumens)
|
|
|
b787de |
Resolves: rhbz#1264328
|
|
|
b787de |
|
|
|
b787de |
* Thu Mar 10 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.59-1
|
|
|
b787de |
- Fix a DBus InvalidProperty handling (jkonecny)
|
|
|
b787de |
Resolves: rhbz#1315843
|
|
|
b787de |
- Fix a bad usage of execWithRedirect (dshea)
|
|
|
b787de |
Resolves: rhbz#1270319
|
|
|
b787de |
- Use an icon that exists in Adwaita for the dasd confirmation (dshea)
|
|
|
b787de |
Related: rhbz#1259016
|
|
|
b787de |
- Translate the help button. (dshea)
|
|
|
b787de |
Resolves: rhbz#1314451
|
|
|
b787de |
- Translate the required space labes in resize.py (dshea)
|
|
|
b787de |
Resolves: rhbz#1314451
|
|
|
b787de |
- Increase yum debug logging level from 3 to 6 (jkonecny)
|
|
|
b787de |
Resolves: rhbz#1254368
|
|
|
b787de |
|
|
|
b787de |
* Fri Mar 04 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.58-1
|
|
|
b787de |
- Add device id to dasdfmt screen. (sbueno+anaconda)
|
|
|
b787de |
Resolves: rhbz#1269174
|
|
|
b787de |
- Unify displayed columns in custom spoke dialogs. (sbueno+anaconda)
|
|
|
b787de |
Resolves: rhbz#1289577
|
|
|
b787de |
- Show some confirmation to users if adding a DASD was successful.
|
|
|
b787de |
(sbueno+anaconda)
|
|
|
b787de |
Resolves: rhbz#1259016
|
|
|
b787de |
- Fix dasdfmt during graphical kickstart. (sbueno+anaconda)
|
|
|
b787de |
Resolves: rhbz#1269863
|
|
|
b787de |
- Improve password salt creation (bcl)
|
|
|
b787de |
Resolves: rhbz#1229474
|
|
|
b787de |
- Display a fatal error if unable to encrypt a password. (dshea)
|
|
|
b787de |
Related: rhbz#1229474
|
|
|
b787de |
- NTP should have better behavior (jkonecny)
|
|
|
b787de |
Resolves: rhbz#1260725
|
|
|
b787de |
|
|
|
b787de |
* Tue Mar 01 2016 Brian C. Lane <bcl@redhat.com> - 21.48.22.57-1
|
|
|
b787de |
- Make sure pluginconf.d exists (bcl)
|
|
|
b787de |
Resolves: rhbz#1271766
|
|
|
b787de |
- Check to see if DD repo is already in addOn list (bcl)
|
|
|
b787de |
Resolves: rhbz#1268357
|
|
|
b787de |
- Add --sshkey to kickstart sshpw command (bcl)
|
|
|
b787de |
Resolves: rhbz#1240410
|
|
|
b787de |
- Add sshkey kickstart command (bcl)
|
|
|
b787de |
Resolves: rhbz#1311755
|
|
|
b787de |
- Fix nfs source crash when options change (bcl)
|
|
|
b787de |
Resolves: rhbz#1264071
|
|
|
b787de |
- Fix pre-install script execution (bcl)
|
|
|
b787de |
Related: rhbz#1311184
|
|
|
b787de |
- Add kickstart %%pre-install section support (bcl)
|
|
|
b787de |
Resolves: rhbz#1311184
|
|
|
b787de |
- Fix a race between a window continuing and the next starting (dshea)
|
|
|
b787de |
Resolves: rhbz#1255858
|
|
|
b787de |
- Don't process continue-clicked events for windows that aren't shown.
|
|
|
b787de |
(clumens)
|
|
|
b787de |
Related: rhbz#1255858
|
|
|
b787de |
- Generate resources.h before compiling widgets-common.c (dshea)
|
|
|
b787de |
Related: rhbz#1243929
|
|
|
b787de |
- Use CSS to style the internal widgets. (dshea)
|
|
|
b787de |
Resolves: rhbz#1243929
|
|
|
b787de |
- Lookup IPv6 address without brackets (bcl)
|
|
|
b787de |
Resolves: rhbz#1267872
|
|
|
b787de |
- Copy rhsm logs to target system (bcl)
|
|
|
b787de |
Resolves: rhbz#1130268
|
|
|
b787de |
- Add specific error string to TUI user dialog (bcl)
|
|
|
b787de |
Resolves: rhbz#1248421
|
|
|
b787de |
- Make EditTUIDialog error generic (bcl)
|
|
|
b787de |
Related: rhbz#1248421
|
|
|
b787de |
- Don't clear the _currentIsoFile if another iso was selected (bcl)
|
|
|
b787de |
Related: rhbz#1274855
|
|
|
b787de |
- Fix problems with the hdiso method (clumens)
|
|
|
b787de |
Resolves: rhbz#1274855
|
|
|
b787de |
- Always quote values in ifcfg- files (bcl)
|
|
|
b787de |
Resolves: rhbz#1279131
|
|
|
b787de |
- Include original kickstart in /root/original-ks.cfg (bcl)
|
|
|
b787de |
Resolves: rhbz#1227939
|
|
|
b787de |
- Manually set clock shifts on UI idle (rmarshall)
|
|
|
b787de |
Resolves: rhbz#1251044
|
|
|
b787de |
- Import iutil earlier so we can use ipmi_report from check_for_ssh. (clumens)
|
|
|
b787de |
Resolves: rhbz#1267658
|
|
|
b787de |
- In tui cmdline mode skip showError and log message (bcl)
|
|
|
b787de |
Resolves: rhbz#1280371
|
|
|
b787de |
- Fix a typo in the hardware error message. (clumens)
|
|
|
b787de |
Resolves: rhbz#1284165
|
|
|
b787de |
- Make reclaim work with small screens and big labels (dshea)
|
|
|
b787de |
Resolves: rhbz#1262778
|
|
|
b787de |
- Use GtkResponseType values in the iso chooser dialog (dshea)
|
|
|
b787de |
Resolves: rhbz#1265060
|
|
|
9d7c21 |
|
|
|
213a02 |
* Thu Oct 29 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.56-1
|
|
|
213a02 |
- Ignore interfaces with invalid VLAN IDs. (dshea)
|
|
|
213a02 |
Resolves: rhbz#1274893
|
|
|
213a02 |
|
|
|
213a02 |
* Fri Oct 09 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.55-1
|
|
|
213a02 |
- network: create ifcfg files in tui if needed (rvykydal)
|
|
|
213a02 |
Resolves: rhbz#1268155
|
|
|
213a02 |
- Do not limit ONBOOT default setting to url and nfs installation methods
|
|
|
213a02 |
(rvykydal)
|
|
|
213a02 |
Resolves: rhbz#1269264
|
|
|
213a02 |
|
|
|
213a02 |
* Wed Oct 07 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.54-1
|
|
|
213a02 |
- ibft: fix setting dracut boot args for static ibft nic configuration
|
|
|
213a02 |
(rvykydal)
|
|
|
213a02 |
Resolves: rhbz#1267526
|
|
|
213a02 |
- dracut: accept inst.dd=[file:]/dd.iso (wwoods)
|
|
|
213a02 |
Resolves: rhbz#1268792
|
|
|
213a02 |
- Fix issues with the date&time not being updated on timezone changes
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
Resolves: rhbz#1267450
|
|
|
213a02 |
|
|
|
213a02 |
* Tue Sep 29 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.53-1
|
|
|
213a02 |
- Use otps.display_mode during early startup (mkolman)
|
|
|
213a02 |
Resolves: rhbz#1267140
|
|
|
213a02 |
|
|
|
213a02 |
* Mon Sep 28 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.52-1
|
|
|
213a02 |
- Mount stage2 cdrom after running driver-updates (bcl)
|
|
|
213a02 |
Resolves: rhbz#1266478
|
|
|
213a02 |
|
|
|
213a02 |
* Fri Sep 25 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.51-1
|
|
|
213a02 |
- Pull in new translations
|
|
|
213a02 |
Related: rhbz#1047457
|
|
|
213a02 |
|
|
|
213a02 |
* Wed Sep 23 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.50-1
|
|
|
213a02 |
- Fix a pylint problem with the ostree patch. (clumens)
|
|
|
213a02 |
Related: rhbz#1253527
|
|
|
213a02 |
- Update storage config after running dasdfmt. (sbueno+anaconda)
|
|
|
213a02 |
Resolves: rhbz#1264411
|
|
|
213a02 |
- rpmostreepayload: Forcibly unmount everything in sysroot (walters)
|
|
|
213a02 |
Resolves: rhbz#1253527
|
|
|
213a02 |
|
|
|
213a02 |
* Tue Sep 22 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.49-1
|
|
|
213a02 |
- Use correct installclass for RHEL Atomic Host (rvykydal)
|
|
|
213a02 |
Resolves: rhbz#1265213
|
|
|
213a02 |
- Catch blkid failure in driver-updates (bcl)
|
|
|
213a02 |
Resolves: rhbz#1262963
|
|
|
213a02 |
- Maximize anaconda instead of running fullscreen (dshea)
|
|
|
213a02 |
Related: rhbz#1231856
|
|
|
213a02 |
- Do not display markup in showDetailedError. (dshea)
|
|
|
213a02 |
Resolves: rhbz#1263963
|
|
|
213a02 |
|
|
|
213a02 |
* Fri Sep 18 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.48-1
|
|
|
213a02 |
- Skip setting up env and groups in software spoke for ks (bcl)
|
|
|
213a02 |
Resolves: rhbz#1263493
|
|
|
213a02 |
|
|
|
213a02 |
* Tue Sep 15 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.47-1
|
|
|
213a02 |
- Show correct status for no %%packages with selected environment (mkolman)
|
|
|
213a02 |
Related: rhbz#1261393
|
|
|
213a02 |
- Keep environment selection when reentering the software spoke (mkolman)
|
|
|
213a02 |
Resolves: rhbz#1261393
|
|
|
213a02 |
- Remove an unused import. (clumens)
|
|
|
213a02 |
Related: rhbz#1253672
|
|
|
213a02 |
- Only show the user spoke if no users are specified in kickstart (mkolman)
|
|
|
213a02 |
Resolves: rhbz#1253672
|
|
|
213a02 |
|
|
|
213a02 |
* Fri Sep 11 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.46-1
|
|
|
213a02 |
- Handle driver rpms retrieved via network (bcl)
|
|
|
213a02 |
Resolves: rhbz#1257916
|
|
|
213a02 |
- Use getDiskDescription for disk description strings (bcl)
|
|
|
213a02 |
Resolves: rhbz#1247861
|
|
|
213a02 |
- Add getDiskDescription helper function (bcl)
|
|
|
213a02 |
Related: rhbz#1247861
|
|
|
213a02 |
- Make sure anaconda reads in ks file from OEMDRV device. (sbueno+anaconda)
|
|
|
213a02 |
Resolves: rhbz#1057271
|
|
|
213a02 |
- Try to deal with expected errors from devicetree.populate (vpodzime)
|
|
|
213a02 |
Resolves: rhbz#1257648
|
|
|
213a02 |
|
|
|
213a02 |
* Thu Sep 10 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.45-1
|
|
|
213a02 |
- Fix 'cat: /tmp/dd_disk: No such file or directory' (jkonecny)
|
|
|
213a02 |
Resolves: rhbz#1251394
|
|
|
213a02 |
|
|
|
213a02 |
* Wed Sep 09 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.44-1
|
|
|
213a02 |
- Fix another bash syntax problem in kickstart-genrules.sh (sbueno+anaconda)
|
|
|
213a02 |
Resolves: rhbz#1057271
|
|
|
213a02 |
- Install all required packages. (dshea)
|
|
|
213a02 |
Resolves: rhbz#1260624
|
|
|
213a02 |
|
|
|
213a02 |
* Tue Sep 08 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.43-1
|
|
|
213a02 |
- Quit in askvnc should not reboot image and dirinstall (bcl)
|
|
|
213a02 |
Resolves: rhbz#1255069
|
|
|
213a02 |
- network: assume --device=link as default also for ks on hd (rvykydal)
|
|
|
213a02 |
Related: rhbz#1085310
|
|
|
213a02 |
- Don't try to concatenate a list with a string (mkolman)
|
|
|
213a02 |
Related: rhbz#1252444
|
|
|
213a02 |
- Always show the Network spoke in Initial Setup (mkolman)
|
|
|
213a02 |
Resolves: rhbz#1259801
|
|
|
213a02 |
- Fix hiding curl 404 errors outside debug mode (vtrefny)
|
|
|
213a02 |
Resolves: rhbz#1182776
|
|
|
213a02 |
|
|
|
213a02 |
* Thu Sep 03 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.42-1
|
|
|
213a02 |
- Remove a call to execute in storage thread to avoid a threading disaster.
|
|
|
213a02 |
(sbueno+anaconda)
|
|
|
213a02 |
Resolves: rhbz#1245268
|
|
|
213a02 |
- Remove a rogue reference to self.back_clicked. (clumens)
|
|
|
213a02 |
Related: rhbz#1254548
|
|
|
213a02 |
- Fix a typo in service enablement in kickstart.py. (clumens)
|
|
|
213a02 |
Related: rhbz#1252444
|
|
|
213a02 |
- Verify Initial Setup services are present before turning them ON/OFF
|
|
|
213a02 |
(mkolman)
|
|
|
213a02 |
Resolves: rhbz#1252444
|
|
|
213a02 |
- Set both .format's and .originalFormat's passphrase on unlock (vpodzime)
|
|
|
213a02 |
Resolves: rhbz#1255679
|
|
|
213a02 |
- Make the Encrypt checkbox insensitive for encrypted non-BTRFS devices
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
Related: rhbz#1255679
|
|
|
213a02 |
- Make the default screen height yet one line shorter (vpodzime)
|
|
|
213a02 |
Resolves: rhbz#1184378
|
|
|
213a02 |
- Don't crash if the Japanese PC-98 keyboard is selected (mkolman)
|
|
|
213a02 |
Resolves: rhbz#1190589
|
|
|
213a02 |
|
|
|
213a02 |
* Wed Sep 02 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.41-1
|
|
|
213a02 |
- Enforce sane disk selections. (dlehman)
|
|
|
213a02 |
Resolves: rhbz#1254548
|
|
|
213a02 |
|
|
|
213a02 |
* Tue Sep 01 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.40-1
|
|
|
213a02 |
- Skip OEMDRV if interactive DD is requested (bcl)
|
|
|
213a02 |
Related: rhbz#1254270
|
|
|
213a02 |
- Copy updated driver ko to correct directory (bcl)
|
|
|
213a02 |
Related: rhbz#1254270
|
|
|
213a02 |
- addRepo takes a repo object not a string (bcl)
|
|
|
213a02 |
Related: rhbz#1254270
|
|
|
213a02 |
- Drivers are simply under /run/install/DD-x/ (bcl)
|
|
|
213a02 |
Related: rhbz#1254270
|
|
|
213a02 |
- Fix a bash error in kickstart-genrules.sh (sbueno+anaconda)
|
|
|
213a02 |
Resolves: rhbz#1057271
|
|
|
213a02 |
- Run nm-connection-editor with the --keep-above flag (mkolman)
|
|
|
213a02 |
Resolves: rhbz#1231856
|
|
|
213a02 |
|
|
|
213a02 |
* Mon Aug 31 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.39-1
|
|
|
213a02 |
- Disallow /boot on lvm until grub2 fully supports it. (dlehman)
|
|
|
213a02 |
Resolves: rhbz#1252466
|
|
|
213a02 |
- Force an encoding of utf-8 on liveinst installs (dshea)
|
|
|
213a02 |
Resolves: rhbz#1257060
|
|
|
213a02 |
- Ignore zram block devices in the list-harddrives script output (mkolman)
|
|
|
213a02 |
Resolves: rhbz#1247886
|
|
|
213a02 |
Resolves: rhbz#1253184
|
|
|
213a02 |
|
|
|
213a02 |
* Fri Aug 28 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.38-1
|
|
|
213a02 |
- Run AnacondaExceptionHandler in cmdline mode (bcl)
|
|
|
213a02 |
Resolves: rhbz#1256385
|
|
|
213a02 |
- anaconda.target: Wants systemd-logind.service (awilliam)
|
|
|
213a02 |
Resolves: rhbz#1257311
|
|
|
213a02 |
|
|
|
213a02 |
* Wed Aug 26 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.37-1
|
|
|
213a02 |
- Process excludedGroupList after packages and groups. (clumens)
|
|
|
213a02 |
Resolves: rhbz#1249036
|
|
|
213a02 |
- Fix the help button mnemonic display on spokes (dshea)
|
|
|
213a02 |
Resolves: rhbz#1250918
|
|
|
213a02 |
|
|
|
213a02 |
* Mon Aug 24 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.36-1
|
|
|
213a02 |
- Don't write nfs repos to the target system (bcl)
|
|
|
213a02 |
Resolves: rhbz#1246212
|
|
|
213a02 |
- Fix nfs mountpoint removal (bcl)
|
|
|
213a02 |
Related: rhbz#1246212
|
|
|
213a02 |
- Fix the handling of nfs:// URLs. (dshea)
|
|
|
213a02 |
Related: rhbz#1246212
|
|
|
213a02 |
- Start hubs with the buttons insensitive. (dshea)
|
|
|
213a02 |
Resolves: rhbz#1255752
|
|
|
213a02 |
- Move locale environment logic into localization.py (dshea)
|
|
|
213a02 |
Related: rhbz#1198642
|
|
|
213a02 |
|
|
|
213a02 |
* Mon Aug 17 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.35-1
|
|
|
213a02 |
- Skip source url checks when network is off (bcl)
|
|
|
213a02 |
Resolves: rhbz#1251130
|
|
|
213a02 |
- Don't set net.device to link if there is no ksdevice (bcl)
|
|
|
213a02 |
Resolves: rhbz#1085310
|
|
|
213a02 |
- Reading carrier while link is down raises IOError (bcl)
|
|
|
213a02 |
Related: rhbz#1085310
|
|
|
213a02 |
- Make sure username entered in TUI if create a user chosen. (sbueno+anaconda)
|
|
|
213a02 |
Resolves: rhbz#1249660
|
|
|
213a02 |
|
|
|
213a02 |
* Sun Aug 16 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.34-1
|
|
|
213a02 |
- Network protocols don't list Closest mirror first (vpodzime)
|
|
|
213a02 |
Resolves: rhbz#1253196
|
|
|
213a02 |
- Make sure proper installclass selected for RHEL installs. (sbueno+anaconda)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Fix traceback on tz spoke in text mode (sbueno+anaconda)
|
|
|
213a02 |
Resolves: rhbz#1252025
|
|
Karanbir Singh |
60ed95 |
|
|
|
213a02 |
* Thu Aug 13 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.33-1
|
|
|
213a02 |
- Re-enable addons as additional repositories. (clumens)
|
|
|
213a02 |
Resolves: rhbz#1248323
|
|
Karanbir Singh |
e8bece |
|
|
|
213a02 |
* Wed Aug 12 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.32-1
|
|
|
213a02 |
- product.img buildstamp should override distribution buildstamp (bcl)
|
|
|
213a02 |
Resolves: rhbz#1240238
|
|
|
213a02 |
- Tell libreport if it is a final release or not (vpodzime)
|
|
|
213a02 |
Resolves: rhbz#1252036
|
|
|
213a02 |
- On incomplete ks, don't automatically proceed with install. (sbueno+anaconda)
|
|
|
213a02 |
Resolves: rhbz#1251978
|
|
|
213a02 |
- Add the "make ci" target. (clumens)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Tweak tmux configuration file (jkonecny)
|
|
|
213a02 |
Resolves: rhbz#1238799
|
|
|
213a02 |
|
|
|
213a02 |
* Fri Aug 07 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.31-1
|
|
|
213a02 |
- Only pass DASDs to is_ldl_dasd function. (sbueno+anaconda)
|
|
|
213a02 |
Resolves: rhbz#1248666
|
|
|
213a02 |
|
|
|
213a02 |
* Wed Aug 05 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.30-1
|
|
|
213a02 |
- Add the anaconda-user-help package as dependency (mkolman)
|
|
|
213a02 |
Resolves: rhbz#1247779
|
|
|
213a02 |
|
|
|
213a02 |
* Tue Aug 04 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.29-1
|
|
|
213a02 |
- Fix a line that still treated the fstype as a GtkComboBoxText (dshea)
|
|
|
213a02 |
Resolves: rhbz#1248885
|
|
|
213a02 |
- Fix fastestmirror plugin check (bcl)
|
|
|
213a02 |
Resolves: rhbz#1249569
|
|
|
f43fc6 |
|
|
|
213a02 |
* Fri Jul 31 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.28-1
|
|
|
213a02 |
- Display a EULA-related warning on progress hub at end of installation.
|
|
|
213a02 |
(sbueno+anaconda)
|
|
|
213a02 |
Resolves: rhbz#1249185
|
|
|
213a02 |
Resolves: rhbz#1248432
|
|
|
b3d8db |
|
|
|
213a02 |
* Thu Jul 30 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.27-1
|
|
|
213a02 |
- Fix error with OEMDRV ks auto-load check. (sbueno+anaconda)
|
|
|
213a02 |
Related: rhbz#1057271
|
|
|
b3d8db |
|
|
|
213a02 |
* Wed Jul 29 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.26-1
|
|
|
213a02 |
- Prevent incomplete translations from making the TUI unusable (mkolman)
|
|
|
213a02 |
Resolves: rhbz#1235617
|
|
|
213a02 |
- Disable a Pylint false-positive (mkolman)
|
|
|
213a02 |
Related: rhbz#1234896
|
|
|
b3d8db |
|
|
|
213a02 |
* Tue Jul 28 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.25-1
|
|
|
213a02 |
- Add support for autostep and --autoscreenshot (mkolman)
|
|
|
213a02 |
Resolves: rhbz#1234896
|
|
|
213a02 |
- Really fix unexpected exits in execReadlines (dshea)
|
|
|
213a02 |
Related: rhbz#1188287
|
|
|
213a02 |
- iscsi: display portal (address:port) of node in node list (rvykydal)
|
|
|
213a02 |
Related: rhbz#1195570
|
|
|
213a02 |
|
|
|
213a02 |
* Fri Jul 24 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.24-1
|
|
|
213a02 |
- Add parentheses around the IPV6 regex fragment. (dshea)
|
|
|
213a02 |
Resolves: rhbz#1246133
|
|
|
213a02 |
- Add tests for IPv6 literals in URLs (dshea)
|
|
|
213a02 |
Related: rhbz#1246133
|
|
|
213a02 |
- Do not set user home to / in advanced user dialog (bcl)
|
|
|
213a02 |
Resolves: rhbz#1245837
|
|
|
213a02 |
- Fix Initial PPC PReP Boot Selector Name (rmarshall)
|
|
|
213a02 |
Resolves: rhbz#1172755
|
|
|
213a02 |
|
|
|
213a02 |
* Thu Jul 23 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.23-1
|
|
|
213a02 |
- Handle missing environment without traceback (bcl)
|
|
|
213a02 |
Resolves: rhbz#1245296
|
|
|
213a02 |
- Disable a Pylint false-positive (mkolman)
|
|
|
213a02 |
Related: rhbz#1182562
|
|
|
213a02 |
- Make sure TUI is readable for non-latin languages (mkolman)
|
|
|
213a02 |
Resolves: rhbz#1182562
|
|
|
213a02 |
- Auto-load ks.cfg if OEMDRV volume available. (sbueno+anaconda)
|
|
|
213a02 |
Resolves: rhbz#1057271
|
|
|
213a02 |
- dracut: minor cleanup (wwoods)
|
|
|
213a02 |
Related: rhbz#1168902
|
|
|
213a02 |
- dracut: fix missing messages for inst.ks=cdrom (wwoods)
|
|
|
213a02 |
Related: rhbz#1168902
|
|
|
213a02 |
- Wait forever for kickstarts on CDROM (wwoods)
|
|
|
213a02 |
Resolves: rhbz#1168902
|
|
|
213a02 |
- Allow cdrom-swapping when doing "inst.ks=cdrom[:...]" (wwoods)
|
|
|
213a02 |
Resolves: rhbz#1168902
|
|
|
213a02 |
- anaconda-lib.sh: add tell_user() and dev_is_cdrom() (wwoods)
|
|
|
213a02 |
Related: rhbz#1168902
|
|
|
213a02 |
|
|
|
213a02 |
* Wed Jul 22 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.22-1
|
|
|
213a02 |
- Fix various pylint problems caused by the new rescue mode. (clumens)
|
|
|
213a02 |
Related: rhbz#965985
|
|
|
213a02 |
- network: use ibftx interface for iSCSI from iBFT in dracut (rvykydal)
|
|
|
213a02 |
Resolves: rhbz#1077291
|
|
|
213a02 |
- Remove text.py from spec file (bcl)
|
|
|
213a02 |
Related: rhbz#965985
|
|
|
213a02 |
|
|
|
213a02 |
* Mon Jul 20 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.21-1
|
|
|
213a02 |
- Remove the last usage of newt and get rid of it as a dependency
|
|
|
213a02 |
(sbueno+anaconda)
|
|
|
213a02 |
Related: rhbz#965985
|
|
|
213a02 |
- Enable anaconda to use the new rescue mode. (sbueno+anaconda)
|
|
|
213a02 |
Resolves: rhbz#965985
|
|
|
213a02 |
- Get rid of unnecessary constants in constants_text. (sbueno+anaconda)
|
|
|
213a02 |
Related: rhbz#965985
|
|
|
213a02 |
- Get rid of some unnecessary files. (sbueno+anaconda)
|
|
|
213a02 |
Related: rhbz#965985
|
|
|
213a02 |
|
|
|
213a02 |
* Fri Jul 17 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.20-1
|
|
|
b3d8db |
- Add support for architecture suffixes in help files (mkolman)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
b3d8db |
Related: rhbz#1072033
|
|
|
213a02 |
- network: add s390 options to default ifcfg files (rvykydal)
|
|
|
213a02 |
Resolves: rhbz#1074570
|
|
|
b3d8db |
|
|
|
213a02 |
* Wed Jul 15 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.19-1
|
|
|
213a02 |
- Don't ask to start vnc if user specifies text mode. (sbueno+anaconda)
|
|
|
213a02 |
Resolves: rhbz#1241425
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Fix pylint errors in the new driver disk code. (clumens)
|
|
|
213a02 |
Related: rhbz#1084197
|
|
|
213a02 |
- Restore RHEL-specific stylesheet data. (dshea)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
|
|
|
213a02 |
* Fri Jul 10 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.18-1
|
|
|
213a02 |
- Start the network before the display (dshea)
|
|
|
213a02 |
Resolves: rhbz#1240732
|
|
|
213a02 |
- Bump pykickstart version required. (sbueno+anaconda)
|
|
|
213a02 |
Resolves: rhbz#1241413
|
|
|
213a02 |
- Set the no network error in refresh() (dshea)
|
|
|
213a02 |
Resolves: rhbz#1238797
|
|
|
213a02 |
- Show the event box immediately when setting infobar messages. (dshea)
|
|
|
213a02 |
Related: rhbz#1238797
|
|
|
213a02 |
- dracut: fix boot failure waiting for finished/dd.sh (wwoods)
|
|
|
213a02 |
Related: rhbz#1084197
|
|
|
213a02 |
- driver_updates: fixes from patch review (wwoods)
|
|
|
213a02 |
Related: rhbz#1084197
|
|
|
213a02 |
- dd-refactor: dracut + build bits (wwoods)
|
|
|
213a02 |
Resolves: rhbz#1084197
|
|
|
213a02 |
Resolves: rhbz#1164131
|
|
|
213a02 |
Related: rhbz#1213546
|
|
|
213a02 |
- parse-kickstart: just emit 'inst.dd=XXX' for driverdisk (wwoods)
|
|
|
213a02 |
Related: rhbz#1084197
|
|
|
213a02 |
- parse-kickstart: pylint fixes (wwoods)
|
|
|
213a02 |
Related: rhbz#1084197
|
|
|
213a02 |
- dd-refactor: new driver_updates.py + tests (wwoods)
|
|
|
213a02 |
Related: rhbz#1084197
|
|
|
213a02 |
- payload: fix driverdisk repos (wwoods)
|
|
|
213a02 |
Related: rhbz#1084197
|
|
|
213a02 |
- Always write NTP servers to config files (wwoods)
|
|
|
213a02 |
Resolves: rhbz#1197575
|
|
|
213a02 |
- dracut: fix boot with inst.ks and no inst.{repo,stage2} (wwoods)
|
|
|
213a02 |
Resolves: rhbz#1238987
|
|
|
213a02 |
|
|
|
213a02 |
* Thu Jul 09 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.17-1
|
|
|
213a02 |
- Check for Gtk before importing escape_markup (bcl)
|
|
|
213a02 |
Related: rhbz#1236995
|
|
|
213a02 |
- Add handling for unusable storage configurations. (dlehman)
|
|
|
213a02 |
Resolves: rhbz#1236995
|
|
|
213a02 |
- Allow markup in the label/message of DetailedErrorDialog. (dlehman)
|
|
|
213a02 |
Related: rhbz#1236995
|
|
|
213a02 |
- Allow passing an optional button list to showDetailedError. (dlehman)
|
|
|
213a02 |
Related: rhbz#1236995
|
|
|
213a02 |
- Allow kwargs with gtk_action_wait, gtk_action_nowait decorators. (dlehman)
|
|
|
213a02 |
Related: rhbz#1236995
|
|
|
213a02 |
|
|
|
213a02 |
* Tue Jul 07 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.16-1
|
|
|
213a02 |
- Ellipsize the file system type combo box (dshea)
|
|
|
213a02 |
Resolves: rhbz#1212615
|
|
|
213a02 |
- Shorten the mount point entry to match the capacity entry (dshea)
|
|
|
213a02 |
Resolves: rhbz#1212615
|
|
|
213a02 |
- Re-save custom.glade (dshea)
|
|
|
213a02 |
Resolves: rhbz#1212615
|
|
|
213a02 |
- Ellipsize comboboxes (dshea)
|
|
|
213a02 |
Resolves: rhbz#1212615
|
|
|
213a02 |
- Wrap device labels earlier (dshea)
|
|
|
213a02 |
Resolves: rhbz#1212615
|
|
|
213a02 |
- Change text shown to users about the need to dasdfmt. (sbueno+anaconda)
|
|
|
213a02 |
Related: rhbz#1170653
|
|
|
213a02 |
- Fix a typo in the dasdfmt dialog box. (sbueno+anaconda)
|
|
|
213a02 |
Related: rhbz#1170653
|
|
|
213a02 |
- Enable anaconda to use the new cdl ks option, and detect ldl dasds.
|
|
|
213a02 |
(sbueno+anaconda)
|
|
|
213a02 |
Resolves: rhbz#1170656
|
|
|
213a02 |
Resolves: rhbz#1170653
|
|
|
213a02 |
- Fix GRUB2 Password Update Scope (rmarshall)
|
|
|
213a02 |
Related: rhbz#985962
|
|
|
213a02 |
- Enable Custom GRUB2 Password Utility (rmarshall)
|
|
|
213a02 |
Related: rhbz#985962
|
|
|
213a02 |
|
|
|
213a02 |
* Tue Jul 07 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.15-1
|
|
|
213a02 |
- Explicitly try fetching netroot after network kickstart fetch (vpodzime)
|
|
|
213a02 |
Resolves: rhbz#1238987
|
|
|
213a02 |
- Refresh advanced disks after disk summary dialog (bcl)
|
|
|
213a02 |
Resolves: rhbz#1226354
|
|
|
213a02 |
- Show an alternative prompt if a hub contains only a single spoke (mkolman)
|
|
|
213a02 |
Resolves: rhbz#1199234
|
|
|
213a02 |
- Don't crash if incorrect environment is set in kickstart (mkolman)
|
|
|
213a02 |
Resolves: rhbz#1234890
|
|
|
213a02 |
- Allow /boot partition on iscsi with ibft (jkonecny)
|
|
|
213a02 |
Related: rhbz#1164195
|
|
|
213a02 |
- Make sure we work with fresh data when trying to do netroot (vpodzime)
|
|
|
213a02 |
Related: rhbz#1082500
|
|
|
213a02 |
- Make our manual triggering on network in dracut work (vpodzime)
|
|
|
213a02 |
Resolves: rhbz#1082500
|
|
|
213a02 |
- Fix broken test by infiniband patch (jkonecny)
|
|
|
213a02 |
Related: rhbz#1177032
|
|
|
213a02 |
|
|
|
213a02 |
* Thu Jul 02 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.14-1
|
|
|
213a02 |
- Add RAID swaps to /etc/fstab (bcl)
|
|
|
213a02 |
Resolves: rhbz#1234469
|
|
|
213a02 |
- Fix kickstart install with infiniband (jkonecny)
|
|
|
213a02 |
Resolves: rhbz#1177032
|
|
|
213a02 |
- Disable Label Entry for PPC PReP Boot (rmarshall)
|
|
|
213a02 |
Resolves: rhbz#1172773
|
|
|
213a02 |
- Correctly propagate --ipv6gateway to ifcfg files(mkolman)
|
|
|
213a02 |
Resolves: rhbz#1170845
|
|
|
213a02 |
- Ask for encryption passphrase when not specified in ks (vtrefny)
|
|
|
213a02 |
Resolves: rhbz#1185466
|
|
|
213a02 |
- Connect scroll adjustments in the right class (dshea)
|
|
|
213a02 |
Related: rhbz#1189899
|
|
|
213a02 |
|
|
|
213a02 |
* Wed Jul 01 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.13-1
|
|
|
213a02 |
- Cancel Container Edit Sensitizes Update (rmarshall)
|
|
|
213a02 |
Resolves: rhbz#1168656
|
|
|
213a02 |
- Add support for specifying arbitrary mkfs options. (clumens)
|
|
|
213a02 |
Resolves: rhbz#1217110
|
|
|
213a02 |
- Do not display curl 404 errors that can be safely ignored (vtrefny)
|
|
|
213a02 |
Resolves: rhbz#1182776
|
|
|
213a02 |
- Fix the line counting when printing long widgets (vpodzime)
|
|
|
213a02 |
Related: rhbz#1184378
|
|
|
213a02 |
- Improve how we set the default screen height in text mode (vpodzime)
|
|
|
213a02 |
Resolves: rhbz#1184378
|
|
|
213a02 |
|
|
|
213a02 |
* Tue Jun 30 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.12-1
|
|
|
213a02 |
- dd: drop unnecessary archive_read_data_skip (Will Woods)
|
|
|
213a02 |
Related: rhbz#1222056
|
|
|
213a02 |
- dd_extract: -l should not extract modules+firmware (Will Woods)
|
|
|
213a02 |
Related: rhbz#1222056
|
|
|
213a02 |
- dd: fix permissions on extracted files (wwoods)
|
|
|
213a02 |
Resolves: rhbz#1222056
|
|
|
213a02 |
- Create and use snapshot of on-disk storage with no modifications (vpodzime)
|
|
|
213a02 |
Resolves: rhbz#1160862
|
|
|
213a02 |
Resolves: rhbz#1187644
|
|
|
213a02 |
- Implement the class for storage snapshots (vpodzime)
|
|
|
213a02 |
Related: rhbz#1187644
|
|
|
213a02 |
Related: rhbz#1160862
|
|
|
213a02 |
- Prevent any changes in the StorageSpoke if just going back (vpodzime)
|
|
|
213a02 |
Related: rhbz#1187644
|
|
|
213a02 |
Related: rhbz#1160862
|
|
|
213a02 |
- fix inst.ks.sendmac for static ip=XXX (wwoods)
|
|
|
213a02 |
Resolves: rhbz#1190115
|
|
|
213a02 |
|
|
|
213a02 |
* Fri Jun 26 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.11-1
|
|
|
213a02 |
- network: catch another race when calling dbus methods on invalid devices
|
|
|
213a02 |
(rvykydal)
|
|
|
213a02 |
Related: rhbz#1179276
|
|
|
213a02 |
- network: GUI, add connection even when virtual device activation failed
|
|
|
213a02 |
(rvykydal)
|
|
|
213a02 |
Resolves: rhbz#1179276
|
|
|
213a02 |
- Remove an extra '>' in the betanag warning (vpodzime)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Do not mix two lists of fields when applying changes in text mode (vpodzime)
|
|
|
213a02 |
Resolves: rhbz#1231149
|
|
|
213a02 |
|
|
|
213a02 |
* Thu Jun 25 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.10-1
|
|
|
213a02 |
- Eliminate some false test results when running glade tests. (atodorov)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Fix adding 'boot=' option in FIPS mode (vtrefny)
|
|
|
213a02 |
Resolves: rhbz#1190146
|
|
|
213a02 |
- Use the index in grubenv (bcl)
|
|
|
213a02 |
Resolves: rhbz#1209678
|
|
|
213a02 |
- Make colon optional while adding iSCSI Initiator Name (sujithpshankar)
|
|
|
213a02 |
Resolves: rhbz#1177573
|
|
|
213a02 |
- Add basic support for LVM cache creation in kickstart (vpodzime)
|
|
|
213a02 |
Resolves: rhbz#1120421
|
|
|
213a02 |
- Change the betanag wording (back) to be better for RHEL (vpodzime)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Set sensitivity of the "Encrypt" checkbox together with its label (vpodzime)
|
|
|
213a02 |
Resolves: rhbz#1181468
|
|
|
213a02 |
- Use Size, not int, for size (amulhern)
|
|
|
213a02 |
Related: rhbz#1076055
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Changes for scheduling size change on an existing device (amulhern)
|
|
|
213a02 |
Related: rhbz#1076055
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Remove too strict condition for changing size (amulhern)
|
|
|
213a02 |
Related: rhbz#1076055
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
|
|
|
213a02 |
* Mon Jun 22 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.9-1
|
|
|
213a02 |
- Enable Anaconda to configure NTP (jkonecny)
|
|
|
213a02 |
Resolves: rhbz#1085013
|
|
|
213a02 |
- Retry package repository metadata downloads (mkolman)
|
|
|
213a02 |
Resolves: rhbz#1177366
|
|
|
213a02 |
- Use UEFI VFAT ESP when kickstarting Intel Macs (jan.kundrat)
|
|
|
213a02 |
Resolves: rhbz#1219196
|
|
|
b3d8db |
- If using pre-existing, no size needs to be specified in ksdata (amulhern)
|
|
|
b3d8db |
Resolves: rhbz#1169783
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Use the RHEL7 versions of certain partitioning commands. (clumens)
|
|
|
213a02 |
Related: rhbz#1217110
|
|
|
213a02 |
- Fix set size to partition in custom spoke (jkonecny)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Expect addons to have categories for both GUI and TUI (vpodzime)
|
|
|
213a02 |
Related: rhbz#1128616
|
|
|
213a02 |
|
|
|
213a02 |
* Thu Jun 18 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.8-1
|
|
|
213a02 |
- Fix nfs4 stage2 and repo handling (bcl)
|
|
|
213a02 |
Resolves: rhbz#1230329
|
|
|
213a02 |
- Add support for reboot --kexec kickstart command (bcl)
|
|
|
213a02 |
Related: rhbz#1207747
|
|
|
213a02 |
- Add inst.kexec and --kexec support to reboot with kexec (bcl)
|
|
|
213a02 |
Resolves: rhbz#1207747
|
|
|
213a02 |
- Add setup_kexec method to prepare the system for a reboot with kexec (bcl)
|
|
|
213a02 |
Related: rhbz#1207747
|
|
|
213a02 |
- Include NetworkManager-glib in anaconda-core (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Use simple_replace to edit langpacks.conf (bcl)
|
|
|
213a02 |
Resolves: rhbz#1165980
|
|
|
213a02 |
- Add simple_replace config file function (bcl)
|
|
|
213a02 |
Related: rhbz#1165980
|
|
|
213a02 |
- Keyboard Scroll Fails in Viewports (dshea)
|
|
|
213a02 |
Resolves: rhbz#1189899
|
|
|
213a02 |
- Fix Issue with Spaces in Network IPs and Bad Input(jkonecny)
|
|
|
213a02 |
Resolves: rhbz#1174451
|
|
|
213a02 |
- network: fix a typo in condition for installing teamd (rvykydal)
|
|
|
213a02 |
Resolves: rhbz#1199185
|
|
|
213a02 |
- Fix IP / hostname mismatches when showing VNC server address (rvykydal)
|
|
|
213a02 |
Resolves: rhbz#1186726
|
|
|
213a02 |
- Check also ipv6 default routes when looking for onboot=yes device (rvykydal)
|
|
|
213a02 |
Resolves: rhbz#1185280
|
|
|
213a02 |
|
|
|
213a02 |
* Mon Jun 15 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.7-1
|
|
|
213a02 |
- Update upd-kernel so that it actually works (bcl)
|
|
|
213a02 |
Resolves: rhbz#1166535
|
|
|
213a02 |
- Fix passing ,nfsvers=3 to dracut (bcl)
|
|
|
213a02 |
Resolves: rhbz#1161820
|
|
|
213a02 |
- Extract xattrs from tar payload (bcl)
|
|
|
213a02 |
Resolves: rhbz#1196021
|
|
|
213a02 |
- rpmostreepayload: write storage config after shared var is mounted (rvykydal)
|
|
|
213a02 |
Resolves: rhbz#1203608
|
|
|
213a02 |
- Do not log Xorg output to tty5 (dshea)
|
|
|
213a02 |
Related: rhbz#1188287
|
|
|
213a02 |
- Fix for "Kickstart installation fails..." (jkonecny)
|
|
|
213a02 |
Resolves: rhbz#1197960
|
|
|
213a02 |
|
|
|
213a02 |
* Wed Jun 10 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.6-1
|
|
|
213a02 |
- Modify Proxy Label in Installation Source Spoke (rmarshall)
|
|
|
213a02 |
Resolves: rhbz#1168554
|
|
|
213a02 |
- Add error checks to liveimg mount code (bcl)
|
|
|
213a02 |
Related: rhbz#1178703
|
|
|
213a02 |
- If the network is disabled, also disable the network part of the source
|
|
|
213a02 |
spoke. (clumens)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Grubby no longer needs to be explicitly included (dmarlin)
|
|
|
213a02 |
Resolves: rhbz#1176705
|
|
|
213a02 |
- Don't allow /boot on iSCSI. (sbueno+anaconda)
|
|
|
213a02 |
Resolves: rhbz#1164195
|
|
|
213a02 |
- Fix building docs when running under "make distcheck". (clumens)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Fix problems discovered by the glade tests. (clumens)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Include .glade.h files in the distribution. (clumens)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
|
|
|
213a02 |
* Mon Jun 08 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.5-1
|
|
|
213a02 |
- Actually distribute the clickable message test (dshea)
|
|
|
213a02 |
Related: rhbz#1125145
|
|
|
213a02 |
- Get rid of the find button in the filter spoke. (dshea)
|
|
|
213a02 |
Related: rhbz#1168950
|
|
|
213a02 |
- Rearrange filter.glade (dshea)
|
|
|
213a02 |
Related: rhbz#1168950
|
|
|
213a02 |
- Fix errors in the vendor column renderers. (dshea)
|
|
|
213a02 |
Related: rhbz#1168950
|
|
|
213a02 |
- Fix some minor inconsistencies in filter.glade (dshea)
|
|
|
213a02 |
Related: rhbz#1168950
|
|
|
213a02 |
- Fix issues with advanced storage searching. (dshea)
|
|
|
213a02 |
Resolves: rhbz#1168950
|
|
|
213a02 |
- Remove duplicate entries from search combo boxes (dshea)
|
|
|
213a02 |
Resolves: rhbz#1168950
|
|
|
213a02 |
- Use named IDs for the filter type combo boxes. (dshea)
|
|
|
213a02 |
Related: rhbz#1168950
|
|
|
213a02 |
- Rearrange filter.glade the way glade wants it now (dshea)
|
|
|
213a02 |
Related: rhbz#1168950
|
|
|
213a02 |
- Pass the pylint test. (clumens)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
|
|
|
213a02 |
* Fri Jun 05 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.4-1
|
|
|
213a02 |
- network: on rhel don't assume autoconnections created by NM (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Start vncconfig for cut/paste (hamzy)
|
|
|
213a02 |
Resolves: rhbz#1169991
|
|
|
213a02 |
- Don't unconditionally set ksdata.lang.seen to True (mkolman)
|
|
|
213a02 |
Related: rhbz#1198642
|
|
|
213a02 |
- Make sure LANG is always set to something (dshea)
|
|
|
213a02 |
Resolves: rhbz#1198642
|
|
|
213a02 |
- Add links to clickable warning and error messages. (dshea)
|
|
|
213a02 |
Resolves: rhbz#1125145
|
|
|
213a02 |
- Add a test to look for clickable messages that aren't clickable enough.
|
|
|
213a02 |
(dshea)
|
|
|
213a02 |
Related: rhbz#1125145
|
|
|
213a02 |
- Allow markup and links in the info bar. (dshea)
|
|
|
213a02 |
Related: rhbz#1125145
|
|
|
213a02 |
- Update the FCOE command to use the RHEL7 base class. (clumens)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Fix RHEL Atomic installclass test (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Use a rhel7.2 mock chroot for rc-release (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Build documentation during build instead of dist (dshea)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Clean out the mock chroot before attempting to run the rest of the test.
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Put all mock results into the top-level source dir. (clumens)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Change dracut requires to the RHEL7 version. (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- dnf is not supported in RHEL7 (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Use createrepo, createrepo_c isn't available in RHEL7 (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Change F21 pykickstart commands to RHEL7 (jkonecny)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Add an option to startProgram to not reset the locale (dshea)
|
|
|
213a02 |
Related: rhbz#1188287
|
|
|
213a02 |
- Set $LIBUSER_CONF early (dshea)
|
|
|
213a02 |
Related: rhbz#1188287
|
|
|
213a02 |
- Assume UTC if setting the system time without a timezone (dshea)
|
|
|
213a02 |
Related: rhbz#1188287
|
|
|
213a02 |
- Do not set $TZ (dshea)
|
|
|
213a02 |
Related: rhbz#1188287
|
|
|
213a02 |
- Beware of 0 being the same bool value as None when setting time (vpodzime)
|
|
|
213a02 |
Related: rhbz#1188287
|
|
|
213a02 |
- Fix the last member of the struct_time struct (vpodzime)
|
|
|
213a02 |
Related: rhbz#1188287
|
|
|
213a02 |
- Remove timestamp-based version support. (dshea)
|
|
|
213a02 |
Related: rhbz#1188287
|
|
|
213a02 |
- Avoid setting $LANG and $LANGUAGE, except where we can't (dshea)
|
|
|
213a02 |
Resolves: rhbz#1188287
|
|
|
213a02 |
- Add a parameter to iutil.startProgram to extend the environment (dshea)
|
|
|
213a02 |
Related: rhbz#1188287
|
|
|
213a02 |
- Add a method to set environment variables for child processes (dshea)
|
|
|
213a02 |
Related: rhbz#1188287
|
|
|
213a02 |
- Set $DISPLAY before threads are started. (dshea)
|
|
|
213a02 |
Related: rhbz#1188287
|
|
|
213a02 |
- Handle the simple cases of environment modification. (dshea)
|
|
|
213a02 |
Related: rhbz#1188287
|
|
|
213a02 |
- Always use iutil to start processes. (dshea)
|
|
|
213a02 |
Related: rhbz#1188287
|
|
|
213a02 |
- Move the X startup logic to iutil (dshea)
|
|
|
213a02 |
Related: rhbz#1188287
|
|
|
213a02 |
- Move process watching to iutil. (dshea)
|
|
|
213a02 |
Related: rhbz#1188287
|
|
|
213a02 |
- Close file descriptors while daemonizing auditd (dshea)
|
|
|
213a02 |
Related: rhbz#1188287
|
|
|
213a02 |
- Add an option to only capture stdout with execWithCapture (dshea)
|
|
|
213a02 |
Related: rhbz#1188287
|
|
|
213a02 |
- Simplify iutil.execReadlines. (dshea)
|
|
|
213a02 |
Related: rhbz#1188287
|
|
|
213a02 |
- Add close_fds to the Popen call. (dshea)
|
|
|
213a02 |
Related: rhbz#1188287
|
|
|
213a02 |
- Add an option to startProgram to reset signal handlers. (dshea)
|
|
|
213a02 |
Related: rhbz#1188287
|
|
|
213a02 |
- Add a method startProgram to handle process starting (dshea)
|
|
|
213a02 |
Related: rhbz#1188287
|
|
|
213a02 |
- Lock program_log_lock closer to where the log is written. (dshea)
|
|
|
213a02 |
Related: rhbz#1188287
|
|
|
213a02 |
- Add missing files to po/POTFILES.in, after fixing the test for them.
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Backport iutil_test.py updates from master (atodorov). (clumens)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Backport pylint updates from master (atodorov). (clumens)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Fix strings with style problems. (clumens)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Backport gettext updates from master (atodorov). (clumens)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Remove the automated GUI tests. (clumens)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Fix Kickstart installation without default gateway errors out (jkonecny)
|
|
|
213a02 |
Resolves: rhbz#1147181
|
|
|
213a02 |
- rescue: find root partition of ostree (atomic) installations (rvykydal)
|
|
|
213a02 |
Resolves: rhbz#1152041
|
|
|
213a02 |
- Identify Atomic install class by correct product name (rvykydal)
|
|
|
213a02 |
Resolves: rhbz#1193268
|
|
|
213a02 |
- rpmostreepayload: Avoid shutil.copytree in favor of cp -r to fix symlinks
|
|
|
213a02 |
(walters)
|
|
|
213a02 |
Resolves: rhbz#1199127
|
|
|
213a02 |
- atomic: set up atomic specific partitioning defaults (rvykydal)
|
|
|
213a02 |
Resolves: rhbz#1155452
|
|
|
213a02 |
- A couple updates to installclasses. (clumens)
|
|
|
213a02 |
Related: rhbz#1155452
|
|
|
213a02 |
- rpmostreepayload: Rework remote add handling (walters)
|
|
|
213a02 |
Resolves: rhbz#1199127
|
|
|
213a02 |
- Use RHEL7 Bootloader command in parse-kickstart (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Use RHEL7 Network command in parse-kickstart (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
|
|
|
213a02 |
* Wed Jun 03 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.3-1
|
|
|
213a02 |
- Revert "Select http source if there is no mirror enabled." (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Make sure /boot is not LVM LV if we're on s390x (sbueno+anaconda)
|
|
|
213a02 |
Resolves: rhbz#873135
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
b3d8db |
- Preserve kickstart url behavior for mirrorlist (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
b3d8db |
Related: rhbz#1109933
|
|
|
b3d8db |
- Use a backslash to escape nfs spaces instead of x20 (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
b3d8db |
Related: rhbz#1109933
|
|
|
b3d8db |
- Create missing parent directories for user's home directory (bcl)
|
|
|
b3d8db |
Resolves: rhbz#1163775
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
b3d8db |
- custom: Clearing errors should also clear Done clicked state (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
b3d8db |
Resolves: rhbz#1158609
|
|
|
213a02 |
- Clear errors when downloading new MD in text (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
Related: rhbz#1125927
|
|
|
213a02 |
- Return result of default key handling in text summary hub (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
Related: rhbz#997405
|
|
|
213a02 |
- Protect protected devices in custom spoke (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
Resolves: rhbz#1052883
|
|
|
213a02 |
- Don't call storage.write for dirinstall (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
Related: rhbz#1120206
|
|
|
213a02 |
- Don't call BusyCursor before Gdk is setup (bcl)
|
|
|
213a02 |
Resolves: rhbz#1078868
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Handle spaces in inst.repo, kickstart nfs, and url commands (bcl)
|
|
|
213a02 |
Resolves: rhbz#1109933
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Exclude hfsplus-tools from rhel (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
Resolves: rhbz#1119305
|
|
|
213a02 |
- Skip nvram update on ppc64 image/dir installations (bcl)
|
|
|
213a02 |
Resolves: rhbz#1136486
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- CmdlineError should exit with a 1 (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
Related: rhbz#1102318
|
|
|
213a02 |
- Remove logging to tty3 and tty5 (bcl)
|
|
|
213a02 |
Resolves: rhbz#1073336
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Only install liveinst symlink on supported arches (bcl)
|
|
|
213a02 |
Related: rhbz#1121678
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Mountpoint encrypted checkbox reflects container state (bcl)
|
|
|
213a02 |
Resolves: rhbz#1076171
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Write sslverify=0 for url kickstart method (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
Resolves: rhbz#1116858
|
|
|
213a02 |
- Add noverifyssl and proxy support to dracut ks handling (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
Resolves: rhbz#1116858
|
|
|
213a02 |
- Install selected ks repos to target (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
Resolves: rhbz#1119867
|
|
|
213a02 |
- Add check for the format of grub2 encrypted password (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
Related: rhbz#1070327
|
|
|
213a02 |
- Use low level file i/o for rpm callback logging (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
Resolves: rhbz#1035745
|
|
|
213a02 |
- Add platform specific group selection (bcl)
|
|
|
213a02 |
Resolves: rhbz#884385
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- reiserfs is not supported (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
Resolves: rhbz#1066635
|
|
|
213a02 |
- remove epdb SIGHUP debug handler (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
Related: rhbz#1065557
|
|
|
213a02 |
- Clean up some rpmdiff errors (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
Resolves: rhbz#1012624
|
|
|
213a02 |
- Remove Closest mirrors if no mirrors (bcl)
|
|
|
213a02 |
Related: rhbz#876135
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Select http source if there is no mirror enabled. (bcl)
|
|
|
213a02 |
Related: rhbz#876135
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Use RHEL7 kickstart commands (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Show error on invalid username attempts in TUI. (sbueno+anaconda)
|
|
|
213a02 |
Resolves: rhbz#1171778
|
|
|
213a02 |
- Fix enlightbox call in ZFCPDialog. (sbueno+anaconda)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Get rid of unnecessary python disable-msg in zfcp spoke. (sbueno+anaconda)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Fix some pylint errors in the zfcp panel. (sbueno+anaconda)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Fix an accelerator collision found on the filter page. (sbueno+anaconda)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Fix some issues pylint found. (sbueno+anaconda)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Show disk paths on Other page in advstorage. (sbueno+anaconda)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Add missing translation context for Add ECKD DASD button in advstorage.
|
|
|
213a02 |
(sbueno+anaconda)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Add translation contexts for z and zfcp panel in advstorage.
|
|
|
213a02 |
(sbueno+anaconda)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Convert devices size to str for GUI for zFCP devices (amulhern)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Fix string formatting of zFCP devices. (sbueno+anaconda)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Fix the way zFCP devices are displayed in storage spoke. (sbueno+anaconda)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Show labels on Add zFCP dialog. (sbueno+anaconda)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Fix failure to search by LUN in advanced storage spoke. (sbueno+anaconda)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Get rid of the clear button in advanced storage spoke. (sbueno+anaconda)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Fix up the z Panel in advanced storage. (sbueno+anaconda)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Add support for adding zFCP devices in the GUI (sbueno+anaconda)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Fix dracut reads ksdevice from missing os enviromnent (jkonecny)
|
|
|
213a02 |
Related: rhbz#1085310
|
|
|
213a02 |
- Fix --device=link and --device not specified (rvykydal)
|
|
|
213a02 |
Resolves: rhbz#1085310
|
|
|
b3d8db |
|
|
|
213a02 |
* Mon Jun 01 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.2-1
|
|
|
b3d8db |
- Remove an extlinux-related block from rpmostreepayload.py. (clumens)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
b3d8db |
Related: rhbz#1153409
|
|
|
b3d8db |
- bootloader: Bridge efi_dir configuration earlier for rpmostreepayload
|
|
|
b3d8db |
(walters)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
b3d8db |
Related: rhbz#1153409
|
|
|
b3d8db |
- rpmostreepayload: Handle grub2+EFI layout (walters)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
b3d8db |
Related: rhbz#1153409
|
|
|
b3d8db |
- rpmostreepayload: Copy all subdirectories of /usr/lib/ostree-boot (walters)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
b3d8db |
Related: rhbz#1153409
|
|
|
b3d8db |
- Handle the case of rpmostreepayload + GRUB2 (walters)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
b3d8db |
Related: rhbz#1153409
|
|
|
213a02 |
- Implement the new reqpart command. (clumens)
|
|
|
213a02 |
Resolves: rhbz#1164660
|
|
|
213a02 |
|
|
|
213a02 |
* Fri May 29 2015 Brian C. Lane <bcl@redhat.com> - 21.48.22.1-1
|
|
|
213a02 |
- Update scripts/makebumpver to current version from master (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Add .0 to version number -- 21.48.22.0 (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Show empty VGs in the custom spoke. (dlehman)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Fix makeupdates handling of Release: (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- network: add teamd package if team is used during installation (#1185670) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- network: pass team opts to dracut for netroot (#1075666) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- iscsi: when logging into nodes consider ip:port of node (#1114820) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Don't traceback if connection does not have read-only setting (#1158919) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- network: display only actual fqdn of ip we offer for vnc connection (#1089429) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- network: fix a typo making creating virtual devices in %pre fail (#1075195) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- network: support for bridge, require pykickstart with the support (#1075195) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- network: Catch exception from NM failing to create a bridge device (#1075195) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- network: add bridge support for kickstart %pre phase (#1075195) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- network: generate kickstart commands for bridge devices (#1075195) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- network: add bridge support to kickstart (#1075195) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- network: support for adding bridge devices (#1075195) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- network: display bridge devices in status (#1075195) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- parent is unused, so mark it as such. (clumens)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- network: enable NM ibft plugin only for ip=ibft boot option (#804511) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- network: add support for vlan tag in iBFT (#804511) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- network: GUI: reactivate connection automatically after configuration (#1033063) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Fix position of Refresh List button in filter spoke (#1065716) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Fix accelerator collision of Refresh button (#1065716) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- gui: add Refresh button to network storage UI (#1065716) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Use absolute path for extlinux/menu.c32 (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- iscsi: pass rd.* options of devices to be mouted in dracut (#1192398) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- network: adapt to NetworkManager package split-up (#1182633) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Take "RHEL Atomic Host" as rhel installclass (#1150410) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- network: handle dbus UnknownMethod exception on invalid objects (#1061796) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- network: fix typo 'Private ksy pasword' (#1120374) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Fix up a string style issue found in the last network commits. (clumens)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- network: WPA Enterprise: don't ask twice for password (#1120374) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- network: add support for WPA Enterprise (#1120374) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- network: add s390 network ifcfg options also for bond slaves (#1090558) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- network: don't crash, just log for unrecognized bond options (#1039006) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- network: don't traceback on invalid team options (#1114282) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- network: copy resolv.conf to chroot before installing packages (#1048520) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- network: don't write HWADDR in ifcfgs generated by kickstart (#1130042) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- network: show ip of device with default route for vnc and ssh (#1083305) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- network: adapt to NM fixing virtual device disconnection (#1084953) (rvykydal)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Log installation successes and failures via ipmitool. (clumens)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- In dracut, do not display a warning for network lines with just a hostname. (clumens)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Preserve the order of boot args added by kickstart. (clumens)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Make the Selected Disks and Configure Mount Point dialogs wider. (clumens)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Sync up the Selected Disks and Configure Mount Points dialogs. (clumens)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Add rc-release target (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Change --skip-tx to --skip-zanata in scratch-bumpver (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Add --newrelease to makebumpver (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Update translation documentation for Zanata (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Switch translation support to fedora.zanata.org (bcl)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Revert "Use gettext to process glade files." (clumens)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Change of label in iscsi storage spoke (jkonecny)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Clear TUI source spoke errors that may have been leftover from a prior attempt. (#1196721) (sbueno+anaconda)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
- Fix completion setting in TUI language spoke. (#1196721) (sbueno+anaconda)
|
|
|
213a02 |
Related: rhbz#1196721
|
|
|
213a02 |
|
|
|
213a02 |
* Mon Dec 08 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.22-1
|
|
|
213a02 |
- Really fix issue with starting in cmdline mode on s390x. (#1040933)
|
|
|
213a02 |
(sbueno+anaconda)
|
|
|
213a02 |
- Fix EOF error that occurs if user input required in x3270. (#1171135)
|
|
|
213a02 |
(jstodola)
|
|
|
213a02 |
|
|
|
213a02 |
* Tue Dec 02 2014 Vratislav Podzimek <vpodzime@redhat.com> - 21.48.21-1
|
|
|
213a02 |
- Revert "Make Python's default encoding detection work on Live installations
|
|
|
213a02 |
(#1169019)" (awilliam)
|
|
|
213a02 |
|
|
|
213a02 |
* Mon Dec 01 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.20-1
|
|
|
213a02 |
- Revert "Search for a valid stage1 device on disks with stage1 mount points
|
|
|
213a02 |
(#1168118)" (sbueno+anaconda)
|
|
|
213a02 |
- Make Python's default encoding detection work on Live installations
|
|
|
213a02 |
(#1169019) (vpodzime)
|
|
|
213a02 |
- Force translation files download instead of skipping them (#1169023)
|
|
|
213a02 |
(vpodzime)
|
|
|
b3d8db |
|
|
|
213a02 |
* Fri Nov 28 2014 Vratislav Podzimek <vpodzime@redhat.com> - 21.48.19-1
|
|
|
213a02 |
- Search for a valid stage1 device on disks with stage1 mount points (#1168118)
|
|
|
213a02 |
(awilliam)
|
|
|
b3d8db |
|
|
|
213a02 |
* Thu Nov 27 2014 Vratislav Podzimek <vpodzime@redhat.com> - 21.48.18-1
|
|
|
213a02 |
- Tell curl it should follow redirects when fetching updates.img (#1168561)
|
|
|
b3d8db |
(vpodzime)
|
|
|
213a02 |
- Snapshot free space after clearpart for swap suggestion (#1167965) (vpodzime)
|
|
|
b3d8db |
|
|
|
213a02 |
* Wed Nov 26 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.17-1
|
|
|
213a02 |
- Make sure storage info bar is displayed (#1166730) (bcl)
|
|
|
213a02 |
- Fix SELINUX_DEFAULT import (#1167047) (bcl)
|
|
|
213a02 |
- Fix noselinux cmdline default (#1167047) (bcl)
|
|
|
b3d8db |
|
|
|
213a02 |
* Thu Nov 20 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.16-1
|
|
|
213a02 |
- Support high contrast mode in fedora-welcome (#1160499) (dshea)
|
|
|
213a02 |
|
|
|
213a02 |
* Tue Nov 18 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.15-1
|
|
|
213a02 |
- do not delete liveimg --url=file:/// file (gczarcinski)
|
|
|
213a02 |
- Provide useful hints on TTY1 during the installation (mkolman)
|
|
|
213a02 |
- Fix typo from commit 9b3259874. (#1120964) (dlehman)
|
|
|
213a02 |
- Remove the old custom partitioning help dialog (mkolman)
|
|
|
213a02 |
- Check if we read something when emptying stdin queue (vpodzime)
|
|
|
213a02 |
- Require min entropy for 'part --encrypted' devices (#1162695) (vpodzime)
|
|
|
213a02 |
- Don't rely on terminal attributes being configurable (#1162702) (vpodzime)
|
|
|
213a02 |
- Disable payloads that failed to setup (#1162732) (dshea)
|
|
|
213a02 |
- Don't change langpacks config of installer environment (#1066017) (rvykydal)
|
|
|
213a02 |
|
|
|
213a02 |
* Tue Nov 11 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.14-1
|
|
|
213a02 |
- Add support for doing a liveimg kickstart with local file (#1140358) (bcl)
|
|
|
213a02 |
- Add a placeholder for a product-specific logo (dshea)
|
|
|
213a02 |
- Load a stylesheet from product.img (dshea)
|
|
|
213a02 |
- Fix make distcheck (mkolman)
|
|
|
213a02 |
- Include help content in the Anaconda tarball (mkolman)
|
|
|
213a02 |
- Fix typo causing traceback when NTP is turned ON/OFF (vpodzime)
|
|
|
213a02 |
- Unpack the callback data given to us by blivet (vpodzime)
|
|
|
213a02 |
- Add timeout to callbacks waiting for enough entropy (#1073679) (vpodzime)
|
|
|
213a02 |
- Prevent tb on s390x when de-selecting a DASD and doing custom part.
|
|
|
b3d8db |
(sbueno+anaconda)
|
|
|
213a02 |
- Revert "Revert productName repo name change (#1128474)" (bcl)
|
|
|
213a02 |
- Update the background image paths used in Fedora. (dshea)
|
|
|
213a02 |
- dracut/save-initramfs.sh: don't save /tmp (wwoods)
|
|
|
213a02 |
- Add a pylint module to detect uses of interruptible system calls. (dshea)
|
|
|
213a02 |
- Wrap interruptible system calls in a loop (#1160041) (dshea)
|
|
|
213a02 |
- Warn users about liveinst usage of --updates (#1153550) (bcl)
|
|
|
213a02 |
- Catch EOFError in raw_input (#1158841) (bcl)
|
|
|
213a02 |
- Ensure we are specifying sensible target sizes for resize. (#1120964)
|
|
|
213a02 |
(dlehman)
|
|
|
213a02 |
- Set the autopart fstype for boot too (#1112697) (bcl)
|
|
|
213a02 |
- Unconditionally clear the process handle when nm-c-e exits (#1132645) (dshea)
|
|
|
213a02 |
- Make anaconda more scrollable (#1135024) (dshea)
|
|
|
213a02 |
- Lightly rearrange the nav_area (dshea)
|
|
|
213a02 |
- Do not install interactive exception handler in cmdline mode (#1155979)
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
- Wait until all spokes are setup before updating continue button (bcl)
|
|
|
213a02 |
- Allow adding prepboot to a blank disk in custom (#1155660) (bcl)
|
|
|
213a02 |
- Remove unused imports (vpodzime)
|
|
|
b3d8db |
|
|
|
213a02 |
* Tue Oct 28 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.13-1
|
|
|
213a02 |
- Fix handling of md fwraid names in kickstart bootloader command. (#1156354)
|
|
|
213a02 |
(dlehman)
|
|
|
213a02 |
- Fix switching environments when no environment is selected (#1155756) (dshea)
|
|
|
213a02 |
- Use an empty string for no root password instead of None (#1155576) (dshea)
|
|
|
213a02 |
- Just preserve the %%addon header args if an addon is missing (#1155026)
|
|
|
213a02 |
(vpodzime)
|
|
|
b3d8db |
|
|
|
213a02 |
* Thu Oct 23 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.12-1
|
|
|
213a02 |
- Fix a spelling error (#1153672) (dshea)
|
|
|
213a02 |
- Update checkSizes to work in terms of Size objects (#1129629). (clumens)
|
|
|
b3d8db |
|
|
|
213a02 |
* Mon Oct 20 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.11-1
|
|
|
213a02 |
- Don't panic prematurely on a missing size (#1154190) (amulhern)
|
|
|
213a02 |
- Log when using updates from /tmp/updates/ (bcl)
|
|
|
213a02 |
- Fix # handling in SimpleConfigFile (#1045687) (bcl)
|
|
|
b3d8db |
|
|
|
213a02 |
* Wed Oct 15 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.10-1
|
|
|
213a02 |
- Change our docs that are close to ReST to proper ReST (vpodzime)
|
|
|
213a02 |
- Run restorecon on /etc/hostname (#1133368) (bcl)
|
|
|
213a02 |
- Add authconfig and firewalld packages when used in ks (#1147687) (bcl)
|
|
|
213a02 |
- Allow kickstart with no method (#972265) (bcl)
|
|
|
213a02 |
- Fix a typo from 73d3a8e5. (sbueno+anaconda)
|
|
|
213a02 |
- Respect both ways how to disable bootloader installation (vpodzime)
|
|
|
213a02 |
- Don't care about crash args in bootloader (#1116323) (vpodzime)
|
|
|
213a02 |
- Add nombr to anaconda to suppress updating MBR (#886502) (gczarcinski)
|
|
|
213a02 |
- Use translated versions of the AM/PM strings consistently (vpodzime)
|
|
|
213a02 |
- Import GUI-specific stuff only when running GUI in entropy handling
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
- Always store the information about display mode in ksdata (vpodzime)
|
|
|
213a02 |
- Make the date format locale-dependent in our GUI (#1044233) (vpodzime)
|
|
|
213a02 |
- A function for resolving date format and order (vpodzime)
|
|
|
213a02 |
- Reorganize the right side of the Custom spoke (#1094856) (vpodzime)
|
|
|
213a02 |
- Move _verifyLUKSDevicesHaveKey to Anaconda's codebase (vpodzime)
|
|
|
213a02 |
- Add support for thin pool profile specification in kickstart (vpodzime)
|
|
|
213a02 |
- Fix file name of the entropy dialog in POTFILES.in (vpodzime)
|
|
|
213a02 |
- Require minimum random data entropy when creating LUKS (#1073679) (vpodzime)
|
|
|
213a02 |
- Give blivet callbacks for reporting partitioning progress (vpodzime)
|
|
|
213a02 |
- Split localed's converted layouts and variants (#1073825) (vpodzime)
|
|
|
213a02 |
- Create free space snapshot before doing custom->autopart (vpodzime)
|
|
|
213a02 |
- Specify thin pool metadata/chunk size only if given by user (#1140635)
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
- Distribute the right docs files (vpodzime)
|
|
|
213a02 |
- Don't automatically select environments for kickstart installs (#1018226)
|
|
|
213a02 |
(dshea)
|
|
|
213a02 |
- Initialize the GUI lock in a way that doesn't break the API (dshea)
|
|
|
213a02 |
- Don't check enabledPlugins if plugins are not yet enabled (#1142544) (dshea)
|
|
|
213a02 |
- Really fix an enlightbox call. (dshea)
|
|
|
213a02 |
- Don't strip accents from the user-inputted keyboard string (dshea)
|
|
|
213a02 |
- Convert strings to unicode in have_word_match (#1146581) (dshea)
|
|
|
213a02 |
- Switch to using the new help content path (#1072033) (mkolman)
|
|
|
213a02 |
- Fix a race between checking for Gtk.main_level and running Gtk.main (dshea)
|
|
|
213a02 |
- Allow recursive lightbox calls (#1147337) (dshea)
|
|
|
213a02 |
- Disable the ntp service with --nontp (#1135768) (dshea)
|
|
|
213a02 |
- Ignore partition start if there is a biosboot partition (#1044849) (bcl)
|
|
|
213a02 |
- Require a larger /boot (#1129629). (clumens)
|
|
|
213a02 |
- Remove duplicates when adding new devices (#887526) (bcl)
|
|
|
213a02 |
|
|
|
213a02 |
* Wed Oct 08 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.9-1
|
|
|
213a02 |
- Bump blivet version requires for all the DASD changes in 0.61.4.
|
|
|
213a02 |
(sbueno+anaconda)
|
|
|
213a02 |
- We now need to specify an epoch for the python-blivet version requires.
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Fix autotools rules to properly include help placeholders (#1072033)
|
|
|
213a02 |
(mkolman)
|
|
|
213a02 |
- Modify nm to return defaults when no dbus is available (bcl)
|
|
|
213a02 |
- Skip networkInitialize for image and dir installations (bcl)
|
|
|
213a02 |
- Ignore safe_dbus errors in keyboard setup (bcl)
|
|
|
213a02 |
- Skip syslog for dirinstall (bcl)
|
|
|
213a02 |
- s390x: show dialog if kernel cmdline in zipl.conf is too long.
|
|
|
b3d8db |
(sbueno+anaconda)
|
|
|
213a02 |
- Really exit when "Exit installer" in the error dialog is clicked (vpodzime)
|
|
|
b3d8db |
- Don't allow /boot on lvm on s390x. (sbueno+anaconda)
|
|
|
b3d8db |
- Add the new langsupport.py TUI spoke to POTFILES.in. (clumens)
|
|
|
b3d8db |
- Remove the now-unused imports of storageInitialize. (clumens)
|
|
|
b3d8db |
- Add support for language selection in text mode. (sbueno+anaconda)
|
|
|
b3d8db |
- Don't force a user to return to the storage spoke after dasdfmt
|
|
|
b3d8db |
(sbueno+anaconda)
|
|
|
b3d8db |
- Don't run storageInitialize after dasdfmt (sbueno+anaconda)
|
|
|
b3d8db |
- s390x: Apply disk selection before dasdfmt to preserve data.
|
|
|
b3d8db |
(sbueno+anaconda)
|
|
|
b3d8db |
- Don't show the Add DASD button unless on s390x. (sbueno+anaconda)
|
|
|
b3d8db |
- Don't show the Add DASD button unless on s390x. (sbueno+anaconda)
|
|
|
b3d8db |
- Preserve network args on s390x. (sbueno+anaconda)
|
|
|
b3d8db |
- Deprecate RUNKS cmdline option. (sbueno+anaconda)
|
|
|
b3d8db |
- Re-order the tz's in text mode to mirror the graphical order.
|
|
|
b3d8db |
(sbueno+anaconda)
|
|
|
b3d8db |
- Fix an issue with bad NFS info specified in source spoke. (sbueno+anaconda)
|
|
|
213a02 |
- Warn if software selection size exceeds available space. (sbueno+anaconda)
|
|
|
213a02 |
- Fix q for quit issue in text mode (#997405) (sbueno+anaconda)
|
|
|
b3d8db |
- Change the accelerator key for Add DASD label. (sbueno+anaconda)
|
|
|
b3d8db |
- Add dialog box for adding DASDs. (sbueno+anaconda)
|
|
|
b3d8db |
- Add a button for adding an ECKD DASD. (sbueno+anaconda)
|
|
|
213a02 |
- Change a confusing string in TUI NFS configuration screen. (#1057690)
|
|
|
213a02 |
(sbueno+anaconda)
|
|
|
213a02 |
- NM-wifi is missing on s390(x) (dan)
|
|
|
213a02 |
|
|
|
213a02 |
* Wed Oct 01 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.8-1
|
|
|
213a02 |
- Show help also when alt+F1 is pressed (mkolman)
|
|
|
213a02 |
- Support display of the custom mnemonics on the help button (mkolman)
|
|
|
213a02 |
- Activate the built-in help when F1 is pressed (mkolman)
|
|
|
213a02 |
- Specify help file names for hubs and spokes (mkolman)
|
|
|
213a02 |
- Add a help button to every Anaconda screen (mkolman)
|
|
|
213a02 |
- Don't attempt terminal size detection on the s390 (#1145065) (mkolman)
|
|
|
213a02 |
- Fix Welcome spoke not showing up during kickstart installation (#1147943)
|
|
|
213a02 |
(mkolman)
|
|
|
213a02 |
- Clear the list of watched PIDs before exiting. (#1146708) (dshea)
|
|
|
213a02 |
- Avoid the possibility of size variables being unset (#1146585) (dshea)
|
|
|
213a02 |
- Adapt to corrected interpetation of logvol --percent. (#1146156) (dlehman)
|
|
|
213a02 |
- Handle cancellation of new container creation. (dlehman)
|
|
|
213a02 |
- Reflect previous custom/autopart selection in the storage spoke. (#1144520)
|
|
|
213a02 |
(dlehman)
|
|
|
213a02 |
- Clear out custom storage ksdata after first attempt to apply it. (#1144560)
|
|
|
213a02 |
(dlehman)
|
|
|
213a02 |
- Pass size as Size when adjusting container after device removal. (#1141707)
|
|
|
213a02 |
(dlehman)
|
|
|
213a02 |
- Handle 0's returned by Gdk (dshea)
|
|
|
213a02 |
- When running on HiDPI monitors, scale anaconda by a factor of 2 (dshea)
|
|
|
213a02 |
- Highlight languages in langsupport that contain selected locales (dshea)
|
|
|
213a02 |
- Add a wrapper function for GtkTreeViewColumn.set_cell_data_func (dshea)
|
|
|
213a02 |
- Clear the kickstart password if cleared by the user (#1133185) (dshea)
|
|
|
213a02 |
- Remove inactive languages from LINGUAS. (dshea)
|
|
|
213a02 |
- Use suggested-action on more buttons (#1131254) (dshea)
|
|
|
213a02 |
- Filter empty comps groups from both specific and generic lists (dshea)
|
|
|
b3d8db |
- Use one thread for payload setup. (dshea)
|
|
|
b3d8db |
|
|
|
213a02 |
* Wed Sep 17 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.7-1
|
|
|
213a02 |
- Set flags.rescue_mode not anaconda.rescue (#1101341) (amulhern)
|
|
|
b3d8db |
|
|
|
213a02 |
* Thu Sep 11 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.6-1
|
|
|
213a02 |
- Update tx config (sbueno+anaconda)
|
|
|
213a02 |
- Use only the digits from productVersion (bcl)
|
|
|
213a02 |
|
|
|
213a02 |
* Tue Sep 09 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.5-1
|
|
|
213a02 |
- Revert productName repo name change (#1128474) (bcl)
|
|
|
213a02 |
- Do not try to disable no firstboot services (#1139621) (vpodzime)
|
|
|
213a02 |
- Let finding install classes be more flexible for Fedora (#1138820). (clumens)
|
|
|
213a02 |
|
|
|
213a02 |
* Thu Sep 04 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.4-1
|
|
|
213a02 |
- Use first part of Product for UEFI entry (#1128474) (bcl)
|
|
|
213a02 |
- Use first part of Product as repo name (#1128474) (bcl)
|
|
|
213a02 |
- makeupdates: Report git diff errors (bcl)
|
|
|
213a02 |
|
|
|
213a02 |
* Wed Aug 27 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.3-1
|
|
|
213a02 |
- Prevent crashes due to accessing X server from multiple threads (#1134507)
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
- Remove anaconda_make_pixbuf (dshea)
|
|
|
213a02 |
- Require anaconda-widgets from anaconda-widgets-devel (dshea)
|
|
|
213a02 |
- Run /sbin/ldconfig when installing or uninstalling anaconda-widgets (dshea)
|
|
|
213a02 |
- Remove the shebang from anaconda.py (dshea)
|
|
|
213a02 |
- Exclude the compiled text and rescue files from anaconda-core (dshea)
|
|
|
213a02 |
- Update our copy of the GPL (dshea)
|
|
|
213a02 |
- Rearrange the entry, example and tip on Advanced User dialog (vpodzime)
|
|
|
213a02 |
- Write storage after liveimg install (#1080396) (bcl)
|
|
|
b3d8db |
- Add some sanity checking to live payload (vpodzime)
|
|
|
213a02 |
- Use blivet's getFreeSpace for limitting automatic swap size (vpodzime)
|
|
|
213a02 |
- Ask users for enough space right at the first time (#876916) (vpodzime)
|
|
|
213a02 |
- Don't require user creation when root is locked (#1030626) (bcl)
|
|
|
213a02 |
|
|
|
213a02 |
* Fri Aug 01 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.2-1
|
|
|
213a02 |
- Mark zRAM devices as protected and ignore them (vpodzime)
|
|
|
213a02 |
- Make storage sanity check aware of base RAM requirements (#1123466)
|
|
|
b3d8db |
(vpodzime)
|
|
|
213a02 |
- Move sanityCheck code to anaconda's codebase (vpodzime)
|
|
|
213a02 |
- Do not multiply/divide RAM sizes by 1024 back and forth (vpodzime)
|
|
|
213a02 |
- Raise exception if reading lines from a killed process (vpodzime)
|
|
|
213a02 |
- Use zRAM swap up to 2 GB of RAM (vpodzime)
|
|
|
213a02 |
- RAM requirements depend on squashfs.img's origin (vpodzime)
|
|
|
213a02 |
|
|
|
213a02 |
* Wed Jul 23 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.1-1
|
|
|
213a02 |
|
|
|
213a02 |
* Wed Jul 16 2014 Brian C. Lane <bcl@redhat.com> - 21.48-1
|
|
|
213a02 |
- Fix the custom accelerators in custom partitioning (#1118999) (dshea)
|
|
|
213a02 |
- Revert "Reset dnf package sack" (bcl)
|
|
|
213a02 |
- Ignore the home directory setting if no change was requested (#1119900)
|
|
|
213a02 |
(dshea)
|
|
|
213a02 |
- Set an upper limit on uids and gids. (dshea)
|
|
|
213a02 |
- Remove the "Create a home directory" checkbox (dshea)
|
|
|
213a02 |
- Fix a typo: inital -> initial (mkolman)
|
|
|
213a02 |
- Don't create the configured.ini file (#1119166) (mkolman)
|
|
|
213a02 |
- zRAM swap for Anaconda (vpodzime)
|
|
|
213a02 |
- Split kickstart arg handling (bcl)
|
|
|
213a02 |
- Update icon names used within python code. (dshea)
|
|
|
213a02 |
- Add a check for whether icons used in glade files are valid (dshea)
|
|
|
213a02 |
- Load icons by name instead of stock-id. (dshea)
|
|
|
213a02 |
- Remove extra list() call with no effect (vpodzime)
|
|
|
213a02 |
- Add NetworkManager-wifi dependency for the GUI subpackage (#1111417)
|
|
|
213a02 |
(mkolman)
|
|
|
213a02 |
- Python's octals changed; mount's didn't. (pjones)
|
|
|
213a02 |
- Add a basic test for ostree-based installs. (clumens)
|
|
|
213a02 |
- Print out exceptions at log level critical. (clumens)
|
|
|
213a02 |
- Rename environment variables in run_gui_tests.sh. (clumens)
|
|
|
213a02 |
- Rename gui/runtest.sh to fit in with the other test names. (clumens)
|
|
|
213a02 |
- Write the grub config even on errors (#1114774) (bcl)
|
|
|
213a02 |
|
|
|
213a02 |
* Fri Jul 11 2014 Brian C. Lane <bcl@redhat.com> - 21.47-1
|
|
|
213a02 |
- Fix references to requiredPackages (bcl)
|
|
|
213a02 |
- Drop anaconda. prefix from copied logs (bcl)
|
|
|
213a02 |
- dnf should put its logs in /tmp/ (bcl)
|
|
|
213a02 |
- Make sure the software listboxes are shown (bcl)
|
|
|
213a02 |
- dnf should report that it supports Closest Mirror (bcl)
|
|
|
213a02 |
- Do not prefer /tmp for dnf downloads (bcl)
|
|
|
213a02 |
- Reset dnf package sack (bcl)
|
|
|
213a02 |
- Fix dnf base repo setup to fall back to default gracefully (bcl)
|
|
|
213a02 |
- Move addDriverRepo into PackagePayload class (bcl)
|
|
|
213a02 |
- Rename some dnf items to match yum (bcl)
|
|
|
213a02 |
- rpmostreepayload: Drop selinux-ensure-labeled call (walters)
|
|
|
213a02 |
- Run anaconda in fullscreen whenever possible. (dshea)
|
|
|
213a02 |
- Correct the constant used with gtk_widget_set_state_flags (dshea)
|
|
|
213a02 |
- Restore some CSS rules from the pre-3.13 Adwaita theme. (dshea)
|
|
|
213a02 |
- Adapt to changes in blivet.udev interface. (amulhern)
|
|
|
213a02 |
- Bump blivet version to pick up blivet.udev interface changes. (amulhern)
|
|
|
213a02 |
- Use the enlightbox context manager for the add network device dialog
|
|
|
213a02 |
(mkolman)
|
|
|
213a02 |
- DNFPayload: do not add group 'core' twice. (ales)
|
|
|
213a02 |
- Remove the window property from UIObject. (dshea)
|
|
|
213a02 |
- Unravel the Hub and Spoke classes. (dshea)
|
|
|
213a02 |
- Fix --kickstart option (bcl)
|
|
|
213a02 |
- Bump up the required pykickstart version (vpodzime)
|
|
|
213a02 |
- Use GtkRevealer for widget hiding in storage spoke (mkolman)
|
|
|
213a02 |
- rpmostreepayload: create /var/spool/mail required when adding user (rvykydal)
|
|
|
213a02 |
- rpmostreepayload: Don't recreateInitrds for this payload (walters)
|
|
|
b3d8db |
- Don't use geolocation when installing with kickstart (mkolman)
|
|
Karanbir Singh |
392eda |
|
|
|
213a02 |
* Wed Jul 02 2014 Brian C. Lane <bcl@redhat.com> - 21.46-1
|
|
|
213a02 |
- Ignore an error from pylint incorrectly analyzing types in dbus-python
|
|
|
213a02 |
(dshea)
|
|
|
213a02 |
- Remove the Lightbox widget (dshea)
|
|
|
213a02 |
- Implement the lightbox in MainWindow (dshea)
|
|
|
213a02 |
- Added a method to create new GdkPixbufs from in-memory data (dshea)
|
|
|
213a02 |
- Add a delete-event handler for the main window (dshea)
|
|
|
213a02 |
- Add a window to manage Anaconda screen transitions. (dshea)
|
|
|
213a02 |
- Add a class BaseStandalone. (dshea)
|
|
|
213a02 |
- Increased the version of anaconda-widgets to 3.0 (dshea)
|
|
|
213a02 |
- Use globs for the anaconda widgets library paths (dshea)
|
|
|
213a02 |
- Remove the custom accelerators from custom storage. (dshea)
|
|
|
213a02 |
- Add a couple more deprecation warning ignores (dshea)
|
|
|
213a02 |
- Use a dict for string substitutions in a /boot/efi message. (clumens)
|
|
|
213a02 |
- Use the right index for selecting region (#1114234) (vpodzime)
|
|
|
213a02 |
- Add autopart --fstype support (#1112697) (bcl)
|
|
|
213a02 |
- Patches to allow /boot/efi to be RAID1 (#788313) (amulhern)
|
|
|
213a02 |
- Bump blivet version for succeeding commit. (amulhern)
|
|
|
213a02 |
- Map our log levels to syslog log levels (bcl)
|
|
|
213a02 |
- makeupdates: Put systemd files under /usr/lib/ (bcl)
|
|
|
213a02 |
- Make octal literals Python 3 compatible (mkolman)
|
|
|
213a02 |
- Use the built-in next() function for generators (mkolman)
|
|
|
213a02 |
- Make reduce function usage Python 3 compatible (mkolman)
|
|
|
213a02 |
- Use createrepo_c in place of createrepo (mkolman)
|
|
|
213a02 |
|
|
|
213a02 |
* Fri Jun 27 2014 Brian C. Lane <bcl@redhat.com> - 21.45-1
|
|
|
213a02 |
- Switch to tty1 if we get an exception before meh is setup (dshea)
|
|
|
213a02 |
- Remove surprises from X startup. (dshea)
|
|
|
213a02 |
- Import KS_MISSING_IGNORE from pykickstart.constants in DNF payload (mkolman)
|
|
|
213a02 |
- Import Pykickstart constants directly (mkolman)
|
|
|
213a02 |
- Switch error exit codes to 1 (bcl)
|
|
|
213a02 |
- Add help texts for the remaining Anaconda options (mkolman)
|
|
|
213a02 |
|
|
|
213a02 |
* Wed Jun 25 2014 Brian C. Lane <bcl@redhat.com> - 21.44-1
|
|
|
213a02 |
- Fix storage checker docstring (bcl)
|
|
|
213a02 |
- Modify --dirinstall to take a path (bcl)
|
|
|
213a02 |
- Drop ROOT_PATH, add a method to set it (bcl)
|
|
|
213a02 |
- Call setUpBootLoader in custom autopart (#1086811) (bcl)
|
|
|
213a02 |
- Remove the noipv6 Anaconda option (mkolman)
|
|
|
213a02 |
- Remove the -s/--script Anaconda option (mkolman)
|
|
|
213a02 |
- Make rescue_mode part of flags, hence more publicly available (#1090009)
|
|
|
213a02 |
(amulhern)
|
|
|
213a02 |
- Check host filesystem space for dirinstall (bcl)
|
|
|
213a02 |
- Remove the viewport from the addon repo tree view (dshea)
|
|
|
213a02 |
- Add a check for GtkScrollables contained in GtkViewports (dshea)
|
|
|
213a02 |
- Enable rubber-banding in the disk tree views (dshea)
|
|
|
213a02 |
- Make the configure mount point dialog taller. (#924182) (dshea)
|
|
|
213a02 |
- Add the disk TreeViews directly to the scrolled windows (dshea)
|
|
|
213a02 |
- Opened up custom_storage_helpers.glade and hit Save (dshea)
|
|
|
213a02 |
- Add help texts for more Anaconda CLI options (mkolman)
|
|
|
213a02 |
- Remove the targetarch Anaconda option (mkolman)
|
|
|
213a02 |
- Add anaconda_options.txt to makeupdates (dshea)
|
|
|
213a02 |
- Allow the location of anaconda_options.txt to be overridden (dshea)
|
|
|
213a02 |
- Remove an unused import. (dshea)
|
|
|
213a02 |
- Remove the headless Anaconda option (mkolman)
|
|
Karanbir Singh |
a16194 |
|
|
|
213a02 |
* Thu Jun 19 2014 Brian C. Lane <bcl@redhat.com> - 21.43-1
|
|
|
213a02 |
- Allow NFS addon repos (#985080) (dshea)
|
|
|
213a02 |
- Add --disklabel support to clearpart (#1078537) (bcl)
|
|
|
213a02 |
- Replace redundant ifs with direct assignments to the anaconda variables
|
|
|
213a02 |
(mkolman)
|
|
|
213a02 |
- Replace ifs when assigning option values to flags where possible (mkolman)
|
|
|
213a02 |
- Use True/False instead of 1/0 for flags (mkolman)
|
|
|
213a02 |
- Store auto gui results in the same directory as the test itself. (clumens)
|
|
|
213a02 |
- Use whatever network device was used to start installation. (clumens)
|
|
|
213a02 |
- Ignore more deprecation warnings. (dshea)
|
|
|
213a02 |
- Add help texts for the dmraid and nodmraid options (mkolman)
|
|
|
213a02 |
- Use True instead of 1 for the dmraid flag default value (mkolman)
|
|
|
213a02 |
- Add help texts for the ibft and noibft options (mkolman)
|
|
|
213a02 |
- Use True instead of 1 for the ibft flag default value (mkolman)
|
|
|
213a02 |
- Remove the iscsi and noiscsi options (mkolman)
|
|
|
213a02 |
- Add a new log level 'lock' for _yum_lock (bcl)
|
|
|
213a02 |
- Replace uses of gtk-missing-image (dshea)
|
|
|
213a02 |
- Improve the SpokeSelector icon error reporting. (dshea)
|
|
|
213a02 |
|
|
|
213a02 |
* Thu Jun 12 2014 Brian C. Lane <bcl@redhat.com> - 21.42-1
|
|
|
213a02 |
- Adjust the ui package paths to find hubs and spokes (bcl)
|
|
|
213a02 |
- Change emphasis from subvolumes to snapshots in removal warning. (dlehman)
|
|
|
213a02 |
- Reflect the fact that some block devices cannot be reformatted. (dlehman)
|
|
|
213a02 |
- Use StorageDevice.direct to detemine if a device is directly accessible.
|
|
|
213a02 |
(dlehman)
|
|
|
213a02 |
|
|
|
213a02 |
* Wed Jun 11 2014 Brian C. Lane <bcl@redhat.com> - 21.41-1
|
|
|
213a02 |
- Use /usr/lib* in updates images. (dshea)
|
|
|
213a02 |
- Fix the paths we check for spokes. (sbueno+anaconda)
|
|
|
213a02 |
- Remove the kbdtype option (mkolman)
|
|
|
213a02 |
- Remove the noipv4 option (mkolman)
|
|
|
213a02 |
- Remove the autostep option (mkolman)
|
|
|
213a02 |
- Remove the disused nofb option (mkolman)
|
|
|
213a02 |
- Remove the module option (mkolman)
|
|
|
213a02 |
|
|
|
213a02 |
* Tue Jun 10 2014 Brian C. Lane <bcl@redhat.com> - 21.40-1
|
|
|
213a02 |
- fedora-welcome: Correct an icon name after the switch to Adwaita
|
|
|
213a02 |
(kalevlember)
|
|
|
213a02 |
- Pass/check displaymode in collect_categories and collectCategoriesAndSpokes.
|
|
|
b3d8db |
(sbueno+anaconda)
|
|
|
213a02 |
- Add help texts to some Anaconda CLI options (mkolman)
|
|
|
213a02 |
- Don't install implicitly added but explicitly excluded packages (#1105013)
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
- Update configure, make files, and PO files with new category changes.
|
|
|
213a02 |
(sbueno+anaconda)
|
|
|
213a02 |
- Fix up collectCategoriesAndSpokes function. (sbueno+anaconda)
|
|
|
213a02 |
- Update all relevant UI files with new category path. (sbueno+anaconda)
|
|
|
213a02 |
- Move categories to pyanaconda.ui.categories. (sbueno+anaconda)
|
|
|
213a02 |
- Allow testing a regular install from the live environment. (clumens)
|
|
|
b3d8db |
- Make sure /var/log/anaconda gets copied under the right root. (clumens)
|
|
|
b3d8db |
- format.setup in blivet takes only kwargs. (clumens)
|
|
|
213a02 |
- Tweak spacing in the other storage options grid. (clumens)
|
|
|
213a02 |
- Remove the dlable option (mkolman)
|
|
|
213a02 |
- change default for grub2 save_entry to 0 (gczarcinski)
|
|
|
213a02 |
- Revert "Refresh after checkbox clicked (#1074188)" (dshea)
|
|
|
213a02 |
- Move assureLogoImage to GraphicalUserInterface (#1102238) (dshea)
|
|
|
213a02 |
- If we cannot activate keyboard, at least populate the missing items
|
|
|
213a02 |
(#1104541) (vpodzime)
|
|
|
213a02 |
- network: generate dracut arguments also for IPADDRn ifcfg values (#1103571)
|
|
|
213a02 |
(rvykydal)
|
|
|
213a02 |
- Memoize the results for *RaidLevelsSupported() functions (amulhern)
|
|
|
213a02 |
- RAID related changes for custom spoke. (amulhern)
|
|
|
213a02 |
- Bump required blivet version. (amulhern)
|
|
|
213a02 |
- Make parse-kickstart aware of the %%addon section (#1083002) (vpodzime)
|
|
|
213a02 |
- Revert "Work around a parsing bug in GtkBuilder" (dshea)
|
|
|
213a02 |
- Fix a typo in one of the bootloader installation warning messages (#1103410)
|
|
|
213a02 |
(mkolman)
|
|
|
213a02 |
- Don't require network in standalone spoke for media installs (#1066807)
|
|
|
213a02 |
(rvykydal)
|
|
|
213a02 |
|
|
|
213a02 |
* Mon Jun 02 2014 Brian C. Lane <bcl@redhat.com> - 21.39-1
|
|
|
213a02 |
- eu_ES has been dropped from the supported languages (bcl)
|
|
|
213a02 |
- Change 'elif encrypted' statement to 'else' statement. (amulhern)
|
|
|
213a02 |
- Work around a parsing bug in GtkBuilder (dshea)
|
|
|
213a02 |
- Don't uppercase the size values in the disk shopping cart. (clumens)
|
|
|
213a02 |
- Display the sentence about being able to reuse partitions even without roots.
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Allow a couple more keyboard shortcuts on the custom part spoke. (clumens)
|
|
|
213a02 |
- Reword the close button on the software spoke's error dialog. (clumens)
|
|
|
213a02 |
- Fix up quoting around passing args to anaconda in the gui test. (clumens)
|
|
|
213a02 |
- Don't hide a serious issue (vpodzime)
|
|
|
213a02 |
- Move autopart choices to one place and use them in both GUI and TUI
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
- Define default autopart type as a constant (vpodzime)
|
|
|
213a02 |
- Use enumerate() instead of getting indices of iterated items (vpodzime)
|
|
|
213a02 |
- Preserve net.ifnames cmdline arg (#1102401) (bcl)
|
|
|
213a02 |
- Revert the dialog sizing chunk from resize.glade. (clumens)
|
|
|
213a02 |
- Update GUI tests for changes in gtk/atk/anaconda/whatever. (clumens)
|
|
|
213a02 |
- Fix gui/runtest.sh to work under either "make check" or being run manually.
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Add a -c argument to the ksflatten invocation. (clumens)
|
|
|
213a02 |
- Do basic logging setup when short circuiting the normal Anaconda init
|
|
|
213a02 |
(mkolman)
|
|
|
213a02 |
- Fix boot option warning string formatting (mkolman)
|
|
|
213a02 |
- always rescan for vmlinuz if rescueKernelList (gczarcinski)
|
|
|
213a02 |
- move new-kernel-pkg rpmposttrans to end of install (gczarcinski)
|
|
|
213a02 |
- allow /boot on btrfs subvol or filesystem (gczarcinski)
|
|
|
213a02 |
- Allow /boot on LVMlv (gczarcinski)
|
|
|
213a02 |
|
|
|
213a02 |
* Wed May 28 2014 Brian C. Lane <bcl@redhat.com> - 21.38-1
|
|
|
213a02 |
- Parse boot options before parsing CLI options (#1101341) (mkolman)
|
|
|
213a02 |
- Check that bootloader devices are configured before validating (#1100928)
|
|
|
213a02 |
(dshea)
|
|
|
213a02 |
- network: use IpInterface only for activated devices (#1101781) (rvykydal)
|
|
|
213a02 |
- Enable LVM Thin Provisioning in text mode (vpodzime)
|
|
|
213a02 |
- Remove the executable bit from anaconda.spec.in. (clumens)
|
|
|
213a02 |
- Fix the nm test for big-endian results (dshea)
|
|
|
213a02 |
- Fix issues with auto* and version.py (dshea)
|
|
|
213a02 |
- Allow file:// url handler in --repo arg (bcl)
|
|
|
213a02 |
- Ignore deprecation warnings for atk_role_register (dshea)
|
|
|
213a02 |
- Handle renames in makeupdates. (pjones)
|
|
|
213a02 |
- Move Anaconda version detection from isys to Python code (mkolman)
|
|
|
213a02 |
- network: use IpInterface instead of Interface (#1058906, #1029214) (rvykydal)
|
|
|
213a02 |
- network: don't modify network config for dirInstall and imageInstall
|
|
|
213a02 |
(rvykydal)
|
|
|
213a02 |
- network: remove redundant image install guard (rvykydal)
|
|
|
213a02 |
- network: add first tests for nm.py (rvykydal)
|
|
|
213a02 |
- network: consolidate setNetworkOnbootDefault (rvykydal)
|
|
|
213a02 |
- Set ONBOOT=yes for the device used for installation (#1002544). (rvykydal)
|
|
|
213a02 |
- Use proper data for autopart type initialization (vpodzime)
|
|
|
213a02 |
- Line up the right side of the FCOE dialog. (clumens)
|
|
|
213a02 |
- Use default_width and _height on dialogs instead of _request. (clumens)
|
|
|
213a02 |
- Remove the border around the refresh storage dialog's button. (clumens)
|
|
|
213a02 |
- Short-circuit initialization when printing out Anaconda version (mkolman)
|
|
|
213a02 |
- Make print statements Python 3 compatible (mkolman)
|
|
|
213a02 |
- Fix the handling of set_const options pulled in from the boot cmdline (dshea)
|
|
|
213a02 |
- Fix the modify software tooltip on the installation options dialogs.
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Better visually distinguish TUI spokes states (vpodzime)
|
|
|
213a02 |
- Reset the text direction as soon as the locale is changed (dshea)
|
|
|
213a02 |
- Show errors from the displayed mountpoint when exiting the custom spoke
|
|
|
213a02 |
(dshea)
|
|
|
213a02 |
- Check that container names input by the user are valid (dshea)
|
|
|
213a02 |
|
|
|
213a02 |
* Tue May 20 2014 Brian C. Lane <bcl@redhat.com> - 21.37-1
|
|
|
213a02 |
- Chain up to parent size_allocate functions in our standalone widgets.
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Format the help text to properly fit to the terminal window (mkolman)
|
|
|
213a02 |
- Call getPossiblePhysicalExtents() only once (vpodzime)
|
|
|
213a02 |
- Default PE size to blivet's default when requested from kickstart (#1098139)
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
- A couple of anaconda whitespace fixes (mkolman)
|
|
|
213a02 |
- Replace the deprecated has_key() by in (mkolman)
|
|
|
213a02 |
- Disable pylint errors on NetworkData in the new network_test.py. (clumens)
|
|
|
213a02 |
- Tweak borders on the filter UI. (clumens)
|
|
|
213a02 |
- network: add tests (rvykydal)
|
|
|
213a02 |
- network: don't use ifcfg PREFIX when generating ipv6 dracut args (rvykydal)
|
|
|
213a02 |
- network: cleanup - remove ksdevice variable (rvykydal)
|
|
|
213a02 |
- Horizontally center the user creation spoke contents. (clumens)
|
|
|
213a02 |
- Un-indent the reclaim space checkbox. (clumens)
|
|
|
213a02 |
- Remove the RAID page from the filter UI. (clumens)
|
|
|
213a02 |
- install -> installation in a string on the source spoke. (clumens)
|
|
|
213a02 |
- Switch Anaconda to argparse (mkolman)
|
|
|
b3d8db |
- rpmostreepayload: Use systemd-tmpfiles rather than handrolling mkdir
|
|
|
b3d8db |
(walters)
|
|
|
213a02 |
- Add some padding to the custom partitioning note. (dshea)
|
|
|
213a02 |
- Wrap the custom partitioning note (#1031850) (dshea)
|
|
|
b3d8db |
- Make an ostree string easier for translators to deal with. (clumens)
|
|
|
213a02 |
- Fix the gettext warnings test for VPATH builds (dshea)
|
|
|
213a02 |
- network: fix crash on empty ksdevice boot option (#1096846) (rvykydal)
|
|
|
b3d8db |
- Add RPMOSTreePayload (walters)
|
|
|
b3d8db |
- bootloader: Allow extlinux loader configuration to handle RPMOSTreePayload
|
|
|
b3d8db |
case (walters)
|
|
|
b3d8db |
- install: Handle distinct physical root/sysroot (walters)
|
|
|
213a02 |
- parse-kickstart: drop "mtu=" args (wwoods)
|
|
|
213a02 |
- Drop workaround for old dracut BOOTIF+ip problem (wwoods)
|
|
|
213a02 |
- Fix behavior (and docs) for ks=nfs:<path>/ (#1094645) (wwoods)
|
|
|
213a02 |
- Allow non-ASCII characters in passwords (#960837) (dshea)
|
|
|
213a02 |
- Use a separate label for passphrase warnings. (dshea)
|
|
|
213a02 |
- Move more of the passphrase dialog into the glade file. (dshea)
|
|
|
213a02 |
- Don't add redundant grub installs if stage1 is not a disk (dshea)
|
|
|
213a02 |
- Let the user continue on bootloader errors (#1006304) (bcl)
|
|
|
213a02 |
- Fix the parsing of NFS addon URLs (#966240) (dshea)
|
|
|
213a02 |
- Remove redundant import (mkolman)
|
|
|
213a02 |
- Don't overwrite function argument when parsing help texts (mkolman)
|
|
|
213a02 |
- Return CLI help text at once (mkolman)
|
|
|
213a02 |
- Fix typo in previous commit adjusting to blivet API change. (dlehman)
|
|
|
213a02 |
- Adjust for movement of functions from examples into blivet proper. (dlehman)
|
|
|
213a02 |
|
|
|
213a02 |
* Thu May 08 2014 Brian C. Lane <bcl@redhat.com> - 21.36-1
|
|
|
213a02 |
- Switch to adwaita-icon-theme (kalevlember)
|
|
|
213a02 |
- Hook up the TUI categories to autoconf/make. (#1095220) (dshea)
|
|
|
213a02 |
- Fix the object type specifying argument name for findActions (vpodzime)
|
|
|
213a02 |
- Remove keyword args 'ignoreErrors' from umountFilesystems() call. (amulhern)
|
|
|
213a02 |
- Updates for new blivet.size.Size.__new__ interface. (amulhern)
|
|
|
213a02 |
- Change uses of 'format' keyword param to 'fmt' keyword param (amulhern)
|
|
|
213a02 |
- Update devicetree.findActions invocations to match blivet interface change
|
|
|
213a02 |
(amulhern)
|
|
|
213a02 |
- Bump blivet version to ensure next four patches get the right interface.
|
|
|
213a02 |
(amulhern)
|
|
|
213a02 |
|
|
|
213a02 |
* Mon May 05 2014 Brian C. Lane <bcl@redhat.com> - 21.35-1
|
|
|
213a02 |
- Use format strings in the new kickstart error message translations. (clumens)
|
|
|
213a02 |
- Mark kickstart errors as translatable, and hopefully make them more useful
|
|
|
213a02 |
too. (clumens)
|
|
|
b3d8db |
- install: Move Payload postInstall() after bootloader (walters)
|
|
|
b3d8db |
- iutil: Transparently redirect anyone who asks root=/mnt/sysimage to sysroot
|
|
|
b3d8db |
(walters)
|
|
|
213a02 |
- Fix the way categories are handled in text mode. (sbueno+anaconda)
|
|
|
213a02 |
- Move GUI-specific helper classes to a separate module (#1091542) (dshea)
|
|
|
213a02 |
- Fix license in parse-kickstart (mkolman)
|
|
|
b3d8db |
- main: Set flags.extlinux if extlinux is used in interactive-defaults.ks
|
|
|
b3d8db |
(walters)
|
|
|
213a02 |
- anaconda.service: Set GIO_USE_VFS=local (walters)
|
|
|
213a02 |
- Use a gettext context where necessary when retranslating (#1091207) (dshea)
|
|
|
213a02 |
- Update makebumpver for python-bugzilla 1.0.0 (bcl)
|
|
|
213a02 |
- Skip source and software spoke in text live installations (#1092763) (bcl)
|
|
|
213a02 |
- Add correct kernel params if rootfs is btrfs on s390x. (#874622)
|
|
|
213a02 |
(sbueno+anaconda)
|
|
|
213a02 |
- Don't crash on anaconda-yum output containing multiple colons (#1092441)
|
|
|
213a02 |
(mkolman)
|
|
|
213a02 |
- Revert chrooting when setting user/root password (vpodzime)
|
|
|
213a02 |
- network: fix device configuration in text mode (#1058336) (rvykydal)
|
|
|
213a02 |
- Change order in which packages/groups are selected/excluded (#1091952)
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
- Check the correct button when saving changes in the Custom spoke (#1090786)
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
- Fix unloading modules in driver-updates (#1085099) (wwoods)
|
|
|
213a02 |
- Re-saved some of the glade files with a newer version of glade. (dshea)
|
|
|
213a02 |
- Add viewports for the ListBoxes in the software spoke. (dshea)
|
|
|
213a02 |
- Extend format string checks to translated format strings. (dshea)
|
|
|
213a02 |
- Fix typo in nm_is_connected method check. (rvykydal)
|
|
|
b3d8db |
- iutil: Introduce getSysroot()/getTargetPhysicalRoot(), use instead of
|
|
|
b3d8db |
ROOT_PATH (walters)
|
|
|
213a02 |
|
|
|
213a02 |
* Thu Apr 24 2014 Brian C. Lane <bcl@redhat.com> - 21.34-1
|
|
|
213a02 |
- Improve the "adding yum repo" message structure (mkolman)
|
|
|
213a02 |
- Fix missing log message about adding a repository (#1089297) (mkolman)
|
|
|
213a02 |
- Ignore use of eval warnings. (dshea)
|
|
|
213a02 |
- Specify string format arguments as logging function parameters (dshea)
|
|
|
213a02 |
- New encrypted state is the dialog's encrypted attribute (vpodzime)
|
|
|
213a02 |
- Use human readable sizes with two decimal spaces in the GUI (vpodzime)
|
|
|
213a02 |
- Make the LUKS unlock callback a timed action (vpodzime)
|
|
|
213a02 |
- Hitting ENTER in the LUKS passwd entry should click the Unlock button
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
- Block leaf device encryption if container is encrypted consistently
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
- Do not remove the replacing item, remove the replaced one instead (vpodzime)
|
|
|
213a02 |
- Give include_btrfs variable a better name (vpodzime)
|
|
|
213a02 |
- Make the _resolve_btrfs_restrictions method's code nicer (vpodzime)
|
|
|
213a02 |
- Refactor the btrfs magic into a separate method (vpodzime)
|
|
|
213a02 |
- Switch the condition in long if-else statement (vpodzime)
|
|
|
213a02 |
- Give an opaque condition a better name explaining its real meaning (vpodzime)
|
|
|
213a02 |
- Refactor out the code for removing empty parents (vpodzime)
|
|
|
213a02 |
- Use the (vpodzime)
|
|
|
213a02 |
- Refactor out the code for adding device/mountpoint into a method (vpodzime)
|
|
|
213a02 |
- Relabel /home partition if using and existing one (#1087736) (vpodzime)
|
|
|
213a02 |
- Don't forget to call os._exit() in the child process (vpodzime)
|
|
|
213a02 |
- users: Add root= keyword argument to set{User,Root}Password (walters)
|
|
|
213a02 |
- users: Deduplicate code to fork()+chroot() (walters)
|
|
|
b3d8db |
- gui/spokes/software: Enable iff payload is PackagePayload (walters)
|
|
|
213a02 |
- Use descriptive pylint messages instead of numbers. (clumens)
|
|
|
213a02 |
- Add input validation to the source spoke. (dshea)
|
|
|
213a02 |
- Remove the tests for duplicate and invalid repo names (dshea)
|
|
|
213a02 |
- Expand the proxy URL validation. (dshea)
|
|
|
213a02 |
- Convert the repository name test into a regex (dshea)
|
|
|
213a02 |
- Add a remove_check method for InputCheckHandler. (dshea)
|
|
|
213a02 |
- Use ID columns in the protocol combo boxes (dshea)
|
|
|
213a02 |
- Added a link to a bug about the user data in glade problem. (dshea)
|
|
|
213a02 |
- Remove the top and bottom padding from source spoke action area (dshea)
|
|
|
213a02 |
- Re-add a false-positive for the GLib module (dshea)
|
|
|
213a02 |
|
|
|
213a02 |
* Thu Apr 17 2014 Brian C. Lane <bcl@redhat.com> - 21.33-1
|
|
|
213a02 |
- Add an option to copy translation files to an updates.img (dshea)
|
|
|
213a02 |
- Set the selinux state from the command line (#784828) (dshea)
|
|
|
213a02 |
- Remove a whole bunch of pylint false positives (dshea)
|
|
|
213a02 |
- Ignore more informational messages printed by pylint pragmas (dshea)
|
|
|
213a02 |
- Use more wildcards in the tests dist_ variable (dshea)
|
|
|
213a02 |
- Make sure the idx variable is used instead of the old found variable
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
- Disable a false positive from pylint (dshea)
|
|
|
213a02 |
- Only run dialogs in the enlightbox context (vpodzime)
|
|
|
213a02 |
- Separate code for finding item in containers combo and processing it
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
- Check Update Settings button sensitivity when saving changes in one place
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
- Only save changes if needed when adding mountpoint (vpodzime)
|
|
|
213a02 |
- No need to call bool() on a boolean expression result (vpodzime)
|
|
|
213a02 |
- Give names to some magic tuples, make them reusable and reuse them (vpodzime)
|
|
|
213a02 |
- Add DEVICE_TYPE_DISK's text description to the mapping (vpodzime)
|
|
|
213a02 |
- Move a few constants and mappings to the storage_utils module (vpodzime)
|
|
|
213a02 |
- Split long label's string into two lines (vpodzime)
|
|
|
213a02 |
- Don't rely on the ordering of autopart types in the combobox (vpodzime)
|
|
|
213a02 |
- Only save changes if there are any changes to be saved (vpodzime)
|
|
|
213a02 |
- Add device type constants to the device type combobox's store (vpodzime)
|
|
|
213a02 |
- Change some anaconda-yum DEBUGs to be more informative (bcl)
|
|
|
213a02 |
- Change Proxy Add Button to Ok (bcl)
|
|
|
213a02 |
- Display a message for missing required packages and groups (#1064565) (dshea)
|
|
|
213a02 |
- Fix issues with the errorHandler callback arguments (dshea)
|
|
|
213a02 |
|
|
|
213a02 |
* Thu Apr 10 2014 Brian C. Lane <bcl@redhat.com> - 21.32-1
|
|
|
213a02 |
- Refactor the code setting up the device type combobox a method (vpodzime)
|
|
|
213a02 |
- Rename 'swap' variable to 'is_swap' to better express its meaning (vpodzime)
|
|
|
213a02 |
- Refactor out the code setting up the fstype combobox into a method (vpodzime)
|
|
|
213a02 |
- Refactor the code updating info about device container into a method
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
- Remove the default None value from the addPage's cb argument (vpodzime)
|
|
|
213a02 |
- Make on_updates_settings_clicked timed callback (vpodzime)
|
|
|
213a02 |
- Rename the callback for updating mountpoint settings (vpodzime)
|
|
|
213a02 |
- Hook up the GUI test so it's run as part of "make check". (clumens)
|
|
|
213a02 |
- Skip running pylint on files containing "skip-file". (clumens)
|
|
|
213a02 |
- Add comments to the kickstart tests. (clumens)
|
|
|
213a02 |
- Add the beginnings of an automated GUI test suite. (clumens)
|
|
|
213a02 |
- Add accessibility information to the user spoke. (clumens)
|
|
|
213a02 |
- Add accessibility information to the root password spoke. (clumens)
|
|
|
213a02 |
- Add accessibility information to the progress hub. (clumens)
|
|
|
213a02 |
- Add accessibility information to most of the widgets on the storage spoke.
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Add enough accessibility information to the network spoke for livecds.
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Add accessibility information to the keyboard spoke. (clumens)
|
|
|
213a02 |
- Add accessibility information to the date & time spoke. (clumens)
|
|
|
213a02 |
- Add a script and base kickstart file for making a dogtail-enabled livecd.
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Add accessibility information to the welcome spoke and summary hub. (clumens)
|
|
|
213a02 |
- Add accessibility information to some of our widgets. (clumens)
|
|
|
213a02 |
- Don't use dhcp ntpservers for dir or image installation (bcl)
|
|
|
213a02 |
- Implement and use decorator for logging UI storage actions (vpodzime)
|
|
|
213a02 |
- Refactor out the code doing device reformat into a function (vpodzime)
|
|
|
213a02 |
- Refactor out the code handling encryption change into a function (vpodzime)
|
|
|
213a02 |
- Fix variable name when logging new fstype (vpodzime)
|
|
|
213a02 |
- Make it possible to override translation domain in GUIObjects (#1040240)
|
|
|
213a02 |
(mkolman)
|
|
|
213a02 |
- Refactor out the code for handling device size change into a function
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
- Refactor out the code for bounding size into a function (vpodzime)
|
|
|
213a02 |
- Refactor code for reverting device reformat into a function (vpodzime)
|
|
|
213a02 |
- Make the code changing an existing device more compact (vpodzime)
|
|
|
213a02 |
- Comment the part of the code changing an existing device (vpodzime)
|
|
|
213a02 |
- Do device change logging in one place where possible (vpodzime)
|
|
|
213a02 |
- Pass information about old and new device as a dictionary (vpodzime)
|
|
|
213a02 |
- Move code attempting to replace device into a separate function (vpodzime)
|
|
|
213a02 |
- Mountpoint validation should only care about the new fs type (vpodzime)
|
|
|
213a02 |
- Make size properties refreshing reused code (vpodzime)
|
|
|
213a02 |
- Use generator instead of list for auxiliary old_disk_names variable
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
- Remove and unused variable in Custom spoke (vpodzime)
|
|
|
213a02 |
- Refactor mountpoint configuration validation out from _save_right_side
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
- Don't overload selectorFromDevice function (vpodzime)
|
|
|
213a02 |
- Use dir_tree_map for the cleanPStore function (vpodzime)
|
|
|
213a02 |
- Check xconfig before setting the installed displaymode (dshea)
|
|
|
213a02 |
- DNFPayload: call close() when done with the Base. (ales)
|
|
|
213a02 |
- Do not try to get "" translated (vpodzime)
|
|
|
213a02 |
- Use for-cycle else: branch instead of extra variable (vpodzime)
|
|
|
213a02 |
- Have mountpoint descriptions defined in a dictionary (vpodzime)
|
|
|
213a02 |
- Uppercase global constants in the Custom spoke (vpodzime)
|
|
|
213a02 |
- Use cannonical RAID level names when populating RAID stores (vpodzime)
|
|
|
213a02 |
- No RAID level (RAID level None) is a valid choice for LVM(ThP) (vpodzime)
|
|
|
213a02 |
- LVM Thin Provisioning supports the same RAID levels as plain LVM (vpodzime)
|
|
|
213a02 |
- Only block the password/user spokes if data was given in kickstart (vpodzime)
|
|
|
213a02 |
- Disable a pylint error message for now. (clumens)
|
|
|
213a02 |
- Suppress selinux error log when using default (#1083239) (bcl)
|
|
|
213a02 |
- Use the AnacondaWidgets python gi-overrides for pylint (dshea)
|
|
|
213a02 |
|
|
|
213a02 |
* Wed Apr 02 2014 Brian C. Lane <bcl@redhat.com> - 21.31-1
|
|
|
213a02 |
- Only install consolehelper link on livearches (bcl)
|
|
|
213a02 |
|
|
|
213a02 |
* Wed Apr 02 2014 Brian C. Lane <bcl@redhat.com> - 21.30-1
|
|
|
213a02 |
- Add support ppc64le (hamzy)
|
|
|
213a02 |
- Validate proxy URLs (dshea)
|
|
|
213a02 |
- Provide feedback for invalid NTP hostnames. (dshea)
|
|
|
213a02 |
- Use GUIDialogInputCheckHandler in the advanced user dialog (dshea)
|
|
|
213a02 |
- Add a new InputCheck status for silent failures. (dshea)
|
|
|
213a02 |
- Add an InputCheckHandler subclass for dialogs. (dshea)
|
|
|
213a02 |
- Generalized and improved the proxy URL parsing regex (dshea)
|
|
|
213a02 |
- Update makebumpver for the newer python-bugzilla on rawhide. (clumens)
|
|
|
213a02 |
- network: don't crash on virtual devices turned off (#1080640) (rvykydal)
|
|
|
213a02 |
- network: don't pop HWADDR twice for vlan on s390 (#1061646) (rvykydal)
|
|
|
213a02 |
- Make safe_dbus module's functions less 'safe' (vpodzime)
|
|
|
213a02 |
- Add a list of cmdline args that append instead of replace (#1073130) (bcl)
|
|
|
213a02 |
- safe_dbus: Don't export DBus connection addresses as variables (walters)
|
|
|
213a02 |
|
|
|
213a02 |
* Wed Mar 26 2014 Brian C. Lane <bcl@redhat.com> - 21.29-1
|
|
|
213a02 |
- Add a Makefile target to create a set of empty .po files. (dshea)
|
|
|
213a02 |
- os.path.exists -> os.path.lexists when checking for authconfig. (clumens)
|
|
|
213a02 |
- Add support for tarfiles to liveimg kickstart command (bcl)
|
|
|
213a02 |
- mountExistingSystem raises an exception with dirty FS (#1080210) (vpodzime)
|
|
|
213a02 |
- Don't do yum lock logging when using updates.img (vpodzime)
|
|
|
213a02 |
- Pass Size(0) instead of 0 to the ContainerDialog if no size is given
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
- Update the BaseWindow and HubWindow example UI fragments (dshea)
|
|
|
213a02 |
- Convert GtkHBox and GtkVBox to GtkBox. (dshea)
|
|
|
213a02 |
- Fix keyboard accelerator collisions from former stock buttons (dshea)
|
|
|
213a02 |
- Set the secret agent icon in the glade file (dshea)
|
|
|
213a02 |
- Remove stock labels and icons. (dshea)
|
|
|
213a02 |
- Run the pykickstart version test on the commands in parse-dracut (dshea)
|
|
|
213a02 |
- Don't reimport os - it's imported very early on. (clumens)
|
|
|
213a02 |
- Use an alternative image if logo is missing (mkolman)
|
|
|
213a02 |
- Update parse-kickstart for the new bootloader command. (clumens)
|
|
|
213a02 |
- Make sure the error info message starts on a new line (vpodzime)
|
|
|
213a02 |
- Define two env variables removing useless warnings (vpodzime)
|
|
|
213a02 |
- Check boot args for None (#1075918) (bcl)
|
|
|
213a02 |
- Revert "Enable make check in %%check and add the necessary BuildRequires"
|
|
|
213a02 |
(dshea)
|
|
|
213a02 |
- Fix the argument list passed to the payloadInitialize thread (#1079628)
|
|
|
213a02 |
(dshea)
|
|
|
213a02 |
- Fix filtering the _storage_playground out (vpodzime)
|
|
|
213a02 |
- Sync up step counts in install.py with reality. (clumens)
|
|
|
213a02 |
- Avoid the "unable to init server" message. (dshea)
|
|
|
213a02 |
- Do not attempt to run authconfig if it doesn't exist. (clumens)
|
|
|
213a02 |
- Allow skipping installation of the core group, if asked for in kickstart.
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Drop the vconsole.font boot arg (#1074113) (vpodzime)
|
|
|
213a02 |
|
|
|
213a02 |
* Thu Mar 20 2014 Brian C. Lane <bcl@redhat.com> - 21.28-1
|
|
|
213a02 |
- Get the DBus session bus address in a method (dshea)
|
|
|
213a02 |
- Specify string format arguments as logging function parameters (dshea)
|
|
|
213a02 |
- Inhibit the screen saver on live installs (#928825) (dshea)
|
|
|
213a02 |
- Handle the dbus method call not returning anything. (dshea)
|
|
|
213a02 |
- Convert errors raised during dbus connection to DBusCallError (dshea)
|
|
|
213a02 |
- driverdisk: Show selection menu for network driver isos (#1075918) (bcl)
|
|
|
213a02 |
- Write a modprobe blacklist (#1073130) (bcl)
|
|
|
213a02 |
- Append cmdline arg values in BootArgs (#1073130) (bcl)
|
|
|
213a02 |
- Wait for other threads to finish before sending ready (#1075103) (bcl)
|
|
|
213a02 |
- set proxy related environmental variables (#854029) (bcl)
|
|
|
213a02 |
- Fix pylint error in yumpayload. (sbueno+anaconda)
|
|
|
213a02 |
- The custom spoke requires mountPointStore and mountPointCompletion, too.
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Make the lists of files to check consistent across all checks. (dshea)
|
|
|
213a02 |
- Fix error handling in cmdline mode. (#1034773) (sbueno+anaconda)
|
|
|
213a02 |
- Don't create bootloader entries for kdump initrd and kernel. (#1036086)
|
|
|
1ad863 |
(sbueno+anaconda)
|
|
|
213a02 |
- Add a setting to network.py that got left out of the cherry-pick. (clumens)
|
|
|
213a02 |
- Enable make check in %%check and add the necessary BuildRequires (atodorov)
|
|
|
213a02 |
- Make it obvious user is going to begin installation. (#975793)
|
|
|
213a02 |
(sbueno+anaconda)
|
|
|
213a02 |
- Move libtimezonemap requires to the anaconda-gui subpackage (vpodzime)
|
|
|
213a02 |
- network: apply ks configuration to devices activated in initramfs (#1037605)
|
|
|
213a02 |
(rvykydal)
|
|
|
213a02 |
- Add support for kickstart --interfacename for vlans (#1061646) (rvykydal)
|
|
|
213a02 |
- network: handle race condition of disappearing active connection (#1073424)
|
|
|
213a02 |
(rvykydal)
|
|
|
213a02 |
- Convert iter from filter model iter to backing store iter (#1074188)
|
|
|
213a02 |
(amulhern)
|
|
|
213a02 |
- Provide ways in kickstart to skip kernel and bootloader (#1074522). (clumens)
|
|
|
213a02 |
- DNFPayload: apply the kickstart excludedList. (ales)
|
|
|
213a02 |
- Only pylint files that are in the git working copy (dshea)
|
|
|
213a02 |
- Move accordion population into a separate function (vpodzime)
|
|
|
213a02 |
- Short-circuit testing if root has any devices (vpodzime)
|
|
|
213a02 |
- Getting new devices is not enough cheap operation for being a property
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
- Hide and unhide the same set of disks in the Custom spoke (vpodzime)
|
|
|
213a02 |
- Use GtkActionList when populating filesystem store (vpodzime)
|
|
|
213a02 |
- Fix XDG_RUNTIME_DIR not set messages by creating one (dshea)
|
|
|
213a02 |
- Make the ui_storage_logger reusable (vpodzime)
|
|
|
213a02 |
- Decide on supported RAID levels in a better way (vpodzime)
|
|
|
213a02 |
- Fix typo in the comment (vpodzime)
|
|
|
213a02 |
- Add and use MountpointSelector's attributes we need (vpodzime)
|
|
|
213a02 |
- Make code to get Size instance from user's input reusable (vpodzime)
|
|
|
213a02 |
- Make getting raid level less hacky (vpodzime)
|
|
|
213a02 |
- Implement a function to get container type name (vpodzime)
|
|
|
213a02 |
- Make custom partitioning helper constants look as constants (vpodzime)
|
|
|
213a02 |
- Simplify mountpoint validation and error reporting (vpodzime)
|
|
|
213a02 |
- Simplify label validation and error reporting (vpodzime)
|
|
|
213a02 |
- Move translated_new_install_name to the right place (vpodzime)
|
|
|
213a02 |
- Rename the __storage attribute to a more propriate name (vpodzime)
|
|
|
213a02 |
- Split out helper code from the Custom partitioning spoke (vpodzime)
|
|
|
213a02 |
- The reset button should only be sensitive if there's something to reset.
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Confirm before resetting custom partitioning selections (#970093). (clumens)
|
|
|
213a02 |
- DNFPayload: Add languageGroups(). (ales)
|
|
|
213a02 |
- Use ROOT_PATH not /mnt/sysimage (bcl)
|
|
|
213a02 |
- Override ROOT_PATH with environmental variable (bcl)
|
|
|
213a02 |
- Import /etc/login.defs in libuser.conf (#979815) (dshea)
|
|
|
213a02 |
- Fix environment group changes based on ListBox row activation (dshea)
|
|
|
213a02 |
- DNFPayload: do not crash when an addon is unavailable. (ales)
|
|
|
213a02 |
- Payloads: make DEFAULT_REPOS a part of the interface. (ales)
|
|
|
213a02 |
|
|
|
213a02 |
* Tue Mar 11 2014 Brian C. Lane <bcl@redhat.com> - 21.27-1
|
|
|
213a02 |
- Don't disable anaconda repo on rawhide (bcl)
|
|
|
213a02 |
- Set log level to debug when using an updates image (bcl)
|
|
|
213a02 |
- driver-updates: accept burned driver discs (#1073719) (wwoods)
|
|
|
213a02 |
- Do nothing if previously selected selector gets focus again (#1029798)
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
- Firstboot is deprecated and gone on Fedora 20 and anything newer (vpodzime)
|
|
|
213a02 |
- Reraise the exception properly (vpodzime)
|
|
|
213a02 |
- Set progress bar to 100 %% in a different way (#1058755) (vpodzime)
|
|
|
213a02 |
- Refresh after checkbox clicked (#1074188) (amulhern)
|
|
|
213a02 |
- Use instclass.efi_dir when constructing the EFI path (dshea)
|
|
|
213a02 |
- Add rescue kernels to the bootloader install list. (#1036349) (dshea)
|
|
|
213a02 |
- Cover both possible ways that GUI WWID may have been set (#1074184)
|
|
|
213a02 |
(amulhern)
|
|
|
213a02 |
- Do not write out /etc/adjtime file on s390(x) (#1070748) (vpodzime)
|
|
|
213a02 |
- Ignore the data model and just return self.environment (mkolman)
|
|
|
213a02 |
- Software spoke can't be complete if the payload thread is running (mkolman)
|
|
|
213a02 |
- DNFPayload: blivet.size.Size() only knows 'spec' kwarg now. (ales)
|
|
|
213a02 |
- Specify string format arguments as logging function parameters (dshea)
|
|
|
213a02 |
- Add missing changelog entries (bcl)
|
|
|
213a02 |
|
|
|
213a02 |
* Fri Mar 07 2014 Brian C. Lane <bcl@redhat.com> - 21.26-1
|
|
|
213a02 |
- Don't traceback, just log a warning if connection is unavailable (#1070928)
|
|
|
213a02 |
(mkolman)
|
|
|
213a02 |
- Remove unnecessary use_markup attributes. (dshea)
|
|
|
213a02 |
- Add a check for unnecessary markup. (dshea)
|
|
|
213a02 |
- Ignore the server keymap for spoke status if using VNC (#1045115) (dshea)
|
|
|
213a02 |
- Call % outside of the translation (dshea)
|
|
|
213a02 |
- Fix pylint errors about dangerous default values (dshea)
|
|
|
213a02 |
- Typo fix (dshea)
|
|
|
213a02 |
- driver-updates: skip iso selection with OEMDRV (#1066784) (bcl)
|
|
|
1ad863 |
- driver-updates: allow interactive mode to load multiple devices (wwoods)
|
|
|
213a02 |
- driver-updates: add DoRefresh loop to select_iso() (#1066784) (wwoods)
|
|
|
1ad863 |
- driver-updates: add 'refresh' to selection_menu() (wwoods)
|
|
|
1ad863 |
- driver-updates: rework 'dd_finished' handling (wwoods)
|
|
|
1ad863 |
- driver-updates: refactor dd_scan (wwoods)
|
|
|
1ad863 |
- driver-updates: refactor menu to allow other options (wwoods)
|
|
|
213a02 |
- Bump blivet Requires for DASD changes. (#1064423) (sbueno+anaconda)
|
|
|
213a02 |
- Add GUI and TUI logic to handle unformatted DASDs. (#1064423)
|
|
|
213a02 |
(sbueno+anaconda)
|
|
|
213a02 |
- Show unformatted DASDs in the local disk store. (#1064423) (sbueno+anaconda)
|
|
|
213a02 |
- Add dialog box to warn about formatting DASDs. (#1064423) (sbueno+anaconda)
|
|
|
213a02 |
- Update disk refs when recovering from a devicefactory failure. (#1032141)
|
|
|
213a02 |
(dlehman)
|
|
|
213a02 |
- Add typelib and library paths to the test environment. (dshea)
|
|
|
213a02 |
- Run pylint with NO_AT_BRIDGE=1 set in the environment (dshea)
|
|
|
213a02 |
- pylint: Clean up accordion warnings (bcl)
|
|
|
213a02 |
- Let Gtk pick the size for the isoChooserDialog (#973376) (dshea)
|
|
|
213a02 |
- network kickstart: do not bind to MAC if SUBCHANNELS are present (#1070232)
|
|
|
213a02 |
(rvykydal)
|
|
|
213a02 |
|
|
|
213a02 |
* Fri Feb 28 2014 Brian C. Lane <bcl@redhat.com> - 21.25-1
|
|
|
213a02 |
- pylint: Add a pile of new E1101 exceptions (bcl)
|
|
|
213a02 |
- pylint: change disable-msg to disable (bcl)
|
|
|
213a02 |
- Fix console for s390 and 'noshell' mode (#1070672) (wwoods)
|
|
|
213a02 |
- Check that the addon selection state exists before reading it (dshea)
|
|
|
1ad863 |
- Set the name in the volume group store (dshea)
|
|
|
1ad863 |
- Don't ignore the directory of the driver disk iso file (vpodzime)
|
|
|
213a02 |
- Set rpm macros in DNFPayload (dshea)
|
|
|
213a02 |
- Implement %%packages --instLangs (#156477) (dshea)
|
|
|
213a02 |
- Set rpm macro information in anaconda-yum. (dshea)
|
|
|
213a02 |
- Move the anaconda-yum exception handler (#1057120) (dshea)
|
|
|
213a02 |
- Only run gtk actions in the gtk thread. (dshea)
|
|
|
213a02 |
- Add createrepo Requires (#1016004) (bcl)
|
|
|
213a02 |
- Fix a traceback gathering free space info for a container. (#1069854)
|
|
|
213a02 |
(dlehman)
|
|
|
213a02 |
- network: detect also fcoe vlan device names exceeding IFNAMESIZ (#1051268)
|
|
|
213a02 |
(rvykydal)
|
|
|
213a02 |
- DNFPayload: display the download progress on the hub. (ales)
|
|
|
213a02 |
- driverdisk: Fix typo in error logging (#1016004) (bcl)
|
|
|
213a02 |
- driverdisk: Create a repo for network drivers (#1016004) (bcl)
|
|
|
213a02 |
- driverdisk: Catch blkid failure (#1036765) (bcl)
|
|
|
213a02 |
- driverdisk: Ignore extra blkid fields (#1036765) (bcl)
|
|
|
1ad863 |
- We can't trust rhcrashkernel-param to give us newline-free text. (pjones)
|
|
|
213a02 |
- Remove redundant _setCurrentFreeSpace() call (#1043763) (amulhern)
|
|
|
1ad863 |
- Enable python-coverage in anaconda (dshea)
|
|
|
213a02 |
- Move the sidebar to the right for RTL languages (dshea)
|
|
|
213a02 |
- Remove a bunch of unused includes and tests for headers (dshea)
|
|
|
213a02 |
- Add a note about when and how to remove isys.sync (dshea)
|
|
|
213a02 |
- Remove isys.isPseudoTTY (dshea)
|
|
|
213a02 |
- Convert isys.isIsoImage to python code (dshea)
|
|
|
213a02 |
- Focus the language search input by default (#973967) (dshea)
|
|
|
1ad863 |
- Ensure media being verified is always unmounted (dshea)
|
|
|
1ad863 |
- Write 'text'/'cmdline' in anaconda-ks.cfg in text/cmdline mode (wwoods)
|
|
|
213a02 |
- text install -> text system (#1021963) (wwoods)
|
|
|
1ad863 |
- Support the 'skipx' kickstart command (wwoods)
|
|
|
213a02 |
- let systemd decide when to start anaconda-sshd (wwoods)
|
|
|
213a02 |
- Don't use tmux for inst.noshell (#1058607) (wwoods)
|
|
|
1ad863 |
- Fix a nitpick from bcl. (pjones)
|
|
|
1ad863 |
- Make rhcrashkernel-param get run on non-GRUB 2 platforms. (pjones)
|
|
|
213a02 |
- Cast the blame appropriately when the kernel refuses efivars changes.
|
|
|
213a02 |
(pjones)
|
|
|
213a02 |
- Do not use shim.efi on ARMv8 aarch64 (#1067758) (dmarlin)
|
|
|
213a02 |
- Handle missing environments specified through kickstart (#1067492). (clumens)
|
|
|
213a02 |
- create_sparse_file in blivet now expects a Size object. (clumens)
|
|
|
213a02 |
- Don't traceback when no size is given in kickstart (#1067707). (clumens)
|
|
|
213a02 |
|
|
|
213a02 |
* Fri Feb 21 2014 Brian C. Lane <bcl@redhat.com> - 21.24-1
|
|
|
213a02 |
- setup default environment in initialize (bcl)
|
|
|
213a02 |
- Move environmentAddons into packaging (bcl)
|
|
|
213a02 |
- Skip running efibootmgr for image and dir installations (#1067749) (bcl)
|
|
|
213a02 |
- Move translatable format strings into python. (dshea)
|
|
|
213a02 |
- Added a check for translatable format strings in glade. (dshea)
|
|
|
213a02 |
- Use a single script to run the glade tests. (dshea)
|
|
|
213a02 |
- Check that s390x LVM configuration is valid. (#873135, 885011)
|
|
|
213a02 |
(sbueno+anaconda)
|
|
|
213a02 |
- Re-apply disk selection on error in TUI storage. (#1056316) (sbueno+anaconda)
|
|
|
213a02 |
- Properly retry package downloads (#924860) (mkolman)
|
|
|
213a02 |
- Change the CSS class name of the sidebar (#1067049). (clumens)
|
|
|
213a02 |
- Preserve ipv6.disable=1 on target system (#1040751) (wwoods)
|
|
|
213a02 |
- Remove an unused import in driver-updates. (clumens)
|
|
|
213a02 |
- Fix heredoc usage in generated /etc/grub.d/01_users (#1044404). (dcantrell)
|
|
|
213a02 |
|
|
|
213a02 |
* Tue Feb 18 2014 Brian C. Lane <bcl@redhat.com> - 21.23-1
|
|
|
213a02 |
- driverdisk: Parse all blkid output (#857248) (bcl)
|
|
|
1ad863 |
- Fix blkid output parsing and our output (vpodzime)
|
|
|
213a02 |
- Don't use positional arguments to initialize Gtk objects (dshea)
|
|
|
213a02 |
- Set mandatory property in network tui spoke. (#1064139) (sbueno+anaconda)
|
|
|
213a02 |
- Disallow /boot on RAID on s390x. (#1027670) (sbueno+anaconda)
|
|
|
213a02 |
- Remove a stray break statement (dshea)
|
|
|
213a02 |
- Use devicetree.resolveDevice instead of udev_resolve_devspec. (#1047338)
|
|
|
213a02 |
(dlehman)
|
|
|
213a02 |
- Set ThreadManager.any_errors to be a property (dshea)
|
|
|
213a02 |
- Error on "bootloader --location=partition" when using grub2 (#969095).
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Fix the handling of kernel parameters with no = (#1065704) (dshea)
|
|
|
213a02 |
- Deal with a couple more "except Exception" lines. (clumens)
|
|
|
213a02 |
- Fix pylint errors in the latest dnf-related commit. (clumens)
|
|
|
213a02 |
- DNFPayload: pick the right FS as package download target. (ales)
|
|
|
213a02 |
- DNFPayload: log import crashes. (ales)
|
|
|
213a02 |
- DNFPayload: use dnf.exceptions.MarkingError. (ales)
|
|
|
213a02 |
- Return the returned value in the fire_gtk_action (vpodzime)
|
|
|
213a02 |
- Allow AddonData classes to parse options in the %%addon line (dshea)
|
|
|
213a02 |
- Pass ints to Gtk resize functions (#1065021) (bcl)
|
|
|
213a02 |
|
|
|
213a02 |
* Fri Feb 14 2014 Brian C. Lane <bcl@redhat.com> - 21.22-1
|
|
|
213a02 |
- Remove app_paintable from a couple nav boxes (#1064708). (clumens)
|
|
|
213a02 |
- Give a more correct error for missing groups/packages on exclude (#1060194).
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Fix some incorrect RPM macros in the spec file. (clumens)
|
|
|
213a02 |
- Allow using globs and alternative paths for specifying boot drive (#1057282).
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Don't reset input check status when disabling a check (#1062273) (dshea)
|
|
|
213a02 |
- Fix how an input check is disabled (#1062275). (dshea)
|
|
|
213a02 |
- ListStore.remove expects an iter, not an int (#1062752). (clumens)
|
|
|
213a02 |
|
|
|
213a02 |
* Tue Feb 11 2014 Brian C. Lane <bcl@redhat.com> - 21.21-1
|
|
|
213a02 |
- Move save_netinfo into a hook (#1048231) (bcl)
|
|
|
213a02 |
- Cleanup log message for pylint (bcl)
|
|
|
213a02 |
- kickstart user accounts should be locked by default (#1063554) (bcl)
|
|
|
213a02 |
- pre-push hook checking bugzilla IDs on rhelX branches (vpodzime)
|
|
|
213a02 |
- Make sure LUKS devices can say they have a key (#1060255) (amulhern)
|
|
|
213a02 |
- Handle LUKS passphrase before doing sanity check (#1060255) (amulhern)
|
|
|
213a02 |
- Remove some unnecessary resets (#1060255) (amulhern)
|
|
|
1ad863 |
- Do not consider no available LUKS passphrase an error in do_autopart
|
|
|
213a02 |
(#1060255) (amulhern)
|
|
|
213a02 |
- Adapt to new blivet.sanityCheck() return type (#1060255) (amulhern)
|
|
|
213a02 |
- Adapt StorageChecker class for changed return type of sanityCheck (#1060255)
|
|
|
213a02 |
(amulhern)
|
|
|
213a02 |
- Add sanityCheck functionality back into AutoPart.execute() (#1060255)
|
|
|
1ad863 |
(amulhern)
|
|
|
1ad863 |
- Bump blivet version for changed sanityCheck() interface (amulhern)
|
|
|
213a02 |
- UnmanagedDeviceError and UnknownConnectionError are in the nm module.
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- blivet no longer has a protectedDevices property. (clumens)
|
|
|
1ad863 |
- network: adapt to changed handling of devices without carrier in NM
|
|
|
213a02 |
(#1062417) (rvykydal)
|
|
|
213a02 |
- driverdisk: Rename skip_dds to make pylint happy (bcl)
|
|
|
213a02 |
- driverdisk: Use a single systemd service to start DD UI (#1035663) (bcl)
|
|
|
213a02 |
- driverdisk: Add dd_args_ks handling to driver-updates (#1035663) (bcl)
|
|
|
213a02 |
- driverdisk: Process kickstart driverdisk commands (#1035663) (bcl)
|
|
|
213a02 |
- driverdisk: Handle kickstart driverdisk command (#1035663) (bcl)
|
|
|
213a02 |
- driverdisk: Use getargs instead of the env variable (#1035663) (bcl)
|
|
|
213a02 |
- Remove now-unused isys/devices.[ch]. (clumens)
|
|
|
213a02 |
- Call finalize functions in parent classes. (dshea)
|
|
|
1ad863 |
- Fix crashes in the LayoutIndicator dispose function. (dshea)
|
|
|
1ad863 |
- Require systemd (dshea)
|
|
|
1ad863 |
- Remove the now-unused anaconda_spoke_header.png. (clumens)
|
|
|
213a02 |
- Minor aesthetic cleanups (#1045250). (duffy)
|
|
|
213a02 |
- Add a topbar design to SpokeWindows. (#1045250) (duffy)
|
|
|
213a02 |
- Update the Aarch64 packages to include efibootmgr. (dmarlin)
|
|
|
213a02 |
- Add a sidebar to the standalone and hub windows (#1045250) (duffy)
|
|
|
213a02 |
- Allow specifying an environment in the kickstart file (#1050994). (clumens)
|
|
|
1ad863 |
- The autopart scheme combo should work for creating partitions manually, too.
|
|
|
1ad863 |
(clumens)
|
|
|
213a02 |
|
|
|
213a02 |
* Tue Feb 04 2014 Brian C. Lane <bcl@redhat.com> - 21.20-1
|
|
|
213a02 |
- makebumpver: Any failure should cancel the bump (bcl)
|
|
|
213a02 |
- Add option help text for --image and --dirinstall flags (#1056791) (amulhern)
|
|
|
213a02 |
- Update bumpver to allow Related bugs (bcl)
|
|
|
213a02 |
- Fix up some pylint errors. (clumens)
|
|
|
213a02 |
- If a user has been created, don't allow entering the user spoke (#1058564).
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Tweak passphrase wording a bit. (clumens)
|
|
|
213a02 |
- Tweak the final progress messages to fit on the screen a little better
|
|
|
213a02 |
(#1058463). (clumens)
|
|
|
213a02 |
- Fix iscsi target selection checkbox in GUI (#1058653) (rvykydal)
|
|
|
213a02 |
- network ks: allow setting only hostname with network command (#1051564)
|
|
|
213a02 |
(rvykydal)
|
|
|
213a02 |
- fcoe: add fcoe=<NIC>:<EDB> to boot options for nics added manually (#1040215)
|
|
|
213a02 |
(rvykydal)
|
|
|
213a02 |
- network GUI: ignore fcoe vlan devices (#1051268) (rvykydal)
|
|
|
213a02 |
- Use an unused variable. (dshea)
|
|
|
213a02 |
- Ignore an unused function warning on isys_init (dshea)
|
|
|
213a02 |
- Remove unused isys files. (dshea)
|
|
|
213a02 |
- Fix the handling of realloc failures. (dshea)
|
|
|
213a02 |
- Run cppcheck on the C source files. (dshea)
|
|
|
213a02 |
- Check RAID10 box for BTRFS (#1021856) (amulhern)
|
|
|
1ad863 |
- Make sure directory for DD extraction exists (vpodzime)
|
|
|
213a02 |
- Handle --image arguments more thoroughly (#982164,#994488) (amulhern)
|
|
|
213a02 |
- Remove the border from the custom part notebook. (clumens)
|
|
|
1ad863 |
- Style the Done button to make it more noticable (mizmo). (clumens)
|
|
|
213a02 |
- Change the string used to test for serial console (#1054951) (dmarlin)
|
|
|
1ad863 |
|
|
|
213a02 |
* Tue Jan 28 2014 Brian C. Lane <bcl@redhat.com> - 21.19-1
|
|
|
213a02 |
- Change the reclaim space button rules (#980496) (bcl)
|
|
|
213a02 |
- Revert "Fix up username checking regex a bit." (dshea)
|
|
|
213a02 |
- Fix a pylint-caught problem from my previous cherry-pick. (clumens)
|
|
|
213a02 |
- Give priority to IPv4 addresses when showing VNC & SSH IP (#1056420)
|
|
|
213a02 |
(mkolman)
|
|
|
213a02 |
- Display custom part warnings/errors on the spoke itself (#975840). (clumens)
|
|
|
213a02 |
- Fix listing threads that caused an error (vpodzime)
|
|
|
213a02 |
- Do not add errors item for thread in advance (vpodzime)
|
|
|
213a02 |
- Log exceptions before running exception handling (vpodzime)
|
|
|
213a02 |
- Fix kickstart 'updates' command (#1056727) (wwoods)
|
|
|
213a02 |
- Fix exitHandler loop deactivation (bcl)
|
|
|
213a02 |
- Show hidden disk images (#1034996) (bcl)
|
|
|
1ad863 |
- Fix pylint errors (dshea)
|
|
|
213a02 |
- Provide a maximum width to the betanag dialog. (clumens)
|
|
|
213a02 |
- Don't include zero sized disks in the custom part UI either (#903131).
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Move the Quit button to the right and make it consistently sized (#1038802).
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- "Delete All" on the reclaim dialog should not delete hdiso source (#980496).
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Add a scrollbar to the error dialog (#1021506). (clumens)
|
|
|
213a02 |
- Change the product name we key off (#1055019). (clumens)
|
|
|
213a02 |
- Another dracut pylint change. (dshea)
|
|
|
213a02 |
- Fix page logic in driver selection (#1055333) (bcl)
|
|
|
213a02 |
- Give users way to select DD ISO interactively (#1036765) (vpodzime)
|
|
|
213a02 |
- Make network-fetched driver disk .iso files work (#1003595) (vpodzime)
|
|
|
213a02 |
- Disable pylint messages too annoying to deal with. (dshea)
|
|
|
213a02 |
- Fix unused variable warnings (dshea)
|
|
|
213a02 |
- Remove unused imports (dshea)
|
|
|
213a02 |
- Specify string format arguments as logging function parameters (dshea)
|
|
|
213a02 |
- Remove the raidstart and raidstop commands (dshea)
|
|
|
213a02 |
- Expand the reach of pylint (dshea)
|
|
|
213a02 |
- Put Xorg on tty6 in accordance with Ancient Anaconda Tradition (#980062)
|
|
|
213a02 |
(wwoods)
|
|
|
213a02 |
- Fix the handling of kickstart NFS repos with options (#1045528) (dshea)
|
|
|
213a02 |
- Skip empty layout-variant specifications when setting layouts (#1057442)
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
|
|
|
213a02 |
* Thu Jan 23 2014 Brian C. Lane <bcl@redhat.com> - 21.18-1
|
|
|
213a02 |
- Use validate_label to check whether label should be updated (#1038590)
|
|
|
213a02 |
(amulhern)
|
|
|
213a02 |
- Always reject label if the format exists (#1038590) (amulhern)
|
|
|
213a02 |
- Make label field always sensitive (#1038590) (amulhern)
|
|
|
213a02 |
- Save module list after initial module load (#1050352) (bcl)
|
|
|
213a02 |
- Require gtk3 and glib2 documentation to build (dshea)
|
|
|
213a02 |
- Rename get_widgets_datadir to anaconda_get_widgets_datadir. (dshea)
|
|
|
213a02 |
- Include the annotation-glossary (dshea)
|
|
|
213a02 |
- Set device.format.label field close to where we read it (#1056139) (amulhern)
|
|
|
213a02 |
- Install the rpmrc file to the initrd.img (#1016004) (vpodzime)
|
|
|
213a02 |
- Give users hint about VNC password restrictions (#1053546) (vpodzime)
|
|
|
213a02 |
- Be more liberal in what is accepted as a size unit. (dshea)
|
|
|
213a02 |
- Remove en_spec parameters from blivet.size.Size. (dshea)
|
|
|
213a02 |
|
|
|
213a02 |
* Tue Jan 21 2014 Brian C. Lane <bcl@redhat.com> - 21.17-1
|
|
|
213a02 |
- Test for DataHolder Class (#1034427) (bcl)
|
|
|
213a02 |
- Use DataHolder for TUI nfs data (#1034427) (bcl)
|
|
|
213a02 |
- Add DataHolder class (#1034427) (bcl)
|
|
|
213a02 |
- Handle inst.{gpt,dnf,extlinux} using cmdline.getbool() (wwoods)
|
|
|
213a02 |
- Drop unreferenced 'useIPv[46]' flag (wwoods)
|
|
|
213a02 |
- Don't force shell on tty2 (#980062) (wwoods)
|
|
|
213a02 |
- add comment about boot-options.txt (wwoods)
|
|
|
213a02 |
- Add support for getting stage2 image from boot.iso (#1035514) (mkolman)
|
|
|
213a02 |
- Various changes to handling of filesystem label setting (#1038590) (amulhern)
|
|
|
213a02 |
- Fix translation context on the storage options dialogs. (clumens)
|
|
|
1ad863 |
- Fix problems going into custom partitioning with the new work flow. (clumens)
|
|
|
213a02 |
- Don't show actions next to free space lines in the reclaim dialog (#1054208).
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- If there's a label in the ISO device combo, put it on a new line (#1031727).
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Make the device name in a MountpointSelector less wide (#1048583). (clumens)
|
|
|
213a02 |
- If a root password is set, don't show the spoke (#910355, #1041405).
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Check for certain disk attrs before trying to access them. (#1053055)
|
|
|
1ad863 |
(sbueno+anaconda)
|
|
|
213a02 |
- Use gtk_get_locale_direction. (dshea)
|
|
|
213a02 |
- Always run efibootmgr from ROOT_PATH (bcl)
|
|
|
213a02 |
- A class for scheduling Gtk actions and running them all at once (vpodzime)
|
|
|
213a02 |
- Remove some leftover float conversions. (dshea)
|
|
|
213a02 |
- Use uint64 for the resize target size. (dshea)
|
|
|
1ad863 |
- Return program output as a string instead of a list (dshea)
|
|
|
213a02 |
- Implement and use a function for one-off running Gtk actions (vpodzime)
|
|
|
1ad863 |
- Be more defensive when getting layouts and their variants (vpodzime)
|
|
|
1ad863 |
- Implement and use functions for conversion between keymaps and layouts
|
|
|
1ad863 |
(vpodzime)
|
|
|
213a02 |
- Fix reset of existing device to its original size. (dlehman)
|
|
|
213a02 |
- Don't disable checks for global at the module level. (dshea)
|
|
|
213a02 |
- Clean up the pylint-false-positives. (dshea)
|
|
|
213a02 |
- Remove pylint comments that are no longer necessary (dshea)
|
|
|
213a02 |
- Allow pylint-false-positives to end with a newline (dshea)
|
|
|
213a02 |
- Change storage widget visibility based on disks selected. (clumens)
|
|
|
213a02 |
- Rename widgets in the two remaining options dialogs. (clumens)
|
|
|
213a02 |
- Allow going to the reclaim dialog even for autopart (#1014671). (clumens)
|
|
|
213a02 |
- Add the autopart type combo to custom storage (#1014671). (clumens)
|
|
|
213a02 |
- Tweak DiskOverview spacing a little bit (#1014671). (clumens)
|
|
|
213a02 |
- Add custom part and encryption buttons to the main storage spoke (#1014671).
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Remove the existing install_options1 dialog, rename the others (#1014671).
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Grow the spoke gradient image to fit the nav_area (#1035772). (clumens)
|
|
|
213a02 |
- Additional completion checks in network spoke. (#1044571) (sbueno+anaconda)
|
|
|
213a02 |
- Fix problems reported by pylint (dshea)
|
|
|
213a02 |
- Decode potentially 8-bit strings in TUI windows (dshea)
|
|
|
213a02 |
|
|
|
213a02 |
* Fri Jan 10 2014 Brian C. Lane <bcl@redhat.com> - 21.16-1
|
|
|
213a02 |
- Use blivet.size.Size for all size quantities. (dlehman)
|
|
|
213a02 |
- make anaconda-shell (wwoods)
|
|
|
213a02 |
- handle "ks=cdrom[:<path>]" on systems with multiple CDs (#1049237) (wwoods)
|
|
|
213a02 |
- dracut: add when_any_cdrom_appears for cdrom autoprobe (wwoods)
|
|
|
213a02 |
- dracut: minor shell cleanup (wwoods)
|
|
|
213a02 |
- fix inst.noshell (#807703) (wwoods)
|
|
|
213a02 |
- Error gracefully if we have a question in cmdline mode. (#869731)
|
|
|
213a02 |
(sbueno+anaconda)
|
|
|
1ad863 |
- Verify that designated label can be set (#1038590) (amulhern)
|
|
|
1ad863 |
- Do not change sensitivity of label field (#1038590) (amulhern)
|
|
|
213a02 |
- Make the clear icon functional in language spoke. (sbueno+anaconda)
|
|
|
213a02 |
- Fix the translated pango markup check (dshea)
|
|
|
213a02 |
- Remove iutil.strip_markup. (dshea)
|
|
|
213a02 |
- Pass additional command-line arguments to pylint (dshea)
|
|
|
213a02 |
- Fix and ignore markup warnings where appropriate (dshea)
|
|
|
213a02 |
- Check that the Pango markup in glade files is valid (dshea)
|
|
|
213a02 |
- Added a pylint module to check pango markup. (dshea)
|
|
|
213a02 |
- Split the po-based translation code into a separate file. (dshea)
|
|
|
213a02 |
- Fix bool parsing of boot options with inst. prefix (#1044391) (mkolman)
|
|
|
213a02 |
- Use vc_keymap as X layout only if we get nothing from localed (#1048592)
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
- Warn user if entering LUKS password with non-ASCII characters (#1039168)
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
- Add back some erroneously removed set_use_underline calls (dshea)
|
|
|
213a02 |
- Only show the "DATA" heading if there are data mount points under it.
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Don't allow the advanced user dialog to be saved with errors (dshea)
|
|
|
213a02 |
- Move the add_check stuff into helper classes. (dshea)
|
|
|
213a02 |
- Remove the UID and GID maximums. (#978846) (dshea)
|
|
|
213a02 |
- Fix an invalid mnemonic widget reference in passphrase entry (dshea)
|
|
|
213a02 |
- Added checks for some potential issues in glade files (dshea)
|
|
|
213a02 |
- Remove scrot dependency for global screenshot support (mkolman)
|
|
|
213a02 |
- Fix mnemonic widget reference id (vpodzime)
|
|
|
1ad863 |
|
|
|
213a02 |
* Tue Jan 07 2014 Brian C. Lane <bcl@redhat.com> - 21.15-1
|
|
|
213a02 |
- Use the new Gtk.ListBox for displaying environments and addons (#1039683).
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Display additional disk attributes in TUI storage spoke. (#1024760)
|
|
|
213a02 |
(sbueno+anaconda)
|
|
|
213a02 |
- Fix 'select all disks' logic in TUI storage spoke. (sbueno+anaconda)
|
|
|
213a02 |
- Ignore the compile script (dshea)
|
|
|
213a02 |
- network GUI: don't crash when wifi is activated in standalone spoke
|
|
|
213a02 |
(#1046138) (rvykydal)
|
|
|
213a02 |
- Use the right test for there being any storage actions. (clumens)
|
|
|
213a02 |
- Only display the actions summary dialog if there are any actions (#1030511).
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Do not support kickstart+live installs (#1027160). (clumens)
|
|
|
213a02 |
- We no longer directly use libnl (#1034830). (clumens)
|
|
|
213a02 |
- Remove _transactionErrors from yumpayload.py. (clumens)
|
|
|
213a02 |
- Move xhost handling to the xinit script (#1045280) (dshea)
|
|
|
213a02 |
- Check for ready before baseRepo in completed (#1044985) (bcl)
|
|
|
213a02 |
- Treat the output of vncpasswd as binary data, since it is (#1045119) (dshea)
|
|
|
213a02 |
- Add iutil.exec* options for handling binary data (dshea)
|
|
|
1ad863 |
- Print a message and exit if a user attempts to upgrade via kickstart. (dshea)
|
|
|
f56914 |
|
|
|
213a02 |
* Wed Dec 18 2013 Brian C. Lane <bcl@redhat.com> - 21.14-1
|
|
|
213a02 |
- Fix the release notes image cycler. (#1043393) (dshea)
|
|
|
213a02 |
- Do not schedule resize actions for non-resizing requests (#1039491)
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
- Use ceil for minSize in resize dialog (#1040012) (bcl)
|
|
|
213a02 |
- Use integer numbers of megabytes in the Reclaim dialog (#1040012) (vpodzime)
|
|
|
213a02 |
- fcoe gui: repopulate device tree only if device was actually added (#1039223)
|
|
|
213a02 |
(rvykydal)
|
|
|
213a02 |
- Exclude FCoE disks from local disks (#1039223) (rvykydal)
|
|
|
213a02 |
- fcoe: repopulate devicetree after adding FCoE SAN (#1039223) (rvykydal)
|
|
|
213a02 |
- Add initial 64-bit ARM aarch64 EFI support (#1034428) (dmarlin)
|
|
|
213a02 |
- Rename network spoke header (mkolman)
|
|
|
213a02 |
- Show the Shell spoke in debug mode (vpodzime)
|
|
|
213a02 |
- Accept only .iso files from the IsoChooser dialog (#1015169) (vpodzime)
|
|
|
213a02 |
- Just run the IsoChooser dialog lightbox (vpodzime)
|
|
|
213a02 |
- Use libxklavier's new methods instead of our nasty hack (vpodzime)
|
|
|
213a02 |
- Move atexit registration before running rescue mode (#1038855) (vpodzime)
|
|
|
213a02 |
- Only display the addon separator if there's a reason to. (clumens)
|
|
|
213a02 |
- Stop using deprecated gtk margin functions. (clumens)
|
|
|
213a02 |
- Fix the check_accelerators srcdir path. (dshea)
|
|
|
213a02 |
- Show msg in TUI if user attempts to create invalid username. (#965561)
|
|
|
f56914 |
(sbueno+anaconda)
|
|
|
213a02 |
- Fix up username checking regex a bit. (sbueno+anaconda)
|
|
|
213a02 |
- Fix default device for ks=cdrom (#1042500) (bcl)
|
|
|
213a02 |
- createUser is already in a chroot (#1038241) (bcl)
|
|
|
213a02 |
- Skip checks on files that are not staged for commit. (dshea)
|
|
|
213a02 |
- Allow catching exceptions from threads (vpodzime)
|
|
|
213a02 |
- Enable warnings about abstract methods not overridden (dshea)
|
|
|
213a02 |
- Provide empty methods to override abstract parent methods. (dshea)
|
|
|
213a02 |
- Implement status in StandaloneSpoke. (dshea)
|
|
|
213a02 |
- Move a bunch of abstract methods from Payload to PackagePayload (dshea)
|
|
|
213a02 |
- Remove some methods from packaging.Payload. (dshea)
|
|
|
213a02 |
- Disable abstract method warnings in intermediate abstract classes. (dshea)
|
|
|
213a02 |
- Remove Personalization spoke (dshea)
|
|
|
213a02 |
- Remove some vestigal code from an earlier version of GUICheck (dshea)
|
|
|
213a02 |
|
|
|
213a02 |
* Thu Dec 12 2013 Brian C. Lane <bcl@redhat.com> - 21.13-1
|
|
|
213a02 |
- Refresh environment addons on source change (#1033749) (bcl)
|
|
|
213a02 |
- Fix selector device matching for unallocated partitions. (#1039292) (dlehman)
|
|
|
213a02 |
- Rename the network config spoke a little bit. (clumens)
|
|
|
213a02 |
- Don't encrypt device if container is encrypted (bcl)
|
|
|
213a02 |
- network: add s390 options in ifcfgs generated from kickstart (#1031376)
|
|
|
213a02 |
(rvykydal)
|
|
|
213a02 |
- Remove enablement of whiteout/blackout plugins, and the requires on anaconda-
|
|
|
213a02 |
yum-plugins. (notting)
|
|
|
213a02 |
- Fix checking if we are collecting our module (vpodzime)
|
|
|
213a02 |
- Remove an unnecessary continue statement in the potfiles check (vpodzime)
|
|
|
213a02 |
- Use sys.exit instead of os._exit in the potfiles test (vpodzime)
|
|
|
213a02 |
- List addons in exception report data (vpodzime)
|
|
|
213a02 |
- Make Hub.storage and Spoke.storage a property (dshea)
|
|
|
213a02 |
- Fix the botched helperization of StorageChecker (dshea)
|
|
|
213a02 |
- Disable tmpfs in the GUI (#1039511) (mkolman)
|
|
|
213a02 |
- Don't crash on NTP lookup without network (#1026079) (mkolman)
|
|
|
213a02 |
- Don't rely on Gtk being importable for exception handling (vpodzime)
|
|
|
213a02 |
- Support rnotes in SVG format (#1034407). (clumens)
|
|
|
213a02 |
- Fix a couple warnings from -Werror=format-security (#1036989). (clumens)
|
|
|
213a02 |
- Use abstract base classes for mixins. (dshea)
|
|
|
213a02 |
- Display free space remaining in containers (#1035832). (clumens)
|
|
|
213a02 |
- Make sure url and mirrorlist are not set at once (#1026834) (mkolman)
|
|
|
213a02 |
- if rootfs is btrfs, add rootflags=subvol to kernel parameters (gene)
|
|
|
213a02 |
- add ro to bootloader kernel parameters (gene)
|
|
|
213a02 |
- Added missing entries to POTFILES.in (dshea)
|
|
|
213a02 |
- Add a check that files with translatable strings are in POTFILES.in (dshea)
|
|
|
213a02 |
- Fix the handling of renames in the pylint git hook. (dshea)
|
|
|
213a02 |
- Remove startup-id from AnacondaBaseWindow. (dshea)
|
|
|
213a02 |
|
|
|
213a02 |
* Wed Dec 04 2013 Brian C. Lane <bcl@redhat.com> - 21.12-1
|
|
|
213a02 |
- Handle cancelation of device resize in the custom spoke. (#1027947) (dlehman)
|
|
|
213a02 |
- Disallow /boot on lvm until grub2 fully supports it. (#1036705) (dlehman)
|
|
|
213a02 |
- Disallow /boot on btrfs subvolume until grubby supports it. (#864198)
|
|
|
213a02 |
(dlehman)
|
|
|
213a02 |
- Remove an empty initialize function. (clumens)
|
|
|
213a02 |
- Move PathDict into pyanaconda/ui/__init__.py. (clumens)
|
|
|
213a02 |
- Add one more directory for ignoring test log files (dshea)
|
|
|
213a02 |
- Defer translation of device_type_name (dshea)
|
|
|
213a02 |
- Disable pylint errors about gobject-introspection methods (dshea)
|
|
|
213a02 |
- Remove unused variables (dshea)
|
|
|
213a02 |
- Document the instl.multilib boot option (vpodzime)
|
|
|
213a02 |
- Minor tweak of our driver disk documentation (vpodzime)
|
|
|
213a02 |
- network: GUI, don't ask for wifi secrets upon Configure (#1033073) (rvykydal)
|
|
|
213a02 |
- network: GUI, add support for virtual devices removing (#1030870) (rvykydal)
|
|
|
213a02 |
- network: fix naming of slave ifcfg files from kickstart (#1036047) (rvykydal)
|
|
|
213a02 |
- network: GUI, handle virtual devices (bond, vlan, team) properly (#1036047)
|
|
|
213a02 |
(rvykydal)
|
|
|
213a02 |
- Change how we test if the GUI is available in the anaconda script. (clumens)
|
|
|
213a02 |
- Update boot-options.txt. (amulhern)
|
|
|
213a02 |
- Omit /dev/sr* from list-harddrives (#1032500) (sbueno+anaconda)
|
|
|
213a02 |
- Fix EditTUISpoke to operate only on visible entries (vpodzime)
|
|
|
213a02 |
- Don't try to investigate empty string for unicode chars (#1035799) (vpodzime)
|
|
|
213a02 |
- Fix issues reported by the check_pw_visibility test (vpodzime)
|
|
|
213a02 |
- Add check testing visibility of password entries (vpodzime)
|
|
|
213a02 |
- Put tests of .glade files into a separate directory (vpodzime)
|
|
|
213a02 |
- Save a reference to the imported Xkl module for get_current_layout (dshea)
|
|
|
213a02 |
- Fix the Makefile.am subdirs for widget data. (dshea)
|
|
|
213a02 |
- Fix some pylint warnings. (clumens)
|
|
|
213a02 |
- Switch to libtimezonemap for the timezone map. (dshea)
|
|
|
213a02 |
- Set the _config_dialog property during __init__. (dshea)
|
|
|
213a02 |
- Fix handling of long release ids (mkolman)
|
|
|
213a02 |
- Store older valid packages in separate folder (mkolman)
|
|
|
213a02 |
- Fetch older valid releases (mkolman)
|
|
|
213a02 |
- Import Xkl only when really needed (vpodzime)
|
|
|
213a02 |
- Global screenshot support (#1025038) (mkolman)
|
|
|
213a02 |
- Require new version of python-blivet (vpodzime)
|
|
|
213a02 |
- Hide password characters in iSCSI login fields (#1034202) (vpodzime)
|
|
|
213a02 |
- Use format names instead of types in the resize dialog (vpodzime)
|
|
|
213a02 |
- Do not write out the vconsole.keymap boot option (#1035316) (vpodzime)
|
|
|
213a02 |
|
|
|
213a02 |
* Wed Nov 27 2013 Brian C. Lane <bcl@redhat.com> - 21.11-1
|
|
|
213a02 |
- Use raid RAID level constants instead of mdraid RAID level constants.
|
|
|
f56914 |
(amulhern)
|
|
|
213a02 |
- Use level objects instead of level integer codes. (amulhern)
|
|
|
213a02 |
- clear software environment (#1029536) (bcl)
|
|
|
213a02 |
- Update source on errors (#1030997) (bcl)
|
|
|
213a02 |
- Fix errors in kickstart.py. (dshea)
|
|
|
213a02 |
- Update gettext.txt (dshea)
|
|
|
213a02 |
- Don't allow bootloader and /boot on iSCSI on s390 (#1034222) (vpodzime)
|
|
|
213a02 |
- Round float values coming from the Gtk stack (#1013586) (vpodzime)
|
|
|
213a02 |
- Generate missing machine-id (bcl)
|
|
|
213a02 |
- Fix problems reported by pylint. (dshea)
|
|
|
213a02 |
- Add HDD ISO support for TUI (#1000327) (mkolman)
|
|
|
213a02 |
- Use a directory in build tree for pylint data. (dshea)
|
|
|
213a02 |
- Remove MOSTLYCLEANDIRS from Makefile.am (dshea)
|
|
|
213a02 |
- fixup spec for fedup (bcl)
|
|
|
213a02 |
|
|
|
213a02 |
* Mon Nov 25 2013 Brian C. Lane <bcl@redhat.com> - 21.10-1
|
|
|
213a02 |
- Cleanup anaconda.spec.in (bcl)
|
|
|
213a02 |
- Handle non-leaf btrfs volumes with mountpoints. (#1016959) (dlehman)
|
|
|
213a02 |
- Use en_spec for blivet Size spec strings with constant components. (#1029616)
|
|
|
213a02 |
(dshea)
|
|
|
213a02 |
- The gui and tui subpackages cannot be noarch (vpodzime)
|
|
|
213a02 |
- Cleanup unused and overly complicated stuff in isys (vpodzime)
|
|
|
213a02 |
- DNFPayload: tweak to the API changes in dnf-0.4.8 (ales)
|
|
|
213a02 |
- Don't use cached packages with different release id (mkolman)
|
|
|
213a02 |
|
|
|
213a02 |
* Fri Nov 22 2013 Brian C. Lane <bcl@redhat.com> - 21.9-1
|
|
|
213a02 |
- Add a test for accesses of yum.preconf outside of _resetYum. (clumens)
|
|
|
213a02 |
- Remove base_repo cache (#1011555) (bcl)
|
|
|
213a02 |
- Make _yum.preconf setup atomic (#1028245) (bcl)
|
|
|
213a02 |
- Remove threading from getBaseRepo handling (#1011555) (bcl)
|
|
|
213a02 |
- If there are incomplete spokes, let the user know which (#1032801). (clumens)
|
|
|
213a02 |
- tui: show Processing while source is busy (bcl)
|
|
|
213a02 |
- tui: wait for threads before entering source and software (#1032823) (bcl)
|
|
|
213a02 |
- clear errors when metadata is ok in tui source spoke (#1006570) (bcl)
|
|
|
213a02 |
- Fix parallel pylint in distcheck. (dshea)
|
|
|
213a02 |
|
|
|
213a02 |
* Wed Nov 20 2013 Brian C. Lane <bcl@redhat.com> - 21.8-1
|
|
|
213a02 |
- Fix geolocation on live installs (mkolman)
|
|
|
213a02 |
- Ignore the pylint warning on importing GraphicalUserInterface. (clumens)
|
|
|
213a02 |
- Fall back to text mode if GUI is not available (vpodzime)
|
|
|
213a02 |
- Get rid of unused isys.isCapsLockEnabled function (vpodzime)
|
|
|
213a02 |
- Don't rely on having zenity and require it only for GUI (vpodzime)
|
|
|
213a02 |
- No longer need the Gconf2 package (vpodzime)
|
|
|
213a02 |
- Split out anaconda's user interfaces into separate packages (vpodzime)
|
|
|
213a02 |
- Do not include tzmapdata into the main package (vpodzime)
|
|
|
213a02 |
- Create directories for stubs if they don't exist (vpodzime)
|
|
|
213a02 |
- Do not try to fetch our own packages that will be built (vpodzime)
|
|
|
213a02 |
- Remove the unused flags import from installclass.py. (clumens)
|
|
|
213a02 |
- Fix logging of pylint-one output (bcl)
|
|
|
213a02 |
- Do yum lock logging only with inst.debug or loglevel=debug (vpodzime)
|
|
|
213a02 |
- Don't panic on installclasses failing with inst.debug (vpodzime)
|
|
|
213a02 |
|
|
|
213a02 |
* Mon Nov 18 2013 Brian C. Lane <bcl@redhat.com> - 21.7-1
|
|
|
213a02 |
- Expand the use of ANACONDA_WIDGETS_DATADIR. (dshea)
|
|
|
213a02 |
- Make thread manager operations atomic (#1029898) (mkolman)
|
|
|
213a02 |
- Run pylint in multiple processes (vpodzime)
|
|
|
213a02 |
- Fix how "changed" signal is emitted on the TreeSelection (vpodzime)
|
|
|
213a02 |
- Pass biosdevname boot option to installed system (#1023609) (rvykydal)
|
|
|
213a02 |
- network: update required NetworkManager version (team support) (rvykydal)
|
|
|
213a02 |
- Use timing decorator for more actions (vpodzime)
|
|
|
213a02 |
- Add test for the have_word_match function (vpodzime)
|
|
|
213a02 |
- A nice decorator making Anaconda's GUI more responsive (vpodzime)
|
|
|
213a02 |
- Short-circuit layouts matching (vpodzime)
|
|
|
213a02 |
- Enforce upper bound for resize. (#1027947) (dlehman)
|
|
|
213a02 |
- Fix some pylint problems in network.py. (clumens)
|
|
|
213a02 |
- Add an updates location for the AnacondaWidgets overrides (dshea)
|
|
|
213a02 |
- Fix typo (#1003591) (rvykydal)
|
|
|
213a02 |
- network: call GDBus proxy methods like python (rvykydal)
|
|
|
213a02 |
- network: add team support for kickstart %%pre phase (#1003591) (rvykydal)
|
|
|
213a02 |
- network: generate kickstart commands for team devices (#1003591) (rvykydal)
|
|
|
213a02 |
- network: support for adding team devices (#1003591) (rvykydal)
|
|
|
213a02 |
- network: display team devices in status (#1003591) (rvykydal)
|
|
|
213a02 |
- network: add team support to kickstart (#1003591) (rvykydal)
|
|
|
213a02 |
- Initialize the AddLayouts dialog in advance in the KeyboardSpoke (vpodzime)
|
|
|
213a02 |
- Add function to map functions on items in the main thread (vpodzime)
|
|
|
213a02 |
- Allow having unique thread names with given prefix (vpodzime)
|
|
|
213a02 |
- Remove an unused and non-working leftover function resetResolve (vpodzime)
|
|
|
213a02 |
- Always center dialogs shown on top of lightbox (vpodzime)
|
|
|
213a02 |
- Set spokes' distribution and beta warning only once (vpodzime)
|
|
|
213a02 |
- use deepcopy on ksdata method (#1028243) (bcl)
|
|
|
213a02 |
- Change source spoke proxy handling to use local copy (#967805) (bcl)
|
|
|
213a02 |
- Apply a little tweak to the VNC password length message. (clumens)
|
|
|
213a02 |
- Match layouts with stripped accents in AddLayout dialog (vpodzime)
|
|
|
213a02 |
- Sort layout descriptions properly (#1026238) (vpodzime)
|
|
|
213a02 |
- Make AddLayout dialog persistent (vpodzime)
|
|
|
213a02 |
- Use Sphinx syntax in the iutil module (vpodzime)
|
|
|
213a02 |
- Warn if vnc passwd is longer than 8 chars (hamzy)
|
|
|
213a02 |
- Don't try to unicode unicode strings (#1029109) (vpodzime)
|
|
|
213a02 |
- Add tmpfs support (#918621) (mkolman)
|
|
|
213a02 |
- Added a few things that autoscan complained about (dshea)
|
|
|
213a02 |
- Actually use the config header we generate (dshea)
|
|
|
213a02 |
- Redirect pylint stderr to stdout (dshea)
|
|
|
213a02 |
- Fix the handling of files generated for xgettext (dshea)
|
|
|
213a02 |
- Use gettext to process glade files. (dshea)
|
|
|
213a02 |
- Always use $prefix in directory names. (dshea)
|
|
|
213a02 |
- Pass --enable-gtk-doc to configure in distcheck (dshea)
|
|
|
213a02 |
- Fix the liveinst install/uninstall hooks (dshea)
|
|
|
213a02 |
- Clean up after intltool (dshea)
|
|
|
213a02 |
- Add missing files to dist (dshea)
|
|
|
213a02 |
- DNFPayload: tweak to the API changes in dnf-0.4.7. (ales)
|
|
|
213a02 |
- Add tests for iutil (mkolman)
|
|
|
f56914 |
|
|
|
213a02 |
* Fri Nov 08 2013 Brian C. Lane <bcl@redhat.com> - 21.6-1
|
|
|
213a02 |
- Fix typos in translation functions (dshea)
|
|
|
213a02 |
- Put the cityCompletion back on the list of widgets (vpodzime)
|
|
|
213a02 |
- Do not translate strings defined at the module or class level. (clumens)
|
|
|
213a02 |
- Fix a couple places where we're doing %% inside of _(). (clumens)
|
|
|
213a02 |
- Add a custom pylint module to check i18n problems. (clumens)
|
|
|
213a02 |
- Remove an unused import. (clumens)
|
|
|
213a02 |
- Provide our own sorting functions for regions and timezones (#1025029)
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
- Set locale for our process (vpodzime)
|
|
|
213a02 |
- Translate timezones in GUI (vpodzime)
|
|
|
213a02 |
- network gui: add apply tooltip to Configure button (#1018471) (rvykydal)
|
|
|
213a02 |
- Make dialog return code checking more robust (amulhern)
|
|
|
213a02 |
- Show last 4 bytes of wwid (#1024966) (jstodola)
|
|
|
213a02 |
- Handle focus changes of MountpointSelectors from outside (#975838) (vpodzime)
|
|
|
213a02 |
- network: do not crash when device for network --device is not found
|
|
|
213a02 |
(#1023829) (rvykydal)
|
|
|
213a02 |
- Log continuing from hub if there are no spokes (vpodzime)
|
|
|
213a02 |
- Updates to boot-options.txt document (#1026449) (amulhern)
|
|
|
213a02 |
- No longer install anaconda user documentation (#1026449) (amulhern)
|
|
|
213a02 |
|
|
|
213a02 |
* Fri Nov 01 2013 Brian C. Lane <bcl@redhat.com> - 21.5-1
|
|
|
213a02 |
- Fix spoke sorting issues in text-mode. (#929177) (sbueno+anaconda)
|
|
|
213a02 |
- Send the continue click after the queue is empty (#1025347) (bcl)
|
|
|
213a02 |
- No longer use summary screen visit to decide whether bootloader has been
|
|
|
213a02 |
configured (#1025811) (amulhern)
|
|
|
213a02 |
- Remove the bootloader line from the interactive kickstart file (#1025811)
|
|
|
213a02 |
(amulhern)
|
|
|
213a02 |
- Set bootloader default location to mbr in constructor (#1025811) (amulhern)
|
|
|
213a02 |
- Remove column titles from the software spoke. (dshea)
|
|
|
213a02 |
- Fix the selection of default groups (#1023263) (dshea)
|
|
|
213a02 |
- Use the default yscale for the HubWindow alignment (dshea)
|
|
|
213a02 |
- Fix kickstart block device resolution. (#1022206) (dlehman)
|
|
|
213a02 |
- Specify query territory when getting language native name (vpodzime)
|
|
|
213a02 |
- Get rid of trailing whitespace (vpodzime)
|
|
|
213a02 |
- Export the right classes from the tui.spokes package (vpodzime)
|
|
|
213a02 |
- Define newLayoutStore before it is used by the filter (vpodzime)
|
|
|
213a02 |
|
|
|
213a02 |
* Wed Oct 30 2013 Brian C. Lane <bcl@redhat.com> - 21.4-1
|
|
|
213a02 |
- Fix up a couple more pylint errors. (clumens)
|
|
|
213a02 |
- Add check for Linux HFS+ ESP on Mac (#1010495) (bcl)
|
|
|
213a02 |
- Update bootDrive info when storage config updated in text-mode. (#861018)
|
|
|
213a02 |
(sbueno+anaconda)
|
|
|
213a02 |
- Remove the special handling for en (dshea)
|
|
|
213a02 |
- Ignore SIGINT (#1024822) (amulhern)
|
|
|
213a02 |
- Don't show language twice for keyboard layouts (#1021907) (petersen)
|
|
|
213a02 |
- Make Software spoke ready even if there is no repo (#1010348) (vpodzime)
|
|
|
213a02 |
- Use decorator for methods that invalidate base repo cache (vpodzime)
|
|
|
213a02 |
- Use cache for base repo if possible (vpodzime)
|
|
|
213a02 |
- Make sure to actually set the autopart flag when needed. (#1023554) (dlehman)
|
|
|
213a02 |
- Fix Gtk errors about list store columns (dshea)
|
|
|
213a02 |
- Fix the layout up and down button sensitivies. (dshea)
|
|
|
213a02 |
- Fix the Gkbd spec string for layouts with no variant (dshea)
|
|
|
213a02 |
- pylint wants regexes with backslashes to be specified with 'r'. (clumens)
|
|
|
213a02 |
- Add ack flag checking to makebumpver (bcl)
|
|
|
213a02 |
- Correctly accept 'sshd' boot arg as alias for 'inst.sshd' (#924157) (wwoods)
|
|
|
213a02 |
- Only eject CDROM devices we're actually using (#949919) (wwoods)
|
|
|
213a02 |
- mem may not exist when it's printed out in these error messages. (clumens)
|
|
|
213a02 |
|
|
|
213a02 |
* Fri Oct 25 2013 Brian C. Lane <bcl@redhat.com> - 21.3-1
|
|
|
213a02 |
- Reset _proxyChange when a change is triggered (bcl)
|
|
|
213a02 |
- Setup No Update checkbox correctly (#1016801) (bcl)
|
|
|
213a02 |
- Fall back to closest mirror in source (#1016801) (bcl)
|
|
|
213a02 |
- anaconda-dracut: fix ks failure with hd:<dev>:some/path.ks (wwoods)
|
|
|
213a02 |
- Make sure lower bound for resize is applied. (#986575) (dlehman)
|
|
|
213a02 |
- Use devicetree to resolve device specs in kickstart. (#1022206) (dlehman)
|
|
|
213a02 |
- Disregard raid level combo when it isn't applicable. (#1022203) (dlehman)
|
|
|
213a02 |
- Mountpoint is an attr of the format, not the device. (#892747) (dlehman)
|
|
|
213a02 |
- Add bootloader execute before autopart (#1021258) (bcl)
|
|
|
213a02 |
- Do error checking of repository names on "Installation Source" screen.
|
|
|
213a02 |
(amulhern)
|
|
|
213a02 |
- Avoid configure-event loops. (#1021511) (dshea)
|
|
|
213a02 |
|
|
|
213a02 |
* Wed Oct 23 2013 Brian C. Lane <bcl@redhat.com> - 21.2-1
|
|
|
213a02 |
- remove signal disconnect (#996899) (bcl)
|
|
|
213a02 |
- Re-saved every glade file with glade-3.16.0 (dshea)
|
|
|
213a02 |
- Fix pylint errors in network.py. (clumens)
|
|
|
f56914 |
- Always use decimal notation for Size specs (dshea)
|
|
|
213a02 |
- network kickstart: add support for devices configured in %%pre (#1019796)
|
|
|
213a02 |
(rvykydal)
|
|
|
f56914 |
- network gui: make Configure button insensitive when no ap is selected
|
|
|
213a02 |
(#1015212) (rvykydal)
|
|
|
213a02 |
- Encode possible unicode objects before calling str() on them (vpodzime)
|
|
|
213a02 |
- Fix a typo in function documentation (vpodzime)
|
|
|
213a02 |
- Use more general status for installations from media (#1017703) (vpodzime)
|
|
|
213a02 |
|
|
|
213a02 |
* Mon Oct 21 2013 Brian C. Lane <bcl@redhat.com> - 21.1-1
|
|
|
213a02 |
- Adds additional debug logging to yumpayload.py. (amulhern)
|
|
|
213a02 |
- Handle invalid JSON in geoloc (#1021410) (dshea)
|
|
|
213a02 |
- Revert "Only prompt for LUKS password if the user has chosen to configure
|
|
|
213a02 |
automatically." (amulhern)
|
|
|
213a02 |
- Add context support to check_accelerators (dshea)
|
|
|
213a02 |
- Added translation contexts to the TUI. (dshea)
|
|
|
213a02 |
- Added translation contexts to the GUI. (dshea)
|
|
|
213a02 |
- Add support for context-based translations (dshea)
|
|
|
213a02 |
- Reset checks on both password fields. (#1020580) (dshea)
|
|
|
213a02 |
- Fix swaps added to fstab for noformat (gene)
|
|
|
213a02 |
- Don't update hub's continue button and label for every spoke (#1020373)
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
- Add storage tests. (clumens)
|
|
|
213a02 |
- Add option to select all hard drives in text mode. (#965580)
|
|
|
213a02 |
(sbueno+anaconda)
|
|
|
213a02 |
- BootLoaderError should not reset storage (#1019541) (bcl)
|
|
|
213a02 |
- Only prompt for LUKS password if the user has chosen to configure
|
|
|
213a02 |
automatically. (amulhern)
|
|
|
213a02 |
- Remove an unused string (dshea)
|
|
|
213a02 |
- Translate AM and PM (dshea)
|
|
|
213a02 |
- Translate strings marked as translatable (dshea)
|
|
|
213a02 |
- network gui spoke: use GDBus to obtain list of settings (#1018467) (rvykydal)
|
|
|
213a02 |
- network: look for device settings also based on DEVICE value (#1017788)
|
|
|
f56914 |
(rvykydal)
|
|
|
213a02 |
- Fix liveinst to work with livemedia-creator (#1009711) (bcl)
|
|
|
213a02 |
- Remove the button-label property on SpokeWindow. (clumens)
|
|
|
213a02 |
- Log entering/exiting spokes and hubs in the GUI. (clumens)
|
|
|
213a02 |
- Escape text inserted into markup strings (dshea)
|
|
|
213a02 |
- Move markup out of translatable strings (dshea)
|
|
|
213a02 |
- Move formating markup out of python where possible (dshea)
|
|
|
213a02 |
- Use explicit children to set label attributes (dshea)
|
|
|
213a02 |
- Turn on the image on the "Add a disk..." button. (dshea)
|
|
|
213a02 |
|
|
|
213a02 |
* Wed Oct 16 2013 Brian C. Lane <bcl@redhat.com> - 20.26-1
|
|
|
213a02 |
- Install bootloader to loop device in disk image installations. (#1019502)
|
|
|
213a02 |
(dlehman)
|
|
|
213a02 |
- Don't try to configure a bootloader for s390 disk image installs. (#1019502)
|
|
|
213a02 |
(dlehman)
|
|
|
213a02 |
- Fix initramfs generation for disk image installations. (#1019502) (dlehman)
|
|
|
213a02 |
- Save mountpoints specified for existing btrfs volumes. (#892747) (dlehman)
|
|
|
213a02 |
- Add a command line option for disabling friendly multipath names. (#977815)
|
|
|
213a02 |
(dlehman)
|
|
|
213a02 |
- Remove en (dshea)
|
|
|
213a02 |
- "Fix" the zSeries device filter "label" (dshea)
|
|
|
213a02 |
- Replace placeholders with the strings from python (dshea)
|
|
|
213a02 |
- Add and fix keyboard accelerators (dshea)
|
|
|
213a02 |
- Check for labels with use_underline and no accelerator (dshea)
|
|
|
213a02 |
- Support checking the translation of plural strings (dshea)
|
|
|
213a02 |
- Specify a node id in check_accelerator exceptions (dshea)
|
|
|
213a02 |
- BTRFS cannot hold swap, no need to care about fstab swaps (vpodzime)
|
|
|
213a02 |
- Add ANACONDA_INSTALL_CLASSES to testenv.sh. (clumens)
|
|
|
213a02 |
- Put a version on the DNF requirement. (clumens)
|
|
|
213a02 |
- Revert "For now, ignore checking dnfpayload.py with pylint." (clumens)
|
|
|
213a02 |
- Fix the alignment of the Network Time switch (#1019301) (dshea)
|
|
|
213a02 |
- Tell blivet which swaps should appear in the fstab (#1011391) (vpodzime)
|
|
|
213a02 |
- Put only newly created or reformated swaps to the new root (vpodzime)
|
|
|
213a02 |
- Make code to get new devices reusable as property (vpodzime)
|
|
|
213a02 |
- Grab journal only from the last boot (vpodzime)
|
|
|
213a02 |
- DNFPayload: allow enable/disable calls for repos that do not exist. (ales)
|
|
|
213a02 |
- Add shell spoke to s390x installations (vpodzime)
|
|
|
213a02 |
- Put TUI spokes in common categories (vpodzime)
|
|
|
213a02 |
- MountpointSelector is a widget, set its property properly (#1013612)
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
- Include the journal log on installed system (bcl)
|
|
|
213a02 |
- DNFPayload: error handling and logging cleanups. (ales)
|
|
|
213a02 |
- DNFPayload: reset the transaction goal on new package selection check. (ales)
|
|
|
213a02 |
- DNFPayload: implement environmentGroups() (ales)
|
|
|
213a02 |
- Some partition scheme is always selected (#1017435) (vpodzime)
|
|
|
213a02 |
|
|
|
213a02 |
* Fri Oct 11 2013 Brian C. Lane <bcl@redhat.com> - 20.25-1
|
|
|
213a02 |
- Don't use g_object_set on initialized objects. (dshea)
|
|
|
213a02 |
- Remove the "other" tab in the network spoke. (dshea)
|
|
|
213a02 |
- Fix duplicated id in custom.glade (dshea)
|
|
|
213a02 |
- Correctly generate rescue initrd (#1013087) (bcl)
|
|
|
f56914 |
- Refresh swap suggestion once we know which disks to use (vpodzime)
|
|
|
213a02 |
- Initialize the kickstart install method (#1017614) (dshea)
|
|
|
213a02 |
- Use correct format for raise in kickstart.py (bcl)
|
|
|
213a02 |
- Add install-requires target to the Anaconda makefile (mkolman)
|
|
|
213a02 |
- fix luksformat references (#1014493) (bcl)
|
|
|
213a02 |
- kickstart: check for correct format (#1014545) (bcl)
|
|
|
213a02 |
- Add checks for unexpanded macros. (dshea)
|
|
|
f56914 |
- UIScreen doesn't necessarily have the ready property (vpodzime)
|
|
|
f56914 |
- Print long widgets in a nice way (vpodzime)
|
|
|
213a02 |
- Consider errno 5 I/O errors hardware faults (vpodzime)
|
|
|
213a02 |
- Install kernel-lpae if supported (#1013015) (vpodzime)
|
|
|
213a02 |
- Bump firewalld version (mkolman)
|
|
|
213a02 |
|
|
|
213a02 |
* Wed Oct 09 2013 Brian C. Lane <bcl@redhat.com> - 20.24-1
|
|
|
213a02 |
- Clear bootDisk and bootloader stage info on errors (#1013482) (bcl)
|
|
|
213a02 |
- Catch BootLoaderError when setting up bootloader (#1013474) (bcl)
|
|
|
213a02 |
- Fix an incorrect formatting string in makeupdates. (clumens)
|
|
|
213a02 |
- network: remove function we don't need anymore (rvykydal)
|
|
|
213a02 |
- Don't translate constant strings. (dshea)
|
|
|
213a02 |
- Take into account disk space when calculating swap suggestion (#1016673)
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
- DNFPayload: adapt to DNF change c3de85d6 of Base.install() error reporting.
|
|
|
213a02 |
(ales)
|
|
|
213a02 |
- DNFPayload: the new libcomps makes env.option_ids a list of GroupID objects.
|
|
|
213a02 |
(ales)
|
|
|
213a02 |
- Fix warning message when package version is not found in Koji (mkolman)
|
|
|
213a02 |
|
|
|
213a02 |
* Tue Oct 08 2013 Brian C. Lane <bcl@redhat.com> - 20.23-1
|
|
|
213a02 |
- Use Unicode in the TUI buffer strings (#1015620) (dshea)
|
|
|
213a02 |
- DNFPayload: install DNF itself. (ales)
|
|
|
213a02 |
- DNFPayload: direct conf.persistdir to the sysimage. (ales)
|
|
|
213a02 |
- Add a tooltip to the container combobox (#975801) (bcl)
|
|
|
213a02 |
- Use different colors for different message types. (dshea)
|
|
|
213a02 |
- Exit on exception in the askVNC spoke (#962804) (dshea)
|
|
|
213a02 |
- Don't skip the strength check if overriding a kickstart password (dshea)
|
|
|
213a02 |
- Allow password spoke to be exited without password (#1004931) (dshea)
|
|
|
213a02 |
- Re-check the password strength when the username changes (dshea)
|
|
|
213a02 |
- Only call pwquality once per password. (dshea)
|
|
|
213a02 |
- Use GUICheck checks for the root password strength (dshea)
|
|
|
213a02 |
- Use constants for password check failure messages (dshea)
|
|
|
213a02 |
- Use a constant to indicate GUICheck success (dshea)
|
|
|
213a02 |
- Remove a redundant error property from UserSpoke (dshea)
|
|
|
213a02 |
- Fix the usages of PWQError. (#1014405) (dshea)
|
|
|
213a02 |
- Fix usage of GtkLevelBar in glade. (dshea)
|
|
|
213a02 |
- Clean up callbacks in the user spoke. (dshea)
|
|
|
213a02 |
- Removed an untrue portion of a doc comment (dshea)
|
|
|
213a02 |
- Support for removing services from firewall needs newer PyKickstart (mkolman)
|
|
|
213a02 |
- Add support for removing services from the firewall (#957809) (mkolman)
|
|
|
213a02 |
|
|
|
213a02 |
* Fri Oct 04 2013 Brian C. Lane <bcl@redhat.com> - 20.22-1
|
|
|
213a02 |
- Only encrypt the TUI user password once (#1015220) (dshea)
|
|
|
213a02 |
- Don't try to collect removed modules (vpodzime)
|
|
|
f56914 |
- Moved the NFS nolock option into Payload._setupNFS (dshea)
|
|
|
213a02 |
- Grab journalctl logs if there is no /tmp/syslog (vpodzime)
|
|
|
213a02 |
- Pass layout and variant in specific format to Gkbd (#1011155) (vpodzime)
|
|
|
213a02 |
- Translate the "Quit" string at the end of liveinst. (dshea)
|
|
|
f56914 |
|
|
|
213a02 |
* Fri Sep 27 2013 Brian C. Lane <bcl@redhat.com> - 20.21-1
|
|
|
213a02 |
- Remove another reference to log_picker. (clumens)
|
|
|
213a02 |
- Turn spinner back on for configuration (bcl)
|
|
|
213a02 |
- Use assertIsInstance in the kickstart version test. (clumens)
|
|
|
f56914 |
- If the full device path is given in repo=hd:, still select it in the UI
|
|
|
213a02 |
(#980479). (clumens)
|
|
|
213a02 |
- Display newly created partitions without a mountpoint, too (#886039).
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Don't require pressing escape twice to kill the media check window (#965625).
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Fix display of weak password warning (#1011850) (dshea)
|
|
|
213a02 |
- Fix the tui simpleline imports. (dshea)
|
|
|
213a02 |
- Don't confuse users by misleading tooltip (#1011112) (vpodzime)
|
|
|
213a02 |
- Assorted other pylint fixes for scripts and utils (dshea)
|
|
|
213a02 |
- Pass string format arguments as paramters to logging (dshea)
|
|
|
213a02 |
- Ignore the use of func_globals in a test case (dshea)
|
|
|
213a02 |
- Fix issues in the AnacondaWidgets python wrapper (dshea)
|
|
|
213a02 |
- Make exception handling more specific (dshea)
|
|
|
213a02 |
- Remove unused imports and variables (dshea)
|
|
|
213a02 |
- Remove unnecessary lambdas (dshea)
|
|
|
213a02 |
- Remove obsolete files. (dshea)
|
|
|
213a02 |
- Check whether the commit matches the tree (dshea)
|
|
|
213a02 |
- Run pylint on all python files (dshea)
|
|
|
213a02 |
- Don't use relative imports (dshea)
|
|
|
213a02 |
- Use g_signal_handler_disconnect instead of g_object_disconnect (#1010486)
|
|
|
f56914 |
(vpodzime)
|
|
|
213a02 |
- Fixup Eula class (bcl)
|
|
|
213a02 |
- Allow searching for keyboard layouts in English (#1009806) (vpodzime)
|
|
|
213a02 |
- network: don't create ksdata for devices enslaved in GUI (#1011826)
|
|
|
f56914 |
(rvykydal)
|
|
|
213a02 |
- Allow a proxy to be set before the method is saved (#1012096) (dshea)
|
|
|
213a02 |
- Export the pykickstart Eula command (vpodzime)
|
|
|
f56914 |
|
|
|
213a02 |
* Wed Sep 25 2013 Brian C. Lane <bcl@redhat.com> - 20.20-1
|
|
|
213a02 |
- Encrypt normal user passwords when doing text install. (#977732)
|
|
|
f56914 |
(sbueno+anaconda)
|
|
|
213a02 |
- Escape the status before setting it as markup (vpodzime)
|
|
|
213a02 |
- network gui: do not crash on devices without settings (eg wireless)
|
|
|
213a02 |
(#1010519) (rvykydal)
|
|
|
213a02 |
- Make the keyboard layout preview dialog bigger (#1011140) (vpodzime)
|
|
|
213a02 |
- Return switching options with the same order as shown (#1011130) (vpodzime)
|
|
|
213a02 |
- Use a temporary directory for verifying ISO media (dshea)
|
|
|
213a02 |
- Skip devices not controllable by blivet (#1009809) (dshea)
|
|
|
213a02 |
- Add translation support to check_accelerators (dshea)
|
|
|
213a02 |
- Make sure autopart type is handled deterministicaly in text mode (#1010453)
|
|
|
f56914 |
(vpodzime)
|
|
|
213a02 |
- Don't rely on X server adding empty variant for its defaults (#1011658)
|
|
|
f56914 |
(vpodzime)
|
|
|
213a02 |
- Make Keyboard spoke's status consistent with other statuses (#1011166)
|
|
|
f56914 |
(vpodzime)
|
|
|
213a02 |
- LiveImageKSPayload skip the parent class setup method (#1010500) (bcl)
|
|
|
213a02 |
- Pass the actual format instead of Python built-in (#1009678) (vpodzime)
|
|
|
213a02 |
- Don't allow using updates with non-default network sources (#1008028)
|
|
|
f56914 |
(vpodzime)
|
|
|
213a02 |
- Use Sphinx documentation format in nm.py. (rvykydal)
|
|
|
213a02 |
- Changed the keyboard accelerator for iscsi "Retry Log In" (dshea)
|
|
|
213a02 |
- Only fail on a missing firewalld command if the firewall is enabled
|
|
|
213a02 |
(#1004976). (clumens)
|
|
|
213a02 |
- Cleanup some pylint failures in the network module (bcl)
|
|
|
213a02 |
- Add GtkNotebook support to the accelerators check. (dshea)
|
|
|
213a02 |
|
|
|
213a02 |
* Fri Sep 20 2013 Brian C. Lane <bcl@redhat.com> - 20.19-1
|
|
|
213a02 |
- tui ErrorDialog needs to be modal (#983316) (bcl)
|
|
|
213a02 |
- Keyboard variant names may contain dashes (#1008730) (vpodzime)
|
|
|
213a02 |
- Forbid "root" as a user or group name. (#968451) (dshea)
|
|
|
213a02 |
- Set the password strength color based on strength (#965596) (dshea)
|
|
|
213a02 |
- Fix the password confirmation match check (#1009907) (dshea)
|
|
|
213a02 |
- Replace removed python modules with stubs in makeupdates (vpodzime)
|
|
|
213a02 |
- Unlock encrypted partitions before finding installations (#901917) (vpodzime)
|
|
|
213a02 |
- Network TUI: remove unused import, import nm. (rvykydal)
|
|
|
213a02 |
- Network TUI: show the same status as in gui. (rvykydal)
|
|
|
213a02 |
- Network TUI: don't traceback when applying config to device without link.
|
|
|
213a02 |
(rvykydal)
|
|
|
213a02 |
- Generate ifcfg VLAN_ID value for kickstart network --vlanid. (rvykydal)
|
|
|
213a02 |
- Network TUI: fix updating of ksdata in apply. (rvykydal)
|
|
|
213a02 |
- Network TUI: ignore slaves devices for configuration. (rvykydal)
|
|
|
213a02 |
- Clean up ifcfg file handling. (rvykydal)
|
|
|
213a02 |
- Check the validity of generated usernames in TUI (#965543) (dshea)
|
|
|
213a02 |
- Behave better when PYTHONPATH is already set (dshea)
|
|
|
213a02 |
- Decode keyboard layout descriptions as UTF-8 (#1009278) (dshea)
|
|
|
213a02 |
- Filter out devices with no media from custom (#960794) (bcl)
|
|
|
213a02 |
|
|
|
213a02 |
* Wed Sep 18 2013 Brian C. Lane <bcl@redhat.com> - 20.18-1
|
|
|
213a02 |
- ProgressHub no longer exists in pyanaconda/ui/tui/hubs. (clumens)
|
|
|
213a02 |
- Search all disk types for install media (#1004726) (dshea)
|
|
|
213a02 |
- git commit check for ack flag on rhel branches (bcl)
|
|
|
213a02 |
- Fix Lightbox for compositing window managers (#1008446) (dshea)
|
|
|
213a02 |
- Add metalink support to yumpayload (bcl)
|
|
|
213a02 |
- Make progress screen in text mode standalone spoke instead of hub (vpodzime)
|
|
|
213a02 |
- Render the right arrow based on the widget direction (#1008397) (vpodzime)
|
|
|
213a02 |
- Mirror the GUI if an RTL language is chosen (#1008397) (vpodzime)
|
|
|
213a02 |
- Removed unused GUI elements (dshea)
|
|
|
213a02 |
- Clean up what is and isn't translatable and how. (dshea)
|
|
|
213a02 |
- Removed the exceptionsText constant (dshea)
|
|
|
213a02 |
- Add comments for translators to TUI input strings (#854226) (dshea)
|
|
|
213a02 |
- Use python-format on all intltool-extract strings (dshea)
|
|
|
213a02 |
|
|
|
213a02 |
* Mon Sep 16 2013 Brian C. Lane <bcl@redhat.com> - 20.17-1
|
|
|
213a02 |
- Fix handling of blank size specs in the custom spoke. (#1004903) (dlehman)
|
|
|
213a02 |
- Block resize slider value changed handler when setting range. (#1007387)
|
|
|
213a02 |
(dlehman)
|
|
|
213a02 |
- Remove an unused import. (clumens)
|
|
|
213a02 |
- Create the XklWrapper singleton in background (vpodzime)
|
|
|
213a02 |
- Translate layout and switching options descriptions on the fly (vpodzime)
|
|
|
213a02 |
- Improve XklWrapper's API (vpodzime)
|
|
|
213a02 |
- Move upcase_first_letter function to iutil (vpodzime)
|
|
|
213a02 |
- Remove the Layout class and things we don't need in XklWrapper (vpodzime)
|
|
|
213a02 |
- Ignore the whole m4 directory (vpodzime)
|
|
|
213a02 |
- Do not schedule hubs with no spokes available (#1006357) (vpodzime)
|
|
|
213a02 |
- Retranslate language filtering placeholder texts (#1007090) (vpodzime)
|
|
|
213a02 |
- Use pigz to create updates.img (vpodzime)
|
|
|
213a02 |
- The Desktop class doesn't need to inherit from SimpleConfigFile. (clumens)
|
|
|
213a02 |
- Fix yet another pylint error caught after the fact. (clumens)
|
|
|
213a02 |
- Move all languages found by geoip to the top in Welcome spoke (mkolman)
|
|
|
213a02 |
- Don't set ksdata.lang.seen to True if using default value (mkolman)
|
|
|
213a02 |
- DNFPayload: reset the sack and repos on updateBaseRepo() (ales)
|
|
|
213a02 |
- refactor: YumPayload: selectKernelPackage()->_select_kernel_package() (ales)
|
|
|
213a02 |
- DNFPayload: mirrorlist can not be an empty string. (ales)
|
|
|
213a02 |
- DNFPayload: display the download step in progressQ. (ales)
|
|
|
213a02 |
- DNFPayload: logging the missed packages/groups. (ales)
|
|
|
213a02 |
- DNFPayload: select kernel packages. (ales)
|
|
|
213a02 |
- DNFPayload: log when the transaction process unexpectedly terminates. (ales)
|
|
|
213a02 |
- DNFpayload: disable all NSS operations in RPM. (ales)
|
|
|
213a02 |
- DNFPayload: keyerror in isRepoEnabled() (ales)
|
|
|
213a02 |
- DNFPayload: implement selectEnvironment() (ales)
|
|
|
213a02 |
|
|
|
213a02 |
* Fri Sep 13 2013 Brian C. Lane <bcl@redhat.com> - 20.16-1
|
|
|
213a02 |
- add pre-commit hook to run pylint (bcl)
|
|
|
213a02 |
- Allow runpylint.sh to be passed files (bcl)
|
|
|
213a02 |
- handle case of no ifcfg and no hostname (#1002737) (bcl)
|
|
|
213a02 |
- Allow make targets to be run outside of $srcdir (dshea)
|
|
|
213a02 |
- Fix the wildcard usage in automake files. (dshea)
|
|
|
213a02 |
- Move the intltool Makefile rules into configure.ac (dshea)
|
|
|
213a02 |
- Fix a format parameter mapping (#1007472) (dshea)
|
|
|
213a02 |
- Check whether keyboard translations are stale (#972236) (dshea)
|
|
|
213a02 |
- Fix the handling of xklavier strings. (dshea)
|
|
|
213a02 |
- Center the Langsupport spoke's description (vpodzime)
|
|
|
213a02 |
- Set minimal width request for the locales box (vpodzime)
|
|
|
213a02 |
- Use constant for default keyboard layout (vpodzime)
|
|
|
213a02 |
- Try to use VConsole keymap name as X layout (#1007359) (vpodzime)
|
|
|
213a02 |
- Retranslate also layout indicator when retranslating BaseWindow (#1007087)
|
|
|
f56914 |
(vpodzime)
|
|
|
213a02 |
- Check ready state before baseRepo (#1007448) (bcl)
|
|
|
213a02 |
- Fix po/Rules-extract so it doesn't remove itself (dshea)
|
|
|
213a02 |
- Include LayoutIndicator and TimezoneMap to the Micsellaneous Widgets
|
|
|
f56914 |
(vpodzime)
|
|
|
f56914 |
|
|
|
213a02 |
* Wed Sep 11 2013 Brian C. Lane <bcl@redhat.com> - 20.15-1
|
|
|
213a02 |
- Don't set up the resize slider for non-resizable devices. (#997690) (dlehman)
|
|
|
213a02 |
- Remove 'completed' property from Autopart spoke in text UI. (sbueno+anaconda)
|
|
|
213a02 |
- Clean up code for input handling in TUI spokes. (sbueno+anaconda)
|
|
|
213a02 |
- set_hostname should proceed only on DVD and live installations (vpodzime)
|
|
|
213a02 |
- Don't use temporary file and move when writing out an ifcfg file (vpodzime)
|
|
|
213a02 |
- Set hostname when leaving network spokes (vpodzime)
|
|
|
213a02 |
- Keep file-naming convention with the Lightbox widget (vpodzime)
|
|
|
213a02 |
- Let users configure autopart options in interactive text ks. (#1001061)
|
|
|
213a02 |
(sbueno+anaconda)
|
|
|
213a02 |
- Add parameters to format strings (dshea)
|
|
|
213a02 |
- Fix pre-processing of files for xgettext (#1005644) (dshea)
|
|
|
213a02 |
- Added a test to check for xgettext warnings (dshea)
|
|
|
213a02 |
- Make sure XklWrapper isn't dumped to the anaconda-tb file (vpodzime)
|
|
|
213a02 |
- Catch race of network device state vs reading its config properties (#980576)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
|
|
|
213a02 |
* Tue Sep 10 2013 Brian C. Lane <bcl@redhat.com> - 20.14-1
|
|
|
213a02 |
- Convert the lightbox into a GObject (#1000927) (dshea)
|
|
|
213a02 |
- Remove some more unused imports. (clumens)
|
|
|
213a02 |
- Move the Anaconda class to a proper module (vpodzime)
|
|
|
213a02 |
- Firstboot should be disabled by default after automated installations
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
- Fix typo introduced in refactorization (#1005511) (vpodzime)
|
|
|
213a02 |
- Remove unused imports in the network spoke. (clumens)
|
|
|
213a02 |
- Get rid of the now-unused new_firmware variable. (clumens)
|
|
|
213a02 |
- Remove magic from the passphrase dialog (#921948) (vpodzime)
|
|
|
213a02 |
- Don't pass extra arguments to LangLocaleHandler.__init__() (vpodzime)
|
|
|
213a02 |
- Fix check for device state when reading its IPXConfig (#1001776, # 1005198)
|
|
|
f56914 |
(rvykydal)
|
|
|
213a02 |
|
|
|
213a02 |
* Mon Sep 09 2013 Brian C. Lane <bcl@redhat.com> - 20.13-1
|
|
|
213a02 |
- Fix handling of flexible specs in onpart for member devices. (#1004885)
|
|
|
f56914 |
(dlehman)
|
|
|
213a02 |
- Always regenerate initramfs (#994180) (bcl)
|
|
|
213a02 |
- Avoid the use of NamedTuple._make (dshea)
|
|
|
213a02 |
- Add superclass __init__()s and fix an indent (dshea)
|
|
|
213a02 |
- Pass logging string format variables as parameters (dshea)
|
|
|
213a02 |
- Remove unnecessary variables, imports, semicolons (dshea)
|
|
|
213a02 |
- Fix the user/group name regex (dshea)
|
|
|
213a02 |
- Fix problems with the test scripts (dshea)
|
|
|
213a02 |
- Handle kickstarts that don't specify timezone (#1001598) (mkolman)
|
|
|
213a02 |
- Don't set "date of last password change" /etc/shadow field (#985572)
|
|
|
213a02 |
(hdegoede)
|
|
|
213a02 |
|
|
|
213a02 |
* Fri Sep 06 2013 Brian C. Lane <bcl@redhat.com> - 20.12-1
|
|
|
213a02 |
- Cleanup arch tests (dshea)
|
|
|
213a02 |
- Rearranged the automake tests. (dshea)
|
|
|
213a02 |
- Update po/ build files to the current gettext (dshea)
|
|
|
213a02 |
- Use libtool with gtkdoc-scanobj (dshea)
|
|
|
213a02 |
- Use autoconf to set the spec file Version. (dshea)
|
|
|
213a02 |
- Use the ustar format with make dist (dshea)
|
|
|
213a02 |
- Fix widgets autotools generation. (dshea)
|
|
|
213a02 |
- Require gtk-doc and GObject. (dshea)
|
|
|
213a02 |
- dracut no longer auto assembles everything (#960496) (bcl)
|
|
|
213a02 |
- Only ignore missing packages entries (#983316) (bcl)
|
|
|
213a02 |
- Fix a string that was modified before translation (#1004960) (dshea)
|
|
|
213a02 |
- Let users configure keyboard via anaconda in live installations (#1002533)
|
|
|
213a02 |
(vpodzime)
|
|
|
213a02 |
- Use copy instead of move for NTP configuration (#985566) (hdegoede)
|
|
|
213a02 |
- Share code between the Welcome and Langsupport spokes (vpodzime)
|
|
|
213a02 |
- Do not try to set None as hostname (#1002737) (vpodzime)
|
|
|
213a02 |
- Fix crash on LiveCD if network is configured before installing (#1002373)
|
|
|
f56914 |
(rvykydal)
|
|
|
f56914 |
|
|
|
213a02 |
* Thu Sep 05 2013 Brian C. Lane <bcl@redhat.com> - 20.11-1
|
|
|
213a02 |
- Add more details to iso device selector (#971290) (bcl)
|
|
|
213a02 |
- Warn user if they enter a weak password in TUI. (#1001039) (sbueno+anaconda)
|
|
|
213a02 |
- Don't mark spoke as completed if no repo is set. (#1001538) (sbueno+anaconda)
|
|
|
213a02 |
- Don't enable chronyd if disabled in kickstart (#1002583) (mkolman)
|
|
|
213a02 |
- Run firstboot-only spokes on first boot by default (vpodzime)
|
|
|
213a02 |
- Let hubs specify which environments they support (vpodzime)
|
|
|
213a02 |
- Don't mount cdroms that contain no mountable media. (#1000889) (dlehman)
|
|
|
213a02 |
- Don't try to parse langcode if none given (vpodzime)
|
|
|
213a02 |
- Get rid of the non-deterministic expand_langs and its usage (vpodzime)
|
|
|
213a02 |
- Rework the Langsupport spoke to work with all locales (vpodzime)
|
|
|
213a02 |
- Rework the Welcome spoke to allow users choose from all locales (vpodzime)
|
|
|
213a02 |
- Improve import in GUI utils a bit (vpodzime)
|
|
|
213a02 |
- Remove the cryptic "language-default keyboard" checkbutton (vpodzime)
|
|
|
213a02 |
- Allow seting up locale without modifying ksdata (vpodzime)
|
|
|
213a02 |
- Remove an unused argument of get_available_translations (vpodzime)
|
|
|
213a02 |
- Setup language early to a value we can figure out (vpodzime)
|
|
|
213a02 |
|
|
|
213a02 |
* Tue Sep 03 2013 Brian C. Lane <bcl@redhat.com> - 20.10-1
|
|
|
213a02 |
- Optionally hide the GUI option to install updates (dshea)
|
|
|
213a02 |
- Move the really_hide and really_show functions to utils (vpodzime)
|
|
|
213a02 |
- Search for all translations, not only one per langauge (#1001446) (vpodzime)
|
|
|
213a02 |
- Use the DEFAULT_LANG if GeoIP suggestion cannot be used (#1000715) (vpodzime)
|
|
|
213a02 |
- Network spoke: fix showing of ipv6 addresses (rvykydal)
|
|
|
213a02 |
- Use the sensitive-info log for sensitive location info (#986844) (mkolman)
|
|
|
213a02 |
- Add new logger for sensitive information (mkolman)
|
|
|
213a02 |
- Handle %%define changes for autofetch (mkolman)
|
|
|
213a02 |
- Update dumping of network info for new nmcli interface. (rvykydal)
|
|
|
213a02 |
- Text network spoke: more strict ipv6 address input checking (#909299)
|
|
|
f56914 |
(rvykydal)
|
|
|
213a02 |
- Network spoke: show global ipv6 addresses (rvykydal)
|
|
|
213a02 |
- Text network spoke: add to translated files (po/POTFILES.in) (#902299)
|
|
|
f56914 |
(rvykydal)
|
|
|
213a02 |
- Text network spoke: require netmask and gateway for static ipv4 (#902299)
|
|
|
f56914 |
(rvykydal)
|
|
|
213a02 |
- Text network spoke: Condense device configuration information (#902299)
|
|
|
f56914 |
(rvykydal)
|
|
|
213a02 |
- Text network spoke: fix ipv4 regex (#909299) (rvykydal)
|
|
|
213a02 |
- Resolved accelerator conflicts and marked excpetions. (dshea)
|
|
|
213a02 |
- Added tests for duplicated keyboard accelerators (dshea)
|
|
|
213a02 |
- Implement group creation with GID in GUI (#968085) (dshea)
|
|
|
213a02 |
- Remove unused imports. (dshea)
|
|
|
213a02 |
- Move dynamic labels out of custom.glade (#1000703) (dshea)
|
|
|
213a02 |
|
|
|
213a02 |
* Mon Aug 26 2013 Brian C. Lane <bcl@redhat.com> - 20.9-1
|
|
|
213a02 |
- Text network spoke: basic configuration support (#909299) (rvykydal)
|
|
|
213a02 |
- Add support for network configuration in TUI. (#909299) (sbueno+anaconda)
|
|
|
213a02 |
- Remove partial matches from Koji search results (mkolman)
|
|
|
213a02 |
- Handle >=,<=,= for package version, fix -a/--add (mkolman)
|
|
|
213a02 |
- Return only network devices supported in installer from nm_devices (#999514)
|
|
|
f56914 |
(rvykydal)
|
|
|
213a02 |
- Obtain network device type specific dbus interface dynamically (#999514)
|
|
|
f56914 |
(rvykydal)
|
|
|
213a02 |
- Catch no-hwaddr exception only for the respective call (#999514) (rvykydal)
|
|
|
213a02 |
- Don't catch hwaddr not found exception for ethernet devices (#999514)
|
|
|
f56914 |
(rvykydal)
|
|
|
213a02 |
- Added a validation test for the GUI group list (dshea)
|
|
|
213a02 |
- Validate input fields on the user spoke. (#967245) (dshea)
|
|
|
213a02 |
- Added an input validation framework. (dshea)
|
|
|
213a02 |
- Pre-fetch widgets in advanced user dialog (dshea)
|
|
|
213a02 |
- Change validatePassword to be more flexible. (dshea)
|
|
|
213a02 |
- Moved regexes into regexes.py. (dshea)
|
|
|
213a02 |
|
|
|
213a02 |
* Fri Aug 23 2013 Brian C. Lane <bcl@redhat.com> - 20.8-1
|
|
|
213a02 |
- Fix a SIGSEGV when returning from storage spoke (#983319) (dshea)
|
|
|
213a02 |
- makebumpver: Fix problem with single line body (bcl)
|
|
|
213a02 |
- For now, ignore checking dnfpayload.py with pylint. (clumens)
|
|
|
213a02 |
- Don't do str() on an exception we're passing into a string substitution.
|
|
|
f56914 |
(clumens)
|
|
|
213a02 |
- Check for hwaddress exceptions. (dshea)
|
|
|
213a02 |
- If LANG isn't set, set it to default value. (#997397) (sbueno+anaconda)
|
|
|
213a02 |
- Remove yet another unused import. (clumens)
|
|
|
213a02 |
- swap devices should be under the System portion (#962668). (clumens)
|
|
|
213a02 |
- Populate the repo store before changed can ever be called (#994940).
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Make the ISO choosing widget wider (#973376). (clumens)
|
|
|
213a02 |
- Don't recommend /usr as a separate mount point anymore (#981465). (clumens)
|
|
|
213a02 |
- Do not run another instance of the TUI for errors (#997661) (vpodzime)
|
|
|
213a02 |
- Do not try to exit from the installation thread (vpodzime)
|
|
|
213a02 |
- Tell which thread failed to be added by the ThreadMgr (vpodzime)
|
|
|
f56914 |
|
|
|
213a02 |
* Wed Aug 21 2013 Brian C. Lane <bcl@redhat.com> - 20.7-1
|
|
|
213a02 |
- Modify the gtk_warning function in anaconda to use gtk3. (clumens)
|
|
|
213a02 |
- Fix some pylint warnings in the new DNF code. (clumens)
|
|
|
213a02 |
- Fix a couple more pykickstart handler version mismatches. (clumens)
|
|
|
213a02 |
- anaconda requires a later version of partitioning syntax now. (clumens)
|
|
|
213a02 |
- packaging: add dnf to the Anaconda's requires. (ales)
|
|
|
213a02 |
- Enable DNFPayload on specific triggers. (ales)
|
|
|
213a02 |
- DNFPayload: initial version. (ales)
|
|
|
213a02 |
- refactor: tear down the install device in PackagePayload.reset(). (ales)
|
|
|
213a02 |
- refactor: extract the device handling in YumPayload._configureBaseRepo up to
|
|
|
213a02 |
PackagePayload. (ales)
|
|
|
213a02 |
- refactor: move YumPayload._setUpMedia() up to PackagePayload._setupMedia().
|
|
|
213a02 |
(ales)
|
|
|
213a02 |
- Tweaks in the Payload interface. (ales)
|
|
|
213a02 |
- remove: configureAddOnRepo from the Payload interface. (ales)
|
|
|
213a02 |
- Payload: forgotten comment in spaceRequired() (ales)
|
|
|
213a02 |
- Payload: define txID to None. (ales)
|
|
|
213a02 |
- The NFS text dialog should never attempt to use method.url (#998446).
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Remove the unittest target, since "make check" will do this for us. (clumens)
|
|
|
213a02 |
- Use the latest version of the RAID kickstart handler. (clumens)
|
|
|
213a02 |
- Update both the method and repo info. (dshea)
|
|
|
213a02 |
- remove the UBOOT class arm systems are now using EXTLINUX (dennis)
|
|
|
213a02 |
- ARM: switch to using extlinux by default (dennis)
|
|
|
213a02 |
- Update our pylint arguments. (clumens)
|
|
|
213a02 |
- Don't implicitly unpack exceptions. That won't be supporetd in the future.
|
|
|
f56914 |
(clumens)
|
|
|
213a02 |
- Modify how we call logging functions to take a list of parameters. (clumens)
|
|
|
213a02 |
- Use "raise Exception()" instead of "raise Exception, ..." (clumens)
|
|
|
213a02 |
- Hook up pylint and our nosetests to be run via "make check". (clumens)
|
|
|
213a02 |
- Drop unneeded required_space_text variable. (#997690) (dlehman)
|
|
|
213a02 |
- Specify also query script when getting locale's native name (vpodzime)
|
|
|
213a02 |
- Update runpylint.sh for pylint 1.0.0 (bcl)
|
|
|
213a02 |
- Clean up translation placeholders (#890157) (bcl)
|
|
|
213a02 |
- Don't override multilib setting unless the option was passed. (#987557)
|
|
|
213a02 |
(dlehman)
|
|
|
213a02 |
- Set the encoding of custom.py to utf-8 (dshea)
|
|
|
213a02 |
- Report if a package was not found in Koji during autofetch (mkolman)
|
|
|
213a02 |
- Convert makeupdates from getopt to argparse (mkolman)
|
|
|
213a02 |
- Fixed the interpretation of RAID levels (dshea)
|
|
|
213a02 |
- Consolidate get_object() calls. (dshea)
|
|
|
213a02 |
- Add ASCII-only upper and lower string functions. (dshea)
|
|
|
213a02 |
- Fix the User/Group already exists log messages. (dshea)
|
|
|
213a02 |
- Normalize keyboard layout and variant strings from langtable (vpodzime)
|
|
|
213a02 |
- A few tests for the keyboard layout and variant strings processing (vpodzime)
|
|
|
213a02 |
- More robust parsing of the layout and variant string specification (vpodzime)
|
|
|
213a02 |
- Move DEFAULT_VC_FONT to constants (vpodzime)
|
|
|
213a02 |
- Match langs with stripped accents when filtering languages (vpodzime)
|
|
|
213a02 |
- Fix the User subclass using an old version of the pykickstart superclass.
|
|
|
f56914 |
(clumens)
|
|
|
213a02 |
- Bring the kickstart version test back to life. (clumens)
|
|
|
213a02 |
- Don't read proxy for methods that have no proxy (dshea)
|
|
|
f56914 |
|
|
|
213a02 |
* Wed Aug 14 2013 Brian C. Lane <bcl@redhat.com> - 20.6-1
|
|
|
213a02 |
- Import DBusGMainLoop directly (bcl)
|
|
|
213a02 |
- Catch AttributeError when looking for InstallClass (bcl)
|
|
|
213a02 |
- dracut/parse-kickstart should use the updated method-related classes
|
|
|
213a02 |
(#994978). (clumens)
|
|
|
213a02 |
- Ignore warnings about the global keyword and the DefaultInstall class.
|
|
|
f56914 |
(clumens)
|
|
|
213a02 |
- Fix all the pylint warnings in the anaconda file. (clumens)
|
|
|
213a02 |
- Deal with the last of the catching Exception warnings. (clumens)
|
|
|
213a02 |
- Always define a continueButton and quitButton property. (clumens)
|
|
|
213a02 |
- Fix pylint warnings in the installclasses. (clumens)
|
|
|
213a02 |
- Remove a directory that does not exist from the PYTHONPATH for pylint.
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Fix up some warnings about calling the superclass's __init__ method.
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Remove the reference to "anaconda" in reIPL. (clumens)
|
|
|
213a02 |
- Fix up almost all of the redefining warning messages. (clumens)
|
|
|
213a02 |
- Add a bunch of gobject-introspection related ignore lines. (clumens)
|
|
|
213a02 |
- StorageChecker ought to have a self.storage attribute. (clumens)
|
|
|
213a02 |
- Ignore another error pylint can't quite figure out. (clumens)
|
|
|
213a02 |
- pylint doesn't understand what's in AnacondaKSHandler. (clumens)
|
|
|
213a02 |
- Remove the "Add custom add-on" button. (clumens)
|
|
|
213a02 |
- Fix up places where overridden methods don't take the same number of args.
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Fix up all unused variable warnings. (clumens)
|
|
|
213a02 |
- Added files to MAINTAINERCLEANFILES (dshea)
|
|
|
213a02 |
- Reenabled the pylint test target (dshea)
|
|
|
213a02 |
- Cleanup the autogen scripts. (dshea)
|
|
|
213a02 |
- Remove m4 files from the widgets project. (dshea)
|
|
|
213a02 |
- Install gettext files at build time. (dshea)
|
|
|
213a02 |
- Use the python checks provided by automake. (dshea)
|
|
|
213a02 |
- Added a missing type check found by autoscan (dshea)
|
|
|
213a02 |
- Cleanup the widgets autoconf file (dshea)
|
|
|
213a02 |
- Add detail to logs when creating users and groups (dshea)
|
|
|
213a02 |
- Fix miscellaneous errors in installclass.py. (clumens)
|
|
|
213a02 |
- Fix a variety of errors in the packaging module. (clumens)
|
|
|
213a02 |
- Do not run pylint against executable files in pyanaconda/. (clumens)
|
|
|
213a02 |
- Clean up deprecated uses of the string module. (clumens)
|
|
|
213a02 |
- Call the right superclass's method. (clumens)
|
|
|
213a02 |
- Straighten out text UI methods so they have the same method signature.
|
|
|
f56914 |
(clumens)
|
|
|
213a02 |
- Remove the lines to ignore E0611. (clumens)
|
|
|
213a02 |
- Bootloader.read is completely unused; cut it. (clumens)
|
|
|
213a02 |
- Fix all the "X is defined outside of __init__" warnings. (clumens)
|
|
|
213a02 |
- Display the correct string for the space required by packages. (clumens)
|
|
|
213a02 |
- Remove lines that clearly just don't do anything. (clumens)
|
|
|
213a02 |
- If we're not going to use the return value, don't grab it. (clumens)
|
|
|
213a02 |
- kernelVersionList in tarpayload.py should act the same as all other versions.
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- If we're not going to use the exception object, don't grab it. (clumens)
|
|
|
213a02 |
- Define stage2_device in the BootLoader class. (clumens)
|
|
|
213a02 |
- Don't call getPassAlgo before running createGroup. (clumens)
|
|
|
213a02 |
- Remove some unused values out of constants.py. (clumens)
|
|
|
213a02 |
- Finish taking care of pylint warnings in image.py. (clumens)
|
|
|
213a02 |
- Remove the unused network and write methods from the Anaconda object.
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Remove the disable-msg lines for a couple C messages. (clumens)
|
|
|
213a02 |
- Remove some easy unused argument warnings. (clumens)
|
|
|
213a02 |
- Remove everything from InstallInterfaceBase except what Rescue needs.
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Remove the duplicated imports. (clumens)
|
|
|
213a02 |
- Do not use a list or a dict as a default argument to a method. (clumens)
|
|
|
213a02 |
- Remove unneeded lambdas. (clumens)
|
|
|
213a02 |
- Fix up all the warnings where we used a reserved function name or keyword.
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Fix up about half of the "except:" and "except Exception:" lines. (clumens)
|
|
|
213a02 |
- Fix a couple undefined variable errors that were real bugs. (clumens)
|
|
|
213a02 |
- Ignore statements that have no effect. (clumens)
|
|
|
213a02 |
- Fix up all the wildcard imports except two in packaging. (clumens)
|
|
|
213a02 |
- Remove all unused import lines. (clumens)
|
|
|
213a02 |
- Remove unnecessary pass statements. (clumens)
|
|
|
213a02 |
- Fix bad indentation and tab-instead-of-space warnings from pylint. (clumens)
|
|
|
213a02 |
- Put the pylint test back into service. (clumens)
|
|
|
213a02 |
- Run make with multiple jobs in makeupdates (vpodzime)
|
|
|
213a02 |
- Use gtk_image_new_from_icon_name (bcl)
|
|
|
213a02 |
- Remove caching of unused device list. (dlehman)
|
|
|
213a02 |
- Check MBR gap size even when /boot is on a plain partition. (#986431)
|
|
|
213a02 |
(dlehman)
|
|
|
213a02 |
|
|
|
213a02 |
* Thu Aug 08 2013 Brian C. Lane <bcl@redhat.com> - 20.5-1
|
|
|
213a02 |
- Don't wait for systemctl shutdown command to exit (#974383) (bcl)
|
|
|
213a02 |
- Fix the logging of the spice-vdagent status (dshea)
|
|
|
213a02 |
- Update PYTHONPATH so unit tests work right out of the source tree. (clumens)
|
|
|
213a02 |
- Don't check for a firstboot service file before processing the command.
|
|
|
213a02 |
(clumens)
|
|
|
213a02 |
- Strengthen the services command processing a bit. (clumens)
|
|
|
213a02 |
- Start spice-vdagent (#969405) (dshea)
|
|
|
213a02 |
- Skip password strength check for kickstart passwords (#986490) (dshea)
|
|
|
213a02 |
- Network spoke: fix refresh of device IP configuration (rvykydal)
|
|
|
213a02 |
- Add unsupported hardware dialog (#872728) (bcl)
|
|
|
213a02 |
- storage.py -> system.py in POTFILES.in (clumens)
|
|
|
213a02 |
- border_width=5 -> border_width=6 (clumens)
|
|
|
213a02 |
- No need to call threads_init anymore (bcl)
|
|
|
213a02 |
- Consolidate storage and networking under one category (#973013). (clumens)
|
|
|
213a02 |
- When doing a live install, set the ks method appropriately (#986069).
|
|
|
f56914 |
(clumens)
|
|
|
213a02 |
- Check that we're doing an HD install before examining the attr (#989428).
|
|
|
f56914 |
(clumens)
|
|
|
213a02 |
|
|
|
213a02 |
* Thu Aug 01 2013 Brian C. Lane <bcl@redhat.com> - 20.4-1
|
|
|
213a02 |
- POTFILES.in: rename time.py to time_spoke.py (bcl)
|
|
|
213a02 |
- Only move INSTALL_TREE when it is mounted (#888196) (bcl)
|
|
|
213a02 |
- Use ksdata.method.seen (#986069) (bcl)
|
|
|
213a02 |
- Threaded Koji RPM lookups and downloads (mkolman)
|
|
|
213a02 |
- Fix the langcode parsing regexp (vpodzime)
|
|
|
213a02 |
- Move tests to old_tests and add some new, working tests (vpodzime)
|
|
|
213a02 |
- Replace hostname with hostnamectl (#989584) (rvykydal)
|
|
|
213a02 |
- Require fcoe-utils only on ix86 and x86_64 architectures (#989913) (vpodzime)
|
|
|
213a02 |
- Fix searching for local RPMs with no version required (vpodzime)
|
|
|
213a02 |
- Expand the '~' in the RPM_FOLDER_NAME (vpodzime)
|
|
|
213a02 |
- Set system date and time with our own function (vpodzime)
|
|
|
213a02 |
- Remove the useless, confusing and lying PoolsNote (vpodzime)
|
|
|
213a02 |
- Use tiny, fast and thread-safe ntplib module instead of ntpdate (vpodzime)
|
|
|
213a02 |
- For vnc require network in intramfs (#989156) (rvykydal)
|
|
|
213a02 |
- Fix makeupdates' package fetching when no version is specified (vpodzime)
|
|
|
213a02 |
- Make it clear on the summary dialog that changes take effect later. (clumens)
|
|
|
213a02 |
- Don't mark the summary dialog's tree view as insensitive. (clumens)
|
|
|
213a02 |
- Work with files in a more pythonic way in makeupdates (vpodzime)
|
|
|
213a02 |
- Honor hostname set in kickstart (#988483) (rvykydal)
|
|
|
213a02 |
- Do not automatically set UTC mode on kickstart installs. (clumens)
|
|
|
213a02 |
- Add automatic fetching of RPMs for new Defines & Requires (mkolman)
|
|
|
213a02 |
- Don't prompt for ssh on s390x if doing an image install. (#983056) (sbueno)
|
|
|
213a02 |
- Rename tz spoke to avoid potential conflict with std 'time' module. (sbueno)
|
|
|
213a02 |
|
|
|
213a02 |
* Thu Jul 25 2013 Brian C. Lane <bcl@redhat.com> - 20.3-1
|
|
|
213a02 |
- Fix driver disk path for inst.dd= method (#987513) (bcl)
|
|
|
213a02 |
- Add support for NFS as install source in TUI. (#971298) (sbueno+anaconda)
|
|
|
213a02 |
- Allow logging into multiple iscsi nodes at once (#975831). (clumens)
|
|
|
213a02 |
- Fix crash while parsing ntp servers from DHCP6 (#969303) (dshea)
|
|
|
213a02 |
- Use ExceptionInfo namedtuple when dumping anaconda (#982299) (vpodzime)
|
|
|
213a02 |
- Wait for device connections for iface-bound iscsi in kickstart (#740105)
|
|
|
f56914 |
(rvykydal)
|
|
|
213a02 |
- Refer to blivet instead of storage in iscsi kickstart (#740105) (rvykydal)
|
|
|
213a02 |
- Mark disk 'selected' if only one present in TUI. (#975790) (sbueno+anaconda)
|
|
|
213a02 |
- Update devicetree only if we logged in to some target in add iscsi dialog.
|
|
|
f56914 |
(rvykydal)
|
|
|
213a02 |
- Don't show multipath members in specialized disks overview (#740105)
|
|
|
f56914 |
(rvykydal)
|
|
|
213a02 |
- Do not populate devicetree after each single login in iscsi dialog (#740105)
|
|
|
f56914 |
(rvykydal)
|
|
|
213a02 |
- Match also iface when logging into selected iface-bound iscsi target
|
|
|
213a02 |
(#740105) (rvykydal)
|
|
|
213a02 |
- Fix handling of non-ASCII names (#969309) (dshea)
|
|
|
213a02 |
- Use inline completion for the region/city selection (vpodzime)
|
|
|
213a02 |
- Fix copyright of the main anaconda script (vpodzime)
|
|
|
213a02 |
|
|
|
213a02 |
* Mon Jul 15 2013 Brian C. Lane <bcl@redhat.com> - 20.2-1
|
|
|
213a02 |
- Use the new wait for connectivity function (mkolman)
|
|
|
213a02 |
- Improve waiting for network connectivity (mkolman)
|
|
|
213a02 |
- Use langtable to get default layout instead of our magic (#485137) (vpodzime)
|
|
|
213a02 |
- Adapt to the new localization module (vpodzime)
|
|
|
213a02 |
- Rewrite the localization module (vpodzime)
|
|
|
213a02 |
- Make the Welcome spoke wait for Geolocation lookup to finish (#975193)
|
|
|
213a02 |
(mkolman)
|
|
|
213a02 |
|
|
|
213a02 |
* Tue Jul 09 2013 Brian C. Lane <bcl@redhat.com> - 20.1-1
|
|
|
213a02 |
- bump major version number
|