|
|
cebaad |
Summary: Graphical system installer
|
|
|
cebaad |
Name: anaconda
|
|
|
4d1b5d |
Version: 33.16.5.6
|
|
Michel Alexandre Salim |
68f37c |
Release: 2%{?dist}.1
|
|
|
cebaad |
License: GPLv2+ and MIT
|
|
|
cebaad |
URL: http://fedoraproject.org/wiki/Anaconda
|
|
|
cebaad |
|
|
|
cebaad |
# To generate Source0 do:
|
|
|
cebaad |
# git clone https://github.com/rhinstaller/anaconda
|
|
|
cebaad |
# git checkout -b archive-branch anaconda-%%{version}-%%{release}
|
|
|
cebaad |
# ./autogen.sh
|
|
|
cebaad |
# make dist
|
|
|
cebaad |
Source0: %{name}-%{version}.tar.bz2
|
|
|
cebaad |
|
|
|
cebaad |
## Hyperscale changes
|
|
|
cebaad |
### Cf. https://pagure.io/centos-sig-hyperscale/anaconda/commits/c8s-hs-v33.16.5.2
|
|
|
cebaad |
Patch20001: 20001-Import-RPM-certificates-at-end-of-installation.patch
|
|
|
cebaad |
Patch20002: 20002-Define-the-updates-repositories-in-the-Anaconda-con.patch
|
|
|
cebaad |
Patch20003: 20003-Revert-Remove-kickstart-btrfs-support.patch
|
|
|
cebaad |
Patch20004: 20004-Add-product-configuration-for-CentOS-Stream-Hypersc.patch
|
|
|
cebaad |
Patch20005: 20005-Storage-add-btrfs_compression-option.patch
|
|
|
fad832 |
Patch20006: 20006-Change-rhel-welcome-to-centos-welcome.patch
|
|
|
4c654f |
Patch20007: 20007-Add-support-for-detecting-the-Hyperscale-variant-in.patch
|
|
|
cebaad |
|
|
|
cebaad |
# Versions of required components (done so we make sure the buildrequires
|
|
|
cebaad |
# match the requires versions of things).
|
|
|
cebaad |
|
|
|
cebaad |
%if ! 0%{?rhel}
|
|
|
cebaad |
%define blivetguiver 2.1.12-1
|
|
|
cebaad |
%endif
|
|
|
cebaad |
%define dbusver 1.2.3
|
|
|
cebaad |
%define dnfver 3.6.0
|
|
|
cebaad |
%define dracutver 034-7
|
|
|
cebaad |
%define fcoeutilsver 1.0.12-3.20100323git
|
|
|
cebaad |
%define gettextver 0.19.8
|
|
|
cebaad |
%define gtk3ver 3.22.17
|
|
|
cebaad |
%define helpver 22.1-1
|
|
|
cebaad |
%define isomd5sum 1.0.10
|
|
|
cebaad |
%define langtablever 0.0.49
|
|
|
cebaad |
%define libarchivever 3.0.4
|
|
|
cebaad |
%define libblockdevver 2.1
|
|
|
cebaad |
%define libtimezonemapver 0.4.1-2
|
|
|
cebaad |
%define libxklavierver 5.4
|
|
|
cebaad |
%define mehver 0.23-1
|
|
|
cebaad |
%define nmver 1.0
|
|
|
cebaad |
%define pykickstartver 3.16.11-1
|
|
|
cebaad |
%define pypartedver 2.5-2
|
|
|
4d1b5d |
%define pythonblivetver 1:3.4.0-1
|
|
|
cebaad |
%define rpmver 4.10.0
|
|
|
cebaad |
%define simplelinever 1.1-1
|
|
|
cebaad |
%define utillinuxver 2.15.1
|
|
|
cebaad |
%define dasbusver 0.4
|
|
|
cebaad |
|
|
|
be55c5 |
# Because of Patch20006, we need to regenerate autofoo
|
|
|
be55c5 |
BuildRequires: autoconf
|
|
|
be55c5 |
BuildRequires: automake
|
|
|
be55c5 |
BuildRequires: git-core
|
|
|
be55c5 |
BuildRequires: libtool
|
|
|
be55c5 |
|
|
|
cebaad |
BuildRequires: audit-libs-devel
|
|
|
cebaad |
BuildRequires: libtool
|
|
|
cebaad |
BuildRequires: gettext-devel >= %{gettextver}
|
|
|
cebaad |
BuildRequires: gtk3-devel >= %{gtk3ver}
|
|
|
cebaad |
BuildRequires: gtk-doc
|
|
|
cebaad |
BuildRequires: gtk3-devel-docs >= %{gtk3ver}
|
|
|
cebaad |
BuildRequires: glib2-doc
|
|
|
cebaad |
BuildRequires: gobject-introspection-devel
|
|
|
cebaad |
BuildRequires: glade-devel
|
|
|
cebaad |
BuildRequires: libgnomekbd-devel
|
|
|
cebaad |
BuildRequires: libxklavier-devel >= %{libxklavierver}
|
|
|
cebaad |
BuildRequires: make
|
|
|
cebaad |
BuildRequires: pango-devel
|
|
|
cebaad |
BuildRequires: python3-kickstart >= %{pykickstartver}
|
|
|
cebaad |
BuildRequires: python3-devel
|
|
|
cebaad |
BuildRequires: python3-nose
|
|
|
cebaad |
BuildRequires: systemd
|
|
|
cebaad |
# rpm and libarchive are needed for driver disk handling
|
|
|
cebaad |
BuildRequires: rpm-devel >= %{rpmver}
|
|
|
cebaad |
BuildRequires: libarchive-devel >= %{libarchivever}
|
|
|
cebaad |
%ifarch s390 s390x
|
|
|
cebaad |
BuildRequires: s390utils-devel
|
|
|
cebaad |
%endif
|
|
|
cebaad |
BuildRequires: libtimezonemap-devel >= %{libtimezonemapver}
|
|
|
cebaad |
|
|
|
cebaad |
# Tools used by the widgets resource bundle generation
|
|
|
cebaad |
BuildRequires: gdk-pixbuf2-devel
|
|
|
cebaad |
BuildRequires: libxml2
|
|
|
cebaad |
|
|
|
cebaad |
Requires: anaconda-core = %{version}-%{release}
|
|
|
cebaad |
Requires: anaconda-gui = %{version}-%{release}
|
|
|
cebaad |
Requires: anaconda-tui = %{version}-%{release}
|
|
|
cebaad |
Requires: anaconda-install-env-deps = %{version}-%{release}
|
|
|
cebaad |
|
|
|
cebaad |
%description
|
|
|
cebaad |
The anaconda package is a metapackage for the Anaconda installer.
|
|
|
cebaad |
|
|
|
cebaad |
%package core
|
|
|
cebaad |
Summary: Core of the Anaconda installer
|
|
|
cebaad |
Requires: python3-libs
|
|
|
cebaad |
Requires: python3-dnf >= %{dnfver}
|
|
|
cebaad |
Requires: python3-blivet >= %{pythonblivetver}
|
|
|
cebaad |
Requires: python3-blockdev >= %{libblockdevver}
|
|
|
cebaad |
Requires: python3-meh >= %{mehver}
|
|
|
cebaad |
Requires: libreport-anaconda >= 2.0.21-1
|
|
|
cebaad |
Requires: libselinux-python3
|
|
|
cebaad |
Requires: rpm-python3 >= %{rpmver}
|
|
|
cebaad |
Requires: python3-pyparted >= %{pypartedver}
|
|
|
cebaad |
Requires: python3-requests
|
|
|
cebaad |
Requires: python3-requests-file
|
|
|
cebaad |
Requires: python3-requests-ftp
|
|
|
cebaad |
Requires: python3-kickstart >= %{pykickstartver}
|
|
|
cebaad |
Requires: python3-langtable >= %{langtablever}
|
|
|
cebaad |
Requires: util-linux >= %{utillinuxver}
|
|
|
cebaad |
Requires: python3-gobject-base
|
|
|
cebaad |
Requires: python3-dbus
|
|
|
cebaad |
Requires: python3-pwquality
|
|
|
cebaad |
Requires: python3-systemd
|
|
|
cebaad |
Requires: python3-productmd
|
|
|
cebaad |
Requires: python3-dasbus >= %{dasbusver}
|
|
|
cebaad |
Requires: flatpak-libs
|
|
|
215d7e |
%if %{defined rhel} && %{undefined centos}
|
|
|
cebaad |
Requires: python3-syspurpose
|
|
|
cebaad |
Requires: subscription-manager >= 1.26
|
|
|
cebaad |
%endif
|
|
|
cebaad |
|
|
|
cebaad |
# pwquality only "recommends" the dictionaries it needs to do anything useful,
|
|
|
cebaad |
# which is apparently great for containers but unhelpful for the rest of us
|
|
|
cebaad |
Requires: cracklib-dicts
|
|
|
cebaad |
|
|
|
cebaad |
Requires: python3-pytz
|
|
|
cebaad |
Requires: teamd
|
|
|
cebaad |
%ifarch s390 s390x
|
|
|
cebaad |
Requires: openssh
|
|
|
cebaad |
%endif
|
|
|
cebaad |
Requires: NetworkManager >= %{nmver}
|
|
|
cebaad |
Requires: NetworkManager-libnm >= %{nmver}
|
|
|
cebaad |
Requires: NetworkManager-team
|
|
|
cebaad |
Requires: kbd
|
|
|
cebaad |
Requires: chrony
|
|
|
cebaad |
Requires: python3-ntplib
|
|
|
cebaad |
Requires: systemd
|
|
|
cebaad |
Requires: python3-pid
|
|
|
cebaad |
Requires: python3-ordered-set >= 2.0.0
|
|
|
cebaad |
|
|
|
cebaad |
# Required by the systemd service anaconda-fips.
|
|
|
cebaad |
Requires: crypto-policies
|
|
|
cebaad |
Requires: /usr/bin/update-crypto-policies
|
|
|
cebaad |
|
|
|
cebaad |
# required because of the rescue mode and VNC question
|
|
|
cebaad |
Requires: anaconda-tui = %{version}-%{release}
|
|
|
cebaad |
|
|
|
cebaad |
# Make sure we get the en locale one way or another
|
|
|
cebaad |
Requires: glibc-langpack-en
|
|
|
cebaad |
|
|
|
cebaad |
# anaconda literally runs its own dbus-daemon, so it needs this,
|
|
|
cebaad |
# even though the distro default is dbus-broker in F30+
|
|
|
cebaad |
Requires: dbus-daemon
|
|
|
cebaad |
|
|
|
cebaad |
# Ensure it's not possible for a version of grubby to be installed
|
|
|
cebaad |
# that doesn't work with btrfs subvolumes correctly...
|
|
|
cebaad |
Conflicts: grubby < 8.40-10
|
|
|
cebaad |
|
|
|
cebaad |
Obsoletes: anaconda-images <= 10
|
|
|
cebaad |
Provides: anaconda-images = %{version}-%{release}
|
|
|
cebaad |
Obsoletes: anaconda-runtime < %{version}-%{release}
|
|
|
cebaad |
Provides: anaconda-runtime = %{version}-%{release}
|
|
|
cebaad |
Obsoletes: booty <= 0.107-1
|
|
|
cebaad |
|
|
|
cebaad |
%description core
|
|
|
cebaad |
The anaconda-core package contains the program which was used to install your
|
|
|
cebaad |
system.
|
|
|
cebaad |
|
|
|
cebaad |
%package live
|
|
|
cebaad |
Summary: Live installation specific files and dependencies
|
|
|
cebaad |
BuildRequires: desktop-file-utils
|
|
|
cebaad |
# live installation currently implies a graphical installation
|
|
|
cebaad |
Requires: anaconda-gui = %{version}-%{release}
|
|
|
cebaad |
Requires: usermode
|
|
|
cebaad |
Requires: zenity
|
|
|
cebaad |
|
|
|
cebaad |
%description live
|
|
|
cebaad |
The anaconda-live package contains scripts, data and dependencies required
|
|
|
cebaad |
for live installations.
|
|
|
cebaad |
|
|
|
cebaad |
%package install-env-deps
|
|
|
cebaad |
Summary: Installation environment specific dependencies
|
|
|
cebaad |
Requires: udisks2-iscsi
|
|
|
cebaad |
Requires: libblockdev-plugins-all >= %{libblockdevver}
|
|
|
cebaad |
# active directory/freeipa join support
|
|
|
cebaad |
Requires: realmd
|
|
|
cebaad |
Requires: isomd5sum >= %{isomd5sum}
|
|
|
cebaad |
%ifarch %{ix86} x86_64
|
|
|
cebaad |
Requires: fcoe-utils >= %{fcoeutilsver}
|
|
|
cebaad |
%endif
|
|
|
cebaad |
# likely HFS+ resize support
|
|
|
cebaad |
%ifarch %{ix86} x86_64
|
|
|
cebaad |
%if ! 0%{?rhel}
|
|
|
cebaad |
Requires: hfsplus-tools
|
|
|
cebaad |
%endif
|
|
|
cebaad |
%endif
|
|
|
cebaad |
# kexec support
|
|
|
cebaad |
Requires: kexec-tools
|
|
|
cebaad |
Requires: createrepo_c
|
|
|
cebaad |
# run's on TTY1 in install env
|
|
|
cebaad |
Requires: tmux
|
|
|
cebaad |
# install time crash handling
|
|
|
cebaad |
Requires: gdb
|
|
|
cebaad |
Requires: rsync
|
|
|
cebaad |
|
|
|
cebaad |
%description install-env-deps
|
|
|
cebaad |
The anaconda-install-env-deps metapackage lists all installation environment dependencies.
|
|
|
cebaad |
This makes it possible for packages (such as Initial Setup) to depend on the main Anaconda package without
|
|
|
cebaad |
pulling in all the install time dependencies as well.
|
|
|
cebaad |
|
|
|
cebaad |
%package gui
|
|
|
cebaad |
Summary: Graphical user interface for the Anaconda installer
|
|
|
cebaad |
Requires: anaconda-core = %{version}-%{release}
|
|
|
cebaad |
Requires: anaconda-widgets = %{version}-%{release}
|
|
|
cebaad |
Requires: python3-meh-gui >= %{mehver}
|
|
|
cebaad |
Requires: adwaita-icon-theme
|
|
|
cebaad |
Requires: tigervnc-server-minimal
|
|
|
cebaad |
Requires: libxklavier >= %{libxklavierver}
|
|
|
cebaad |
Requires: libgnomekbd
|
|
|
cebaad |
Requires: libtimezonemap >= %{libtimezonemapver}
|
|
|
cebaad |
Requires: nm-connection-editor
|
|
|
cebaad |
Requires: keybinder3
|
|
|
cebaad |
%ifnarch s390 s390x
|
|
|
cebaad |
Requires: NetworkManager-wifi
|
|
|
cebaad |
%endif
|
|
|
cebaad |
Requires: anaconda-user-help >= %{helpver}
|
|
|
cebaad |
Requires: yelp
|
|
|
cebaad |
%if ! 0%{?rhel}
|
|
|
cebaad |
Requires: blivet-gui-runtime >= %{blivetguiver}
|
|
|
cebaad |
%endif
|
|
|
cebaad |
Requires: system-logos
|
|
|
cebaad |
|
|
|
cebaad |
# Needed to compile the gsettings files
|
|
|
cebaad |
BuildRequires: gsettings-desktop-schemas
|
|
|
cebaad |
BuildRequires: metacity
|
|
|
cebaad |
|
|
|
cebaad |
%description gui
|
|
|
cebaad |
This package contains graphical user interface for the Anaconda installer.
|
|
|
cebaad |
|
|
|
cebaad |
%package tui
|
|
|
cebaad |
Summary: Textual user interface for the Anaconda installer
|
|
|
cebaad |
Requires: anaconda-core = %{version}-%{release}
|
|
|
cebaad |
Requires: python3-simpleline >= %{simplelinever}
|
|
|
cebaad |
|
|
|
cebaad |
%description tui
|
|
|
cebaad |
This package contains textual user interface for the Anaconda installer.
|
|
|
cebaad |
|
|
|
cebaad |
%package widgets
|
|
|
cebaad |
Summary: A set of custom GTK+ widgets for use with anaconda
|
|
|
cebaad |
Requires: %{__python3}
|
|
|
cebaad |
|
|
|
cebaad |
%description widgets
|
|
|
cebaad |
This package contains a set of custom GTK+ widgets used by the anaconda installer.
|
|
|
cebaad |
|
|
|
cebaad |
%package widgets-devel
|
|
|
cebaad |
Summary: Development files for anaconda-widgets
|
|
|
cebaad |
Requires: glade
|
|
|
cebaad |
Requires: %{name}-widgets%{?_isa} = %{version}-%{release}
|
|
|
cebaad |
|
|
|
cebaad |
%description widgets-devel
|
|
|
cebaad |
This package contains libraries and header files needed for writing the anaconda
|
|
|
cebaad |
installer. It also contains Python and Glade support files, as well as
|
|
|
cebaad |
documentation for working with this library.
|
|
|
cebaad |
|
|
|
cebaad |
%package dracut
|
|
|
cebaad |
Summary: The anaconda dracut module
|
|
|
cebaad |
Requires: dracut >= %{dracutver}
|
|
|
cebaad |
Requires: dracut-network
|
|
|
cebaad |
Requires: dracut-live
|
|
|
cebaad |
Requires: xz
|
|
|
cebaad |
Requires: python3-kickstart
|
|
|
cebaad |
|
|
|
cebaad |
%description dracut
|
|
|
cebaad |
The 'anaconda' dracut module handles installer-specific boot tasks and
|
|
|
cebaad |
options. This includes driver disks, kickstarts, and finding the anaconda
|
|
|
cebaad |
runtime on NFS/HTTP/FTP servers or local disks.
|
|
|
cebaad |
|
|
|
cebaad |
%prep
|
|
|
fad832 |
%autosetup -S git_am
|
|
|
e7f1ba |
|
|
|
e7f1ba |
# Regenerate autofoo
|
|
|
e7f1ba |
autoreconf -fiv
|
|
|
e7f1ba |
pushd widgets
|
|
|
e7f1ba |
autoreconf -fiv
|
|
|
e7f1ba |
popd
|
|
|
cebaad |
|
|
|
cebaad |
%build
|
|
|
cebaad |
# use actual build-time release number, not tarball creation time release number
|
|
|
cebaad |
%configure ANACONDA_RELEASE=%{release}
|
|
|
cebaad |
%{__make} %{?_smp_mflags}
|
|
|
cebaad |
|
|
|
cebaad |
%install
|
|
|
cebaad |
%{make_install}
|
|
|
cebaad |
find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
|
|
cebaad |
|
|
|
cebaad |
# Create an empty directory for addons
|
|
|
cebaad |
mkdir %{buildroot}%{_datadir}/anaconda/addons
|
|
|
cebaad |
|
|
|
cebaad |
# required for live installations
|
|
|
cebaad |
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/liveinst.desktop
|
|
|
cebaad |
|
|
|
cebaad |
# If no langs found, keep going
|
|
|
cebaad |
%find_lang %{name} || :
|
|
|
cebaad |
|
|
|
cebaad |
|
|
|
cebaad |
# main package and install-env-deps are metapackages
|
|
|
cebaad |
%files
|
|
|
cebaad |
|
|
|
cebaad |
%files install-env-deps
|
|
|
cebaad |
|
|
|
cebaad |
# Allow the lang file to be empty
|
|
|
cebaad |
%define _empty_manifest_terminate_build 0
|
|
|
cebaad |
|
|
|
cebaad |
%files core -f %{name}.lang
|
|
|
cebaad |
%license COPYING
|
|
|
cebaad |
%{_unitdir}/*
|
|
|
cebaad |
%{_prefix}/lib/systemd/system-generators/*
|
|
|
cebaad |
%{_bindir}/instperf
|
|
|
cebaad |
%{_bindir}/anaconda-disable-nm-ibft-plugin
|
|
|
cebaad |
%{_sbindir}/anaconda
|
|
|
cebaad |
%{_sbindir}/handle-sshpw
|
|
|
cebaad |
%{_datadir}/anaconda
|
|
|
cebaad |
%{_prefix}/libexec/anaconda
|
|
|
cebaad |
%exclude %{_datadir}/anaconda/gnome
|
|
|
cebaad |
%exclude %{_datadir}/anaconda/pixmaps
|
|
|
cebaad |
%exclude %{_datadir}/anaconda/ui
|
|
|
cebaad |
%exclude %{_datadir}/anaconda/window-manager
|
|
|
cebaad |
%exclude %{_datadir}/anaconda/anaconda-gtk.css
|
|
|
cebaad |
%exclude %{_prefix}/libexec/anaconda/dd_*
|
|
|
cebaad |
%{python3_sitearch}/pyanaconda
|
|
|
cebaad |
%exclude %{python3_sitearch}/pyanaconda/rescue.py*
|
|
|
cebaad |
%exclude %{python3_sitearch}/pyanaconda/__pycache__/rescue.*
|
|
|
cebaad |
%exclude %{python3_sitearch}/pyanaconda/ui/gui/*
|
|
|
cebaad |
%exclude %{python3_sitearch}/pyanaconda/ui/tui/*
|
|
|
cebaad |
%{_bindir}/analog
|
|
|
cebaad |
%{_bindir}/anaconda-cleanup
|
|
|
cebaad |
%dir %{_sysconfdir}/%{name}
|
|
|
cebaad |
%config %{_sysconfdir}/%{name}/*
|
|
|
cebaad |
%dir %{_sysconfdir}/%{name}/conf.d
|
|
|
cebaad |
%config %{_sysconfdir}/%{name}/conf.d/*
|
|
|
cebaad |
%dir %{_sysconfdir}/%{name}/product.d
|
|
|
cebaad |
%config %{_sysconfdir}/%{name}/product.d/*
|
|
|
cebaad |
|
|
|
cebaad |
%files live
|
|
|
cebaad |
%{_bindir}/liveinst
|
|
|
cebaad |
%{_sbindir}/liveinst
|
|
|
cebaad |
%config(noreplace) %{_sysconfdir}/pam.d/*
|
|
|
cebaad |
%config(noreplace) %{_sysconfdir}/security/console.apps/*
|
|
|
cebaad |
%{_libexecdir}/liveinst-setup.sh
|
|
|
cebaad |
%{_datadir}/applications/*.desktop
|
|
|
cebaad |
%{_datadir}/anaconda/gnome
|
|
|
cebaad |
%{_sysconfdir}/xdg/autostart/*.desktop
|
|
|
cebaad |
|
|
|
cebaad |
%files gui
|
|
|
cebaad |
%{python3_sitearch}/pyanaconda/ui/gui/*
|
|
|
cebaad |
%{_datadir}/anaconda/pixmaps
|
|
|
cebaad |
%{_datadir}/anaconda/ui
|
|
|
cebaad |
%if 0%{?rhel}
|
|
|
cebaad |
# Remove blivet-gui
|
|
|
cebaad |
%exclude %{_datadir}/anaconda/ui/spokes/blivet_gui.*
|
|
|
cebaad |
%exclude %{python3_sitearch}/pyanaconda/ui/gui/spokes/blivet_gui.*
|
|
|
cebaad |
%endif
|
|
|
cebaad |
%{_datadir}/anaconda/window-manager
|
|
|
cebaad |
%{_datadir}/anaconda/anaconda-gtk.css
|
|
|
cebaad |
|
|
|
cebaad |
%files tui
|
|
|
cebaad |
%{python3_sitearch}/pyanaconda/rescue.py
|
|
|
cebaad |
%{python3_sitearch}/pyanaconda/__pycache__/rescue.*
|
|
|
cebaad |
%{python3_sitearch}/pyanaconda/ui/tui/*
|
|
|
cebaad |
|
|
|
cebaad |
%files widgets
|
|
|
cebaad |
%{_libdir}/libAnacondaWidgets.so.*
|
|
|
cebaad |
%{_libdir}/girepository*/AnacondaWidgets*typelib
|
|
|
cebaad |
%{python3_sitearch}/gi/overrides/*
|
|
|
cebaad |
|
|
|
cebaad |
%files widgets-devel
|
|
|
cebaad |
%{_libdir}/libAnacondaWidgets.so
|
|
|
cebaad |
%{_libdir}/glade/modules/libAnacondaWidgets.so
|
|
|
cebaad |
%{_includedir}/*
|
|
|
cebaad |
%{_datadir}/glade/catalogs/AnacondaWidgets.xml
|
|
|
cebaad |
%{_datadir}/gtk-doc
|
|
|
cebaad |
|
|
|
cebaad |
%files dracut
|
|
|
cebaad |
%dir %{_prefix}/lib/dracut/modules.d/80%{name}
|
|
|
cebaad |
%{_prefix}/lib/dracut/modules.d/80%{name}/*
|
|
|
cebaad |
%{_prefix}/libexec/anaconda/dd_*
|
|
|
cebaad |
|
|
|
cebaad |
%changelog
|
|
Michel Alexandre Salim |
68f37c |
* Wed Mar 01 2023 Michel Alexandre Salim <salimma@centosproject.org> - 33.16.5.6-2.1
|
|
Michel Alexandre Salim |
68f37c |
- Rebuild to fix vendor tag
|
|
Michel Alexandre Salim |
68f37c |
|
|
|
4d1b5d |
* Tue Sep 28 2021 Neal Gompa <ngompa@centosproject.org> - 33.16.5.6-2
|
|
|
cebaad |
- Add changes for CentOS Hyperscale spin
|
|
|
cebaad |
+ Re-enable Btrfs support
|
|
|
cebaad |
+ Add CentOS Stream Hyperscale config
|
|
|
cebaad |
+ Backport improvements for managing default repositories
|
|
|
cebaad |
+ Backport support for zstd compression for Btrfs
|
|
|
215d7e |
+ Debrand the liveinst welcome widget
|
|
|
215d7e |
+ Add support for Hyperscale variant in liveinst
|
|
|
215d7e |
|
|
|
4d1b5d |
* Fri Sep 24 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.5.6-1
|
|
|
4d1b5d |
- Payload should wait for all storage related threads to finish (mkolman)
|
|
|
4d1b5d |
Resolves: rhbz#2002203
|
|
|
4d1b5d |
|
|
|
4d1b5d |
* Mon Sep 13 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.5.5-1
|
|
|
4d1b5d |
- Remove misleading warning about inst.ks.device replacing ksdevice (rvykydal)
|
|
|
4d1b5d |
Resolves: rhbz#2001913
|
|
|
4d1b5d |
|
|
|
4d1b5d |
* Mon Aug 02 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.5.4-1
|
|
|
4d1b5d |
- Disable anaconda-core's requirement on subscription-manager on CentOS (carl)
|
|
|
4d1b5d |
Resolves: rhbz#1984958
|
|
|
4d1b5d |
- Show suggestions for an error caused by inconsistent sector sizes (vponcova)
|
|
|
4d1b5d |
Resolves: rhbz#1935722
|
|
|
4d1b5d |
- Use a custom stylesheet to define CentOS-specific stylesheet data (carl)
|
|
|
4d1b5d |
Related: rhbz#1974149
|
|
|
4d1b5d |
- Use RHEL help content for RHV/Ovirt (mkolman)
|
|
|
4d1b5d |
Resolves: rhbz#1915910
|
|
|
4d1b5d |
- Move post installation scripts to the end of queue (lveyde)
|
|
|
4d1b5d |
Resolves: rhbz#1970879
|
|
|
4d1b5d |
- Do not generate dracut arguments multiple times for some storage devices
|
|
|
4d1b5d |
(rvykydal)
|
|
|
4d1b5d |
Related: rhbz#1937208
|
|
|
4d1b5d |
- Make failure in generating of dracut arguments for iSCSI device non-fatal.
|
|
|
4d1b5d |
(rvykydal)
|
|
|
4d1b5d |
Resolves: rhbz#1937208
|
|
|
4d1b5d |
|
|
|
215d7e |
* Thu Jul 01 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.5.3-1
|
|
|
215d7e |
- Check source type directly, not via DBus (mkolman)
|
|
|
215d7e |
Resolves: rhbz#1941578
|
|
|
215d7e |
- Remove autostep functionality (vslavik)
|
|
|
215d7e |
Resolves: rhbz#1976913
|
|
|
215d7e |
- Make it possible to skip install time Insights errors (mkolman)
|
|
|
215d7e |
Resolves: rhbz#1931069
|
|
|
215d7e |
- Fix CDN button visibility (mkolman)
|
|
|
215d7e |
Resolves: rhbz#1903178
|
|
|
215d7e |
- network: do not bind virtual devices to mac (rvykydal)
|
|
|
215d7e |
Resolves: rhbz#1963834
|
|
|
215d7e |
- Add a log message for successful installation (vslavik)
|
|
|
215d7e |
Resolves: rhbz#1949487
|
|
|
cebaad |
|
|
|
cebaad |
* Mon May 24 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.5.2-1
|
|
|
cebaad |
- Use modinfo to check ko before modprobe (t.feng94)
|
|
|
cebaad |
Resolves: rhbz#1577544
|
|
|
cebaad |
- network: do not crash on team without IP config (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1929008
|
|
|
cebaad |
- Add the "Encrypt my data" checkbox to the custom partitioning spoke
|
|
|
cebaad |
(vponcova)
|
|
|
cebaad |
Resolves: rhbz#1903786
|
|
|
cebaad |
- Allow encryption of thin logical volumes (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1877777
|
|
|
cebaad |
- Don't automatically execute the default partitioning (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1954408
|
|
|
cebaad |
- Don't run the execute method in the kickstart installation in TUI by default
|
|
|
cebaad |
(vponcova)
|
|
|
cebaad |
Related: rhbz#1954408
|
|
|
cebaad |
- Don't run the execute method in the kickstart installation in GUI by default
|
|
|
cebaad |
(vponcova)
|
|
|
cebaad |
Related: rhbz#1954408
|
|
|
cebaad |
- Enable closest mirror in CentOS Stream config (carl)
|
|
|
cebaad |
Resolves: rhbz#1953698
|
|
|
cebaad |
- Add CentOS Stream config (riehecky)
|
|
|
cebaad |
Resolves: rhbz#1953698
|
|
|
cebaad |
|
|
|
cebaad |
* Wed May 19 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.5.1-1
|
|
|
cebaad |
- subscription: allow dates in ISO 8601 format (ptoscano)
|
|
|
cebaad |
Resolves: rhbz#1947445
|
|
|
cebaad |
- Add RHEL-specific advice to X timeout message (vslavik)
|
|
|
cebaad |
Related: rhbz#1918702
|
|
|
cebaad |
- Fix AskVNCSpoke call (vslavik)
|
|
|
cebaad |
Related: rhbz#1918702
|
|
|
cebaad |
- Improve X startup error messages (vslavik)
|
|
|
cebaad |
Related: rhbz#1918702
|
|
|
cebaad |
- Terminate X server after timeout and restore crash test handler (vslavik)
|
|
|
cebaad |
Related: rhbz#1918702
|
|
|
cebaad |
- Reorganize control flow in startX (vslavik)
|
|
|
cebaad |
Related: rhbz#1918702
|
|
|
cebaad |
- Handle SIGUSR1 correctly after Xorg timeout (vslavik)
|
|
|
cebaad |
Resolves: rhbz#1918702
|
|
|
cebaad |
- Refactor minor details in startX (vslavik)
|
|
|
cebaad |
Related: rhbz#1918702
|
|
|
cebaad |
- Add base repo name for CentOS Stream after repository renaming (jkonecny)
|
|
|
cebaad |
Resolves: rhbz#1946347
|
|
|
cebaad |
- Avoid a race condition during Connect to Red Hat spoke initialization
|
|
|
cebaad |
(mkolman)
|
|
|
cebaad |
Resolves: rhbz#1950053
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Mar 24 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.4.15-1
|
|
|
cebaad |
- network: clone connections from intramfs to persistent config (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1910438
|
|
|
cebaad |
- network: match also connections named by MAC created by NM in initramfs
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
Related: rhbz#1910438
|
|
|
cebaad |
- network: do not reset ipv6.addr-gen-mode in tui network configuration
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
Related: rhbz#1873021
|
|
|
cebaad |
- network: set addr-gen-mode of Anaconda default connections to eui64
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
Related: rhbz#1873021
|
|
|
cebaad |
- network: default to addr-gen-mode eui64 (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1873021
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Mar 22 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.4.14-1
|
|
|
cebaad |
- Fix crash in NTP servers GUI dialog on late network configuration (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1938168
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Mar 15 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.4.13-1
|
|
|
cebaad |
- ostree: ignore exit code 65 for systemd-tmpfiles (christian)
|
|
|
cebaad |
Resolves: rhbz#1935648
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Mar 05 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.4.12-1
|
|
|
cebaad |
- Pull in new translations (rvykydal)
|
|
|
cebaad |
Related: rhbz#1899672
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Feb 04 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.4.11-1
|
|
|
cebaad |
- Take dnf substitutions from installer environment configuration (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1920735
|
|
|
cebaad |
- Fix exclude arguments of tar payload extracting. (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1924118
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Feb 03 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.4.10-1
|
|
|
cebaad |
- Mark the rhsm and syspurpose kickstart commands as useless (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1921787
|
|
|
cebaad |
- Fix getting kernel version list for liveimg (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1919463
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Feb 02 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.4.9-1
|
|
|
cebaad |
- Change warning messages of missing prefix for RH products (jkonecny)
|
|
|
cebaad |
Resolves: rhbz#1897657
|
|
|
cebaad |
- Do not use cache for container build (jkonecny)
|
|
|
cebaad |
Related: rhbz#1885635
|
|
|
cebaad |
- Fix missing inst. prefixes for bootloader options in documentation (jkonecny)
|
|
|
cebaad |
Related: rhbz#1897657
|
|
|
cebaad |
- Fix show missing inst. prefix warning appropriately (jkonencny)
|
|
|
cebaad |
Related: rhbz#1897657
|
|
|
cebaad |
- Remove docs where we tell users that inst. prefix is not required (jkonecny)
|
|
|
cebaad |
Related: rhbz#1897657
|
|
|
cebaad |
- Print warning for boot options without inst. prefix (jkonecny)
|
|
|
cebaad |
Related: rhbz#1897657
|
|
|
cebaad |
- Add missing dracut commands as missing inst. prefix warning (jkonecny)
|
|
|
cebaad |
Related: rhbz#1897657
|
|
|
cebaad |
- Enable warning when inst. prefix is not used (jkonecny)
|
|
|
cebaad |
Related: rhbz#1897657
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Jan 18 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.4.8-1
|
|
|
cebaad |
- network: handle wireless configure button sensitiveness (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1917437
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Jan 14 2021 Martin Kolman <mkolman@redhat.com> - 33.16.4.7-1
|
|
|
cebaad |
- Allow to disable the Security module (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1913689
|
|
|
cebaad |
- Allow to disable the Services module (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1913689
|
|
|
cebaad |
- Support should_run for standalone GUI spokes (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1913689
|
|
|
cebaad |
- Allow to disable the Localization module (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1913689
|
|
|
cebaad |
- Allow to disable the Timezone module (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1913689
|
|
|
cebaad |
- Allow to disable the network installation (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1913689
|
|
|
cebaad |
- Allow to disable the Users module (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1913689
|
|
|
cebaad |
- Always show pykickstart parse warnings (vslavik)
|
|
|
cebaad |
Resolves: rhbz#1897663
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Jan 11 2021 Martin Kolman <mkolman@redhat.com> - 33.16.4.6-1
|
|
|
cebaad |
- Initialize librepo logger (pkratoch)
|
|
|
cebaad |
Resolves: rhbz#1908286
|
|
|
cebaad |
- Add RPM tests support for owners on rhel-8 (jkonecny)
|
|
|
cebaad |
Related: rhbz#1885635
|
|
|
cebaad |
- Use latests RHEL-8 buildroot in containers (jkonecny)
|
|
|
cebaad |
Related: rhbz#1885635
|
|
|
cebaad |
- Implement rpm-tests execution in the container (jkonecny)
|
|
|
cebaad |
Related: rhbz#1885635
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Jan 05 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.4.5-1
|
|
|
cebaad |
- network: fix double-free using libnm function filter_connections() (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1873561
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Dec 08 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.4.4-1
|
|
|
cebaad |
- network: rename Gtk cell renderer to prevent name collision (rvykydal)
|
|
|
cebaad |
Related: rhbz#1847681
|
|
|
cebaad |
- network: add unit tests for SecretsAgent (rvykydal)
|
|
|
cebaad |
Related: rhbz#1847681
|
|
|
cebaad |
- network: make SecretAgentDialog a bit more robust (rvykydal)
|
|
|
cebaad |
Related: rhbz#1847681
|
|
|
cebaad |
- network: move wireless secret agent bits into a separate file (rvykydal)
|
|
|
cebaad |
Related: rhbz#1847681
|
|
|
cebaad |
- network: migrate SecretAgent from python-dbus to dasbus (rvykydal)
|
|
|
cebaad |
Related: rhbz#1847681
|
|
|
cebaad |
- network: do not use dialog for just single wireless connection to configure
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
Related: rhbz#1847681
|
|
|
cebaad |
- network: fix configuration of wireless networks (rvykydal)
|
|
|
cebaad |
Related: rhbz#1847681
|
|
|
cebaad |
- network: use dialog instead of combobox to select wireless network (rvykydal)
|
|
|
cebaad |
Related: rhbz#1847681
|
|
|
cebaad |
- network: deal with obsolete ssid when configuring wireless (rvykydal)
|
|
|
cebaad |
Related: rhbz#1847681
|
|
|
cebaad |
- network: use function instead of assigned lambda in wireless activation
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
Related: rhbz#1847681
|
|
|
cebaad |
- network: do not update wireless AP combo active item when not necessary
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
Related: rhbz#1847681
|
|
|
cebaad |
- network: do not use obsolete access points in wireless configuration
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1847681
|
|
|
cebaad |
- Update the function get_default_partitioning (vponcova)
|
|
|
cebaad |
Related: rhbz#1887370
|
|
|
cebaad |
- Update the property default_partitioning (vponcova)
|
|
|
cebaad |
Related: rhbz#1887370
|
|
|
cebaad |
- Change the default_partitioning option (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1887370
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Nov 25 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.4.3-1
|
|
|
cebaad |
- Fix incomplete configuration of repositories loaded from treeinfo
|
|
|
cebaad |
(honza.stodola)
|
|
|
cebaad |
Resolves: rhbz#1745064
|
|
|
cebaad |
- Fix checking ssl certificate for metadata (honza.stodola)
|
|
|
cebaad |
Resolves: rhbz#1745064
|
|
|
cebaad |
- Apply pylint excessive memory usage fix (mpitt)
|
|
|
cebaad |
Related: rhbz#1885635
|
|
|
cebaad |
- Use bootlist command to update the PowerPC-64 Boot Order (javierm)
|
|
|
cebaad |
Resolves: rhbz#1854307
|
|
|
cebaad |
- Discard current boot list when updating the boot-device NRVAM variable
|
|
|
cebaad |
(javierm)
|
|
|
cebaad |
Resolves: rhbz#1854307
|
|
|
cebaad |
- Improve the error dialog for storage reset (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1877050
|
|
|
cebaad |
- Fix issue when ns_info cannot be retrieved for NVDimm namespace (jkonecny)
|
|
|
cebaad |
Resolves: rhbz#1891827
|
|
|
cebaad |
- Relabel the anaconda logs after copying them to the installed system
|
|
|
cebaad |
(jstodola)
|
|
|
cebaad |
Resolves: rhbz#1870493
|
|
|
cebaad |
- post-scripts need to be sorted (honza.stodola)
|
|
|
cebaad |
Related: rhbz#1870493
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Nov 23 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.4.2-1
|
|
|
cebaad |
- Install Red Hat IT root certificate into anaconda-ci container (mpitt)
|
|
|
cebaad |
Related: rhbz#1885635
|
|
|
cebaad |
- Install python-copr into anaconda-ci container (mpitt)
|
|
|
cebaad |
Related: rhbz#1885635
|
|
|
cebaad |
- Change handling of UID and GID values (vslavik)
|
|
|
cebaad |
Related: rhbz#1786680
|
|
|
cebaad |
- Send UID and GID over D-Bus as UInt32 (vslavik)
|
|
|
cebaad |
Related: rhbz#1786680
|
|
|
cebaad |
- Correct limits for UIDs and GIDs in GUI (vslavik)
|
|
|
cebaad |
Resolves: rhbz#1786680
|
|
|
cebaad |
- Add rhel unit-tests workflow for pull_request_trigger back (jkonecny)
|
|
|
cebaad |
Related: rhbz#1885635
|
|
|
cebaad |
- Select disks for implicit partitions (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1642391
|
|
|
cebaad |
- Extend the PartSpec class (vponcova)
|
|
|
cebaad |
Related: rhbz#1642391
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Nov 06 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.4.1-1
|
|
|
cebaad |
- Allow to format selected DASDs (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1874394
|
|
|
cebaad |
- Don't clobber host checkout on `make container-ci` (mpitt)
|
|
|
cebaad |
Related: rhbz#1885635
|
|
|
cebaad |
- Drop anaconda-ci container entrypoint (mpitt)
|
|
|
cebaad |
Related: rhbz#1885635
|
|
|
cebaad |
- Remove PR test trigger (mpitt)
|
|
|
cebaad |
Related: rhbz#1885635
|
|
|
cebaad |
- Rename ci-tasks container to anaconda-ci (jkonecny)
|
|
|
cebaad |
Related: rhbz#1885635
|
|
|
cebaad |
- network: do not crash on infiniband devices activated in initramfs (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1890009
|
|
|
cebaad |
- Fix testing target branch instead of PR branch (jkonecny)
|
|
|
cebaad |
Related: rhbz#1885635
|
|
|
cebaad |
- Add a mechanism to hide help button, use on inst. progress (vslavik)
|
|
|
cebaad |
Resolves: rhbz#1890092
|
|
|
cebaad |
- Document how to start a self-hosted GitHub actions runner locally (mpitt)
|
|
|
cebaad |
Related: rhbz#1885635
|
|
|
cebaad |
- Run unit tests on self-hosted GitHub runner (mpitt)
|
|
|
cebaad |
Related: rhbz#1885635
|
|
|
cebaad |
- Fix local tests run inside of container (jkonecny)
|
|
|
cebaad |
Related: rhbz#1885635
|
|
|
cebaad |
- Fix ci-tasks container shell instructions (mpitt)
|
|
|
cebaad |
Related: rhbz#1885635
|
|
|
cebaad |
- More aggressive pylint downscaling (mpitt)
|
|
|
cebaad |
Related: rhbz#1885635
|
|
|
cebaad |
- Fix pylint downscaling (mpitt)
|
|
|
cebaad |
Related: rhbz#1885635
|
|
|
cebaad |
- Add ci-tasks container for running unit tests (mpitt)
|
|
|
cebaad |
Related: rhbz#1885635
|
|
|
cebaad |
- Restrict pylint parallelism to available RAM (mpitt)
|
|
|
cebaad |
Related: rhbz#1885635
|
|
|
cebaad |
- Separate RPM installability test from rpm_tests (martin)
|
|
|
cebaad |
Related: rhbz#1885635
|
|
|
cebaad |
- Define make targets for building source and binary rpms (martin)
|
|
|
cebaad |
Related: rhbz#1885635
|
|
|
cebaad |
- Drop superfluous build in `make run-rpm-tests-only` (martin)
|
|
|
cebaad |
Related: rhbz#1885635
|
|
|
cebaad |
- Mock system operations in MountFilesystemsTask task (martin)
|
|
|
cebaad |
Related: rhbz#1885635
|
|
|
cebaad |
- Add missing "rpm-build" test dependency (martin)
|
|
|
cebaad |
Related: rhbz#1885635
|
|
|
cebaad |
- Add missing "make" BuildRequires (martin)
|
|
|
cebaad |
Related: rhbz#1885635
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Sep 22 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.3.26-1
|
|
|
cebaad |
- Never mount partitions on a disk with the iso9660 filesystem (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1878784
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Sep 17 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.3.25-1
|
|
|
cebaad |
- Root password is mandatory if there is *not* admin user. (rvykydal)
|
|
|
cebaad |
Related: rhbz#1876727
|
|
|
cebaad |
- Make locked root be completed only for kickstart (vslavik)
|
|
|
cebaad |
Resolves: rhbz#1876727
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Sep 07 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.3.24-1
|
|
|
cebaad |
- network: do not add superfluous quotes to inst.dhcpclass identifier
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
Related: rhbz#1870692
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Sep 04 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.3.23-1
|
|
|
cebaad |
- subscription: Assure payload restart on DVD install after registration
|
|
|
cebaad |
(mkolman)
|
|
|
cebaad |
Resolves: rhbz#1873164
|
|
|
cebaad |
- Document the restart_payload argument of subscription helper functions
|
|
|
cebaad |
(mkolman)
|
|
|
cebaad |
Related: rhbz#1873164
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Sep 03 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.3.22-1
|
|
|
cebaad |
- network: fix inst.dhcpclass boot option (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1870692
|
|
|
cebaad |
- network: fix kickstart network --dhcpclass option (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1869224
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Aug 24 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.3.21-1
|
|
|
cebaad |
- Fix traceback when removing additional repository (jkonecny)
|
|
|
cebaad |
Resolves: rhbz#1871037
|
|
|
cebaad |
- Do not mount as RW in Dracut (jkonecny)
|
|
|
cebaad |
Resolves: rhbz#1871049
|
|
|
cebaad |
- Clean up s390 partitioning check (vslavik)
|
|
|
cebaad |
Resolves: rhbz#1855724
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Aug 20 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.3.20-1
|
|
|
cebaad |
- network: do not try to activate connection that has not been found (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1869323
|
|
|
cebaad |
- network: add timeout for synchronous activation of a connection (rvykydal)
|
|
|
cebaad |
Related: rhbz#1869323
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Aug 19 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.3.19-1
|
|
|
cebaad |
- Propagate verify_ssl to RHSM (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1858126
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Aug 12 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.3.18-1
|
|
|
cebaad |
- subscription: Only restart payload when needed (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1861351
|
|
|
cebaad |
- Reset the state of the custom partitioning spoke (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1868330
|
|
|
cebaad |
- network: fix parsing of hostname from ip= if mac is defined in dhcp
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1852560
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Aug 06 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.3.17-1
|
|
|
cebaad |
- Revert root password spoke to 8.2 behavior (vslavik)
|
|
|
cebaad |
Resolves: rhbz#1851220
|
|
|
cebaad |
- Remove the DBus method ConfigureNTPServiceEnablementWithTask (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1862492
|
|
|
cebaad |
- Add the function is_service_installed (vponcova)
|
|
|
cebaad |
Related: rhbz#1862492
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Aug 04 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.3.16-1
|
|
|
cebaad |
- Implement get_source_proxy() in payload base class (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1861456
|
|
|
cebaad |
- Restore RHEL-specific stylesheet data (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1865882
|
|
|
cebaad |
- subscription: Convert the RHSM default config values to expected format
|
|
|
cebaad |
(mkolman)
|
|
|
cebaad |
Resolves: rhbz#1862116
|
|
|
cebaad |
- Create ssh user using only existing fields (vslavik)
|
|
|
cebaad |
Resolves: rhbz#1860058
|
|
|
cebaad |
- Remove subscription workaround to not use treeinfo repositories (jkonecny)
|
|
|
cebaad |
Related: rhbz#1851207
|
|
|
cebaad |
- Fix issue that treeinfo repositories were never disabled (jkonecny)
|
|
|
cebaad |
Related: rhbz#1851207
|
|
|
cebaad |
- Keep treeinfo repositories disabled after payload reset (jkonecny)
|
|
|
cebaad |
Related: rhbz#1851207
|
|
|
cebaad |
- Reset repositories from the main thread (vponcova)
|
|
|
cebaad |
Related: rhbz#1851207
|
|
|
cebaad |
- Initialize the closest mirror from the main thread (vponcova)
|
|
|
cebaad |
Related: rhbz#1851207
|
|
|
cebaad |
- Fix crash on first entering of source spoke (jkonecny)
|
|
|
cebaad |
Related: rhbz#1851207
|
|
|
cebaad |
- Remove treeinfo repositories instead of disabling (jkonecny)
|
|
|
cebaad |
Related: rhbz#1851207
|
|
|
cebaad |
- Reload treeinfo repositories on every payload reset (jkonecny)
|
|
|
cebaad |
Resolves: rhbz#1851207
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Jul 30 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.3.15-1
|
|
|
cebaad |
- Apply onboot policy even when network was configured in UI. (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1856632
|
|
|
cebaad |
- Fix creating cached LVs on encrypted PVs (vtrefny)
|
|
|
cebaad |
Resolves: rhbz#1855973
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Jul 27 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.3.14-1
|
|
|
cebaad |
- Fix everything in payload should be mounted as read only (jkonecny)
|
|
|
cebaad |
Related: rhbz#1856264
|
|
|
cebaad |
- Add support for mount options to device_tree.MountDevice (jkonecny)
|
|
|
cebaad |
Related: rhbz#1856264
|
|
|
cebaad |
- Adapt tests for CDRom for the new inst.stage2 discovery (jkonecny)
|
|
|
cebaad |
Related: rhbz#1856264
|
|
|
cebaad |
- CDRom source should prioritize stage2 device during discover (jkonecny)
|
|
|
cebaad |
Resolves: rhbz#1856264
|
|
|
cebaad |
- Protect all devices with the iso9660 file system (vponcova)
|
|
|
cebaad |
Related: rhbz#1856264
|
|
|
cebaad |
- Don't ignore NVDIMM devices with the iso9660 file system (vponcova)
|
|
|
cebaad |
Related: rhbz#1856264
|
|
|
cebaad |
- Add tests for the DBus method FindOpticalMedia (vponcova)
|
|
|
cebaad |
Related: rhbz#1856264
|
|
|
cebaad |
- Don't return negative container free space (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1853071
|
|
|
cebaad |
- Revert "Do not build Anaconda on i686" (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1857180
|
|
|
cebaad |
- Move slower part of Subscription spoke initialization to a thread (mkolman)
|
|
|
cebaad |
Related: rhbz#1823578
|
|
|
cebaad |
- Only pass one initrd image to kexec (javierm)
|
|
|
cebaad |
Resolves: rhbz#1855290
|
|
|
cebaad |
- Wait for payload initialization to finish in Subscription spoke (mkolman)
|
|
|
cebaad |
Related: rhbz#1823578
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Jul 09 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.3.13-1
|
|
|
cebaad |
- Fix the position of the info bar in standalone spokes (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1847423
|
|
|
cebaad |
- Add workaround to fix support for installtree without repo (jkonecny)
|
|
|
cebaad |
Resolves: rhbz#1854825
|
|
|
cebaad |
- Revert "Update pyanaconda/exception.py" (jstodola)
|
|
|
cebaad |
Resolves: rhbz#1853470
|
|
|
cebaad |
- network: fix configuration of virtual devices by boot options (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1851218
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Jul 08 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.3.12-1
|
|
|
cebaad |
- subscription: Fix rhsm --proxy kickstart command usage with no username
|
|
|
cebaad |
specified (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1849792
|
|
|
cebaad |
- Create the initial storage model during the initialization (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1844098
|
|
|
cebaad |
- Make spoke tiles stack more tightly (vslavik)
|
|
|
cebaad |
Resolves: rhbz#1845493
|
|
|
cebaad |
- Reconfigure DNF payload after options are set (vslavik)
|
|
|
cebaad |
Resolves: rhbz#1847603
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Jul 02 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.3.11-1
|
|
|
cebaad |
- Fix displaying of empty software group description (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1812061
|
|
|
cebaad |
- Fix software spoke message when source changes (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1788458
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Jun 29 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.3.10-1
|
|
|
cebaad |
- Fix RHSM HTTP proxy configuration crash in the GUI (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1849792
|
|
|
cebaad |
- subscription: Handle cases where CDN should not be the default (mkolman)
|
|
|
cebaad |
Related: rhbz#1845605
|
|
|
cebaad |
- subscription: Set DNF payload source via config file option (mkolman)
|
|
|
cebaad |
Related: rhbz#1845605
|
|
|
cebaad |
- subscription: Manual CDN selection support (mkolman)
|
|
|
cebaad |
Related: rhbz#1845605
|
|
|
cebaad |
- subscription: Handle source switching at registration/unregistration
|
|
|
cebaad |
(mkolman)
|
|
|
cebaad |
Related: rhbz#1845605
|
|
|
cebaad |
- subscription: Introduce the default_source configuration option (mkolman)
|
|
|
cebaad |
Related: rhbz#1845605
|
|
|
cebaad |
- network: do not enforce network standalone spoke on default source (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1848069
|
|
|
cebaad |
- Don't mount DBus sources at /run/install/source (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1851037
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Jun 25 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.3.9-1
|
|
|
cebaad |
- network: fix obtaining of s390 options of a wired connection (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1850199
|
|
|
cebaad |
- Always specify the boot disk (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1630299
|
|
|
cebaad |
- Remove the workaround with LD_PRELOAD (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1843533
|
|
|
cebaad |
- Exclude stderr from returned output when executing powerpc-utils tools
|
|
|
cebaad |
(javierm)
|
|
|
cebaad |
Related: rhbz#1847604
|
|
|
cebaad |
- Rename function for a simple check for DNF repository (jkonecny)
|
|
|
cebaad |
Related: rhbz#1849093
|
|
|
cebaad |
- Add tests for verify_valid_installtree function (jkonecny)
|
|
|
cebaad |
Related: rhbz#1849093
|
|
|
cebaad |
- Move verify_valid_installtree to source module utils (jkonecny)
|
|
|
cebaad |
Related: rhbz#1849093
|
|
|
cebaad |
- Do not test if repo is valid based on .treeinfo file (jkonencny)
|
|
|
cebaad |
Resolves: rhbz#1849093
|
|
|
cebaad |
- Add test for NFS URL with ISO in path (jkonecny)
|
|
|
cebaad |
Related: rhbz#1849083
|
|
|
cebaad |
- Fix issue when NFS path is pointing directly to ISO (jkonencny)
|
|
|
cebaad |
Resolves: rhbz#1849083
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Jun 23 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.3.8-1
|
|
|
cebaad |
- Move Subscription spoke under Software (vslavik)
|
|
|
cebaad |
Resolves: rhbz#1845493
|
|
|
cebaad |
- Fix hiding of network device activation switch (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1628521
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Jun 22 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.3.7-1
|
|
|
cebaad |
- Fix wireless network configuration on get_ssid() returning None (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1847681
|
|
|
cebaad |
- Relabel whole /etc instead of only some parts (vslavik)
|
|
|
cebaad |
Related: rhbz#1775975
|
|
|
cebaad |
Related: rhbz#1834189
|
|
|
cebaad |
- Clean up lists of files and directories to relabel (vslavik)
|
|
|
cebaad |
Related: rhbz#1775975
|
|
|
cebaad |
Related: rhbz#1834189
|
|
|
cebaad |
- Fix spanish translations (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1847977
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Jun 15 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.3.6-1
|
|
|
cebaad |
- Fix regression reading kernel list when collecting configurations (jkonecny)
|
|
|
cebaad |
Resolves: rhbz#1846156
|
|
|
cebaad |
- Prevent crash on unregistration (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1845962
|
|
|
cebaad |
- Check Subscription module is available before use in payload code (mkolman)
|
|
|
cebaad |
Related: rhbz#1845605
|
|
|
cebaad |
- Fix updating of user gid/uid value checkbox in gui (rvykydal)
|
|
|
cebaad |
Related: rhbz#1844386
|
|
|
cebaad |
- Fix crash on user uid/gid unchecked in gui (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1844386
|
|
|
cebaad |
- Fix passing of arguments when creating dracut arguments for FCoE (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1843741
|
|
|
cebaad |
- Do not build Anaconda on i686 (mkolman)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Jun 04 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.3.5-1
|
|
|
cebaad |
- Don't use data.method.proxy (vponcova)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Fix more SElinux contexts (vslavik)
|
|
|
cebaad |
Resolves: rhbz#1834189
|
|
|
cebaad |
Resolves: rhbz#1775975
|
|
|
cebaad |
- localization: do not crash on failed parsing of X layout (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1843379
|
|
|
cebaad |
|
|
|
cebaad |
* Fri May 29 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.3.4-1
|
|
|
cebaad |
- Create /etc/systemd/network dir for ifname= renaming if needed. (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1841469
|
|
|
cebaad |
- Update requirements for fips - update-crypto-policies script (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1841471
|
|
|
cebaad |
|
|
|
cebaad |
* Thu May 28 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.3.3-1
|
|
|
cebaad |
- Convert help system to use help id (mkolman)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Remove unused constants (mkolman)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Adjust help related configuration options (mkolman)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Replace helpFile property with help_id (mkolman)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Close responses from session.get (vponcova)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Improve the documentation of the SetUpMountTask class (vponcova)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Raise an exception if the source's mount point is not unmounted (vponcova)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Change the default source to CDROM (vponcova)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Don't set up sources in the refresh method of the Source spoke (vponcova)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Set up FIPS in the target system (vponcova)
|
|
|
cebaad |
Related: rhbz#1800697
|
|
|
cebaad |
- Update the service anaconda-sshd (vponcova)
|
|
|
cebaad |
Related: rhbz#1800697
|
|
|
cebaad |
- Set up FIPS in the installation environment (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1800697
|
|
|
cebaad |
- Add NFS ISO support back to the NFS SetupSourceTask (jkonecny)
|
|
|
cebaad |
Resolves: rhbz#1840346
|
|
|
cebaad |
- Add NFS ISO support to the NFSSourceModule (jkonencny)
|
|
|
cebaad |
Related: rhbz#1840346
|
|
|
cebaad |
- Fix changelog to keep rhel history (rvykydal)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Tear down HDD device mount if no valid installation source is found
|
|
|
cebaad |
(jkonecny)
|
|
|
cebaad |
Related: rhbz#1840346
|
|
|
cebaad |
- Extract ISO find algorith from harddrive (jkonecny)
|
|
|
cebaad |
Related: rhbz#1840346
|
|
|
cebaad |
- Update required ack in makebumpver script for rhel > 7 (rvykydal)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Fix string based on translator comments (vslavik)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- subscription: Fix authentication method switching in GUI (mkolman)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
|
|
|
cebaad |
* Wed May 27 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.3.2-1
|
|
|
cebaad |
- subscription: Make sure CDN repos are loaded and usable (mkolman)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Fix issue that unified ISO from URL is not loaded (jkonecny)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Add split_protocol payload helper function (jkonecny)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Fix imports of Blivet-GUI in unit tests (vponcova)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Make cppcheck ignore the G_DEFINE_TYPE macros (vslavik)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Fix test to not use Python 3.8 feature (vslavik)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Fix test for root SSH login allowed (vslavik)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Remove blivet-GUI tests (vslavik)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Ignore no return from BTRFS (vslavik)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Remove unused imports (vslavik)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
|
|
|
cebaad |
* Mon May 25 2020 Radek Vykydal <rvykydal@redhat.com> - 33.16.3.1-1
|
|
|
cebaad |
- Change git branch configuration (jkonecny)
|
|
|
cebaad |
Related: rhbz#1805757
|
|
|
cebaad |
- Update translation badge (jkonecny)
|
|
|
cebaad |
Related: rhbz#1805757
|
|
|
cebaad |
- Use rhel-8 weblate translation repository (jkonecny)
|
|
|
cebaad |
Resolves: rhbz#1805757
|
|
|
cebaad |
- Use platform-python instead of python3 (vslavik)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- root spoke gui: do not expose some root account options (eg locking) (rvykydal)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Modify locking of root defauls for rhel (rvykydal)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Update required version of blivet (rvykydal)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Remove tests for --ignorebroken %packages section option (rvykydal)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Remove support for --ignorebroken %packages option (rvykydal)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Use F25_Timezone (rvykydal)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Make sure rhsm.service is running at Anaconda startup (mkolman)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Replace SimpleQueue with Queue (vponcova)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Change fedora-welcome to rhel-welcome (bcl)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Make RHEL the default (fallback) product (vslavik)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Exclude blivet gui source from rpm_test (rvykydal)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Exclude dependencies for tests from RHEL-8 (jkonecny)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Update pykickstart version for rhel (rvykydal)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Use RHEL8 versions of commands (rvykydal)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Use RHEL8 kickstart handler (rvykydal)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Remove kickstart btrfs support (rvykydal)
|
|
|
cebaad |
Related: rhbz#1691319
|
|
|
cebaad |
- Rebase to upstream 33.16 version (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1691319
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Mar 13 2020 Radek Vykydal <rvykydal@redhat.com> - 29.19.2.17-1
|
|
|
cebaad |
- Make sure rhsm.service is running at Anaconda startup (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1805266
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Feb 21 2020 Radek Vykydal <rvykydal@redhat.com> - 29.19.2.16-1
|
|
|
cebaad |
- Fix crash on single disk selection in GUI (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1805613
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Feb 20 2020 Radek Vykydal <rvykydal@redhat.com> - 29.19.2.15-1
|
|
|
cebaad |
- Fix installation source switching to/from CDN (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1788487
|
|
|
cebaad |
Resolves: rhbz#1790383
|
|
|
cebaad |
Resolves: rhbz#1791376
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Feb 20 2020 Radek Vykydal <rvykydal@redhat.com> - 29.19.2.14-1
|
|
|
cebaad |
- Do not allow selecting ignored disk in GUI even if it is the only one
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1786561
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Feb 11 2020 Radek Vykydal <rvykydal@redhat.com> - 29.19.2.13-1
|
|
|
cebaad |
- Disable package download to / /tmp (jkonecny)
|
|
|
cebaad |
Resolves: rhbz#1781517
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Feb 06 2020 Radek Vykydal <rvykydal@redhat.com> - 29.19.2.12-1
|
|
|
cebaad |
- network: fix GUI crash on invalid devices in the list (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1697256
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Feb 03 2020 Radek Vykydal <rvykydal@redhat.com> - 29.19.2.11-1
|
|
|
cebaad |
- Fix DBus error detection (mkolman)
|
|
|
cebaad |
Related: rhbz#1794767
|
|
|
cebaad |
- Make sure RHSM HTTP proxy port from kickstart is an integer (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1794025
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Jan 23 2020 Radek Vykydal <rvykydal@redhat.com> - 29.19.2.10-1
|
|
|
cebaad |
- Log exceptions raised in subscription data fetching method (mkolman)
|
|
|
cebaad |
Related: rhbz#1788036
|
|
|
cebaad |
- Fix subscription status not being displayed in some cases (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1788036
|
|
|
cebaad |
- Make sure syspurpose is set before registration in GUI (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1788207
|
|
|
cebaad |
Related: rhbz#1788036
|
|
|
cebaad |
- Update pep8speaks checker configuration for the branch (rvykydal)
|
|
|
cebaad |
Related: rhbz#1788036
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Jan 16 2020 Radek Vykydal <rvykydal@redhat.com> - 29.19.2.9-1
|
|
|
cebaad |
- Fix RHSM HTTP proxy configuration clearing (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1789814
|
|
|
cebaad |
- Add scrolling for the registration tab (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1788422
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Jan 09 2020 Radek Vykydal <rvykydal@redhat.com> - 29.19.2.8-1
|
|
|
cebaad |
- Fix output kickstart generation for subscription commands (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1788579
|
|
|
cebaad |
Resolves: rhbz#1788513
|
|
|
cebaad |
- Fix GTK access from subscription thread (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1787615
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Jan 06 2020 Radek Vykydal <rvykydal@redhat.com> - 29.19.2.7-1
|
|
|
cebaad |
- Fix branding in the Connect to Red Hat spoke (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1787342
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Dec 13 2019 Radek Vykydal <rvykydal@redhat.com> - 29.19.2.6-1
|
|
|
cebaad |
- Fix RHSM HTTP proxy setup (mkolman)
|
|
|
cebaad |
Related: rhbz#1748281
|
|
|
cebaad |
- Fix text color on info bars (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1782174
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Dec 10 2019 Radek Vykydal <rvykydal@redhat.com> - 29.19.2.5-1
|
|
|
cebaad |
- Adjust unit tests (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1748281
|
|
|
cebaad |
Resolves: rhbz#1746391
|
|
|
cebaad |
- Extend list of false positives in the style guide (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1748281
|
|
|
cebaad |
Resolves: rhbz#1746391
|
|
|
cebaad |
- Subscription support - changes in GUI (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1748281
|
|
|
cebaad |
Resolves: rhbz#1746391
|
|
|
cebaad |
- Extend the anaconda-gtk.css (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1748281
|
|
|
cebaad |
Resolves: rhbz#1746391
|
|
|
cebaad |
- Subscription support - changes in installation payload (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1748281
|
|
|
cebaad |
Resolves: rhbz#1746391
|
|
|
cebaad |
- Subscription support - changes in DBus modules (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1748281
|
|
|
cebaad |
Resolves: rhbz#1746391
|
|
|
cebaad |
- Subscription support - changes outside of DBus modules (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1748281
|
|
|
cebaad |
Resolves: rhbz#1746391
|
|
|
cebaad |
- Add temporary subscription scheduling module (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1748281
|
|
|
cebaad |
Resolves: rhbz#1746391
|
|
|
cebaad |
- Add basic CDN support to Payload DBus module (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1748281
|
|
|
cebaad |
Resolves: rhbz#1746391
|
|
|
cebaad |
- Add support for custom interface for DBus Tasks (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1748281
|
|
|
cebaad |
Resolves: rhbz#1746391
|
|
|
cebaad |
- Backport locale support for modules (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1748281
|
|
|
cebaad |
Resolves: rhbz#1746391
|
|
|
cebaad |
- Add subscription manager as an Anaconda dependency (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1748281
|
|
|
cebaad |
Resolves: rhbz#1746391
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Nov 12 2019 Radek Vykydal <rvykydal@redhat.com> - 29.19.2.4-1
|
|
|
cebaad |
- Add UI support for the ZIPL Secure boot (vponcova)
|
|
|
cebaad |
Related: rhbz#1659400
|
|
|
cebaad |
- Add DBus support for the ZIPL Secure Boot (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1659400
|
|
|
cebaad |
- Don't mention new-kernel-pkg anymore in /etc/sysconfig/kernel (javierm)
|
|
|
cebaad |
Resolves: rhbz#1747382
|
|
|
cebaad |
- Don't print warnings for new-kernel-pkg not being present (javierm)
|
|
|
cebaad |
Related: rhbz#1747382
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Oct 22 2019 Radek Vykydal <rvykydal@redhat.com> - 29.19.2.3-1
|
|
|
cebaad |
- Only attempt to open the ibm,max-boot-devices sysfs entry if it exists
|
|
|
cebaad |
(javierm)
|
|
|
cebaad |
Related: rhbz#1748756
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Oct 21 2019 Radek Vykydal <rvykydal@redhat.com> - 29.19.2.2-1
|
|
|
cebaad |
- Don't add more devices in boot-device NVRAM than the maximum allowed
|
|
|
cebaad |
(javierm)
|
|
|
cebaad |
Resolves: rhbz#1748756
|
|
|
cebaad |
- Fix local repo files aren't enabled (jkonecny)
|
|
|
cebaad |
Resolves: rhbz#1641620
|
|
|
cebaad |
- Remove ldconfig spec macros (jkonecny)
|
|
|
cebaad |
Resolves: rhbz#1700685
|
|
|
cebaad |
- Don't try to format FBA DASD devices (mmatsuya)
|
|
|
cebaad |
Resolves: rhbz#1715303
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Oct 14 2019 Radek Vykydal <rvykydal@redhat.com> - 29.19.2.1-1
|
|
|
cebaad |
- Skip buildins when processing kernel boot args (jkonecny)
|
|
|
cebaad |
Resolves: rhbz#1637472
|
|
|
cebaad |
- network: fix handling of ksdevice=bootif in initramfs (rvykydal)
|
|
|
cebaad |
Related: rhbz#1649359
|
|
|
cebaad |
- Make sure we work with fresh data when trying to do netroot (vpodzime)
|
|
|
cebaad |
Resolves: rhbz#1649359
|
|
|
cebaad |
- Make our manual triggering on network in dracut work (vpodzime)
|
|
|
cebaad |
Resolves: rhbz#1649359
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Sep 27 2019 Radek Vykydal <rvykydal@redhat.com> - 29.19.1.13-1
|
|
|
cebaad |
- Change the bases of the install classes for RHVH (vponcova)
|
|
|
cebaad |
Related: rhbz#1753316
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Sep 24 2019 Radek Vykydal <rvykydal@redhat.com> - 29.19.1.12-1
|
|
|
cebaad |
- Add the install class for Red Hat Virtualization (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1753316
|
|
|
cebaad |
- Extend support for custom storage checking (vponcova)
|
|
|
cebaad |
Related: rhbz#1753316
|
|
|
cebaad |
- Enable to define the autopart type in an install class (vponcova)
|
|
|
cebaad |
Related: rhbz#1753316
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Aug 26 2019 Radek Vykydal <rvykydal@redhat.com> - 29.19.1.11-1
|
|
|
cebaad |
- Fix noverifyssl when downloading .treeinfo file (jkonecny)
|
|
|
cebaad |
Resolves: rhbz#1726156
|
|
|
cebaad |
Resolves: rhbz#1723811
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Aug 02 2019 Radek Vykydal <rvykydal@redhat.com> - 29.19.1.10-1
|
|
|
cebaad |
- Do not try to mount cdrom source also if it has been mounted in dracut.
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1733507
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Jul 02 2019 Radek Vykydal <rvykydal@redhat.com> - 29.19.1.9-1
|
|
|
cebaad |
- Adjust the exclude arguments for livepayloads (bcl)
|
|
|
cebaad |
Related: rhbz#1684542
|
|
|
cebaad |
- Recreate the BLS entries when using liveimg (bcl)
|
|
|
cebaad |
Resolves: rhbz#1684542
|
|
|
cebaad |
- Cache the liveimg tar kernel list (bcl)
|
|
|
cebaad |
Related: rhbz#1684542
|
|
|
cebaad |
- Add common function for creating rescue images (bcl)
|
|
|
cebaad |
Related: rhbz#1684542
|
|
|
cebaad |
- Re-generate BLS loader file snippets on live installs (awilliam)
|
|
|
cebaad |
Related: rhbz#1684542
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Jul 02 2019 Radek Vykydal <rvykydal@redhat.com> - 29.19.1.8-1
|
|
|
cebaad |
- Respect changesok password policy for root password (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1584145
|
|
|
cebaad |
- Fix default value for pwpolicy emptyok (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1664704
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Jun 25 2019 Radek Vykydal <rvykydal@redhat.com> - 29.19.1.7-1
|
|
|
cebaad |
- Add support for disabling modules via module --disable (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1655523
|
|
|
cebaad |
Related: rhbz#1719347
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Jun 14 2019 Radek Vykydal <rvykydal@redhat.com> - 29.19.1.6-1
|
|
|
cebaad |
- Require blivet with flags.protect_cdrom support (rvykydal)
|
|
|
cebaad |
Related: rhbz#1671713
|
|
|
cebaad |
- Be more strict when checking for mounted dvd source. (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1671713
|
|
|
cebaad |
- Protect cdroms during tree population for image installs. (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1671713
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Jun 13 2019 Radek Vykydal <rvykydal@redhat.com> - 29.19.1.5-1
|
|
|
cebaad |
- Fix the rescue mode (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1628653
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Jun 12 2019 Radek Vykydal <rvykydal@redhat.com> - 29.19.1.4-1
|
|
|
cebaad |
- Set default entry to the BLS id instead of the entry index (javierm)
|
|
|
cebaad |
Resolves: rhbz#1671047
|
|
|
cebaad |
- Fix non-root dir of install tree HD installation (jkonecny)
|
|
|
cebaad |
Resolves: rhbz#1689194
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Jun 11 2019 Radek Vykydal <rvykydal@redhat.com> - 29.19.1.3-1
|
|
|
cebaad |
- Handle bytes and strings from RPM (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1689909
|
|
|
cebaad |
- Set the flag lvm_metadata_backup (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1673901
|
|
|
cebaad |
- Rename add-ons to additional software (jkonecny)
|
|
|
cebaad |
Resolves: rhbz#1674011
|
|
|
cebaad |
- Move product version modifications for ui into function and add unit test.
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1671384
|
|
|
cebaad |
- Do not show quarterly release part of the version in UI. (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1671384
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Jun 10 2019 Radek Vykydal <rvykydal@redhat.com> - 29.19.1.2-1
|
|
|
cebaad |
- Rename zanata rhel-devel version (rvykydal)
|
|
|
cebaad |
Related: rhbz#1666319
|
|
|
cebaad |
- Adapt makebumpver to rhel-devel -> rhel-8 branch renaming. (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1666319
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Jun 06 2019 Radek Vykydal <rvykydal@redhat.com> - 29.19.1.1-1
|
|
|
cebaad |
- Use new ssl certificate kickstart options (lars)
|
|
|
cebaad |
Resolves: rhbz#1663954
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Mar 14 2019 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.40-1
|
|
|
cebaad |
- Pull in new translations (rvykydal)
|
|
|
cebaad |
Related: rhbz#1684056
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Mar 12 2019 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.39-1
|
|
|
cebaad |
- Make SMT warning message smaller (jkonecny)
|
|
|
cebaad |
Related: rhbz#1684056
|
|
|
cebaad |
- Remove blank line in the SMT warning (jkonecny)
|
|
|
cebaad |
Related: rhbz#1684056
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Mar 11 2019 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.38-1
|
|
|
cebaad |
- Pull in new translations (rvykydal)
|
|
|
cebaad |
Related: rhbz#1684056
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Mar 08 2019 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.37-1
|
|
|
cebaad |
- Update the SMT warning message (rvykydal)
|
|
|
cebaad |
Related: rhbz#1684056
|
|
|
cebaad |
- Detect and warn if SMT is enabled (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1684056
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Feb 25 2019 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.36-1
|
|
|
cebaad |
- Pass nosmt boot option to installed system. (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1677411
|
|
|
cebaad |
- Use unformatted DASDs for the partitioning (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1676630
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Feb 22 2019 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.35-1
|
|
|
cebaad |
- Check for dirinstall target on s390 (bcl)
|
|
|
cebaad |
Resolves: rhbz#1677417
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Feb 14 2019 Martin Kolman <mkolman@redhat.com> - 29.19.0.34-3
|
|
|
cebaad |
- Change the overflow color (vponcova)
|
|
|
cebaad |
Related: rhbz#1637686
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Feb 11 2019 Martin Kolman <mkolman@redhat.com> - 29.19.0.34-2
|
|
|
cebaad |
- Remove a confusing message for headless systems (#1638791) (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1638791
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Jan 30 2019 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.34-1
|
|
|
cebaad |
- Restore RHEL-specific stylesheet data (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1638383
|
|
|
cebaad |
- Do not crash on missing multipath device wwn. (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1666242
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Jan 16 2019 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.33-1
|
|
|
cebaad |
- Relabel X11/xorg.conf.d directory (jkonecny)
|
|
|
cebaad |
Resolves: rhbz#1660436
|
|
|
cebaad |
- Reorder items in selinux relabeling post script (jkonecny)
|
|
|
cebaad |
Related: rhbz#1660436
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Jan 14 2019 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.32-1
|
|
|
cebaad |
- Update gjs dependency filter for fedora->rhel filename changes (rvykydal)
|
|
|
cebaad |
Related: rhbz#1650295
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Jan 14 2019 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.31-1
|
|
|
cebaad |
- Change fedora-welcome to rhel-welcome (bcl)
|
|
|
cebaad |
Related: rhbz#1650295
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Jan 08 2019 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.30-1
|
|
|
cebaad |
- Add python3-coverage to testing dependencies (jkonecny)
|
|
|
cebaad |
Related: rhbz#1502323
|
|
|
cebaad |
- Set Automatic Installation Media for HDD not ISO (jkonecny)
|
|
|
cebaad |
Related: rhbz#1502323
|
|
|
cebaad |
- Adapt old code to new partition name translation (jkonecny)
|
|
|
cebaad |
Related: rhbz#1502323
|
|
|
cebaad |
- Fix source spoke status for expanded tree on HDD (jkonecny)
|
|
|
cebaad |
Related: rhbz#1502323
|
|
|
cebaad |
- Enable installation from install tree on HDD (jkonecny)
|
|
|
cebaad |
Resolves: rhbz#1502323
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Dec 17 2018 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.29-1
|
|
|
cebaad |
- Pull in fixed translations
|
|
|
cebaad |
Resolves: rhbz#1659890
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Dec 14 2018 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.28-1
|
|
|
cebaad |
- Update python-coverage dependency (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1658777
|
|
|
cebaad |
- Require password confirmation in GUI (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1584064
|
|
|
cebaad |
- Only quit GTK mainloop on GUI quit request (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1643111
|
|
|
cebaad |
- Drop the inst.noblscfg option (javierm)
|
|
|
cebaad |
Resolves: rhbz#1658980
|
|
|
cebaad |
- Don't allow to use LDL DASD disks (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1635825
|
|
|
cebaad |
- Don't allow /boot on LVM (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1641986
|
|
|
cebaad |
- Use the default LUKS version for auto partitioning (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1628519
|
|
|
cebaad |
- Make it possible to exit empty user spoke (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1620135
|
|
|
cebaad |
- Fix pylint errors (vponcova)
|
|
|
cebaad |
Related: rhbz#1652727
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Dec 12 2018 Martin Kolman <mkolman@redhat.com> - 29.19.0.27-2
|
|
|
cebaad |
- Run zipl again after generating initramfs (#1652727) (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1652727
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Dec 05 2018 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.27-1
|
|
|
cebaad |
- Fix module installation error reporting (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1644635
|
|
|
cebaad |
- Drop xorg-x11-server-Xorg check from graphical target detection (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1583958
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Nov 19 2018 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.26-1
|
|
|
cebaad |
- Pull in fixed translations
|
|
|
cebaad |
Resolves: rhbz#1650431
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Nov 06 2018 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.25-1
|
|
|
cebaad |
- Hotfix - disable unsupported hardware detection (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1645686
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Oct 18 2018 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.24-1
|
|
|
cebaad |
- Make the pyanaconda/image.py more pep8 (jkonecny)
|
|
|
cebaad |
Related: rhbz#1631673
|
|
|
cebaad |
- Test image repodata folder based on treeinfo file (jkonecny)
|
|
|
cebaad |
Resolves: rhbz#1631673
|
|
|
cebaad |
- Use var instead of strings in findFirstIsoImage (jkonecny)
|
|
|
cebaad |
Related: rhbz#1631673
|
|
|
cebaad |
- Use new InstallTreeMetadata instead of TreeInfo (jkonecny)
|
|
|
cebaad |
Related: rhbz#1631673
|
|
|
cebaad |
- Add InstallTreeMetadata class (jkonecny)
|
|
|
cebaad |
Related: rhbz#1631673
|
|
|
cebaad |
- Move DEFAULT_REPOS to the constants (jkonecny)
|
|
|
cebaad |
Related: rhbz#1631673
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Oct 15 2018 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.23-1
|
|
|
cebaad |
- nvdimm: update ks data for actions in UI (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1620093
|
|
|
cebaad |
- nvdimm: use pykickstart constant for setting reconfigure mode (rvykydal)
|
|
|
cebaad |
Related: rhbz#1620093
|
|
|
cebaad |
- Fix strings not marked for translation (jkonecny)
|
|
|
cebaad |
Resolves: rhbz#1637399
|
|
|
cebaad |
- Increase EFI System Partition (ESP) size to 200-600 MiB (javierm)
|
|
|
cebaad |
Resolves: rhbz#1633640
|
|
|
cebaad |
- Save lsblk output to the Anaconda traceback file (vtrefny)
|
|
|
cebaad |
Resolves: rhbz#1627220
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Oct 11 2018 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.22-1
|
|
|
cebaad |
- Remove EXPERIMENTAL label for mountpoint assignment in TUI (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1636940
|
|
|
cebaad |
- Wrap line in storage/osinstall.py to 99 chars (jkonecny)
|
|
|
cebaad |
Related: rhbz#1637096
|
|
|
cebaad |
- Add missing pylint false positive (jkonecny)
|
|
|
cebaad |
Related: rhbz#1637096
|
|
|
cebaad |
- Make syspurpose description text size biger (mkolman)
|
|
|
cebaad |
Related: rhbz#1612060
|
|
|
cebaad |
- Fix double quoting in syspurpose values (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1637135
|
|
|
cebaad |
- Fix ihelp pylint issues (jkonecny)
|
|
|
cebaad |
Related: rhbz#1637096
|
|
|
cebaad |
- Add ignored field to rpm_tests (jkonecny)
|
|
|
cebaad |
Related: rhbz#1637096
|
|
|
cebaad |
- Remove unused false positives (jkonecny)
|
|
|
cebaad |
Related: rhbz#1637096
|
|
|
cebaad |
- Use new BTRFS pykickstart version (jkonecny)
|
|
|
cebaad |
Related: rhbz#1637096
|
|
|
cebaad |
- Add back missing import (jkonecny)
|
|
|
cebaad |
Related: rhbz#1637096
|
|
|
cebaad |
- Add --no-pip to setup-mock-test-env script (jkonecny)
|
|
|
cebaad |
Related: rhbz#1637096
|
|
|
cebaad |
- Rename coverage3 to coverage-3.6 (jkonecny)
|
|
|
cebaad |
Related: rhbz#1637096
|
|
|
cebaad |
- Fix error message in setup-mock-test-env script (jkonecny)
|
|
|
cebaad |
Related: rhbz#1637096
|
|
|
cebaad |
- Rename nosetests binary to 3.6 - link is missing (jkonecny)
|
|
|
cebaad |
Resolves: rhbz#1637096
|
|
|
cebaad |
- Remove not used BuildRequires for RHEL (jkonecny)
|
|
|
cebaad |
Related: rhbz#1637096
|
|
|
cebaad |
- Add shortcut function to get dependency script (jkonecny)
|
|
|
cebaad |
Related: rhbz#1637096
|
|
|
cebaad |
- Add install-pip parameter to setup-mock-test-env (jkonecny)
|
|
|
cebaad |
Related: rhbz#1637096
|
|
|
cebaad |
- Add initial 32-bit ARMv7 EFI support (pbrobinson)
|
|
|
cebaad |
Resolves: rhbz#1637618
|
|
|
cebaad |
- Drop legacy get_arm_machine pieces (pbrobinson)
|
|
|
cebaad |
Related: rhbz#1637618
|
|
|
cebaad |
- arch: arm: drop omap checks and specifics (pbrobinson)
|
|
|
cebaad |
Related: rhbz#1637618
|
|
|
cebaad |
- Small optimalization in setup-mock-test-env (jkonecny)
|
|
|
cebaad |
Related: rhbz#1637096
|
|
|
cebaad |
- Add package installation from pip for test script (jkonecny)
|
|
|
cebaad |
Related: rhbz#1637096
|
|
|
cebaad |
- Remove hfsplus-tools not used on RHEL (jkonecny)
|
|
|
cebaad |
Related: rhbz#1637096
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Oct 10 2018 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.21-1
|
|
|
cebaad |
- Add Not Specified option for System Purpose lists (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1637602
|
|
|
cebaad |
- Set the VNC password directly (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1634667
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Oct 08 2018 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.20-1
|
|
|
cebaad |
- Ignore errors when trying to activate unsupported swaps (vtrefny)
|
|
|
cebaad |
Resolves: rhbz#1635253
|
|
|
cebaad |
- Adapt built in help system to new content structure (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1593723
|
|
|
cebaad |
- Update help folder paths (mkolman)
|
|
|
cebaad |
Related: rhbz#1593723
|
|
|
cebaad |
- Replace helpFile property with help_id (mkolman)
|
|
|
cebaad |
Related: rhbz#1593723
|
|
|
cebaad |
- Small optimization in boot arg parsing method (jkonecny)
|
|
|
cebaad |
Related: rhbz#1622429
|
|
|
cebaad |
- Fix bad --addrepo command line parsing (jkonecny)
|
|
|
cebaad |
Related: rhbz#1622429
|
|
|
cebaad |
- Raise correct exception on bad addrepo boot param (jkonecny)
|
|
|
cebaad |
Resolves: rhbz#1622429
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Oct 04 2018 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.19-1
|
|
|
cebaad |
- Add option to set kernel.hung_task_timeout_secs option (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1633549
|
|
|
cebaad |
- Change default install class to RHEL (jkonecny)
|
|
|
cebaad |
Resolves: rhbz#1634094
|
|
|
cebaad |
- Don't check for firmware compatibility to enable BootLoaderSpec support
|
|
|
cebaad |
(javierm)
|
|
|
cebaad |
Resolves: rhbz#1635547
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Oct 02 2018 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.18-1
|
|
|
cebaad |
- Update kernel command line parameters in BLS files (javierm)
|
|
|
cebaad |
Resolves: rhbz#1635180
|
|
|
cebaad |
- Drop attempt to add 'nocrypto' to tsflags (#1634791) (awilliam)
|
|
|
cebaad |
Resolves: rhbz#1634791
|
|
|
cebaad |
- Make sure fips is correctly enabled on target system (#1619568) (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1619568
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Oct 01 2018 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.17-1
|
|
|
cebaad |
- Syspurpose related test & pylint fixes (mkolman)
|
|
|
cebaad |
Related: rhbz#1612060
|
|
|
cebaad |
- Add missing folder to Makefile (mkolman)
|
|
|
cebaad |
Related: rhbz#1612060
|
|
|
cebaad |
- Add system purpose support (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1612060
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Sep 26 2018 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.16-1
|
|
|
cebaad |
- Sync spec file (rvykydal)
|
|
|
cebaad |
Related: rhbz#1619153
|
|
|
cebaad |
- Fix python3 requires in spec file (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1619153
|
|
|
cebaad |
- Revert "Add system purpose support" (rvykydal)
|
|
|
cebaad |
Related: rhbz#1619153
|
|
|
cebaad |
- Add support for GRUB_ENABLE_BLSCFG and inst.noblscfg (pjones)
|
|
|
cebaad |
Resolves: rhbz#1615442
|
|
|
cebaad |
- Get rid of new-kernel-pkg invocations (pjones)
|
|
|
cebaad |
Related: rhbz#1615442
|
|
|
cebaad |
- Minor pylint cleanups (pjones)
|
|
|
cebaad |
Related: rhbz#1615442
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Sep 24 2018 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.15-1
|
|
|
cebaad |
- Add system purpose support (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1612060
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Sep 19 2018 Tomas Orsava <torsava@redhat.com> - 29.19.0.14-2
|
|
|
cebaad |
- Require the Python interpreter directly instead of using the package name
|
|
|
cebaad |
- Related: rhbz#1619153
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Sep 19 2018 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.14-1
|
|
|
cebaad |
- Update the spoke for unsupported hardware in TUI (#1601545) (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1601545
|
|
|
cebaad |
- Update the dialog for unsupported hardware in GUI (#1601545) (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1601545
|
|
|
cebaad |
- Support detection of kernel taints (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1601545
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Sep 18 2018 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.13-1
|
|
|
cebaad |
- prefixdevname: fix a typo in filename (rvykydal)
|
|
|
cebaad |
Related: rhbz#1615997
|
|
|
cebaad |
- prefixdevname: pass persistent configuration to installed system (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1615997
|
|
|
cebaad |
- prefixdevname: pass net.ifnames.prefix option to installed system (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1615997
|
|
|
cebaad |
- prefixdevname: install package to target system if needed (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1615997
|
|
|
cebaad |
- prefixdevname: import state from initramfs to stage 2 (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1615997
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Sep 17 2018 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.12-1
|
|
|
cebaad |
- Don't connect to signals of the Network Manager DBus objects
|
|
|
cebaad |
(vponcova)
|
|
|
cebaad |
Resolves: rhbz#1582233
|
|
|
cebaad |
- Fix librepo logging with new DNF (jkonecny)
|
|
|
cebaad |
Resolves: rhbz#1626609
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Sep 07 2018 Josh Boyer <jwboyer@redhat.com> - 29.19.0.11-2
|
|
|
cebaad |
- Require python3-librepo
|
|
|
cebaad |
Resolves: rhbz#1626609
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Sep 07 2018 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.11-1
|
|
|
cebaad |
- DNF 3.5 compatibility (mkolman)
|
|
|
cebaad |
Related: rhbz#1613296
|
|
|
cebaad |
- Don't try to get hostnamed proxy in non-installer-image environments
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1622917
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Aug 24 2018 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.10-1
|
|
|
cebaad |
- Revert "Don't allow booting from nvdimm devices" (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1620566
|
|
|
cebaad |
- Fix pylint errors (vponcova)
|
|
|
cebaad |
Related: rhbz#1618633
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Aug 22 2018 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.9-1
|
|
|
cebaad |
- Fix crash in tui when default partitioning scheme is not supported
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
Related: rhbz#1617958
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Aug 16 2018 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.8-1
|
|
|
cebaad |
- Add inst.addrepo documentation for HD variant (jkonecny)
|
|
|
cebaad |
Related: rhbz#1595415
|
|
|
cebaad |
- Warn when repo names are not unique (jkonecny)
|
|
|
cebaad |
Related: rhbz#1595415
|
|
|
cebaad |
- HD addon repos have mount directories permanent (jkonecny)
|
|
|
cebaad |
Related: rhbz#1595415
|
|
|
cebaad |
- Unmount hard drive additional repositories (jkonecny)
|
|
|
cebaad |
Related: rhbz#1595415
|
|
|
cebaad |
- Move RepoData copy creation to the RepoData class (jkonecny)
|
|
|
cebaad |
Related: rhbz#1595415
|
|
|
cebaad |
- Show empty file protocol on HD addon repo fail (jkonecny)
|
|
|
cebaad |
Related: rhbz#1595415
|
|
|
cebaad |
- Mount and use HDD additional repositories (jkonecny)
|
|
|
cebaad |
Related: rhbz#1595415
|
|
|
cebaad |
- Separate _find_and_mount_iso from _setup_media (jkonecny)
|
|
|
cebaad |
Related: rhbz#1595415
|
|
|
cebaad |
- Load hard drive repo type from inst.addrepo (jkonecny)
|
|
|
cebaad |
Related: rhbz#1595415
|
|
|
cebaad |
- Do not fail if .discinfo file can't be read (jkonecny)
|
|
|
cebaad |
Related: rhbz#1595415
|
|
|
cebaad |
- Use productmd to parse .discinfo file (jkonecny)
|
|
|
cebaad |
Related: rhbz#1595415
|
|
|
cebaad |
- Add payload sources tests (jkonecny)
|
|
|
cebaad |
Related: rhbz#1595415
|
|
|
cebaad |
- Cleanup payload tests source file (jkonecny)
|
|
|
cebaad |
Related: rhbz#1595415
|
|
|
cebaad |
- Add documentation for inst.addrepo boot option (jkonecny)
|
|
|
cebaad |
Related: rhbz#1595415
|
|
|
cebaad |
- Add additional repositories to KS data (jkonecny)
|
|
|
cebaad |
Resolves: rhbz#1595415
|
|
|
cebaad |
- Use new source solution (jkonecny)
|
|
|
cebaad |
Related: rhbz#1595415
|
|
|
cebaad |
- Add payload sources implementation (jkonecny)
|
|
|
cebaad |
Related: rhbz#1595415
|
|
|
cebaad |
- Mark disks with additional repos as protected (jkonecny)
|
|
|
cebaad |
Related: rhbz#1595415
|
|
|
cebaad |
- Support boot args parsing to list (jkonecny)
|
|
|
cebaad |
Related: rhbz#1595415
|
|
|
cebaad |
- Add inst.addrepo new options (jkonecny)
|
|
|
cebaad |
Related: rhbz#1595415
|
|
|
cebaad |
- Make parenthesis consistent (jkonecny)
|
|
|
cebaad |
Related: rhbz#1595415
|
|
|
cebaad |
- Remove unused parameter from live_startup method (jkonecny)
|
|
|
cebaad |
Related: rhbz#1595415
|
|
|
cebaad |
- Disable treeinfo based repos only once (jkonecny)
|
|
|
cebaad |
Related: rhbz#1610806
|
|
|
cebaad |
- Disable treeinfo repos when base repo change (jkonecny)
|
|
|
cebaad |
Related: rhbz#1610806
|
|
|
cebaad |
- Treeinfo repos can't be changed nor removed (jkonecny)
|
|
|
cebaad |
Related: rhbz#1610806
|
|
|
cebaad |
- Add all repositories from the treeinfo file (jkonecny)
|
|
|
cebaad |
Resolves: rhbz#1610806
|
|
|
cebaad |
- Load base repository location from treeinfo (jkonecny)
|
|
|
cebaad |
Related: rhbz#1610806
|
|
|
cebaad |
- Add limited file:// protocol to GUI Source spoke (jkonecny)
|
|
|
cebaad |
Related: rhbz#1610806
|
|
|
cebaad |
- Add BaseOS between default base repositories (jkonecny)
|
|
|
cebaad |
Related: rhbz#1610806
|
|
|
cebaad |
- Split _setupInstallDevice method in payload (jkonecny)
|
|
|
cebaad |
Related: rhbz#1610806
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Aug 13 2018 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.7-1
|
|
|
cebaad |
- Revert back to running DNF in a subprocess (mkolman)
|
|
|
cebaad |
Related: rhbz#1613296
|
|
|
cebaad |
- Add back reverted patches for modularity support (rvykydal)
|
|
|
cebaad |
Related: rhbz#1613296
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Aug 13 2018 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.6-1
|
|
|
cebaad |
- Check the LUKS2 memory requirements (vponcova)
|
|
|
cebaad |
Related: rhbz#1547908
|
|
|
cebaad |
- Add an option for choosing version of LUKS in GUI (vponcova)
|
|
|
cebaad |
Related: rhbz#1547908
|
|
|
cebaad |
- Add tests for LUKS2 in the auto partitioning module (vponcova)
|
|
|
cebaad |
Related: rhbz#1547908
|
|
|
cebaad |
- Apply the LUKS2 options from the auto partitioning module (vponcova)
|
|
|
cebaad |
Related: rhbz#1547908
|
|
|
cebaad |
- Support LUKS2 options in the auto partitioning module (vponcova)
|
|
|
cebaad |
Related: rhbz#1547908
|
|
|
cebaad |
- Support LUKS2 options in logvol, part and raid commands (vponcova)
|
|
|
cebaad |
Related: rhbz#1547908
|
|
|
cebaad |
- Enable to set a default version of LUKS (vponcova)
|
|
|
cebaad |
Related: rhbz#1547908
|
|
|
cebaad |
- Update dependencies and kickstart commands to support LUKS2 (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1547908
|
|
|
cebaad |
- Use SimpleConfigFile to get PLATFORM_ID from /etc/os-release (mkolman)
|
|
|
cebaad |
Related: rhbz#1613296
|
|
|
cebaad |
- Use wwn attr instead of removed wwid. (#1565693) (dlehman)
|
|
|
cebaad |
Resolves: rhbz#1615408
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Aug 09 2018 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.5-1
|
|
|
cebaad |
- Fix a 5 year old typo in the spec file (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1613488
|
|
|
cebaad |
- Bump required DNF version (mkolman)
|
|
|
cebaad |
Related: rhbz#1613296
|
|
|
cebaad |
- Fix some small issues with the platform id patch (mkolman)
|
|
|
cebaad |
Related: rhbz#1613296
|
|
|
cebaad |
- Set platform id for DNF (mkolman)
|
|
|
cebaad |
Related: rhbz#1613296
|
|
|
cebaad |
- Fix crash when software environment is False (jkonecny)
|
|
|
cebaad |
Resolves: rhbz#1612942
|
|
|
cebaad |
- Allow to delete all file systems used by Unknown (#1597199) (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1597199
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Aug 06 2018 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.4-1
|
|
|
cebaad |
- DD: Use text mode when calling tools with subprocess (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1609744
|
|
|
cebaad |
- Update RHEL placeholder names (mkolman)
|
|
|
cebaad |
Related: rhbz#1593723
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Aug 02 2018 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.3-3
|
|
|
cebaad |
- Revert Use productmd library to parse .treeinfo (rvykydal)
|
|
|
cebaad |
Related: rhbz#1611622
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Aug 01 2018 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.3-2
|
|
|
cebaad |
- Revert of module support enablement (install specs DNF API) (rvykydal)
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Aug 01 2018 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.3-1
|
|
|
cebaad |
- Typo fixup (rvykydal)
|
|
|
cebaad |
- Define if blivet-gui is supported via installclasses (rvykydal)
|
|
|
cebaad |
Related: rhbz#1599838
|
|
|
cebaad |
- Offer Blivet-GUI partitioning only if supported (rvykydal)
|
|
|
cebaad |
Related: rhbz#1599838
|
|
|
cebaad |
- Only show the "closest mirror" source option where appropriate (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1608241
|
|
|
cebaad |
- Starting from 3.0 DNF expects strings in comps queries (mkolman)
|
|
|
cebaad |
- Remove blivet-gui spoke and its dependencies (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1599838
|
|
|
cebaad |
- Use the manual partitioning module in TUI (vponcova)
|
|
|
cebaad |
- Use the manual partitioning module in UI (vponcova)
|
|
|
cebaad |
- Add tests for the manual partitioning module (vponcova)
|
|
|
cebaad |
- Create the manual partitioning module (vponcova)
|
|
|
cebaad |
- Reserve enough static space for 2 lines in spoke status on hub (#1584160) (rvykydal)
|
|
|
cebaad |
- Handle new module specific error states (mkolman)
|
|
|
cebaad |
- Handle missing package errors reported by the install_specs() function (mkolman)
|
|
|
cebaad |
- Initial module enablement and installation support (mkolman)
|
|
|
cebaad |
- Fix disable additional repositories (jkonecny)
|
|
|
cebaad |
- Show better messages for NoSuchPackage and NoSuchGroup (#1599190) (vponcova)
|
|
|
cebaad |
Resolves: rhbz#1599190
|
|
|
cebaad |
- Bootloader stage2 can't be on btrfs on rhel (#1533904) (rvykydal)
|
|
|
cebaad |
Related: rhbz#1533904
|
|
|
cebaad |
- Remove --fstype=btrfs support from LogVol, Raid and Partition (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1533904
|
|
|
cebaad |
- Remove btrfs support. (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1533904
|
|
|
cebaad |
- Use RHEL8 versions of commands added to RHEL8 handler for test (rvykydal)
|
|
|
cebaad |
- Use RHEL8 kickstart handler (rvykydal)
|
|
|
cebaad |
- Use productmd library to parse .treeinfo (#1411673) (jkonecny)
|
|
|
cebaad |
- Import kickstart classes as version-less in the dracut script (vponcova)
|
|
|
cebaad |
- Use only version-less kickstart classes (vponcova)
|
|
|
cebaad |
- Define version-less variants of kickstart classes (vponcova)
|
|
|
cebaad |
- Pylint should skip the file livepayload.py (vponcova)
|
|
|
cebaad |
- Fix pylint errors (vponcova)
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Jul 25 2018 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.2-1
|
|
|
cebaad |
- Change the pop-up text with the pre-release warning (#1542998) (vpodzime)
|
|
|
cebaad |
Resolves: rhbz#1608243
|
|
|
cebaad |
- Sort categories on the hub by defined order (#1584160) (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1584166
|
|
|
cebaad |
- Show a note about EULA where relevant (mkolman)
|
|
|
cebaad |
Resolves: rhbz#1569596
|
|
|
cebaad |
- Change message log level to INFO when adding repo (jkonecny)
|
|
|
cebaad |
Related: rhbz#1603178
|
|
|
cebaad |
- Set packaging log level to DEBUG by default (jkonecny)
|
|
|
cebaad |
Resolves: rhbz#1603178
|
|
|
cebaad |
- Remove the python-wrapt dependency (vponcova)
|
|
|
cebaad |
- Do not use capitals for spoke names (#1584160) (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1584166
|
|
|
cebaad |
- Wrap category label and add space between columns (#1584160) (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1584166
|
|
|
cebaad |
- Use 32 px icons (instead of 16 px) on hubs (#1584160) (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1584166
|
|
|
cebaad |
- Make pyanaconda.dbus.typing work with Python 3.7 (#1598574) (awilliam)
|
|
|
cebaad |
- Use Platform Python where appropriate (mkolman)
|
|
|
cebaad |
- Replace deprecated dracut options for booting with ibft. (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1566052
|
|
|
cebaad |
- Protected devices might be hidden (#1561766) (vponcova)
|
|
|
cebaad |
- Improve handling of unsupported filesystems in UI. (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1533904
|
|
|
cebaad |
- Reserve two lines for status message (#1584160) (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1584166
|
|
|
cebaad |
- Use three spoke columns on hub for better scaling (#1584160) (rvykydal)
|
|
|
cebaad |
Resolves: rhbz#1584166
|
|
|
cebaad |
- fstab: include a note about systemctl daemon-reload (zbyszek)
|
|
|
cebaad |
- Access the ZFCP module only on s390x (vponcova)
|
|
|
cebaad |
- Tell libreport if it is a final release or not (#1596392) (vpodzime)
|
|
|
cebaad |
Resolves: rhbz#1596392
|
|
|
cebaad |
- bootloader: GRUB2: Set menu_auto_hide when enabled by the instClass
|
|
|
cebaad |
(hdegoede)
|
|
|
cebaad |
- installclass: Add bootloader_menu_autohide property (hdegoede)
|
|
|
cebaad |
- Add tests for the zFCP module (vponcova)
|
|
|
cebaad |
- Handle the zfcp command in the zFCP module (vponcova)
|
|
|
cebaad |
- Use the zFCP discovery task in UI (vponcova)
|
|
|
cebaad |
- Create the zFCP discovery task (vponcova)
|
|
|
cebaad |
- Create the zFCP module (vponcova)
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Jul 16 2018 Radek Vykydal <rvykydal@redhat.com> - 29.19.0.1-1
|
|
|
cebaad |
- Define zanata branch statically for rhel-devel branch (rvykydal)
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Jun 27 2018 Martin Kolman <mkolman@redhat.com> - 29.19-1
|
|
|
cebaad |
- DNF 3: progress callback constants moved to dnf.transaction (awilliam)
|
|
|
cebaad |
- DNF 3: Update size calculations for transaction item changes (awilliam)
|
|
|
cebaad |
- DNF 3: config substitutions moved from dnf to libdnf (awilliam)
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Jun 25 2018 Martin Kolman <mkolman@redhat.com> - 29.18-1
|
|
|
cebaad |
- Add tests for the DASD module (vponcova)
|
|
|
cebaad |
- Run the DASD formatting task in UI (vponcova)
|
|
|
cebaad |
- Extend the sync_run_task method with a callback (vponcova)
|
|
|
cebaad |
- Create a task for formatting DASDs (vponcova)
|
|
|
cebaad |
- Run the DASD discovery task from UI (vponcova)
|
|
|
cebaad |
- Create a task for discovering DASDs (vponcova)
|
|
|
cebaad |
- Create the DASD module (vponcova)
|
|
|
cebaad |
- Add tests for the language installation task (vponcova)
|
|
|
cebaad |
- Run an installation task to install a language (vponcova)
|
|
|
cebaad |
- nvdimm: fix crash on non-block devices (rvykydal)
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Jun 12 2018 Martin Kolman <mkolman@redhat.com> - 29.17-1
|
|
|
cebaad |
- Wait for kickstart modules to quit (vponcova)
|
|
|
cebaad |
- Ask for a default passphrase if required (vponcova)
|
|
|
cebaad |
- Add support for setting different types of passwords in TUI (vponcova)
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Jun 07 2018 Martin Kolman <mkolman@redhat.com> - 29.16-1
|
|
|
cebaad |
- Add tests for changes in tasks and the install manager (vponcova)
|
|
|
cebaad |
- Add a simple installation task in the Baz module (vponcova)
|
|
|
cebaad |
- Update the boss classes (vponcova)
|
|
|
cebaad |
- Update the base clases for modules (vponcova)
|
|
|
cebaad |
- Use the system installation task in the install manager (vponcova)
|
|
|
cebaad |
- Add the system installation task (vponcova)
|
|
|
cebaad |
- Add methods for running remote DBus tasks (vponcova)
|
|
|
cebaad |
- Improved base clases for DBus tasks (vponcova)
|
|
|
cebaad |
- Do not manually create LUKSDevice when unlocking a LUKS format (vtrefny)
|
|
|
cebaad |
- Fix pylint errors (vponcova)
|
|
|
cebaad |
- Skip the pylint check for the bootloader.py (vponcova)
|
|
|
cebaad |
- Enable DNF depsolver debugging in debug mode (mkolman)
|
|
|
cebaad |
- Don't reset locale of our DBus daemon (vponcova)
|
|
|
cebaad |
- Close the DNF base later (#1571299) (vponcova)
|
|
|
cebaad |
- Add 10%% for storage metadata to the total required space (#1578395)
|
|
|
cebaad |
(vponcova)
|
|
|
cebaad |
- Add hook to prevent mistake upstream pushes (jkonecny)
|
|
|
cebaad |
- Revert "WIP" (vponcova)
|
|
|
cebaad |
- WIP (vponcova)
|
|
|
cebaad |
- Set locale to en_US.UTF-8 in every module (#1575415) (vponcova)
|
|
|
cebaad |
- Move initial module configuration to the init function (vponcova)
|
|
|
cebaad |
- Fix the mount command (vponcova)
|
|
|
cebaad |
- Use the auto partitioning module in UI (vponcova)
|
|
|
cebaad |
- Only check space during a tui kickstart if ksprompt is enabled (bcl)
|
|
|
cebaad |
- Fix can't exit TUI storage spoke (jkonecny)
|
|
|
cebaad |
- Use PROCESSED_AND_CLOSE and PROCESSED_AND_REDRAW (jkonecny)
|
|
|
cebaad |
- Remove not required PROCESSED return (jkonecny)
|
|
|
cebaad |
- Remove PROCESSED from refresh method (jkonecny)
|
|
|
cebaad |
|
|
|
cebaad |
* Wed May 16 2018 Martin Kolman <mkolman@redhat.com> - 29.15-1
|
|
|
cebaad |
- nvdimm: make debug messages more clear (rvykydal)
|
|
|
cebaad |
- nvdimm: use libblockdev enum to check namespace mode (rvykydal)
|
|
|
cebaad |
- Add data loss warning to nvdimm reconfigure dialog. (rvykydal)
|
|
|
cebaad |
- Add UI feedback for disk repopulating after nvdimm reconfiguration.
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- Fix ignoring of nvdimm devices (rvykydal)
|
|
|
cebaad |
- Don't allow booting from nvdimm devices (rvykydal)
|
|
|
cebaad |
- Improve UI feedback for invalid boot on non-iBFT iSCSI devices. (rvykydal)
|
|
|
cebaad |
- Add inst.nonibftiscsiboot boot option. (rvykydal)
|
|
|
cebaad |
- Use only devices specified by nvdimm command for installation. (rvykydal)
|
|
|
cebaad |
- Add option to reconfigure nvdimm devices into sector mode. (rvykydal)
|
|
|
cebaad |
- Allow only devices in sector mode to be selected. (rvykydal)
|
|
|
cebaad |
- Add nvdimm devices to Advanced Storage spoke. (rvykydal)
|
|
|
cebaad |
- Add kickstart support for nvdimm reconfiguration to sector mode. (rvykydal)
|
|
|
cebaad |
- Ignore nvdimm disks which are not in sector mode. (rvykydal)
|
|
|
cebaad |
- Do not ignore nvdimm (pmemX) devices (rvykydal)
|
|
|
cebaad |
- Update the pykickstart commands (vponcova)
|
|
|
cebaad |
- Fix firewall DBUS module API usage (#1577405) (mkolman)
|
|
|
cebaad |
- Fix formatting in the TUI storage spoke (jkonecny)
|
|
|
cebaad |
- Fix TUI crash in mountpoint assignment (#1564067) (jkonecny)
|
|
|
cebaad |
- Fix KS logvol metadata and chunksize parameters (#1572511) (jkonecny)
|
|
|
cebaad |
- Show correct bootloader error on the MacEFI platform (vponcova)
|
|
|
cebaad |
- Revert "Fix broken kickstart command test" (rvykydal)
|
|
|
cebaad |
- Support fcoe --autovlan option (#1564096) (rvykydal)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri May 04 2018 Martin Kolman <mkolman@redhat.com> - 29.14-1
|
|
|
cebaad |
- Increase module startup timeout to 600 seconds (mkolman)
|
|
|
cebaad |
- Fix name of the Zanata Python client package (mkolman)
|
|
|
cebaad |
- Add tests for the auto partitioning module (vponcova)
|
|
|
cebaad |
- Create the auto partitioning module (vponcova)
|
|
|
cebaad |
- Add the firewall submodule (mkolman)
|
|
|
cebaad |
- Once again fix cmdline error handling. (#1360223) (sbueno+anaconda)
|
|
|
cebaad |
- Extend the timeout period to 180s in the case of cmdline error. (#1360223)
|
|
|
cebaad |
(sbueno+anaconda)
|
|
|
cebaad |
- Fix the clearpart test with disklabel option (vponcova)
|
|
|
cebaad |
- The specified nosetests failed to run (vponcova)
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Apr 24 2018 Martin Kolman <mkolman@redhat.com> - 29.13-1
|
|
|
cebaad |
- Show correct root account locked status in reconfig mode (#1507940) (mkolman)
|
|
|
cebaad |
- Add missing lines and modularization only log to test coverage (jkonecny)
|
|
|
cebaad |
- Remove makebumpver dependency from spec file (jkonecny)
|
|
|
cebaad |
- network module: use connectivity checking in anaconda (rvykydal)
|
|
|
cebaad |
- network module: add connectivity checking (rvykydal)
|
|
|
cebaad |
- Permit adding disabled external repos to installation. (riehecky)
|
|
|
cebaad |
- Handle empty active attribute for consoles (#1569045) (mkolman)
|
|
|
cebaad |
- Support temporary kickstart generating (vponcova)
|
|
|
cebaad |
- Create the dynamic module User (vponcova)
|
|
|
cebaad |
- Select Workstation install class for Workstation live (#1569083) (awilliam)
|
|
|
cebaad |
- Rename the main module User to Users (vponcova)
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Apr 19 2018 Martin Kolman <mkolman@redhat.com> - 29.12-1
|
|
|
cebaad |
- Save logs to result folder after rpm-tests (jkonecny)
|
|
|
cebaad |
- Add Installed pyanaconda tests (jkonecny)
|
|
|
cebaad |
- Fix name of the RPM test (jkonecny)
|
|
|
cebaad |
- Support running just chosen rpm test (jkonecny)
|
|
|
cebaad |
- Add test cache files to gitignore (jkonecny)
|
|
|
cebaad |
- Move test install test from Makefile to rpm tests (jkonecny)
|
|
|
cebaad |
- Create structure to run rpm tests (jkonecny)
|
|
|
cebaad |
- Move all nosetests to separate directory (jkonecny)
|
|
|
cebaad |
- Fix broken kickstart command test (jkonecny)
|
|
|
cebaad |
- Fix broken kickstart command test (jkonecny)
|
|
|
cebaad |
- localization: use LanguageKickstarted module property (#1568119) (rvykydal)
|
|
|
cebaad |
- Start only the specified kickstart modules (#1566621) (vponcova)
|
|
|
cebaad |
- Use the Bootloader module in UI (vponcova)
|
|
|
cebaad |
- Add tests for the bootloader module (vponcova)
|
|
|
cebaad |
- Create the bootloader module (vponcova)
|
|
|
cebaad |
- rpmostreepayload: do not require network for dvd installation (#1565369)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- Fix double logging to stdout (vponcova)
|
|
|
cebaad |
- Don't try to create required partitions if there are none (vponcova)
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Apr 12 2018 Martin Kolman <mkolman@redhat.com> - 29.11-1
|
|
|
cebaad |
- Add anaconda-install-env-deps as dependency of the anaconda package (mkolman)
|
|
|
cebaad |
- Add %%files for install-env-deps so it actually exists (awilliam)
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Apr 10 2018 Martin Kolman <mkolman@redhat.com> - 29.10-1
|
|
|
cebaad |
- Bump simpleline version (mkolman)
|
|
|
cebaad |
- Do not redraw screen after text YesNo dialog (#1557951)(jkonecny)
|
|
|
cebaad |
- Revert "Adapt to a new simpleline changes (#1557472)(jkonecny)
|
|
|
cebaad |
- authselect: enable silent last log (pbrezina)
|
|
|
cebaad |
- authselect: fix typo to enable fingerprint authentication (pbrezina)
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Apr 09 2018 Martin Kolman <mkolman@redhat.com> - 29.9-1
|
|
|
cebaad |
- Move install time dependencies to a metapackage (mkolman)
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Apr 05 2018 Martin Kolman <mkolman@redhat.com> - 29.8-1
|
|
|
cebaad |
- Fix forgotten usage of the selinux kickstart command (vponcova)
|
|
|
cebaad |
- Fix tests for the storage module (vponcova)
|
|
|
cebaad |
- Use the disk selection and initialization modules in UI (vponcova)
|
|
|
cebaad |
- Enable to use object identifiers instead of object paths (vponcova)
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Mar 29 2018 Martin Kolman <mkolman@redhat.com> - 29.7-1
|
|
|
cebaad |
- Add Makefiles for disk initialization and selection modules (vponcova)
|
|
|
cebaad |
- Remove the invalid self argument (vponcova)
|
|
|
cebaad |
- Run all unit tests (vponcova)
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Mar 27 2018 Martin Kolman <mkolman@redhat.com> - 29.6-1
|
|
|
cebaad |
- Create the disk initialization and disk selection modules (vponcova)
|
|
|
cebaad |
- Use watch_property to watch changes of DBus properties (vponcova)
|
|
|
cebaad |
- Better organize the base classes for modules (vponcova)
|
|
|
cebaad |
- Fixed KS forcing zerombr onto RO disk (japokorn)
|
|
|
cebaad |
- Add tests for the kickstart specifications (vponcova)
|
|
|
cebaad |
- Standardize calls to parent via super() (riehecky)
|
|
|
cebaad |
- Fix 'isDisk' property name (#1558906) (vtrefny)
|
|
|
cebaad |
- Make the class for removed kickstart commands more strict (vponcova)
|
|
|
cebaad |
- Fix the progress bar steps (vponcova)
|
|
|
cebaad |
- Use enum for the first boot action (vponcova)
|
|
|
cebaad |
- Use enum for the SELinux modes (vponcova)
|
|
|
cebaad |
- datetime spoke: still pass ksdata to NTPconfigDialog (UIObject) (rvykydal)
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Mar 19 2018 Martin Kolman <mkolman@redhat.com> - 29.5-1
|
|
|
cebaad |
- Write rootpw command to kickstart (#1557529) (mkolman)
|
|
|
cebaad |
- Don't make safe to observe services on buses that don't run (vponcova)
|
|
|
cebaad |
- Add the LanguageKickstarted property (vponcova)
|
|
|
cebaad |
- Don't autoquit by default if the last hub is empty (#1553935) (mkolman)
|
|
|
cebaad |
- Use the Services module in UI (vponcova)
|
|
|
cebaad |
- Create the Services module (vponcova)
|
|
|
cebaad |
- Enable hibernation only on x86 (#1554345) (vponcova)
|
|
|
cebaad |
- Add the Storage module with no API (vponcova)
|
|
|
cebaad |
- Add the Payload module with no API (vponcova)
|
|
|
cebaad |
- Remove DBus modules Foo and Bar (vponcova)
|
|
|
cebaad |
- network module: fix accessing org.freedesktop.hostname1 for current hostname
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Mar 12 2018 Martin Kolman <mkolman@redhat.com> - 29.4-1
|
|
|
cebaad |
- network module: add basic test (rvykydal)
|
|
|
cebaad |
- Add prepare command to setup-mock-test-env script (jkonecny)
|
|
|
cebaad |
- Mark partition live device's disk protected. (#1524700) (dlehman)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Mar 09 2018 Martin Kolman <mkolman@redhat.com> - 29.3-1
|
|
|
cebaad |
- Remove useless constants from pyanaconda.dbus.constants (vponcova)
|
|
|
cebaad |
- Use identifiers to get observers and proxies (vponcova)
|
|
|
cebaad |
- Remove the publish method from DBus interfaces (vponcova)
|
|
|
cebaad |
- Replace constants in publish and register methods (vponcova)
|
|
|
cebaad |
- Replace constants in DBus interface names (vponcova)
|
|
|
cebaad |
- Define DBus errors with the dbus_error decorator (vponcova)
|
|
|
cebaad |
- Use namespaces and identifiers to describe Anaconda DBus objects (vponcova)
|
|
|
cebaad |
- Add support for identification of DBus objects and services (vponcova)
|
|
|
cebaad |
- User module should parse only rootpw for now (#1553488) (vponcova)
|
|
|
cebaad |
- localization module: plug localization module into keyboard GUI spoke
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- localization module: add KeyboardKickstarted property (rvykydal)
|
|
|
cebaad |
- localization module: add KS support for keyboard command (rvykydal)
|
|
|
cebaad |
- localization module: don't use Kickstarted so another command can be added
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- Fix release docs (mkolman)
|
|
|
cebaad |
- network: set TYPE value in ifcfg from kickstart in initrmfs (rvykydal)
|
|
|
cebaad |
- Make formatting consistent in AnacondaWidgets.xml (riehecky)
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Mar 05 2018 Martin Kolman <mkolman@redhat.com> - 29.2-1
|
|
|
cebaad |
- Use the user DBUS module in the UI (mkolman)
|
|
|
cebaad |
- Use the user DBUS module for the rootpw command in kickstart.py (mkolman)
|
|
|
cebaad |
- Add initial user DBUS module (mkolman)
|
|
|
cebaad |
- Add tests for the Security module (vponcova)
|
|
|
cebaad |
- Use the Security module in UI (vponcova)
|
|
|
cebaad |
- Don't send empty kickstart to DBus modules (vponcova)
|
|
|
cebaad |
- Add the Security module (vponcova)
|
|
|
cebaad |
- Fix makeupdates script to work with new DBus structure (jkonecny)
|
|
|
cebaad |
- Fix Makefile of the kickstart manager (vponcova)
|
|
|
cebaad |
- Fix check if dbus daemon quit properly (jkonecny)
|
|
|
cebaad |
- Remove check if dbus is running (#1551096) (jkonecny)
|
|
|
cebaad |
- Use Anaconda's special env variable for dbus address (#1551096) (jkonecny)
|
|
|
cebaad |
- Migrate Anaconda to our private dbus session (#1551096) (jkonecny)
|
|
|
cebaad |
- localization module: use l12 shortcut for module name in UI (rvykydal)
|
|
|
cebaad |
- localization module: replace ksdata.lang with the module in anaconda.
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- localization module: add KS support for lang command (rvykydal)
|
|
|
cebaad |
- Return restorecon utility to Fedora 28 mock (jkonecny)
|
|
|
cebaad |
- Include dbus.log when exporting logs (mkolman)
|
|
|
cebaad |
- Reorganize pyanaconda.modules.boss (vponcova)
|
|
|
cebaad |
- Move all DBus errors to pyanaconda.modules.common.errors (vponcova)
|
|
|
cebaad |
- Move common classes and functions to pyanaconda.modules.common (vponcova)
|
|
|
cebaad |
- Close DBus log file when quitting DBus session (jkonecny)
|
|
|
cebaad |
- Enable payload configuration for Install classes (jkonecny)
|
|
|
cebaad |
- Rename files that provide kickstart specifications (vponcova)
|
|
|
cebaad |
- Move the kickstart specification to pyanaconda.core.kickstart (vponcova)
|
|
|
cebaad |
- Start and quit Boss properly (jkonecny)
|
|
|
cebaad |
- Make class from dbus.launcher module (jkonecny)
|
|
|
cebaad |
- Add the kernel option resume= by default (#1206936) (vponcova)
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Feb 28 2018 Martin Kolman <mkolman@redhat.com> - 29.1-1
|
|
|
cebaad |
- Use observers to access the hostname service (vponcova)
|
|
|
cebaad |
- Make safe to observe services on buses that don't have to run (vponcova)
|
|
|
cebaad |
- DBus logs are now saved to /tmp/dbus.log (jkonecny)
|
|
|
cebaad |
- Add tests for toplevel installclass attribs (riehecky)
|
|
|
cebaad |
- Wait for DBus modules for longer time (vponcova)
|
|
|
cebaad |
- Drop dependency on authselect and firewalld (vponcova)
|
|
|
cebaad |
- Fix kickstart version test (vponcova)
|
|
|
cebaad |
- Authconfig is replaced with authselect (#1542968) (vponcova)
|
|
|
cebaad |
- Add support for different message buses (vponcova)
|
|
|
cebaad |
- Fix makeupdates script (vponcova)
|
|
|
cebaad |
- Set up basic logging for DBus modules (vponcova)
|
|
|
cebaad |
- Remove get_dbus_module_logger (vponcova)
|
|
|
cebaad |
- Fix logging of the DBus modules (vponcova)
|
|
|
cebaad |
- Fix the reimport error (vponcova)
|
|
|
cebaad |
- Fix the network module specification (vponcova)
|
|
|
cebaad |
- network module: update_network_data test (rvykydal)
|
|
|
cebaad |
- network module: use Module.Kickstarted instead of ksdata.seen (rvykydal)
|
|
|
cebaad |
- network module: use for hostname in tui (rvykydal)
|
|
|
cebaad |
- network module: handle current hostname (rvykydal)
|
|
|
cebaad |
- network module: handle ksdata.network.hostname (rvykydal)
|
|
|
cebaad |
- network module: add module skeleton (rvykydal)
|
|
|
cebaad |
- Log changes in the kickstart modules. (vponcova)
|
|
|
cebaad |
- Use the Timezone module in UI. (vponcova)
|
|
|
cebaad |
- Start Boss from Anaconda (jkonecny)
|
|
|
cebaad |
- Do not use System DBus (jkonecny)
|
|
|
cebaad |
- Remove anaconda-boss.service (jkonecny)
|
|
|
cebaad |
- Move Anaconda dbus services and confs to session dbus (jkonecny)
|
|
|
cebaad |
- Run DBus session if not present (jkonecny)
|
|
|
cebaad |
- Change pykickstart version (vponcova)
|
|
|
cebaad |
- Move system-logos dependency from anaconda-core to anaconda-gui (mkolman)
|
|
|
cebaad |
- makebumpver: fix parsing of -m option (rvykydal)
|
|
|
cebaad |
- makebumpver: fix -i option (rvykydal)
|
|
|
cebaad |
- Fix tests of the Timezone module (vponcova)
|
|
|
cebaad |
- installclass: add comments to server install class (dusty)
|
|
|
cebaad |
- Don't use deprecated formatErrorMsg (vponcova)
|
|
|
cebaad |
- Use the KickstartError attributes (vponcova)
|
|
|
cebaad |
- kickstart: "clearpart --list" does not work (#1410335) (marcel)
|
|
|
cebaad |
- Use handler in the Timezone module (vponcova)
|
|
|
cebaad |
- Fix the specification of the Bar module (vponcova)
|
|
|
cebaad |
- Use the KickstartHandler class (vponcova)
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Feb 19 2018 Martin Kolman <mkolman@redhat.com> - 28.22-1
|
|
|
cebaad |
- Prevent anaconda-core requiring gjs-console (awilliam)
|
|
|
cebaad |
- Temporarily don't test versions of specified kickstart objects (vponcova)
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Feb 19 2018 Martin Kolman <mkolman@redhat.com> - 28.21-1
|
|
|
cebaad |
- Explain when run dependency_solver without options (jkonecny)
|
|
|
cebaad |
- Clean dd_test code (jkonecny)
|
|
|
cebaad |
- We can't set file permission mode for .so in dd test (jkonecny)
|
|
|
cebaad |
- Rename installclass_atomic to Fedora Atomic Host (jkonecny)
|
|
|
cebaad |
- Support running only nosetests or only some nosetests (jkonecny)
|
|
|
cebaad |
- Do not run tests as root (jkonecny)
|
|
|
cebaad |
- Save start and end time for pylint run (jkonecny)
|
|
|
cebaad |
- Separate grab-logs from ci target in Makefile (jkonecny)
|
|
|
cebaad |
- Remove false positive but disable Pylint in makeupdates script (jkonecny)
|
|
|
cebaad |
- Add copyright to scripts in ./scripts/testing (jkonecny)
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Feb 15 2018 Adam Williamson <awilliam@redhat.com> - 28.20-2
|
|
|
cebaad |
- Prevent anaconda-core requiring gjs-console (awilliam)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Feb 09 2018 Martin Kolman <mkolman@redhat.com> - 28.20-1
|
|
|
cebaad |
- Check the proxy attribute before accessing it (vponcova)
|
|
|
cebaad |
- Check the noverifyssl attribute before accessing it (vponcova)
|
|
|
cebaad |
- Don't access the url attribute (#1530428) (vponcova)
|
|
|
cebaad |
- Use Fedora Server default partitioning in Atomic (jkonecny)
|
|
|
cebaad |
- Clean code of Atomic install class (jkonecny)
|
|
|
cebaad |
- Migrate Atomic install class (#1491287) (jkonecny)
|
|
|
cebaad |
- Move Atomic install class to Anaconda (#1491287) (#1536853) (jkonecny)
|
|
|
cebaad |
- Make sure that fetch_url is defined. (vponcova)
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Feb 05 2018 Martin Kolman <mkolman@redhat.com> - 28.19-1
|
|
|
cebaad |
- Change pykickstart version. (vponcova)
|
|
|
cebaad |
- Do not deepcopy the kickstart data in the storage (vponcova)
|
|
|
cebaad |
- Replace deepcopy of the method command (vponcova)
|
|
|
cebaad |
- Use pykickstart 3 (vponcova)
|
|
|
cebaad |
- Provide comprehensive log messages about the display mode (vponcova)
|
|
|
cebaad |
- Fix missing logging in some cases of update of ONBOOT value. (rvykydal)
|
|
|
cebaad |
- Fix tests for the timezone module. (vponcova)
|
|
|
cebaad |
- Add the Kickstarted property to the kickstart modules. (vponcova)
|
|
|
cebaad |
- Connect to the observed service and other stuff. (vponcova)
|
|
|
cebaad |
- Prevent 99-copy-lgs.ks from exiting with a 1 (bcl)
|
|
|
cebaad |
- Rename SetUTC to SetIsUTC in the timezone module. (vponcova)
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Jan 18 2018 Martin Kolman <mkolman@redhat.com> - 28.18-1
|
|
|
cebaad |
- Move how to use setup-mock-test-env script to help (jkonecny)
|
|
|
cebaad |
- Add --init as new parameter to setup-mock-test-env (jkonecny)
|
|
|
cebaad |
- Initialize the thread manager at the first import. (vponcova)
|
|
|
cebaad |
- Added tests for the timezone module and other. (vponcova)
|
|
|
cebaad |
- Remove 'i' from iutil module (jkonecny)
|
|
|
cebaad |
- Remove 'i' from isignal module (jkonecny)
|
|
|
cebaad |
- Move isignal module to core/isignal (jkonecny)
|
|
|
cebaad |
- Extract process watch functions to a static class (jkonecny)
|
|
|
cebaad |
- Move regexes module to core/regexes (jkonecny)
|
|
|
cebaad |
- Move i18n module to core/i18n (jkonecny)
|
|
|
cebaad |
- Move constants module to core/constants (jkonecny)
|
|
|
cebaad |
- Move iutil module to core/iutil (jkonecny)
|
|
|
cebaad |
- Move async_utils to core/async_utils (jkonecny)
|
|
|
cebaad |
- Replace gobject GLib by our core/glib (jkonecny)
|
|
|
cebaad |
- Rename run_in_main_thread to run_in_loop (jkonecny)
|
|
|
cebaad |
- Add Timer and PidWatcher abstraction above GLib (jkonecny)
|
|
|
cebaad |
- Create abstraction above GLib event loop (jkonecny)
|
|
|
cebaad |
- Add core/glib module for GLib access (jkonecny)
|
|
|
cebaad |
- Ignore errors for KickstartSpecificationHandler. (vponcova)
|
|
|
cebaad |
- Try to use the PropertiesChanged signal. (vponcova)
|
|
|
cebaad |
- Add timezone module. (vponcova)
|
|
|
cebaad |
- Collect properties changes before emit. (vponcova)
|
|
|
cebaad |
- Use Ping method from the standard interface. (vponcova)
|
|
|
cebaad |
- Recognize members of standard interfaces. (vponcova)
|
|
|
cebaad |
- Add an object observer with cached properties (vponcova)
|
|
|
cebaad |
- Rename modules with Fedora install classes. (vponcova)
|
|
|
cebaad |
- Add support for Variant in .buildstamp (vponcova)
|
|
|
cebaad |
- Fix the Bar module. (vponcova)
|
|
|
cebaad |
- Add pykickstart version to branching policy doc (jkonecny)
|
|
|
cebaad |
- Remove `unstable` branch from documentation (jkonecny)
|
|
|
cebaad |
- Move system-logos to anaconda-core (#1529239) (bcl)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Jan 05 2018 Martin Kolman <mkolman@redhat.com> - 28.17-1
|
|
|
cebaad |
- Modules should use the proxy pattern. (vponcova)
|
|
|
cebaad |
- Variants need to be instances of the Variant class (vponcova)
|
|
|
cebaad |
- kickstart: support firewall --use-system-defaults (#1526450) (dusty)
|
|
|
cebaad |
- Check payload is set before accessing its data (#1524785) (mkolman)
|
|
|
cebaad |
- Do not fail when test are failing in setup-env script (jkonecny)
|
|
|
cebaad |
- Support running multiple commands at once (jkonecny)
|
|
|
cebaad |
- Support copy Anaconda result dir out of mock (jkonecny)
|
|
|
cebaad |
- Remove dependencies from Makefile (jkonecny)
|
|
|
cebaad |
- Add path to Anaconda in mock to constant (jkonecny)
|
|
|
cebaad |
- Properly exclude packages from the install set (ngompa13)
|
|
|
cebaad |
- Add the _prepare_command helper function to setup-test-env (jkonecny)
|
|
|
cebaad |
- Add run-tests parameter to setup-test-env script (jkonecny)
|
|
|
cebaad |
- Remove /anaconda in mock before copying new one (jkonecny)
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Jan 02 2018 Martin Kolman <mkolman@redhat.com> - 28.16-1
|
|
|
cebaad |
- Improve password checking status and error messages (mkolman)
|
|
|
cebaad |
- Spin kickstarts shouldn't be test dependency (jkonecny)
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Dec 20 2017 Martin Kolman <mkolman@redhat.com> - 28.15-1
|
|
|
cebaad |
- Remove spurious echo call from tmux service file (#1526861) (mkolman)
|
|
|
cebaad |
- Restore fix for RHBZ #1323012 (`set_name` not `setName`) (awilliam)
|
|
|
cebaad |
- Fix Makefile for modules/[foo,bar]/tasks and for install_manager (rvykydal)
|
|
|
cebaad |
- Make passing kickstart to boss more visible. (rvykydal)
|
|
|
cebaad |
- Add tests for KickstartManager. (rvykydal)
|
|
|
cebaad |
- Add kickstart dispatching to anaconda. (rvykydal)
|
|
|
cebaad |
- Add kickstart dispatching to local boss run script (rvykydal)
|
|
|
cebaad |
- Add KickstartManager for Boss. (rvykydal)
|
|
|
cebaad |
- Add method for getting line mapping from kickstart elements to kickstart
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- Add info about handled kickstart commands to modules (rvykydal)
|
|
|
cebaad |
- Add missing Makefile for kickstart_dispatcher (rvykydal)
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Dec 18 2017 Martin Kolman <mkolman@redhat.com> - 28.14-1
|
|
|
cebaad |
- Use observers in the install manager (vponcova)
|
|
|
cebaad |
- Modify readme file for tests (jkonecny)
|
|
|
cebaad |
- Do not bump version when testing installation (jkonecny)
|
|
|
cebaad |
- Add set up test environment script (jkonecny)
|
|
|
cebaad |
- Add dependency solver script (jkonecny)
|
|
|
cebaad |
- Differentiate upstream and build-time version (#1493952) (mkolman)
|
|
|
cebaad |
- Fix bad bash '*' expansion when loading kernel modules (#1525841) (jkonecny)
|
|
|
cebaad |
- Fix connection to a signal in the install manager (vponcova)
|
|
|
cebaad |
- Use the InterfaceTemplate in the InstallationInterface (vponcova)
|
|
|
cebaad |
- Use the InterfaceTemplate in the TaskInterface (vponcova)
|
|
|
cebaad |
- Add a base class for DBus interfaces (vponcova)
|
|
|
cebaad |
- Update module manager to use observers (vponcova)
|
|
|
cebaad |
- Add DBus observers for better access to proxies. (vponcova)
|
|
|
cebaad |
- Remove running CI in mock from Makefile (jkonecny)
|
|
|
cebaad |
- Add xfsprogs and git to the test requirements (jkonecny)
|
|
|
cebaad |
- The gettext-devel is required by autogen (jkonecny)
|
|
|
cebaad |
- Remove kickstart-test dependencies from test requires (jkonecny)
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Dec 12 2017 Martin Kolman <mkolman@redhat.com> - 28.13-1
|
|
|
cebaad |
- Unregister and unpublish all DBus services and objects (vponcova)
|
|
|
cebaad |
- Add tests for InstallManager (jkonecny)
|
|
|
cebaad |
- Add tests for Tasks (jkonecny)
|
|
|
cebaad |
- Add run_in_glib decorator for tests (jkonecny)
|
|
|
cebaad |
- Instantiate and publish InstallManager in Boss (jkonecny)
|
|
|
cebaad |
- Add Makefile for install_manager (jkonecny)
|
|
|
cebaad |
- Implement InstallManager with interface (jkonecny)
|
|
|
cebaad |
- Init threading in modules (jkonecny)
|
|
|
cebaad |
- Provide installation tasks from modules (jkonecny)
|
|
|
cebaad |
- Remove *.Anaconda.Modules interface from Boss (jkonecny)
|
|
|
cebaad |
- Implementing example tasks for modules (jkonecny)
|
|
|
cebaad |
- Add Makefile for Task (jkonecny)
|
|
|
cebaad |
- Base implementation of Task (jkonecny)
|
|
|
cebaad |
- Add Task interface class (jkonecny)
|
|
|
cebaad |
- Remove in-memory kickstart representation from traceback file (#1519895)
|
|
|
cebaad |
(mkolman)
|
|
|
cebaad |
- Support call_when_thread_terminates in ThreadManager (jkonecny)
|
|
|
cebaad |
- Change gtk_action_wait/nowait as general use decorators (jkonecny)
|
|
|
cebaad |
- Add controllable loop to run_boss_locally script (jkonecny)
|
|
|
cebaad |
- Tweak run_boss_locally script (jkonecny)
|
|
|
cebaad |
- Enable SE/HMC file access to repo (vponcova)
|
|
|
cebaad |
- Change string formatting to format method (jkonecny)
|
|
|
cebaad |
- Pass handler instance, not class to SplitKickstartParser (rvykydal)
|
|
|
cebaad |
- Add kickstart parser for splitting kickstart (rvykydal)
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Dec 07 2017 Martin Kolman <mkolman@redhat.com> - 28.12-1
|
|
|
cebaad |
- Fix unit tests (mkolman)
|
|
|
cebaad |
- Fixes in makefiles (vponcova)
|
|
|
cebaad |
- Use the input_checking module for TUI password validation (mkolman)
|
|
|
cebaad |
- Use the input_checking module for user checking (mkolman)
|
|
|
cebaad |
- Use the input_checking module for root password checking (mkolman)
|
|
|
cebaad |
- Use the input_checking module for checking the LUKS passphrase (mkolman)
|
|
|
cebaad |
- Reflect GUISpokeInputCheckHandler changes in installation source spoke
|
|
|
cebaad |
(mkolman)
|
|
|
cebaad |
- Convert the input checking helpers to use the input_checking module (mkolman)
|
|
|
cebaad |
- Provide more robust method of using the warning message bar (mkolman)
|
|
|
cebaad |
- Remove the validatePassword() method (mkolman)
|
|
|
cebaad |
- Add new input checking module (mkolman)
|
|
|
cebaad |
- fixup! Migrate Workstation InstallClass to anaconda (sgallagh)
|
|
|
cebaad |
- Handle an invalid install class style sheet (vponcova)
|
|
|
cebaad |
- Enhance password checking constants (mkolman)
|
|
|
cebaad |
- Fix interactive defaults (mkolman)
|
|
|
cebaad |
- Modify the PYTHONPATH in run_boss_locally (vponcova)
|
|
|
cebaad |
- Replace get_bus with the class DBus (vponcova)
|
|
|
cebaad |
- Migrate Workstation InstallClass to anaconda (sgallagh)
|
|
|
cebaad |
- Point at new path for fedora-server.css (sgallagh)
|
|
|
cebaad |
- Rename dbus_constants to constants (vponcova)
|
|
|
cebaad |
- Add the boot option inst.ks.all (vponcova)
|
|
|
cebaad |
- Add the boot option inst.stage2.all (vponcova)
|
|
|
cebaad |
- Remove errors for mounting and unmounting (vponcova)
|
|
|
cebaad |
- Override the right method in the task (vponcova)
|
|
|
cebaad |
- Remove useless code (vponcova)
|
|
|
cebaad |
- Support timeout and retries options in %%packages section (vponcova)
|
|
|
cebaad |
- Fix device_name_is_disk to fully support raid devices (vponcova)
|
|
|
cebaad |
- Onlyuse devices of the ignoredisk command should be only disks (vponcova)
|
|
|
cebaad |
- Add the boot option inst.xtimeout (vponcova)
|
|
|
cebaad |
- Do not shadow build-in module variable (jkonecny)
|
|
|
cebaad |
- Module manager is replaceable (jkonecny)
|
|
|
cebaad |
- Remove pyanaconda.constants_text module (vponcova)
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Nov 27 2017 Martin Kolman <mkolman@redhat.com> - 28.11-1
|
|
|
cebaad |
- Bump Blivet GUI version (mkolman)
|
|
|
cebaad |
- Change path to start-module script when running locally (mkolman)
|
|
|
cebaad |
- Handle DBUS module related files in makeupdates (mkolman)
|
|
|
cebaad |
- Handle DBUS_STARTER_ADDRESS not being defined (mkolman)
|
|
|
cebaad |
- Use start-module script in DBUS service files (mkolman)
|
|
|
cebaad |
- Add a DBUS module startup script (mkolman)
|
|
|
cebaad |
- Add Makefile.am for DBUS modules an addons (mkolman)
|
|
|
cebaad |
- Add the setup-updates script (mkolman)
|
|
|
cebaad |
- Add __init__.py file to anaconda/modules (mkolman)
|
|
|
cebaad |
- Add a unit file for Boss startup (mkolman)
|
|
|
cebaad |
- Really install all the right packages on Mac UEFI installs (awilliam)
|
|
|
cebaad |
- Refactor DASD formatting and support detection of LDL DASDs. (vponcova)
|
|
|
cebaad |
- Remove unused import sys from run_boss_locally script (jkonecny)
|
|
|
cebaad |
- Fix blivet imports in the Fedora Server install class (#1513024) (vponcova)
|
|
|
cebaad |
- Update the use of suggest_container_name method (vponcova)
|
|
|
cebaad |
- Devicetree doesn't have protected_dev_names (vponcova)
|
|
|
cebaad |
- Add pyanaconda.dbus to Makefile (vponcova)
|
|
|
cebaad |
- Add pyanaconda.storage to Makefile (#1511735) (vponcova)
|
|
|
cebaad |
- network: GUI, be more robust when displaying vlan parent and id (#1507913)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- network: GUI, fix lookup of existing device configurations (#1507913)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- network: GUI, don't crash on added vlan without device name specified
|
|
|
cebaad |
(#1507913) (rvykydal)
|
|
|
cebaad |
- Add a script for running Boss & modules locally (mkolman)
|
|
|
cebaad |
- Add an example addon (mkolman)
|
|
|
cebaad |
- Add DBUS module examples (mkolman)
|
|
|
cebaad |
- Add Boss (mkolman)
|
|
|
cebaad |
- Add a base class for DBUS modules (mkolman)
|
|
|
cebaad |
- Add .service and .conf files for the DBUS modules (mkolman)
|
|
|
cebaad |
- Add constants for DBUS module namespaces (mkolman)
|
|
|
cebaad |
- Add support for logging from DBUS modules (mkolman)
|
|
|
cebaad |
- Add the get_bus() method (mkolman)
|
|
|
cebaad |
- Remove storage check for too small swap (#1466964) (vponcova)
|
|
|
cebaad |
- Migrate fedora-server installclass into the anaconda repository (#1466967)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Nov 09 2017 Martin Kolman <mkolman@redhat.com> - 28.10-1
|
|
|
cebaad |
- Bump required Blivet version to 3.0 (mkolman)
|
|
|
cebaad |
- Add modular server repo to the base repositories (#1506894) (jkonecny)
|
|
|
cebaad |
- Split addon and environment refresh in software TUI (jkonecny)
|
|
|
cebaad |
- Fix changing source don't erase old environment TUI (#1505090) (jkonecny)
|
|
|
cebaad |
- Add logging to TUI software selection spoke (#1505090) (jkonecny)
|
|
|
cebaad |
- Do not try to use protected disks for autopart (vtrefny)
|
|
|
cebaad |
- Adapt new storage tui spoke to storage code move. (dlehman)
|
|
|
cebaad |
- Update blivet upstream URL in testing README. (dlehman)
|
|
|
cebaad |
- Adapt to devicefactory API change. (dlehman)
|
|
|
cebaad |
- Adapt to removal of default rounding in blivet.size.Size. (dlehman)
|
|
|
cebaad |
- Use anaconda's logic for ostree sys/physical root. (dlehman)
|
|
|
cebaad |
- Adapt to removal of blivet.udev.device_is_realdisk. (dlehman)
|
|
|
cebaad |
- Adapt to move of disklabel type logic into DiskLabel. (dlehman)
|
|
|
cebaad |
- Move blivet.partspec into pyanaconda.storage. (dlehman)
|
|
|
cebaad |
- Move blivet.platform to pyanaconda.platform. (dlehman)
|
|
|
cebaad |
- Fix traceback from mocked partitions in clearpart test. (dlehman)
|
|
|
cebaad |
- Move blivet.osinstall to pyanaconda.storage. (dlehman)
|
|
|
cebaad |
- Move autopart from blivet to pyanaconda.storage. (dlehman)
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Oct 26 2017 Martin Kolman <mkolman@redhat.com> - 28.9-1
|
|
|
cebaad |
- Mac EFI installs need grub2-tools (#1503496) (awilliam)
|
|
|
cebaad |
- network: create default ifcfg also for missing default NM connection
|
|
|
cebaad |
(#1478141) (rvykydal)
|
|
|
cebaad |
- Print screen stack next to exception in TUI (jkonecny)
|
|
|
cebaad |
- Enable Custom GRUB2 Password Utility (#985962) (rmarshall)
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Oct 17 2017 Martin Kolman <mkolman@redhat.com> - 28.8-1
|
|
|
cebaad |
- Bump simpleline version requires (jkonecny)
|
|
|
cebaad |
- Remove DataHolder class (jkonecny)
|
|
|
cebaad |
- Remove EditTUISpoke EditTUIDialog and EditTUISpokeEntry (jkonecny)
|
|
|
cebaad |
- Replace EditTUI* from the TUI Storage spoke (jkonecny)
|
|
|
cebaad |
- Replace EditTUI* from the TUI User spoke (jkonecny)
|
|
|
cebaad |
- Replace EditTUI* from the TUI Source spoke (jkonecny)
|
|
|
cebaad |
- Replace EditTUI* from the TUI Network spoke (jkonecny)
|
|
|
cebaad |
- Password spoke is using PasswordDialog now (jkonecny)
|
|
|
cebaad |
- Return default policy if nothing match (jkonecny)
|
|
|
cebaad |
- Add Dialog and PasswordDialog TUI objects (jkonecny)
|
|
|
cebaad |
- Remove EditTUIDialog from time_spoke (jkonecny)
|
|
|
cebaad |
- packaging: clear downloaded packages repo cache before using it (#1480790)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- Do substitutions only after translating the string (mkolman)
|
|
|
cebaad |
- Fix a translation check error (mkolman)
|
|
|
cebaad |
- Do not run commands in messages in Makefile (jkonecny)
|
|
|
cebaad |
- Fix storage spoke completeness checking (#1496416) (rvykydal)
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Oct 12 2017 Martin Kolman <mkolman@redhat.com> - 28.7-1
|
|
|
cebaad |
- Mark the mount point assignment in TUI as experimental (vpodzime)
|
|
|
cebaad |
- Reset storage on change in text mode (vpodzime)
|
|
|
cebaad |
- Only allow the supported file systems in text mode (vpodzime)
|
|
|
cebaad |
- Textual configuration of mount points (vpodzime)
|
|
|
cebaad |
- Add support for the new 'mount' kickstart command (vpodzime)
|
|
|
cebaad |
- Fix dnf exception repository not set (#1495211) (jkonecny)
|
|
|
cebaad |
- Add logging of complete spokes in GUI. (rvykydal)
|
|
|
cebaad |
- Do not execute storage when the spoke is left with no selected disk
|
|
|
cebaad |
(#1496327) (rvykydal)
|
|
|
cebaad |
- Reflect building from master branch in the release docs (mkolman)
|
|
|
cebaad |
- Add checks for group names (#1497676) (vponcova)
|
|
|
cebaad |
- Add new checks for user names (#1491006) (vponcova)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Sep 29 2017 Martin Kolman <mkolman@redhat.com> - 28.6-1
|
|
|
cebaad |
- Add changelog entries from the unstable branch (mkolman)
|
|
|
cebaad |
- Log when we are executing command in chroot (jkonecny)
|
|
|
cebaad |
- Use name instead of index in TUI env selection (#1495204) (jkonecny)
|
|
|
cebaad |
- Fix missing container in TUI source spoke (#1494801) (jkonecny)
|
|
|
cebaad |
- Add MOCK_EXTRA_ARGS to Makefile (jkonecny)
|
|
|
cebaad |
- tui source spoke: initialize nfs values when switching to nfs (rvykydal)
|
|
|
cebaad |
- Deselect encryption when switching to blivet-gui partitioning (vtrefny)
|
|
|
cebaad |
- Add 2 spaces between functions in iutil (jkonecny)
|
|
|
cebaad |
- rpmostreepayload: Fix logic for copying of EFI data (walters)
|
|
|
cebaad |
- rpmostreepayload: Avoid recursing for fstab mounts (walters)
|
|
|
cebaad |
- payload: Add handlesBootloaderConfiguration(), teach bootloader.py (walters)
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Sep 21 2017 Martin Kolman <mkolman@redhat.com> - 28.5-1
|
|
|
cebaad |
- Fix missing id to name environment transition (#1491119) (jkonecny)
|
|
|
cebaad |
- Fix test for unset TUI software environment (#1491119) (jkonecny)
|
|
|
cebaad |
- Rename processingDone to processing_done variable (jkonecny)
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Sep 18 2017 Martin Kolman <mkolman@redhat.com> - 28.4-1
|
|
|
cebaad |
- network: add support for kickstart --bindto=mac for virtual devices
|
|
|
cebaad |
(#1328576) (rvykydal)
|
|
|
cebaad |
- network: support mac bound network settings as first class (#1328576)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- network: add support for kickstart --bindto=mac for wired devices (#1328576)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- Don't setup the hub twice (#1491333) (vponcova)
|
|
|
cebaad |
- rpmostreepayload: Substitute ${basearch} in ostreesetup ref (walters)
|
|
|
cebaad |
- Perform repo checks only when there are checks available. (rvykydal)
|
|
|
cebaad |
- Add support for repo --metalink (GUI) (#1464843) (rvykydal)
|
|
|
cebaad |
- Add support for repo --metalink (kickstart, tui) (#1464843) (rvykydal)
|
|
|
cebaad |
- Add inst.notmux option (dusty)
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Sep 11 2017 Martin Kolman <mkolman@redhat.com> - 28.3-1
|
|
|
cebaad |
- Add missing dot to the availability status message (mail)
|
|
|
cebaad |
- Bump Simpleline version (jkonecny)
|
|
|
cebaad |
- Make EFIGRUB._efi_binary a property, not a method (awilliam)
|
|
|
cebaad |
- Better storing logs from build and tests (jkonecny)
|
|
|
cebaad |
- Provide a default install class. (vponcova)
|
|
|
cebaad |
- Do not use hidden install classes. (vponcova)
|
|
|
cebaad |
- Make geolocation with kickstart possible (#1358331) (mkolman)
|
|
|
cebaad |
- Run python-meh as modal in TUI (jkonecny)
|
|
|
cebaad |
- Use GLib event loop in the simpleline (jkonecny)
|
|
|
cebaad |
- TUI progress reporting is handled by show_all (jkonecny)
|
|
|
cebaad |
- Add efi_dir to the BaseInstallClass (#1412391) (vponcova)
|
|
|
cebaad |
- Use /usr/bin/python3 shebang once again (miro)
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Sep 04 2017 Martin Kolman <mkolman@redhat.com> - 28.2-1
|
|
|
cebaad |
- Fix catch TUI not main thread exceptions (jkonecny)
|
|
|
cebaad |
- Document Anaconda branching workflow (mkolman)
|
|
|
cebaad |
- Use constants for version number bumps and additions (mkolman)
|
|
|
cebaad |
- Fix closest mirror now needs network (jkonecny)
|
|
|
cebaad |
- Fix restart payload thread in Network spoke GUI (#1478970) (jkonecny)
|
|
|
cebaad |
- Network spoke freeze when testing availability (#1478970) (jkonecny)
|
|
|
cebaad |
- Add support for adding version numbers to makebumpver (mkolman)
|
|
|
cebaad |
- Add support for major version bump to makebumpver (mkolman)
|
|
|
cebaad |
- Fix proxy settings badly used when testing repos (#1478970) (jkonecny)
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Aug 29 2017 Martin Kolman <mkolman@redhat.com> - 28.1-1
|
|
|
cebaad |
- Remove the metacity theme. (vponcova)
|
|
|
cebaad |
- Add the option inst.decorated to allow title bar in GUI (vponcova)
|
|
|
cebaad |
- Move python3-gobject Requires to core (jkonecny)
|
|
|
cebaad |
- Return simpleline removed ipmi calls back (jkonecny)
|
|
|
cebaad |
- Use new list container from Simpleline (jkonecny)
|
|
|
cebaad |
- Remove old simpleline from anaconda (jkonecny)
|
|
|
cebaad |
- Ask multiple times for wrong input (jkonecny)
|
|
|
cebaad |
- Show TUI exception only first time (jkonecny)
|
|
|
cebaad |
- Add simpleline logger to the Anaconda (jkonecny)
|
|
|
cebaad |
- Modify TUI to use new Simpleline package (jkonecny)
|
|
|
cebaad |
- Make 64-bit kernel on 32-bit firmware work for x86 efi machines (pjones)
|
|
|
cebaad |
- Add missing gtk3 required version to spec file (jkonecny)
|
|
|
cebaad |
- Sort spec required versions alphabetically (jkonecny)
|
|
|
cebaad |
- Fix testing of the kickstart version (vponcova)
|
|
|
cebaad |
- Move the installclass command to the %%anaconda section. (vponcova)
|
|
|
cebaad |
- Fix SL install class to use right efi dir (riehecky)
|
|
|
cebaad |
- Fix accelerator key for blivet-gui partitioning (#1482438) (vtrefny)
|
|
|
cebaad |
- Add blivet-gui logs to python-meh file list (vtrefny)
|
|
|
cebaad |
- Remove the title bar in anaconda by default (#1468801) (vponcova)
|
|
|
cebaad |
- Add simple script to read journal with message code source and thread info.
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Aug 14 2017 Martin Kolman <mkolman@redhat.com> - 27.20-1
|
|
|
cebaad |
- Add support for automatic generating of DBus specification. (vponcova)
|
|
|
cebaad |
- Add support for generating XML (vponcova)
|
|
|
cebaad |
- Add support for DBus typing system (vponcova)
|
|
|
cebaad |
- dnfpayload: do not try to contact disabled repo (artem.bityutskiy)
|
|
|
cebaad |
- Add message to setup-test-env is ran (jkonecny)
|
|
|
cebaad |
- Use SHA256 instead of MD5 for repoMDHash (#1341280) (bcl)
|
|
|
cebaad |
- Add lorax-packages.log to bug report. (rvykydal)
|
|
|
cebaad |
- Use SHA256 instead of MD5 for repoMDHash (#1341280) (jkonecny)
|
|
|
cebaad |
- 80-setfilecons: Add a few paths (/var/run, /var/spool) (walters)
|
|
|
cebaad |
- Also capture anaconda-pre logs if they exist (riehecky)
|
|
|
cebaad |
- Don't mock modules with sys in unit tests (vponcova)
|
|
|
cebaad |
- logging: replace SyslogHandler with JournalHandler (rvykydal)
|
|
|
cebaad |
- Add setup-test-env target to the Makefile (jkonecny)
|
|
|
cebaad |
- Add tests for the install class factory (vponcova)
|
|
|
cebaad |
- Support for the installclass kickstart command (vponcova)
|
|
|
cebaad |
- Modules with install classes should define __all__ (vponcova)
|
|
|
cebaad |
- Refactorization of the installclass.py (vponcova)
|
|
|
cebaad |
- docs: minor fixups of release document (rvykydal)
|
|
|
cebaad |
- rescue: add RTD documentation (rvykydal)
|
|
|
cebaad |
- rescue: clean up method for mounting root (rvykydal)
|
|
|
cebaad |
- rescue: separate UI and execution logic (rvykydal)
|
|
|
cebaad |
- Make kickstart rescue command noninteractive. (rvykydal)
|
|
|
cebaad |
- Remove unused argument and code. (rvykydal)
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Jul 27 2017 Radek Vykydal <rvykydal@redhat.com> - 27.19-1
|
|
|
cebaad |
- rpmostreepayload: Set up /var first (walters)
|
|
|
cebaad |
- rpmostreepayload: Explicitly create /var/lib before tmpfiles (walters)
|
|
|
cebaad |
- rpmostreepayload: Rework mount setup to support admin-defined mounts
|
|
|
cebaad |
(walters)
|
|
|
cebaad |
- rpmostreepayload: try to verify local ostree repo cache (dusty)
|
|
|
cebaad |
- rpmostreepayload: ignore
|
|
|
cebaad |
- rpmostreepayload: use correct secondary url location (dusty)
|
|
|
cebaad |
- Add tracking of requirements application to requirements container.
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- Add langpacks via payload requirements (rvykydal)
|
|
|
cebaad |
- Add NTP_PACKAGE via installation requirements (rvykydal)
|
|
|
cebaad |
- timezone: simplify kickstart setup metod (rvykydal)
|
|
|
cebaad |
- Store payload (packages, groups) requirements in a container. (rvykydal)
|
|
|
cebaad |
- Fix anaconda --help fail with traceback (#1470514) (jkonecny)
|
|
|
cebaad |
- rpmostreepayload: Do /sysroot mount non-recursively (walters)
|
|
|
cebaad |
- Add isolated-test makefile target (jkonecny)
|
|
|
cebaad |
- gui: show supported locales on Atomic Host installs (jlebon)
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Jul 03 2017 Martin Kolman <mkolman@redhat.com> - 27.18-1
|
|
|
cebaad |
- rpmostreepayload: Reuse the local repo as a cache (walters)
|
|
|
cebaad |
- Document how to create Anaconda releases and package builds (mkolman)
|
|
|
cebaad |
|
|
|
cebaad |
* Sat Jul 01 2017 Martin Kolman <mkolman@redhat.com> - 27.17-1
|
|
|
cebaad |
- Require "blivet-gui-runtime" instead of "blivet-gui" (vtrefny)
|
|
|
cebaad |
- Fix a typo in python-meh initialization (#1462825) (mkolman)
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Jun 26 2017 Martin Kolman <mkolman@redhat.com> - 27.16-1
|
|
|
cebaad |
- Install class shouldn't set the default boot fstype (#1463297) (vponcova)
|
|
|
cebaad |
- Store testing logs properly (jkonecny)
|
|
|
cebaad |
- Fix location of the blivet-gui user help (vtrefny)
|
|
|
cebaad |
- netowrk: fix noipv6 option check regression (#1464297) (rvykydal)
|
|
|
cebaad |
- Refactor imports in kickstart.py (jkonecny)
|
|
|
cebaad |
- Use context manager to check KickstartError (jkonecny)
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Jun 21 2017 Martin Kolman <mkolman@redhat.com> - 27.15-1
|
|
|
cebaad |
- Honor --erroronfail kickstart option in cmdline mode (rvykydal)
|
|
|
cebaad |
- Fix import from a renamed module (#1462538) (vponcova)
|
|
|
cebaad |
- Fix the 'non-ASCII characters in password' checks (#1413813) (awilliam)
|
|
|
cebaad |
- Move mock config files to slaves (jkonecny)
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Jun 15 2017 Martin Kolman <mkolman@redhat.com> - 27.14-1
|
|
|
cebaad |
- Bump version of Pykickstart and Blivet (#1113207) (jkonecny)
|
|
|
cebaad |
- Add XFS uuid changer (#1113207) (jkonecny)
|
|
|
cebaad |
- Support --when parameter in snapshot (#1113207) (jkonecny)
|
|
|
cebaad |
- Add snapshot support (#1113207) (jkonecny)
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Jun 14 2017 Martin Kolman <mkolman@redhat.com> - 27.13-1
|
|
|
cebaad |
- Fix source.glade renaming mixup (#1461469) (mkolman)
|
|
|
cebaad |
- Separate blivet-daily builds in mock config (jkonecny)
|
|
|
cebaad |
- network: bind to device name (not hwaddr) when dumping connections (#1457215)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Jun 13 2017 Martin Kolman <mkolman@redhat.com> - 27.12-1
|
|
|
cebaad |
- Show warning if swap is smaller then recommended (#1290360) (vponcova)
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Jun 06 2017 Martin Kolman <mkolman@redhat.com> - 27.11-1
|
|
|
cebaad |
- Fix renaming error (mkolman)
|
|
|
cebaad |
- Add a getter for the Anaconda root logger (mkolman)
|
|
|
cebaad |
- Disable test-install in Makefile (jkonecny)
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Jun 01 2017 Martin Kolman <mkolman@redhat.com> - 27.10-1
|
|
|
cebaad |
- Bump Blivet version (mkolman)
|
|
|
cebaad |
- Remove GUI logging prefixes from Network spoke (mkolman)
|
|
|
cebaad |
- Rename TUI spokes (mkolman)
|
|
|
cebaad |
- Rename GUI spokes (mkolman)
|
|
|
cebaad |
- Rename anaconda_argparse.py to argument_parsing.py (mkolman)
|
|
|
cebaad |
- Rename install_tasks.py to installation_tasks.py (mkolman)
|
|
|
cebaad |
- Rename install.py to installation.py (mkolman)
|
|
|
cebaad |
- Rename threads.py to threading.py (mkolman)
|
|
|
cebaad |
- Get special purpose loggers from anaconda_loggers (mkolman)
|
|
|
cebaad |
- Use structured logging in Anaconda modules (mkolman)
|
|
|
cebaad |
- Use unique 3 letter log level names (mkolman)
|
|
|
cebaad |
- Use constants for special purpose logger names (mkolman)
|
|
|
cebaad |
- Add the anaconda_loggers module (mkolman)
|
|
|
cebaad |
- Rename anaconda_log.py to anaconda_logging.py (mkolman)
|
|
|
cebaad |
- Add support for structured logging to the anaconda logger (mkolman)
|
|
|
cebaad |
- Make it possible to set filters for file handlers (mkolman)
|
|
|
cebaad |
- Add custom filter and formatter support for the syslog handler (mkolman)
|
|
|
cebaad |
- Add AnacondaPrefixFilter (mkolman)
|
|
|
cebaad |
- Fixes for Pylint 1.7 (vponcova)
|
|
|
cebaad |
- Add support for IPoIB in tui (#1366935) (rvykydal)
|
|
|
cebaad |
- Fix pylint unused import error (jkonecny)
|
|
|
cebaad |
- network: handle multiple connections for one device better (#1444887)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- Fix setting errors and warnings in the StorageCheckHandler (vponcova)
|
|
|
cebaad |
- Add inst.waitfornet option (#1315160) (rvykydal)
|
|
|
cebaad |
- network: catch exception when reading in-memory connection being removed
|
|
|
cebaad |
(#1439220) (rvykydal)
|
|
|
cebaad |
|
|
|
cebaad |
* Thu May 25 2017 Martin Kolman <mkolman@redhat.com> - 27.9-1
|
|
|
cebaad |
- Add support for DNF-2.5.0 (jkonecny)
|
|
|
cebaad |
- Fix simpleline_getpass related Pylint warning (mkolman)
|
|
|
cebaad |
- Provide access to simpleline App instance (mkolman)
|
|
|
cebaad |
- Make it possible to use a custom getpass() (mkolman)
|
|
|
cebaad |
- Set the default filesystem type from a kickstart file (vponcova)
|
|
|
cebaad |
- Adapt to our new daily builds of Anaconda (jkonecny)
|
|
|
cebaad |
- Provide access to simpleline App instance (mkolman)
|
|
|
cebaad |
- Make it possible to use a custom getpass() (mkolman)
|
|
|
cebaad |
- Perform recursive copying of driver disk RPM repo contents (esyr)
|
|
|
cebaad |
- network: fix setting hostname via boot options (#1441337) (rvykydal)
|
|
|
cebaad |
- Fix a typo in an error message (esyr)
|
|
|
cebaad |
- Use the function we already have for applying disk selection (#1412022)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- Ignore disks labeled OEMDRV (#1412022) (rvykydal)
|
|
|
cebaad |
- network: create dracut arguments for iSCSI root accessed via vlan (#1374003)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- Test if Anaconda can be installed inside of mock (jkonecny)
|
|
|
cebaad |
- Remove run_install_test test (jkonecny)
|
|
|
cebaad |
- rpmostreepayload: Handle /var as a user-specified mountpoint (walters)
|
|
|
cebaad |
- Fix the addon handlers for the checkbox (#1451754) (vponcova)
|
|
|
cebaad |
- Show the text of completions in the datetime spoke. (vponcova)
|
|
|
cebaad |
- Use new daily-blivet copr builds (jkonecny)
|
|
|
cebaad |
- Prevent TUI from crashing with a single spoke on a hub (mkolman)
|
|
|
cebaad |
|
|
|
cebaad |
* Tue May 09 2017 Martin Kolman <mkolman@redhat.com> - 27.8-1
|
|
|
cebaad |
- Bump Pykickstart version (mkolman)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri May 05 2017 Martin Kolman <mkolman@redhat.com> - 27.7-1
|
|
|
cebaad |
- Make some missed adjustments to blivet API changes. (#1440134) (dlehman)
|
|
|
cebaad |
- Bump required version for blivet-gui (vtrefny)
|
|
|
cebaad |
- BlivetGuiSpoke: Set keyboard shortcuts for blivet-gui (#1439608) (vtrefny)
|
|
|
cebaad |
- BlivetGuiSpoke: Refresh blivet-gui UI after spoke is entered (vtrefny)
|
|
|
cebaad |
- Really fix with tmux 2.4 (version comparison was busted) (awilliam)
|
|
|
cebaad |
- Show or hide the content of the expander on Fedora (vponcova)
|
|
|
cebaad |
- itertools.chain can be iterated only once (#1414391) (vponcova)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Apr 28 2017 Martin Kolman <mkolman@redhat.com> - 27.6-1
|
|
|
cebaad |
- Use `time.tzset()` to apply timezone changes when we can (awilliam)
|
|
|
cebaad |
- Tweak epoch definition to fix system clock setting (#1433560) (awilliam)
|
|
|
cebaad |
- Optimize payload thread restart on network change (jkonecny)
|
|
|
cebaad |
- Add unit test for RepoMDMetaHash object (#1373449) (jkonecny)
|
|
|
cebaad |
- Make the formating in payload consistent (#1373449) (jkonecny)
|
|
|
cebaad |
- Fix Anaconda forces payload restart when network (not)change (#1373449)
|
|
|
cebaad |
(jkonecny)
|
|
|
cebaad |
- Catch race-condition error reading from in-memory connection being removed
|
|
|
cebaad |
(#1373360) (rvykydal)
|
|
|
cebaad |
- network tui: fix changing ipv4 config from static to dhcp (#1432886)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- Allow setting up bridge for fetching installer image from kickstart
|
|
|
cebaad |
(#1373360) (rvykydal)
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Apr 27 2017 Martin Kolman <mkolman@redhat.com> - 27.5-1
|
|
|
cebaad |
- make anaconda working back again with tmux2.4 (pallotron)
|
|
|
cebaad |
- Trigger the entered signal only once the screen is shown (#1443011) (mkolman)
|
|
|
cebaad |
- Use constants in storage checker constraints. (vponcova)
|
|
|
cebaad |
- Gtk: Fix creating images from resources. (vponcova)
|
|
|
cebaad |
- Fix partial kickstart software selection in GUI (#1404158) (jkonecny)
|
|
|
cebaad |
- Removed unused code in the Software spoke (#1404158) (jkonecny)
|
|
|
cebaad |
- Fix selection logic in Software spoke (#1404158) (jkonecny)
|
|
|
cebaad |
- Fix Driver Disc documentation (#1377233) (jkonecny)
|
|
|
cebaad |
- Support DD rpm loading from local disk device (#1377233) (jkonecny)
|
|
|
cebaad |
- Gtk: Replace deprecated get_misc_set_alignment in widgets. (vponcova)
|
|
|
cebaad |
- Gtk: Replace deprecated Gtk.Viewport.get_v/hadjustment. (vponcova)
|
|
|
cebaad |
- Gtk: Replace deprecated methods. (vponcova)
|
|
|
cebaad |
- Set the info bar only once if the partitioning method changes. (vponcova)
|
|
|
cebaad |
- Fix pylint issue Catching too general exception Exception (jkonecny)
|
|
|
cebaad |
- Support --noboot and --noswap options in autopartitioning (#1220866)
|
|
|
cebaad |
(vponcova)
|
|
|
cebaad |
- Support --nohome option in the autopartitioning (vponcova)
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Apr 11 2017 Martin Kolman <mkolman@redhat.com> - 27.4-1
|
|
|
cebaad |
- Hide options based on storage configuration method (#1439519) (mkolman)
|
|
|
cebaad |
- Catch exception when reading from in-memory connection being removed
|
|
|
cebaad |
(#1439051) (rvykydal)
|
|
|
cebaad |
- docs/boot-options.rst: Fix #dhcpd anchor (mopsfelder)
|
|
|
cebaad |
- docs/boot-options.rst: Remove trailing spaces (mopsfelder)
|
|
|
cebaad |
- Fix logging of the storage checker report. (vponcova)
|
|
|
cebaad |
- Fix a property name of luks devices in storage checking (#1439411) (vponcova)
|
|
|
cebaad |
- Bump required version for blivet-gui (vtrefny)
|
|
|
cebaad |
- Use newly created swaps after the installation (#1439729) (vtrefny)
|
|
|
cebaad |
- docs/boot-options.rst: Fix #dhcpd anchor (mopsfelder)
|
|
|
cebaad |
- docs/boot-options.rst: Remove trailing spaces (mopsfelder)
|
|
|
cebaad |
- Set default FS type for blivet-gui (#1439581) (vtrefny)
|
|
|
cebaad |
- Display progress for the post installation phase (mkolman)
|
|
|
cebaad |
- Display progress for the post installation phase (mkolman)
|
|
|
cebaad |
- Increase verbosity of lvmdump in pre logging script (#1255659) (jkonecny)
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Mar 30 2017 Martin Kolman <mkolman@redhat.com> - 27.3-1
|
|
|
cebaad |
- Enable the install class to customize the storage checking (vponcova)
|
|
|
cebaad |
- Replace sanity check with more advanced storage checker (vponcova)
|
|
|
cebaad |
- Various log-capture script improvements (mkolman)
|
|
|
cebaad |
- Rename StorageChecker to StorageCheckHandler (vponcova)
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Mar 16 2017 Martin Kolman <mkolman@redhat.com> - 27.2-1
|
|
|
cebaad |
- Correction of some typographic mistakes in documentation. (rludva)
|
|
|
cebaad |
- Fix bullet point formatting in contribution guidelines (mkolman)
|
|
|
cebaad |
- Propagate firstboot --disable to Screen Access Manager (mkolman)
|
|
|
cebaad |
- util: Add script to capture logs (riehecky)
|
|
|
cebaad |
- Fix a typo (mkolman)
|
|
|
cebaad |
- Correction of some typographic mistakes in documentation. (rludva)
|
|
|
cebaad |
- Enhance git-find-branch script (jkonecny)
|
|
|
cebaad |
- Improve how storage configuration settings are displayed (mkolman)
|
|
|
cebaad |
- util: Add script to capture logs (riehecky)
|
|
|
cebaad |
- Propagate firstboot --disable to Screen Access Manager (mkolman)
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Mar 06 2017 Martin Kolman <mkolman@redhat.com> - 27.1-1
|
|
|
cebaad |
- We should not have pyanaconda submodules on PYTHONPATH (vponcova)
|
|
|
cebaad |
- Lock empty root password during kickstart installation (#1383656) (mkolman)
|
|
|
cebaad |
- Use system Python when running Anaconda (mkolman)
|
|
|
cebaad |
- Remove unused false positives for pylint (vtrefny)
|
|
|
cebaad |
- Fix pylint error in BlivetGUI spoke (vtrefny)
|
|
|
cebaad |
- Fix tests by renaming packaging to payload (jkonecny)
|
|
|
cebaad |
- Rescue mode should wait for the storage and luks devices (#1376638) (vponcova)
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Feb 27 2017 Martin Kolman <mkolman@redhat.com> - 26.21-1
|
|
|
cebaad |
- Add blivet-gui as requirement for the GUI package (vtrefny)
|
|
|
cebaad |
- Add a bottom bar to the Blivet GUI spoke (mkolman)
|
|
|
cebaad |
- Hide storage config spokes marked by SAM as visited (mkolman)
|
|
|
cebaad |
- Keep last used partitioning method selected (mkolman)
|
|
|
cebaad |
- Rollback planned storage changes if partitioning method changes (mkolman)
|
|
|
cebaad |
- Add blivet-gui spoke (vpodzime)
|
|
|
cebaad |
- docs: fix formating a bit for Links (Frodox)
|
|
|
cebaad |
- Fix a typo (mkolman)
|
|
|
cebaad |
- Polish unsupported filesystems in the custom spoke (jkonecny)
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Feb 07 2017 Martin Kolman <mkolman@redhat.com> - 26.20-1
|
|
|
cebaad |
- Update dracut test for network --ipv6gateway (rvykydal)
|
|
|
cebaad |
- Correctly propagate --ipv6gateway to ifcfg files(#1170845) (mkolman)
|
|
|
cebaad |
- network: respect --activate value for bridge from kickstart (rvykydal)
|
|
|
cebaad |
- network: fix --activate for bridge slaves configured via %%pre ks (rvykydal)
|
|
|
cebaad |
- network: activate bridge for first network command in ks via %%pre (rvykydal)
|
|
|
cebaad |
- network: unify slave connection names for ks %%pre with ks and gui (rvykydal)
|
|
|
cebaad |
- network: bind slave connections to DEVICE, not HWADDR (#1373360) (rvykydal)
|
|
|
cebaad |
- Do not allow creating ntfs filesystem in custom spoke (vtrefny)
|
|
|
cebaad |
- Various minor formatting fixes (mkolman)
|
|
|
cebaad |
- PEP8 and refactoring for packaging (mkolman)
|
|
|
cebaad |
- PEP8 and refactoring for vnc.py (mkolman)
|
|
|
cebaad |
- PEP8 and refactoring for storage_utils.py (mkolman)
|
|
|
cebaad |
- PEP8 and refactoring for network.py (mkolman)
|
|
|
cebaad |
- PEP8 and refactoring for kickstart.py (mkolman)
|
|
|
cebaad |
- PEP8 and refactoring for image.py (mkolman)
|
|
|
cebaad |
- Cosmetic PEP8 and refactoring for flags.py (mkolman)
|
|
|
cebaad |
- PEP8 and refactoring for exception.py (mkolman)
|
|
|
cebaad |
- PEP8 and refactoring for bootloader.py (mkolman)
|
|
|
cebaad |
- PEP8 and refactoring for anaconda_log.py (mkolman)
|
|
|
cebaad |
- Validate dasd and zfcp user input (#1335092) (vponcova)
|
|
|
cebaad |
- network: use introspection data from libnm instead of libnm-glib (lkundrak)
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Jan 16 2017 Martin Kolman <mkolman@redhat.com> - 26.19-1
|
|
|
cebaad |
- Use initialization controller for spoke initialization (mkolman)
|
|
|
cebaad |
- Add module initialization controller (mkolman)
|
|
|
cebaad |
- Fix link to the documentation in the README file (jkonecny)
|
|
|
cebaad |
- There is no thread for dasd formatting in tui. (vponcova)
|
|
|
cebaad |
- Move the (mkolman)
|
|
|
cebaad |
- Fix the status of the StorageSpoke for dasd formatting (#1274596) (vponcova)
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Jan 09 2017 Martin Kolman <mkolman@redhat.com> - 26.18-1
|
|
|
cebaad |
- Always refresh the size of swap before autopartitioning. (vponcova)
|
|
|
cebaad |
- Run the space check only if the spokes are complete (#1403505) (vponcova)
|
|
|
cebaad |
- Ignore result directory with logs from tests (jkonecny)
|
|
|
cebaad |
- Disable pylint no-member error for re.MULTILINE (jkonecny)
|
|
|
cebaad |
- Fix nosetests to use newest python3 (jkonecny)
|
|
|
cebaad |
- Disable the button if iscsi is not available (#1401263) (vponcova)
|
|
|
cebaad |
- Include Python 3.6 sysconfigdata module in initramfs (#1409177) (awilliam)
|
|
|
cebaad |
- Nicer __repr__ for hubs and spokes (mkolman)
|
|
|
cebaad |
- Close the .treeinfo file after the retrieve. (vponcova)
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Jan 04 2017 Martin Kolman <mkolman@redhat.com> - 26.17-1
|
|
|
cebaad |
- Fix a GTK Widget related deprecation warning (mkolman)
|
|
|
cebaad |
- Fix GTK screen/display related deprecation warnings (mkolman)
|
|
|
cebaad |
- Fix GObject and GLib deprecation warnings (mkolman)
|
|
|
cebaad |
- Fix selection of no software environment (#1400045) (vponcova)
|
|
|
cebaad |
- Use signals for Spoke & Hub entry/exit callbacks (mkolman)
|
|
|
cebaad |
- Fix the name of StorageDiscoveryConfig attribute (#1395350) (vponcova)
|
|
|
cebaad |
- Iutil PEP8 & formatting fixes (mkolman)
|
|
|
cebaad |
- Add inst.ksstrict option to show kickstart warnings as errors. (vponcova)
|
|
|
cebaad |
- Use the structured installation task classes (mkolman)
|
|
|
cebaad |
- Improved password quality checking (mkolman)
|
|
|
cebaad |
- Add unit tests for password quality checking (mkolman)
|
|
|
cebaad |
- Use Enum for password status constants (mkolman)
|
|
|
cebaad |
- Use a sane unified password checking policy (mkolman)
|
|
|
cebaad |
- Add install task processing classes and unit tests (mkolman)
|
|
|
cebaad |
- Add a signal/slot implementation (mkolman)
|
|
|
cebaad |
- Set correctly the default partitioning. (vponcova)
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Dec 14 2016 Martin Kolman <mkolman@redhat.com> - 26.16-1
|
|
|
cebaad |
- rpmostreepayload: Rework binds to be recursive (walters)
|
|
|
cebaad |
- Let DNF do its own substitutions (riehecky)
|
|
|
cebaad |
- Bump Blivet version due to systemd-udev dependency (mkolman)
|
|
|
cebaad |
- Don't log "Invalid bridge option" when network has no --bridgeopts.
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- Fix updating of bridge slave which is bond. (rvykydal)
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Dec 05 2016 Martin Kolman <mkolman@redhat.com> - 26.15-1
|
|
|
cebaad |
- Don't pass storage to firstboot.setup() (mkolman)
|
|
|
cebaad |
- RTD fixes (mkolman)
|
|
|
cebaad |
- Catch ValueError from LVM part in Blivet library (jkonecny)
|
|
|
cebaad |
- Handle unexpected storage exception from blivet (jkonecny)
|
|
|
cebaad |
- Add sudo to test requires (jkonecny)
|
|
|
cebaad |
- network: fix network --noipv4 in %%pre (rvykydal)
|
|
|
cebaad |
- fix typo in systemd service keyword (mail)
|
|
|
cebaad |
- Fix pylint issue in ks_version_test (jkonecny)
|
|
|
cebaad |
- Move Anaconda tests to mock (jkonecny)
|
|
|
cebaad |
- Add checks to git-find-branch script (jkonecny)
|
|
|
cebaad |
- Remove intermediate pot files in po-push (mkolman)
|
|
|
cebaad |
- Allow install classes to set alternate states for firstboot/initial-setup
|
|
|
cebaad |
(riehecky)
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Nov 23 2016 Martin Kolman <mkolman@redhat.com> - 26.14-1
|
|
|
cebaad |
- Changed the required version of BlockDev to 2.0. (vponcova)
|
|
|
cebaad |
- Remove auto generated documentation (mkolman)
|
|
|
cebaad |
- Fix generated zanata.xml from https unstable branch (jkonecny)
|
|
|
cebaad |
- Don't crash if the UIC file can't be written (#1375702) (mkolman)
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Nov 23 2016 Martin Kolman <mkolman@redhat.com> - 26.13-1
|
|
|
cebaad |
- Fix calling of can_touch_runtime_system function (jkonecny)
|
|
|
cebaad |
- fix formating a bit (gitDeveloper)
|
|
|
cebaad |
- Fix zanata.xml.in in substitution variables (mkolman)
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Nov 17 2016 Martin Kolman <mkolman@redhat.com> - 26.12-1
|
|
|
cebaad |
- Mock chroot environment is chosed by a git branch (jkonecny)
|
|
|
cebaad |
- Set Zanata branch from git-find-branch script (jkonecny)
|
|
|
cebaad |
- Add git-find-branch script for finding parent branch (jkonecny)
|
|
|
cebaad |
- fix pykickstart docks link (gitDeveloper)
|
|
|
cebaad |
- aarch64 now has kexec-tools (pbrobinson)
|
|
|
cebaad |
- Resolve directory ownership (mkolman)
|
|
|
cebaad |
- Fix user interaction config handling in image & directory install modes
|
|
|
cebaad |
(#1379106) (mkolman)
|
|
|
cebaad |
- tui: Available help system (vponcova)
|
|
|
cebaad |
- network: index team slave connection names starting with 1 (rvykydal)
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Nov 10 2016 Martin Kolman <mkolman@redhat.com> - 26.11-1
|
|
|
cebaad |
- Relax blivet dependency to >= 2.1.6-3 (awilliam)
|
|
|
cebaad |
- Bump required Blivet version (#1378156) (mkolman)
|
|
|
cebaad |
- Fix bad exception handling from blivet in iscsi (#1378156) (jkonecny)
|
|
|
cebaad |
- tui: New class for prompt (vponcova)
|
|
|
cebaad |
- iSCSI: adjust to change in blivet auth info (#1378156) (awilliam)
|
|
|
cebaad |
- Disable false positive pylint error (jkonecny)
|
|
|
cebaad |
- Add some error checking when users don't provide input for DASD devices.
|
|
|
cebaad |
(sbueno+anaconda)
|
|
|
cebaad |
- Add some error checking when users don't provide input for zFCP devices.
|
|
|
cebaad |
(sbueno+anaconda)
|
|
|
cebaad |
- Fix tui timezone region selection by name (vponcova)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Nov 04 2016 Martin Kolman <mkolman@redhat.com> - 26.10-1
|
|
|
cebaad |
- F26_DisplayMode was added by non-interactive mode (jkonecny)
|
|
|
cebaad |
- Fix pyanaconda tests for display mode (jkonecny)
|
|
|
cebaad |
- Fix parse-dracut to support new kickstart displaymode (jkonecny)
|
|
|
cebaad |
- Add boot option inst.noninteractive to the docs (jkonecny)
|
|
|
cebaad |
- Abort installation when Playload exc rise in a NonInteractive mode (jkonecny)
|
|
|
cebaad |
- Support non interactive mode in standalone spokes (jkonecny)
|
|
|
cebaad |
- Non-interactive mode support for Password and User spokes (jkonecny)
|
|
|
cebaad |
- Raise NonInteractive exception in Hubs event loop (jkonecny)
|
|
|
cebaad |
- Raise exception for noninteractive mode in Hub (jkonecny)
|
|
|
cebaad |
- Add new pykickstart noninteractive mode (jkonecny)
|
|
|
cebaad |
- Disable bad kickstart command on F25 (jkonecny)
|
|
|
cebaad |
- Improve DNF error message to be more understandable (jkonecny)
|
|
|
cebaad |
- tui: Add software group selection (vponcova)
|
|
|
cebaad |
- use blivet iSCSI singleton directly in storage spoke (awilliam)
|
|
|
cebaad |
- Correct deviceLinks to device_links (blivet renamed it) (awilliam)
|
|
|
cebaad |
- Instantiate the zFCP object ourselves now. (#1384532) (sbueno+anaconda)
|
|
|
cebaad |
- Fix the way DASD list is determined. (#1384532) (sbueno+anaconda)
|
|
|
cebaad |
- Add tests for payload location picking (#1328151) (jkonecny)
|
|
|
cebaad |
- Fix picking mountpoint for package download (#1328151) (jkonecny)
|
|
|
cebaad |
- Improve packaging logs without DEBUG logging (jkonecny)
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Oct 25 2016 Martin Kolman <mkolman@redhat.com> - 26.9-1
|
|
|
cebaad |
- Move the collect() function to iutil (mkolman)
|
|
|
cebaad |
- Update messiness level (mkolman)
|
|
|
cebaad |
- PEP8 and general refactoring for the main anaconda.py (mkolman)
|
|
|
cebaad |
- Move kickstart file parsing code to startup_utils (mkolman)
|
|
|
cebaad |
- Don't directly import items from anaconda_log (mkolman)
|
|
|
cebaad |
- Remove old useless code (mkolman)
|
|
|
cebaad |
- Move the rescue ui startup code to the rescue module (mkolman)
|
|
|
cebaad |
- Move set-installation-thod-from-anaconda code to startup_utils (mkolman)
|
|
|
cebaad |
- Move the live startup code to startup_utils (mkolman)
|
|
|
cebaad |
- Move code printing the startup note to startup_utils (mkolman)
|
|
|
cebaad |
- Move the pstore cleanup function to startup_utils (mkolman)
|
|
|
cebaad |
- Move the prompt_for_ssh function to startup_utils (mkolman)
|
|
|
cebaad |
- Move logging setup to startup_utils (mkolman)
|
|
|
cebaad |
- Move the geolocation startup code to a separate function (mkolman)
|
|
|
cebaad |
- Unify addons path variable name (mkolman)
|
|
|
cebaad |
- PEP 8 for startup_utils.py (mkolman)
|
|
|
cebaad |
- PEP 8 for display.py (mkolman)
|
|
|
cebaad |
- Move VNC startup checking to a separate function (mkolman)
|
|
|
cebaad |
- Move imports to the top of the file in display.py (mkolman)
|
|
|
cebaad |
- Refactor display mode handling (mkolman)
|
|
|
cebaad |
- Move display setup & startup tasks out of anaconda.py (mkolman)
|
|
|
cebaad |
- Remove main and extra Zanata pot files on master (jkonecny)
|
|
|
cebaad |
- Remove main and extra pot files before zanata push (jkonecny)
|
|
|
cebaad |
- Don't send intermediate pot files to zanata (gh#791) (awilliam)
|
|
|
cebaad |
- Improve message to be clearer in rescue.py (jkonecny)
|
|
|
cebaad |
- Add option to show password in password field (vponcova)
|
|
|
cebaad |
- Generate a list of DASDs in GUI storage spoke. (#1378338) (sbueno+anaconda)
|
|
|
cebaad |
- Echoing 4de0ec44bdf0f68545bb55bb5fea00464b65fcab May as well include the SL
|
|
|
cebaad |
file (riehecky)
|
|
|
cebaad |
- Fixup class name for CentOS install class (riehecky)
|
|
|
cebaad |
- Fix a typo in SAM file header (mkolman)
|
|
|
cebaad |
- Skip live image on usb when checking storage for mounted partitions
|
|
|
cebaad |
(#1369786) (rvykydal)
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Oct 03 2016 Martin Kolman <mkolman@redhat.com> - 26.8-1
|
|
|
cebaad |
- Fix network spoke being incorrectly marked as mandatory (#1374864) (mkolman)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Sep 30 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 26.7-1
|
|
|
cebaad |
- Increse python3-blivet version to 1:2.1.5 (jkonecny)
|
|
|
cebaad |
- Fix dnf.repo.Repo now requires dnf.conf.Conf (jkonecny)
|
|
|
cebaad |
- Provides compatibility with DNF-2.0 (jmracek)
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Sep 27 2016 Martin Kolman <mkolman@redhat.com> - 26.6-1
|
|
|
cebaad |
- Don't deactivate all storage in anaconda-cleanup. (#1225184) (dlehman)
|
|
|
cebaad |
- Stop setting ANACONDA udev environment variable. (#1225184) (dlehman)
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Sep 27 2016 Martin Kolman <mkolman@redhat.com> - 26.5-1
|
|
|
cebaad |
- Improved driver disk copying (#1269915) (mkolman)
|
|
|
cebaad |
- Fix screenshot taking logic (#1327456) (mkolman)
|
|
|
cebaad |
- Change blank lines to pep8 for Dracut DUD test (jkonecny)
|
|
|
cebaad |
- Tweak lambda use in Dracut test (jkonecny)
|
|
|
cebaad |
- Add Dracut test for reloading mod dependencies (jkonecny)
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Sep 21 2016 Martin Kolman <mkolman@redhat.com> - 26.4-1
|
|
|
cebaad |
- Fix NTP server list fetching when running in IS (#1374810) (mkolman)
|
|
|
cebaad |
- rpmostreepayload: Clean up use of sysroot files a bit (walters)
|
|
|
cebaad |
- rpmostreepayload: Fix remote handling to use correct sysroot (walters)
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Sep 19 2016 Martin Kolman <mkolman@redhat.com> - 26.3-1
|
|
|
cebaad |
- network: set onboot correctly for vlan on bond device in ks (#1234849)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- network: don't show ibft configured devices in UI (#1309661) (rvykydal)
|
|
|
cebaad |
- iscsi: don't generate kickstart iscsi commands for offload devices (#1252879)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- iscsi: allow installing bootloader on offload iscsi disks (qla4xxx)
|
|
|
cebaad |
(#1325134) (rvykydal)
|
|
|
cebaad |
- network: adapt to changed NM ibft plugin enablement configuration (#1371188)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- network: don't activate bond/team devices regardless of --activate (#1358795)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- Fix traceback when payload have None as url (#1371494) (jkonecny)
|
|
|
cebaad |
- Add new Dracut test and fix another ones (#1101653) (jkonecny)
|
|
|
cebaad |
- Fix bug when we add set to list (#1101653) (jkonecny)
|
|
|
cebaad |
- Add new helper script files to build system (#1101653) (jkonecny)
|
|
|
cebaad |
- Document new helper scripts to the DriverDisk README (#1101653) (jkonecny)
|
|
|
cebaad |
- Fix driver unload is disabling network settings (#1101653) (jkonecny)
|
|
|
cebaad |
- dud: fix multiple inst.dd=http:// instances stalling in dracut (#1268792)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- network: fix ksdata generating for for non-active virtual devices (#1321288)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- network: update kickstart data also with bond bridge slaves (#1321288)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- network: add support for bridge bond slaves (#1321288) (rvykydal)
|
|
|
cebaad |
- screen_access: Ensure we write config to real sysroot (walters)
|
|
|
cebaad |
- Add release commit support to makebumpver (mkolman)
|
|
|
cebaad |
- Makefile improvents for separate release commits & tarball creation
|
|
|
cebaad |
(mkolman)
|
|
|
cebaad |
- network: add support for --no-activate kickstart opton (#1277975) (rvykydal)
|
|
|
cebaad |
- fixup! Add base.close() after base.do_transaction (RhBug:1313240) (jmracek)
|
|
|
cebaad |
- Add base.close() after base.do_transaction (RhBug:1313240) (jmracek)
|
|
|
cebaad |
|
|
|
cebaad |
* Tue Sep 06 2016 Martin Kolman <mkolman@redhat.com> - 26.2-1
|
|
|
cebaad |
- Add git merging examples to the contribution guidelines (mkolman)
|
|
|
cebaad |
- network: don't stumble upon new Device.Statistics NM dbus iface (#1370099)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- Current Anaconda is not compatible with DNF 2.0.0 (jkonecny)
|
|
|
cebaad |
- Filter out all merge commits from the changelog (mkolman)
|
|
|
cebaad |
- Make it possible to override Zanata branch name (mkolman)
|
|
|
cebaad |
- Switch to argparse & autodetect name, version and bug email address (mkolman)
|
|
|
cebaad |
- Fix multi-inheritance (phil)
|
|
|
cebaad |
- Fix replacement of deprecated DNF method (jkonecny)
|
|
|
cebaad |
- Replace deprecated method of DNF (jmracek)
|
|
|
cebaad |
- Static checker recommended improvements (mkolman)
|
|
|
cebaad |
- Fix replacement of deprecated DNF method (jkonecny)
|
|
|
cebaad |
- Replace deprecated method of DNF (jmracek)
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Aug 29 2016 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 26.1-1
|
|
|
cebaad |
- Fix a pylint no-member warning (mkolman)
|
|
|
cebaad |
- Translate press-c-to-continue correctly in TUI (#1364539) (mkolman)
|
|
|
cebaad |
- Fix bootDrive driveorder fallback (#1355795) (jkonecny)
|
|
|
cebaad |
- Fix bootloader when re-using existing /boot part (#1355795) (jkonecny)
|
|
|
cebaad |
- Add support for device specification variants (#1200833) (mkolman)
|
|
|
cebaad |
- Revert "Update zanata.xml for f25-devel branch." (sbueno+anaconda)
|
|
|
cebaad |
- Update zanata.xml for f25-devel branch. (sbueno+anaconda)
|
|
|
cebaad |
- Add option to override efi_dir (phil)
|
|
|
cebaad |
- efiboot: stderr= is not an option to efibootmgr (phil)
|
|
|
cebaad |
- Fix EFI grub1 case (phil)
|
|
|
cebaad |
- Make Fedora module not so grabby (phil)
|
|
|
cebaad |
- Add centos module to pyanaconda (phil)
|
|
|
cebaad |
- network: don't require gateway for static ipv4 config in TUI (#1365532)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- Improve connection network change detection (jkonecny)
|
|
|
cebaad |
- Revert "Revalidate source only if nm-con-ed change settings (#1270354)"
|
|
|
cebaad |
(jkonecny)
|
|
|
cebaad |
- Fix anaconda-pre.service wasn't properly installed (#1255659) (jkonecny)
|
|
|
cebaad |
- Rename function for better consistency (#1259284) (rvykydal)
|
|
|
cebaad |
- Update error message for consistency (#1259284) (rvykydal)
|
|
|
cebaad |
- Add more specific username check messages also to gui (#1360334) (rvykydal)
|
|
|
cebaad |
- fix style guide test false positive on username variable (#1350375)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- tui: use functions instead of fake REs for checking values (#1350375)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- tui: get proper index of entry we are handling in input (#1331054) (rvykydal)
|
|
|
cebaad |
- tui: fix user name validity checking (#1350375) (rvykydal)
|
|
|
cebaad |
- More descriptive message on invalid username (kvalek)
|
|
|
cebaad |
- Fix another pep8 name issue (jkonecny)
|
|
|
cebaad |
- iscsi: fix getting iscsi target iface of bound target (#1359739) (rvykydal)
|
|
|
cebaad |
- Fix needsNetwork testing only additional repositories (#1358788) (jkonecny)
|
|
|
cebaad |
- Fix restart payload only when repo needs network (#1358788) (jkonecny)
|
|
|
cebaad |
- Cleanup remaining runlevel references (mkolman)
|
|
|
cebaad |
- Clarify a nosave related log message (mkolman)
|
|
|
cebaad |
- Use Screen Access Manager (mkolman)
|
|
|
cebaad |
- Add screen entry/exit callbacks (mkolman)
|
|
|
cebaad |
- Add screen access manager (mkolman)
|
|
|
cebaad |
- A simple formatting fix (mkolman)
|
|
|
cebaad |
- Fix another blivet-2.0 pep8 error (jkonecny)
|
|
|
cebaad |
- Quickfix of failing test (japokorn)
|
|
|
cebaad |
- Some docstring refactoring & typo fixes for the TUI base classes (mkolman)
|
|
|
cebaad |
- Add a file about contributing. (sbueno+anaconda)
|
|
|
cebaad |
- Store logs before anaconda starts (#1255659) (japokorn)
|
|
|
cebaad |
- DD can now replace existing drivers (#1101653) (japokorn)
|
|
|
cebaad |
- Use the F25 timezone kickstart command version (mkolman)
|
|
|
cebaad |
- Use sshd-keygen.target instead of hardcoded sshd-keygen script (jjelen)
|
|
|
cebaad |
- Make it possible to disable sshd service from running. (#1262707)
|
|
|
cebaad |
(sbueno+anaconda)
|
|
|
cebaad |
- Change bootloader boot drive fallback (jkonecny)
|
|
|
cebaad |
- Fix of Python3x uncompatible commands (japokorn)
|
|
|
cebaad |
- Add NTP server configuration to the TUI (#1269399) (mkolman)
|
|
|
cebaad |
- Move the NTP server checking constants to constants.py (mkolman)
|
|
|
cebaad |
- Use a constant for the NTP check thread name prefix (mkolman)
|
|
|
cebaad |
- Fix another victim of the python 2->3 conversion. (#1354020) (dshea)
|
|
|
cebaad |
- Attempt to unload modules updated by a driver disk (dshea)
|
|
|
cebaad |
- Fix the processing of device nodes as driver disks (dshea)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Jul 08 2016 Brian C. Lane <bcl@redhat.com> - 25.20-1
|
|
|
cebaad |
- Allow kickstart users to ignore the free space error (dshea)
|
|
|
cebaad |
- Stop kickstart when space check fails (bcl)
|
|
|
cebaad |
- Service anaconda-nm-config is missing type oneshot (jkonecny)
|
|
|
cebaad |
- Fix dhcpclass to work both via kickstart and the boot cmdline. (clumens)
|
|
|
cebaad |
- network: handle also ifcfg files of not activated virtual devices (#1313173)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- network: check onboot value in ksdata, not NM connections (#1313173)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- network: do not activate device on kickstart --onboot="yes" (#1341636)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Jun 24 2016 Brian C. Lane <bcl@redhat.com> - 25.19-1
|
|
|
cebaad |
- hostname: don't set installer env hostname to localhost.localdomain
|
|
|
cebaad |
(#1290858) (rvykydal)
|
|
|
cebaad |
- hostname: add tooltip to Apply button (#1290858) (rvykydal)
|
|
|
cebaad |
- hostname: fix accelerator collision (#1290858) (rvykydal)
|
|
|
cebaad |
- hostname: don't set hostname in initrafms of target system (#1290858)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- hostname: set current hostname from target system hostname on demand
|
|
|
cebaad |
(#1290858) (rvykydal)
|
|
|
cebaad |
- hostname: suggest current hostname for storage containers (#1290858)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- hostname: don't set target system static hostname to current hostname
|
|
|
cebaad |
(#1290858) (rvykydal)
|
|
|
cebaad |
- network tui: do not activate device when setting its onboot value (#1261864)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- network tui: edit persistent configuration, not active connection (#1261864)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- network: validate netmask in tui (#1331054) (rvykydal)
|
|
|
cebaad |
- Add wordwrap to text mode and use it by default (#1267881) (rvykydal)
|
|
|
cebaad |
- Fix adding new VG in Custom spoke can't be applied (#1263715) (jkonecny)
|
|
|
cebaad |
- Fix SimpleConfigFile file permissions (#1346364) (bcl)
|
|
|
cebaad |
- Re-configure proxy when updateBaseRepo is called (#1332472) (bcl)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Jun 17 2016 Brian C. Lane <bcl@redhat.com> - 25.18-1
|
|
|
cebaad |
- Only use <> for markup (#1317297) (bcl)
|
|
|
cebaad |
- Update iscsi dialog for Blivet 2.0 API change (bcl)
|
|
|
cebaad |
- Use the signal handlers to set initial widget sensitivies (dshea)
|
|
|
cebaad |
- Fix bad sensitivity on boxes in source spoke (jkonecny)
|
|
|
cebaad |
- Fix install-buildrequires (bcl)
|
|
|
cebaad |
- Added optional [/prefix] as pattern (kvalek)
|
|
|
cebaad |
- Require network for network-based driver disks (dshea)
|
|
|
cebaad |
- Add missing pkgs to install-buildrequires (#612) (phil)
|
|
|
cebaad |
- Increase the required version of gettext (dshea)
|
|
|
cebaad |
- Fix the name sensitivity in the custom spoke. (dshea)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Jun 10 2016 Brian C. Lane <bcl@redhat.com> - 25.17-1
|
|
|
cebaad |
- Revert "Temporarily disable translations" (bcl)
|
|
|
cebaad |
- Change where to look for the iscsi object (#1344131) (dshea)
|
|
|
cebaad |
- Fix old blivet identifiers (#1343907) (dshea)
|
|
|
cebaad |
- Fix a covscan warning about fetch-driver-net (#1269915) (bcl)
|
|
|
cebaad |
- Fix crash when NM get_setting* methods return None (#1273497) (jkonecny)
|
|
|
cebaad |
- Overwrite network files when using ks liveimg (#1342639) (bcl)
|
|
|
cebaad |
- Stop using undocumented DNF logging API (bcl)
|
|
|
cebaad |
- Use the LUKS device for encrypted swap on RAID (dshea)
|
|
|
cebaad |
- Keep the subdir in driver disk update paths (dshea)
|
|
|
cebaad |
- Warn about broken keyboard layout switching in VNC (#1274228) (jkonecny)
|
|
|
cebaad |
- Make the anaconda-generator exit early outside of the installation
|
|
|
cebaad |
environment (#1289179) (mkolman)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Jun 03 2016 Brian C. Lane <bcl@redhat.com> - 25.16-1
|
|
|
cebaad |
- Add a button to refresh the disk list. (dlehman)
|
|
|
cebaad |
- Only try to restart payload in the Anaconda environment (mkolman)
|
|
|
cebaad |
- Make current runtime environment identifiers available via flags (mkolman)
|
|
|
cebaad |
- Display storage errors that cause no disks to be selected (#1340240) (bcl)
|
|
|
cebaad |
- Fix the SourceSwitchHandler pylint errors differently. (clumens)
|
|
|
cebaad |
- Fix pylint errors. (clumens)
|
|
|
cebaad |
- Update the disk summary on Ctrl-A (dshea)
|
|
|
cebaad |
- Revert "Refresh the view of on-disk storage state every 30 seconds."
|
|
|
cebaad |
(dlehman)
|
|
|
cebaad |
- Refresh the view of on-disk storage state every 30 seconds. (dlehman)
|
|
|
cebaad |
- Handle unsupported disklabels. (dlehman)
|
|
|
cebaad |
- Use a blivet method to remove everything from a device. (dlehman)
|
|
|
cebaad |
- Tighten up ResizeDialog._recursive_remove a bit. (dlehman)
|
|
|
cebaad |
- Only look for partitions on partitioned disks. (dlehman)
|
|
|
cebaad |
- NFS DDs installation now works correctly (#1269915) (japokorn)
|
|
|
cebaad |
- Remove unused on_proxy_ok_clicked from Source spoke (jkonecny)
|
|
|
cebaad |
- send all layouts to localed for keymap conversion (#1333998) (awilliam)
|
|
|
cebaad |
- Small cleanup (mkolman)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri May 27 2016 Brian C. Lane <bcl@redhat.com> - 25.15-1
|
|
|
cebaad |
- Resolve shortcut conflict between "Desired Capacity" and "Done" (yaneti)
|
|
|
cebaad |
- network: don't crash on devices with zero MAC address (#1334632) (rvykydal)
|
|
|
cebaad |
- Remove Authors lines from the tops of all files. (clumens)
|
|
|
cebaad |
- Related: rhbz#1298444 (rvykydal)
|
|
|
cebaad |
- New Anaconda documentation - 25.14 (bcl)
|
|
|
cebaad |
- Catch DNF MarkingError during group installation (#1337731) (bcl)
|
|
|
cebaad |
- Fix TUI ErrorDialog processing (#1337427) (bcl)
|
|
|
cebaad |
- Clean up yelp processes (#1282432) (dshea)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri May 20 2016 Brian C. Lane <bcl@redhat.com> - 25.14-1
|
|
|
cebaad |
- Temporarily disable translations (bcl)
|
|
|
cebaad |
- Don't crash when selecting the same hdd ISO again (#1275771) (mkolman)
|
|
|
cebaad |
|
|
|
cebaad |
* Thu May 19 2016 Brian C. Lane <bcl@redhat.com> - 25.13-1
|
|
|
cebaad |
- Fix writeStorageLate for live installations (#1334019) (bcl)
|
|
|
cebaad |
- Remove the locale list from zanata.xml (dshea)
|
|
|
cebaad |
- Ditch autopoint. (dshea)
|
|
|
cebaad |
- Ditch intltool. (dshea)
|
|
|
cebaad |
- Rename fedora-welcome to fedora-welcome.js (dshea)
|
|
|
cebaad |
- Fix UEFI installation after EFIBase refactor (bcl)
|
|
|
cebaad |
- Fix error handling for s390 bootloader errors (sbueno+anaconda)
|
|
|
cebaad |
- Deselect all addons correctly (#1333505) (bcl)
|
|
|
cebaad |
- gui-testing needs isys to be compiled. (clumens)
|
|
|
cebaad |
- Add more to the selinux check in tests/gui/base.py. (clumens)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri May 13 2016 Brian C. Lane <bcl@redhat.com> - 25.12-1
|
|
|
cebaad |
- Add single language mode (#1235726) (mkolman)
|
|
|
cebaad |
- Move default X keyboard setting out of the Welcome spoke (mkolman)
|
|
|
cebaad |
- Rerun writeBootLoader on Live BTRFS installs (bcl)
|
|
|
cebaad |
- Check for mounted partitions as part of sanity_check (#1330820) (bcl)
|
|
|
cebaad |
- Merge pull request #620 from dashea/new-canary (dshea)
|
|
|
cebaad |
- Update the required pykickstart version. (dshea)
|
|
|
cebaad |
- Implement %%packages --excludeWeakdeps (#1331100) (james)
|
|
|
cebaad |
- Fix bad addon handling when addon import failed (jkonecny)
|
|
|
cebaad |
- Add retry when downloading .treeinfo (#1292613) (jkonecny)
|
|
|
cebaad |
- Return xprogressive delay back (jkonecny)
|
|
|
cebaad |
- Change where tests on translated strings are run. (dshea)
|
|
|
cebaad |
- Merge the latest from translation-canary (dshea)
|
|
|
cebaad |
- Squashed 'translation-canary/' changes from 5a45c19..3bc2ad6 (dshea)
|
|
|
cebaad |
- Add new Makefile target for gui tests (atodorov)
|
|
|
cebaad |
- Define missing srcdir in run_gui_tests.sh and enable coverage (atodorov)
|
|
|
cebaad |
- Split gui test running out into its own script. (clumens)
|
|
|
cebaad |
- Look higher for the combobox associated with an entry (#1333530) (dshea)
|
|
|
cebaad |
- Use createrepo_c in the ci target. (dshea)
|
|
|
cebaad |
- Compile glib schema overrides with --strict. (dshea)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri May 06 2016 Brian C. Lane <bcl@redhat.com> - 25.11-1
|
|
|
cebaad |
- Don't join two absolute paths (#1249598) (mkolman)
|
|
|
cebaad |
- Don't crash when taking a screenshot on the hub (#1327456) (mkolman)
|
|
|
cebaad |
- Fix pylint errors. (phil)
|
|
|
cebaad |
- Factor out common grub1/grub2 stuff into mixin, and other factoring (phil)
|
|
|
cebaad |
- Add GRUB1 (legacy) support back to Anaconda (phil)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Apr 29 2016 Brian C. Lane <bcl@redhat.com> - 25.10-1
|
|
|
cebaad |
- Handle unmounting ostree when exiting (bcl)
|
|
|
cebaad |
- ostree: Use bind mounts to setup ostree root (bcl)
|
|
|
cebaad |
- ostree: Skip root= setup when using --dirinstall (bcl)
|
|
|
cebaad |
- disable_service: Specify string format args as logging params. (clumens)
|
|
|
cebaad |
- Ignore failure when disable services that do not exist (phil)
|
|
|
cebaad |
- Get rid of an unused variable in the network spoke. (clumens)
|
|
|
cebaad |
- Revalidate source only if nm-con-ed change settings (#1270354) (jkonecny)
|
|
|
cebaad |
- Merge solutions for test source when network change (#1270354) (jkonecny)
|
|
|
cebaad |
- Changes in network state revalidate sources rhbz#1270354 (riehecky)
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Apr 27 2016 Brian C. Lane <bcl@redhat.com> - 25.9-1
|
|
|
cebaad |
- Use the iutil functions for interacting with systemd services. (dshea)
|
|
|
cebaad |
- Add methods to enable and disable systemd services. (dshea)
|
|
|
cebaad |
- Do not add .service to the end of service names. (dshea)
|
|
|
cebaad |
- Remove detach-client from tmux.conf (dshea)
|
|
|
cebaad |
- Use Blivet 2.0 for set_default_fstype (#607) (sgallagh)
|
|
|
cebaad |
- Remove dnf from the list of required packages. (#605) (dshea)
|
|
|
cebaad |
- Add access to the payload from addons (#1288636) (jkonecny)
|
|
|
cebaad |
- Disable pylint warnings related to the log handler fixer. (dshea)
|
|
|
cebaad |
- Allow the metacity config dir to be overriden. (dshea)
|
|
|
cebaad |
- Do not include /usr/share/anaconda files in the gui package. (dshea)
|
|
|
cebaad |
- Work around logging's crummy lock behavior. (dshea)
|
|
|
cebaad |
- Use rm -r to remove the temporary python site directory. (dshea)
|
|
|
cebaad |
- Remove the subnet label for wired devices. (#1327615) (dshea)
|
|
|
cebaad |
- Fix how unusued network labels are hidden (#1327615) (dshea)
|
|
|
cebaad |
- Remove yum_logger (bcl)
|
|
|
cebaad |
- Remove the lock loglevel (bcl)
|
|
|
cebaad |
- Use a temporary user-site directory for the tests. (dshea)
|
|
|
cebaad |
- Build everything for make ci. (dshea)
|
|
|
cebaad |
- Ignore some E1101 no-member errors when running pylint (bcl)
|
|
|
cebaad |
- Sprinkle the code with pylint no-member disable statements (bcl)
|
|
|
cebaad |
- Catch GLib.GError instead of Exception (bcl)
|
|
|
cebaad |
- Update storage test for Blivet 2.0 API change. (bcl)
|
|
|
cebaad |
- Initialize missing private methods in BasePage class (bcl)
|
|
|
cebaad |
- Update kickstart.py for Blivet 2.0 API change. (bcl)
|
|
|
cebaad |
- Use namedtuple correctly in kexec.py (bcl)
|
|
|
cebaad |
- Add more requires to make password checking still work. (#1327411) (dshea)
|
|
|
cebaad |
- Rename isS390 to match the renames in blivet. (dshea)
|
|
|
cebaad |
- Suppress signal handling when setting zone from location (#1322648) (dshea)
|
|
|
cebaad |
- Refresh metadata when updates checkbox changes (#1211907) (bcl)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Apr 15 2016 Brian C. Lane <bcl@redhat.com> - 25.8-1
|
|
|
cebaad |
- network: handle null wireless AP SSID object (#1262556) (awilliam)
|
|
|
cebaad |
- Change new_tmpfs to new_tmp_fs. (clumens)
|
|
|
cebaad |
- Add support for kickstart %%onerror scripts. (clumens)
|
|
|
cebaad |
- Show network spoke in the TUI reconfig mode (#1302165) (mkolman)
|
|
|
cebaad |
- network: copy static routes configured in installer to system (#1255801)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- network: fix vlan over bond in kickstart (#1234849) (rvykydal)
|
|
|
cebaad |
- network: use NAME to find ifcfg on s390 with net.ifnames=0 (#1249750)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- Get rid of the reimport of MultipathDevice. (clumens)
|
|
|
cebaad |
- Fix iSCSI kickstart options aren't generated (#1252879) (jkonecny)
|
|
|
cebaad |
- Fix adding offload iSCSI devices (vtrefny)
|
|
|
cebaad |
- Make the list-harddrives script mode robust (mkolman)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Apr 08 2016 Brian C. Lane <bcl@redhat.com> - 25.7-1
|
|
|
cebaad |
- Blivet API change getDeviceBy* is now get_device_by_* (bcl)
|
|
|
cebaad |
- network: don't set 803-3-ethernet.name setting (#1323589) (rvykydal)
|
|
|
cebaad |
- Log non-critical user/group errors (#1308679) (bcl)
|
|
|
cebaad |
- Fix btrfs metadata raid level kwarg. (dlehman)
|
|
|
cebaad |
- docs: Add release building document (bcl)
|
|
|
cebaad |
- Minor improvements - README and test dependencies (atodorov)
|
|
|
cebaad |
- Add more matches for network connectivity (atodorov)
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Apr 04 2016 Brian C. Lane <bcl@redhat.com> - 25.6-1
|
|
|
cebaad |
- Remove an unused import from anaconda-cleanup. (clumens)
|
|
|
cebaad |
- Don't use booleans in Requires (#1323314) (dshea)
|
|
|
cebaad |
- Set CSS names on all of the anaconda classes. (#1322036) (dshea)
|
|
|
cebaad |
- Don't crash if no groups are specified (#1316816) (dshea)
|
|
|
cebaad |
- Fix only one address is shown in anaconda (#1264400) (jkonecny)
|
|
|
cebaad |
- Fix call to update optical media format. (#1322943) (dlehman)
|
|
|
cebaad |
- Reset invalid disk selection before proceeding. (dlehman)
|
|
|
cebaad |
- Multiple Dogtail tests improvements (atodorov)
|
|
|
cebaad |
- Do not allow liveinst with --image or --dirinstall (#1276349) (dshea)
|
|
|
cebaad |
- New Anaconda documentation - 25.5 (bcl)
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Mar 30 2016 Brian C. Lane <bcl@redhat.com> - 25.5-1
|
|
|
cebaad |
- Don't provide subclasses of the multipath or dmraid commands. (clumens)
|
|
|
cebaad |
- Add support for chunksize raid kickstart parameter. (vtrefny)
|
|
|
cebaad |
- Convert to blivet-2.0 API. (dlehman)
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Mar 24 2016 Brian C. Lane <bcl@redhat.com> - 25.4-1
|
|
|
cebaad |
- Require that the English locale data be available. (#1315494) (dshea)
|
|
|
cebaad |
- Revert "Change the default locale to C.UTF-8 (#1312607)" (#1315494) (dshea)
|
|
|
cebaad |
- Make windows in metacity closable (#1319590) (dshea)
|
|
|
cebaad |
- Fix the use of CSS psuedo-classes in the widgets. (dshea)
|
|
|
cebaad |
- Add reason when logging invalid repository (#1240379) (jkonecny)
|
|
|
cebaad |
|
|
|
cebaad |
* Sat Mar 19 2016 Brian C. Lane <bcl@redhat.com> - 25.3-1
|
|
|
cebaad |
- Apply language attributes to all labels within anaconda. (dshea)
|
|
|
cebaad |
- Add a function to apply a PangoAttrLanguage to a label. (dshea)
|
|
|
cebaad |
- Add functions to watch changes to a container widget. (dshea)
|
|
|
cebaad |
- Switch to the adwaita icon theme. (dshea)
|
|
|
cebaad |
- Fix duplicate network settings in dracut (#1293539) (jkonecny)
|
|
|
cebaad |
- Fix create device with bad name when parsing KS (#1293539) (jkonecny)
|
|
|
cebaad |
- Use a lock for repoStore access (#1315414) (bcl)
|
|
|
cebaad |
- Add missing inst prefix to the nokill option in docs (mkolman)
|
|
|
cebaad |
- Merge pull request #551 from wgwoods/master-multiple-initrd-dd-fix (wwoods)
|
|
|
cebaad |
- fix multiple inst.dd=<path> args (rhbz#1268792) (wwoods)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Mar 11 2016 Brian C. Lane <bcl@redhat.com> - 25.2-1
|
|
|
cebaad |
- Load the system-wide Xresources (#1241724) (dshea)
|
|
|
cebaad |
- Use an icon that exists in Adwaita for the dasd confirmation (dshea)
|
|
|
cebaad |
- Make it possible to skip saving of kickstarts and logs (#1285519) (mkolman)
|
|
|
cebaad |
- Add a function for empty file creation (#1285519) (mkolman)
|
|
|
cebaad |
- Run actions for argparse arguments (#1285519) (mkolman)
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Mar 09 2016 Brian C. Lane <bcl@redhat.com> - 25.1-1
|
|
|
cebaad |
- don't install kernel-PAE on x86_64 (#1313957) (awilliam)
|
|
|
cebaad |
- except block in py3.5 undefines the variable (bcl)
|
|
|
cebaad |
- Remove some history from the liveinst setup. (dshea)
|
|
|
cebaad |
- Do not run the liveinst setup if not in a live environment. (dshea)
|
|
|
cebaad |
- Set GDK_BACKEND=x11 before running anaconda from liveinst. (dshea)
|
|
|
cebaad |
- Run zz-liveinst as an autostart application (dshea)
|
|
|
cebaad |
- Translate the help button. (dshea)
|
|
|
cebaad |
- Translate the required space labes in resize.py (dshea)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Mar 04 2016 Brian C. Lane <bcl@redhat.com> - 25.0-1
|
|
|
cebaad |
- Add device id to dasdfmt screen. (#1269174) (sbueno+anaconda)
|
|
|
cebaad |
- Unify displayed columns in custom spoke dialogs. (#1289577) (sbueno+anaconda)
|
|
|
cebaad |
- Show some confirmation to users if adding a DASD was successful. (#1259016)
|
|
|
cebaad |
(sbueno+anaconda)
|
|
|
cebaad |
- Hotfix for missing storage in payload class (#1271657) (jkonecny)
|
|
|
cebaad |
- Check to see if DD repo is already in addOn list (#1268357) (bcl)
|
|
|
cebaad |
- Use the default levelbar offset values. (dshea)
|
|
|
cebaad |
- Do not change the GUI language to a missing locale. (#1312607) (dshea)
|
|
|
cebaad |
- Don't crash when setting an unavailable locale (#1312607) (dshea)
|
|
|
cebaad |
- Change the default locale to C.UTF-8 (#1312607) (dshea)
|
|
|
cebaad |
- Update the libtool version-info. (dshea)
|
|
|
cebaad |
- Use CSS to style the internal widgets. (dshea)
|
|
|
cebaad |
- Move the widgets pixmaps into resources. (dshea)
|
|
|
cebaad |
- Add a resource bundle to libAnacondaWidgets (dshea)
|
|
|
cebaad |
- Rename show_arrow and chosen_changed to show-arrow and chosen-changed (dshea)
|
|
|
cebaad |
- Remove an invalid transfer notation. (dshea)
|
|
|
cebaad |
- Stop using SGML in the docs. (dshea)
|
|
|
cebaad |
- Change the install test URL. (dshea)
|
|
|
cebaad |
- Fix nfs source crash when options change (#1264071) (bcl)
|
|
|
cebaad |
- makebumpver: Add a --dry-run option (bcl)
|
|
|
cebaad |
- NTP should have better behavior (#1309396) (jkonecny)
|
|
|
cebaad |
- Manually set clock shifts on UI idle (#1251044) (rmarshall)
|
|
|
cebaad |
- Don't remove selected shared part when Delete all (#1183880) (jkonecny)
|
|
|
cebaad |
- Don't delete shared/boot parts in deleteAll (#1183880) (jkonecny)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Feb 19 2016 Brian C. Lane <bcl@redhat.com> - 24.13-1
|
|
|
cebaad |
- tests/gui enhancements (atodorov)
|
|
|
cebaad |
- Fix gui tests for anaconda move to anaconda.py (atodorov)
|
|
|
cebaad |
- Use a different ipmi command to log events. (clumens)
|
|
|
cebaad |
- Clarify that a string in list-screens is actually a regex. (clumens)
|
|
|
cebaad |
- Merge pull request #513 from wgwoods/update-dd-docs (wwoods)
|
|
|
cebaad |
- updated driver updates docs (wwoods)
|
|
|
cebaad |
- Add specification for the user interaction config file (mkolman)
|
|
|
cebaad |
- Update zanata webui URL in translation doc. (dlehman)
|
|
|
cebaad |
- Tweak partition removal in Custom spoke (jkonecny)
|
|
|
cebaad |
- Do not skip evaluation after removing partitions (jkonecny)
|
|
|
cebaad |
- Import iutil earlier so we can use ipmi_report from check_for_ssh. (clumens)
|
|
|
cebaad |
- Make disconnect_client_callbacks more resilient (#1307063). (clumens)
|
|
|
cebaad |
- Move the langpacks install into to a separate function. (dshea)
|
|
|
cebaad |
- Fix _find_by_title method in Accordion (jkonecny)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Feb 12 2016 Brian C. Lane <bcl@redhat.com> - 24.12-1
|
|
|
cebaad |
- Use host storage for directory or image install dnf download (bcl)
|
|
|
cebaad |
- Log payloadError so we know why installation failed. (bcl)
|
|
|
cebaad |
- Add the addons directory to the rpm. (dshea)
|
|
|
cebaad |
- Use the packaged version of ordered-set (dshea)
|
|
|
cebaad |
- Remove an unused import (dshea)
|
|
|
cebaad |
- Add an uninstall hook for the renamed anaconda (dshea)
|
|
|
cebaad |
- Make langpack work in DNF (#1297823) (jsilhan)
|
|
|
cebaad |
- New Anaconda documentation - 24.11 (bcl)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Feb 05 2016 Brian C. Lane <bcl@redhat.com> - 24.11-1
|
|
|
cebaad |
- Fix makeupdates for anaconda move to anaconda.py (bcl)
|
|
|
cebaad |
- Rename ./anaconda to ./anaconda.py to work around coverage.py #425 (atodorov)
|
|
|
cebaad |
- Remove special handling for interruptible system calls. (dshea)
|
|
|
cebaad |
- Handle PEP 3101 strings in the gettext context check (dshea)
|
|
|
cebaad |
- Improve RHS summary strings in multiselection (#1265620) (jkonecny)
|
|
|
cebaad |
- Increase GI version required of AnacondaWidgets (jkonecny)
|
|
|
cebaad |
- Increment version of g-introspection for widgets (jkonecny)
|
|
|
cebaad |
- Increment the AnacondaWidgets version (jkonecny)
|
|
|
cebaad |
- Switch to the new Initial Setup unit name (#1299210) (mkolman)
|
|
|
cebaad |
- Uncomment self.check_lang_locale_views in tests/gui/ (atodorov)
|
|
|
cebaad |
- Add dogtail to test requirements (atodorov)
|
|
|
cebaad |
- Add config for easier combining of kickstart and Jenkins coverage data
|
|
|
cebaad |
(atodorov)
|
|
|
cebaad |
- Apply the fallback style to anaconda selectors. (dshea)
|
|
|
cebaad |
- Redo the stylesheet for Gtk 3.19+ (dshea)
|
|
|
cebaad |
- Directly overwrite /usr/share/anaconda/anaconda-gtk.css (dshea)
|
|
|
cebaad |
- Merge pull request #463 from dashea/translation-tests (dshea)
|
|
|
cebaad |
- Display the name of the addon while executing it (bcl)
|
|
|
cebaad |
- Add page selection summary to the right side (#1265620) (jkonecny)
|
|
|
cebaad |
- Ask when removing new items in multiselection (#1265620) (jkonecny)
|
|
|
cebaad |
- Add multiselection with SHIFT key (#1265620) (jkonecny)
|
|
|
cebaad |
- Use show_arrow feature implemented in Selector (#1265620) (jkonecny)
|
|
|
cebaad |
- Add new property to show/hide arrow in Selector (#1265620) (jkonecny)
|
|
|
cebaad |
- Change selection logic when opening Page (#1265620) (jkonecny)
|
|
|
cebaad |
- Add new BasePage class (#1265620) (jkonecny)
|
|
|
cebaad |
- Add signal and methods to MountpointSelector (#1265620) (jkonecny)
|
|
|
cebaad |
- Fix errors with multiselection (#1265620) (jkonecny)
|
|
|
cebaad |
- Accordion class now process events for selectors (#1265620) (jkonecny)
|
|
|
cebaad |
- Change cammel case for accordion.py to new pep8 (jkonecny)
|
|
|
cebaad |
- Move selection logic from custom spoke to accordion (#1265620) (jkonecny)
|
|
|
cebaad |
- Modify ConfirmDeleteDialog now the checkbox is optional (#1265620) (jkonecny)
|
|
|
cebaad |
- Multiselection works in GUI with remove (#1265620) (jkonecny)
|
|
|
cebaad |
- Add multiselection to Accordion with control key (#1265620) (jkonecny)
|
|
|
cebaad |
- Remove bad translations from the source tarball. (dshea)
|
|
|
cebaad |
- Treat warnings from xgettext as errors. (dshea)
|
|
|
cebaad |
- Run translation-canary tests from make check. (dshea)
|
|
|
cebaad |
- Do not run pylint on translation-canary (dshea)
|
|
|
cebaad |
- Squashed 'translation-canary/' content from commit 5a45c19 (dshea)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Jan 29 2016 Brian C. Lane <bcl@redhat.com> - 24.10-1
|
|
|
cebaad |
- Add a finished method to spokes (#1300499) (bcl)
|
|
|
cebaad |
- Handle DeviceConfiguration with con = None (#1300499) (bcl)
|
|
|
cebaad |
- Log detailed information about installed packages (bcl)
|
|
|
cebaad |
- s/KickstartValueError/KickstartParseError. (clumens)
|
|
|
cebaad |
- Move requiredDeviceSize to the main Payload class (#1297905) (dshea)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Jan 08 2016 Brian C. Lane <bcl@redhat.com> - 24.9-1
|
|
|
cebaad |
- Handle unexpected DNF exit (bcl)
|
|
|
cebaad |
- Fix bad space needed messages (jkonecny)
|
|
|
cebaad |
- nosetests-3.5 is now the right version. (clumens)
|
|
|
cebaad |
- Ignore a pylint error about how we're using Popen (dshea)
|
|
|
cebaad |
- Mark an unused variable as unused (dshea)
|
|
|
cebaad |
- Ignore type-related errors for types pylint can't figure out (dshea)
|
|
|
cebaad |
- Import errors are just regular errors now (dshea)
|
|
|
cebaad |
- Replace the remaining log.warn calls with log.warning. (dshea)
|
|
|
cebaad |
- Fix an erroneously bare raise statement (dshea)
|
|
|
cebaad |
- Replace the deprecated assertEquals with assertEqual (dshea)
|
|
|
cebaad |
- Don't add a None to the list of things to unmount on ostree installs.
|
|
|
cebaad |
(clumens)
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Dec 02 2015 Brian C. Lane <bcl@redhat.com> - 24.8-1
|
|
|
cebaad |
- Fix pylint problems in the gui testing code. (clumens)
|
|
|
cebaad |
- Merge 9c5e02392d0401a3bd0adecedea03535595773ef into
|
|
|
cebaad |
67b569253c724639c2490f5fab70f7111f699b3f (atodorov)
|
|
|
cebaad |
- Fix the replacement suggestion for "hostname" (dshea)
|
|
|
cebaad |
- Automatically generate sr (dshea)
|
|
|
cebaad |
- Fix PropertyNotFoundError PermHwAddress (#1269298) (jkonecny)
|
|
|
cebaad |
- Make sure python3.5 code can run in early initrd (bcl)
|
|
|
cebaad |
- Replace <list>.delete() with <list>.remove() in user.py (sujithpandel)
|
|
|
cebaad |
- Rename everything that still refers to LiveCD (atodorov)
|
|
|
cebaad |
- Updates to progress and storage tests (atodorov)
|
|
|
cebaad |
- Multiple changes to DogtailTestCase (atodorov)
|
|
|
cebaad |
- Move all Python files into the main gui/ directory (atodorov)
|
|
|
cebaad |
- Simplify tests by removing OutsideMixin and update Creator (atodorov)
|
|
|
cebaad |
- Modify existing tests to match latest anaconda behavior and environment
|
|
|
cebaad |
(atodorov)
|
|
|
cebaad |
- Temporary disable test code which doesn't work (atodorov)
|
|
|
cebaad |
- Make tests/gui/ execute ./anaconda from git (atodorov)
|
|
|
cebaad |
- Add window title (#1280077) (mkolman)
|
|
|
cebaad |
- Replace execReadlines with check_output in parse-kickstart_test.py (bcl)
|
|
|
cebaad |
- Fix a spelling error in the hardware error message (#1284165). (clumens)
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Nov 18 2015 Brian C. Lane <bcl@redhat.com> - 24.7-1
|
|
|
cebaad |
- Collect test-suite.log from all 'make check' invocations. Closes #452
|
|
|
cebaad |
(atodorov)
|
|
|
cebaad |
- Fix parse-kickstart_test.py. (clumens)
|
|
|
cebaad |
- Remove mkdud.py. (clumens)
|
|
|
cebaad |
- Remove the kickstart_tests directory. (clumens)
|
|
|
cebaad |
- Always quote values in ifcfg- files (#1279131) (bcl)
|
|
|
cebaad |
- Include original kickstart in /root/original-ks.cfg (#1227939) (bcl)
|
|
|
cebaad |
- strip spaces from extlinux label and default (#1185624) (bcl)
|
|
|
cebaad |
- Report kernel failures during kickstart tests. (clumens)
|
|
|
cebaad |
- Make sure unicode in kickstart works. (dshea)
|
|
|
cebaad |
- Set the window icon (dshea)
|
|
|
cebaad |
- Only run space check in TUI if spokes are complete. (#1279413)
|
|
|
cebaad |
(sbueno+anaconda)
|
|
|
cebaad |
- Allow a user's primary group to be created in --groups (#1279041) (dshea)
|
|
|
cebaad |
- Remove uses of broad-except. (dshea)
|
|
|
cebaad |
- Add a test for all that container minimization stuff. (clumens)
|
|
|
cebaad |
- Use the partition command in one of the kickstart_tests. (clumens)
|
|
|
cebaad |
- Don't clear the _currentIsoFile if another iso was selected (bcl)
|
|
|
cebaad |
- makeupdates: Include utils/handle-sshpw (bcl)
|
|
|
cebaad |
- Add --sshkey to kickstart sshpw command (#1274104) (bcl)
|
|
|
cebaad |
- Split exception description from exception traceback (jkonecny)
|
|
|
cebaad |
- Show DNF exception instead of silent exit (jkonecny)
|
|
|
cebaad |
- Combine results from all gettext_tests into one log file (atodorov)
|
|
|
cebaad |
- Try to run make ci with real translations. (dshea)
|
|
|
cebaad |
- Untranslate undisplayed TreeView column headers. (dshea)
|
|
|
cebaad |
- Add a test for hidden translatable strings (dshea)
|
|
|
cebaad |
- Add the translated string to markup error messages. (dshea)
|
|
|
cebaad |
- Test glade translations by default (dshea)
|
|
|
cebaad |
- Change the way glade tests are run. (dshea)
|
|
|
cebaad |
- Remove the accelerator test. (dshea)
|
|
|
cebaad |
- Add the test lib directory to $PYTHONPATH in the commit hook (dshea)
|
|
|
cebaad |
- network: create ifcfg files in tui if needed (#1268155) (rvykydal)
|
|
|
cebaad |
- Do not limit ONBOOT default setting to url and nfs installation methods
|
|
|
cebaad |
(#1269264) (rvykydal)
|
|
|
cebaad |
- ibft: fix setting dracut boot args for static ibft nic configuration
|
|
|
cebaad |
(#1267526) (rvykydal)
|
|
|
cebaad |
- network: Don't set --device link default for hostname only network cmd
|
|
|
cebaad |
(#1272274) (rvykydal)
|
|
|
cebaad |
- network: assume --device=link as default also for ks on hd (#1085310)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- network: use ibftx interface for iSCSI from iBFT in dracut (#1077291)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- network: add s390 options to default ifcfg files (#1074570) (rvykydal)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Nov 06 2015 Brian C. Lane <bcl@redhat.com> - 24.6-1
|
|
|
cebaad |
- Fix a pylint error in the previous commits. (clumens)
|
|
|
cebaad |
- Honor ANACONDA_WIDGETS_OVERRIDES (atodorov)
|
|
|
cebaad |
- Load anaconda-gtk.css from ANACONDA_DATA if specified (atodorov)
|
|
|
cebaad |
- Use the correct path for ui categories (atodorov)
|
|
|
cebaad |
- Typo fix, it's ANACONDA_WIDGETS_DATA not ANACONDA_WIDGETS_DATADIR (atodorov)
|
|
|
cebaad |
- Allow wired network properties more grid space. (dshea)
|
|
|
cebaad |
- Improve language selection at low resolutions. (dshea)
|
|
|
cebaad |
- Make reclaim work with small screens and big labels (dshea)
|
|
|
cebaad |
- allow repo with only a name if it's a pre-defined one (#1277638) (awilliam)
|
|
|
cebaad |
- Only raise thread exceptions once (#1276579) (bcl)
|
|
|
cebaad |
- Use py3.4 crypt and salt (bcl)
|
|
|
cebaad |
- Be more careful with incomplete device types (#1256582) (dshea)
|
|
|
cebaad |
- Fix an import error in rpmostreepayload.py. (clumens)
|
|
|
cebaad |
- Fix Testing docs inclusion in Sphinx (bcl)
|
|
|
cebaad |
- Ignore interfaces with invalid VLAN IDs. (dshea)
|
|
|
cebaad |
- Cleaner logging of .treeinfo return conditions in dependant function.
|
|
|
cebaad |
(riehecky)
|
|
|
cebaad |
- Update link to upstream kickstart docs (opensource)
|
|
|
cebaad |
- rpmostreepayload: Also unmount internal mounts during shutdown (walters)
|
|
|
cebaad |
- rpmostreepayload: Fix two issues with mounting (walters)
|
|
|
cebaad |
- Add a README for kickstart tests. (clumens)
|
|
|
cebaad |
- Make the documentation match the environment variable. (clumens)
|
|
|
cebaad |
- Check that cache PVs (if any) are in the VG the LV belongs to (#1263258)
|
|
|
cebaad |
(vpodzime)
|
|
|
cebaad |
- Fix the alignment of the "Label" label in custom (dshea)
|
|
|
cebaad |
- Use unsafe caching during kickstart tests. (clumens)
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Oct 28 2015 Brian C. Lane <bcl@redhat.com> - 24.5-1
|
|
|
cebaad |
- Improve install space required estimation (#1224048) (jkonecny)
|
|
|
cebaad |
- Update the on-disk snapshot of storage when adv. disks are added (#1267944)
|
|
|
cebaad |
(vpodzime)
|
|
|
cebaad |
- Check that ipv6 kickstart outputs the right ip= (dshea)
|
|
|
cebaad |
- Change a variable name for pylint. (dshea)
|
|
|
cebaad |
- Do not run time_initialize for image and directory installations (#1274103)
|
|
|
cebaad |
(bcl)
|
|
|
cebaad |
- Remove unused properties (dshea)
|
|
|
cebaad |
- Do not modify the kickstart user data until apply() (dshea)
|
|
|
cebaad |
- Make AdvancedUserDialog.run() more readable (dshea)
|
|
|
cebaad |
- Improve the behavior of the home directory input. (dshea)
|
|
|
cebaad |
- Stop setting inappropriate properties in ksdata. (dshea)
|
|
|
cebaad |
- Update the password strength bar during the password strength check. (dshea)
|
|
|
cebaad |
- Remove unnecessary grab_focus and set_sensitive calls (dshea)
|
|
|
cebaad |
- Use signal handlers in the user spoke more sensibly. (dshea)
|
|
|
cebaad |
- Fix potential issues with the username guesser. (dshea)
|
|
|
cebaad |
- Make kickstart tests growing LVs stricter (vpodzime)
|
|
|
cebaad |
- Point coverage.py to the full path of pyanaconda/ (atodorov)
|
|
|
cebaad |
- Don't set BOOTPROTO= when it isn't set (jbacik)
|
|
|
cebaad |
- Pass strings to blockdev.dasd_format, not a DASDDevice object. (#1273553)
|
|
|
cebaad |
(sbueno+anaconda)
|
|
|
cebaad |
- Revert "Use yum to install the mock buildroot for now." (dshea)
|
|
|
cebaad |
- decode package name for /etc/sysconfig/kernel (RHBZ #1261569) (awilliam)
|
|
|
cebaad |
- Add tests for the more complicated command line options (dshea)
|
|
|
cebaad |
- Store fewer kinds of things in the dirinstall option. (dshea)
|
|
|
cebaad |
- Fix the parsing of selinux=0 (#1258569) (dshea)
|
|
|
cebaad |
- Include a local $ANACONDA_DATADIR in the test environment. (dshea)
|
|
|
cebaad |
- Move the command line arguments to anaconda_argparse. (dshea)
|
|
|
cebaad |
- Don't crash while logging binary output. (dshea)
|
|
|
cebaad |
- Decode program output even if there is no output (#1273145) (dshea)
|
|
|
cebaad |
- Add a test for _run_program with binary output (dshea)
|
|
|
cebaad |
- Test execWithCapture when the command outputs nothing. (dshea)
|
|
|
cebaad |
- Fix a long line in kickstart_tests/functions.sh. (clumens)
|
|
|
cebaad |
- Merge pull request #414 from vpodzime/master-lvm_log (vpodzime)
|
|
|
cebaad |
- Save the lvm.log Blivet may produce (vpodzime)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Oct 16 2015 Brian C. Lane <bcl@redhat.com> - 24.4-1
|
|
|
cebaad |
- Hide the places sidebar in the ISO chooser widget. (dshea)
|
|
|
cebaad |
- Use GtkResponseType values in the iso chooser dialog (dshea)
|
|
|
cebaad |
- Do not use deprecated getDevicesByInstance method (vtrefny)
|
|
|
cebaad |
- By default, skip those kickstart tests we know to be failing. (clumens)
|
|
|
cebaad |
- Fix pylint unused import (jkonecny)
|
|
|
cebaad |
- network: handle bridge device appearing before its connection (#1265593)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- Use $KSTEST_URL in tests that still had dl.fp.o hardcoded. (dshea)
|
|
|
cebaad |
- Support CONNECT in the test proxy server. (dshea)
|
|
|
cebaad |
- Extract the file used by liveimg as a prereq (dshea)
|
|
|
cebaad |
- Convert the proxy script to a prereq. (dshea)
|
|
|
cebaad |
- Add a prereqs function to kickstart tests. (dshea)
|
|
|
cebaad |
- Fix traceback when trying to create list of unformatted DASDs. (#1268764)
|
|
|
cebaad |
(sbueno+anaconda)
|
|
|
cebaad |
- network: handle missing connections of a device configured in GUI better
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- network: don't set NM_CONTROLLED=no for root on SAN. (rvykydal)
|
|
|
cebaad |
- Add support for other systemd units to kickstart service command (bcl)
|
|
|
cebaad |
- Merge pull request #388 from wgwoods/dd-in-initrd-fix (wwoods)
|
|
|
cebaad |
- Set the password checkbox for empty kickstart passwords. (dshea)
|
|
|
cebaad |
- Do not set the password input text with unencrypted passwords. (dshea)
|
|
|
cebaad |
- Install input checks before modifying the user GUI (#1256065) (dshea)
|
|
|
cebaad |
- Fix a lying error message in style_guide.py (dshea)
|
|
|
cebaad |
- Use "Enter" instead of "Return" for the keyboard key. (dshea)
|
|
|
cebaad |
- New Anaconda documentation - 24.3 (bcl)
|
|
|
cebaad |
- Include missing test files and scripts in Makefile.am/tarball (atodorov)
|
|
|
cebaad |
- dracut: accept inst.dd=[file:]/dd.iso (#1268792) (wwoods)
|
|
|
cebaad |
- Do not override StorageChecker.errors in StorageSpoke (#1252596) (vtrefny)
|
|
|
cebaad |
- Lookup IPv6 address without brackets (#1267872) (bcl)
|
|
|
cebaad |
- Mangle the boot device differently for systemd (#1241704) (dshea)
|
|
|
cebaad |
- Fail the media check if the systemd service failed to start. (dshea)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Oct 02 2015 Brian C. Lane <bcl@redhat.com> - 24.3-1
|
|
|
cebaad |
- Properly translate c-to-continue on the root selection screen (mkolman)
|
|
|
cebaad |
- Check minimal memory requirements properly (#1267673) (jstodola)
|
|
|
cebaad |
- Allow users to be created with an existing GID. (dshea)
|
|
|
cebaad |
- Add a test for creating a user with an existing GID. (dshea)
|
|
|
cebaad |
- Add tests for gids embmedded in the user groups list. (dshea)
|
|
|
cebaad |
- Allow the kickstart --groups list to specify GIDs. (dshea)
|
|
|
cebaad |
- Add a --groups argument to the user ks test. (dshea)
|
|
|
cebaad |
- Fix the locale pattern packages-instlangs-3 looks for. (dshea)
|
|
|
cebaad |
- Raise an error if osimg cannot be found (#1248673) (bcl)
|
|
|
cebaad |
- Use the bootloader raid levels for bootloader installation (#1266898) (bcl)
|
|
|
cebaad |
- Use otps.display_mode during early startup (#1267140) (mkolman)
|
|
|
cebaad |
- Mount stage2 cdrom after running driver-updates (#1266478) (bcl)
|
|
|
cebaad |
- Get rid of an unused import in the user spoke. (clumens)
|
|
|
cebaad |
- Log crashes from the signal handler. (dshea)
|
|
|
cebaad |
- Save a core file when anaconda crashes. (dshea)
|
|
|
cebaad |
- Keep environment selection when reentering the software spoke (#1261393)
|
|
|
cebaad |
(mkolman)
|
|
|
cebaad |
- Only show the user spoke if no users are specified in kickstart (#1253672)
|
|
|
cebaad |
(mkolman)
|
|
|
cebaad |
- Fix 'cat: /tmp/dd_disk: No such file or directory' (#1251394) (jkonecny)
|
|
|
cebaad |
- Do not display curl 404 errors that can be safely ignored (vtrefny)
|
|
|
cebaad |
- Catch blkid failure in driver-updates (#1262963) (bcl)
|
|
|
cebaad |
- Add kickstart tests for %%packages --instLangs (dshea)
|
|
|
cebaad |
- Do not display markup in showDetailedError. (dshea)
|
|
|
cebaad |
- Skip OEMDRV if interactive DD is requested (#1254270) (bcl)
|
|
|
cebaad |
- Drivers are simply under /run/install/DD-x/ (#1254270) (bcl)
|
|
|
cebaad |
- Fix branding when iso is downloaded from nfs or hd (#1252756) (jkonecny)
|
|
|
cebaad |
- Use yum to install the mock buildroot for now. (dshea)
|
|
|
cebaad |
- Rename the gettext tests (dshea)
|
|
|
cebaad |
- Bring back the KSTEST_HTTP_ADDON_REPO substitution in nfs-repo-and-addon.sh
|
|
|
cebaad |
(clumens)
|
|
|
cebaad |
- Run substitution checks on the right kickstart file. (clumens)
|
|
|
cebaad |
- Tell gettext that anaconda is not a GNU package. (dshea)
|
|
|
cebaad |
- Ignore environment modification warnings in docs/conf.py (dshea)
|
|
|
cebaad |
- Check for unsubstituted strings before running a test. (dshea)
|
|
|
cebaad |
- Autopart use 90%% of disk capacity for required space compare (#1224048)
|
|
|
cebaad |
(jkonecny)
|
|
|
cebaad |
- Fix include packages install size when downloading on root (#1224048)
|
|
|
cebaad |
(jkonecny)
|
|
|
cebaad |
- Enable and improve the check for swap LV size in LVM cache kickstart tests
|
|
|
cebaad |
(vpodzime)
|
|
|
cebaad |
- make-sphinx-docs: Add modules needed to document tests (bcl)
|
|
|
cebaad |
- Add test documentation (atodorov)
|
|
|
cebaad |
- Fix how the reqpart test checks for /boot, again. (clumens)
|
|
|
cebaad |
- Add a way to get default settings when running the kickstart_tests. (clumens)
|
|
|
cebaad |
- Change how we ignore non-tests in kickstart_tests. (clumens)
|
|
|
cebaad |
- Various fixes to substitution strings in kickstart_tests. (clumens)
|
|
|
cebaad |
- Move kickstart_test .ks files to .ks.in. (clumens)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Sep 11 2015 Brian C. Lane <bcl@redhat.com> - 24.2-1
|
|
|
cebaad |
- Handle driver rpms retrieved via network (#1257916) (bcl)
|
|
|
cebaad |
- Fix the types passed to chown_dir_tree (#1260318) (dshea)
|
|
|
cebaad |
- Add a test for home directory reuse (dshea)
|
|
|
cebaad |
- Use MDRaidArrayDevice.members instead of .devices (dshea)
|
|
|
cebaad |
- Make sure anaconda reads in ks file from OEMDRV device. (#1057271)
|
|
|
cebaad |
(sbueno+anaconda)
|
|
|
cebaad |
- Try to deal with expected errors from devicetree.populate (#1257648)
|
|
|
cebaad |
(vpodzime)
|
|
|
cebaad |
- Revert "Temporarily disable generating a coverage report." (clumens)
|
|
|
cebaad |
- Fix a DBus InvalidProperty handling (jkonecny)
|
|
|
cebaad |
- Fix another bash syntax problem in kickstart-genrules.sh (#1057271)
|
|
|
cebaad |
(sbueno+anaconda)
|
|
|
cebaad |
- Add a test for the rootpw kickstart command (dshea)
|
|
|
cebaad |
- Add tests for setRootPassword (dshea)
|
|
|
cebaad |
- Add a /boot partition to the reqpart test. (clumens)
|
|
|
cebaad |
- Fix up a statement that's not assigned to anything. (clumens)
|
|
|
cebaad |
- Temporarily disable generating a coverage report. (clumens)
|
|
|
cebaad |
- Don't try to concatenate a list with a string (#1252444) (mkolman)
|
|
|
cebaad |
- Activate coverage for tests executed with sudo (atodorov)
|
|
|
cebaad |
- set sysroot correctly when setting root password (#1260875) (awilliam)
|
|
|
cebaad |
- Add a test for kickstarts that %%include a URL (dshea)
|
|
|
cebaad |
- Add missing python dependencies for requests. (#1259506) (dshea)
|
|
|
cebaad |
- Serve the http addon repos from the test tmpdir (dshea)
|
|
|
cebaad |
- Make make-addon-pkgs easier to use from within a test (dshea)
|
|
|
cebaad |
- Add a simple http server for use in kickstart tests. (dshea)
|
|
|
cebaad |
- Add a script to print an IP address for the host. (dshea)
|
|
|
cebaad |
- Add a cleanup hook that can be defined by kickstart tests (dshea)
|
|
|
cebaad |
- Move kickstart test support files into a separate directory. (dshea)
|
|
|
cebaad |
- Fix a python3 related error in the pre-commit hook (dshea)
|
|
|
cebaad |
- network: gui spoke TODO cleanup (rvykydal)
|
|
|
cebaad |
- libnm in spoke: add missing connection for eth device with Configure
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- libnm in spoke: allow adding missing connection for eth device externally
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- libnm in spoke: wait for valid state of added device before adding to list
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- libnm in spoke: use libmn objects instead of names an uuids (device on/off)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- libnm in spoke: to check if device is activated just use its object
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- libnm in spoke: use connnection objects instead of uuids (edit connection)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- libnm in spoke: refresh early when device is added (rvykydal)
|
|
|
cebaad |
- libnm in spoke: use connection object instead of uuid (DeviceConfiguration)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- libnm in spoke: share nm client in standalone and normal spoke (rvykydal)
|
|
|
cebaad |
- libnm in spoke: add enterprise wpa connection using libnm client (rvykydal)
|
|
|
cebaad |
- libnm in spoke: use AccessPoint object in place of ssid bytearray (rvykydal)
|
|
|
cebaad |
- libnm in spoke: delete connection using libnm client (rvykydal)
|
|
|
cebaad |
- libnm in spoke: replace python-dbus workaround calls for ap security flags
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- libnm in spoke: call get_data() on ap.get_ssid() result to get ssid bytes
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- libnm in spoke: showing ip configuration of a device (rvykydal)
|
|
|
cebaad |
- libnm in spoke: NMClient -> NM.Client (rvykydal)
|
|
|
cebaad |
- libnm in spoke: gi.NetworkManager -> gi.NM (rvykydal)
|
|
|
cebaad |
- libnm in spoke: Revert "Fix crash when new device appear in Welcome screen
|
|
|
cebaad |
(#1245960)" (rvykydal)
|
|
|
cebaad |
- libnm in spoke: Revert "Fix crash when connections are changing (#1245960)"
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- Add an ignoredisk --drives= test. (clumens)
|
|
|
cebaad |
- Add a test for the reqpart command. (clumens)
|
|
|
cebaad |
- Grab anaconda.coverage on tests that reimplement validate(). (clumens)
|
|
|
cebaad |
- Install driver-updates (dshea)
|
|
|
cebaad |
- Fix a typo in service enablement in kickstart.py. (clumens)
|
|
|
cebaad |
- Get rid of the extraneous cats and greps in user.ks. (clumens)
|
|
|
cebaad |
- Add sshkey testing to the user kickstart_test. (clumens)
|
|
|
cebaad |
- Add a kickstart test in Arabic. (clumens)
|
|
|
cebaad |
- Verify Initial Setup services are present before turning them ON/OFF
|
|
|
cebaad |
(#1252444) (mkolman)
|
|
|
cebaad |
- Don't crash if the Japanese PC-98 keyboard is selected (#1190589) (mkolman)
|
|
|
cebaad |
- Report on all local files and exclude what we don't need instead of
|
|
|
cebaad |
explicitly including paths we may not be aware of. (atodorov)
|
|
|
cebaad |
- Change "failed to download" messages from critical to warning. (clumens)
|
|
|
cebaad |
- getcode -> status_code in a live payload error message. (clumens)
|
|
|
cebaad |
- Fix a bash error in kickstart-genrules.sh (#1057271) (sbueno+anaconda)
|
|
|
cebaad |
- specify if=virtio,cache=none for VM drives (atodorov)
|
|
|
cebaad |
- update the test b/c latest anaconda doesn't allow weak passwords (atodorov)
|
|
|
cebaad |
- Specify format=raw to avoid warning from qemu (atodorov)
|
|
|
cebaad |
- update for Python3 nose (atodorov)
|
|
|
cebaad |
- Add a services.sh file to match the existing services.ks. (clumens)
|
|
|
cebaad |
- Add types to all existing kickstart tests. (clumens)
|
|
|
cebaad |
- Add the ability to mark kickstart tests with a type. (clumens)
|
|
|
cebaad |
- Run nm-connection-editor with the --keep-above flag (#1231856) (mkolman)
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Aug 31 2015 Brian C. Lane <bcl@redhat.com> - 24.1-1
|
|
|
cebaad |
- Add a test for the user and group creation functions. (dshea)
|
|
|
cebaad |
- Get rid of libuser. (#1255066) (dshea)
|
|
|
cebaad |
- s/$releasever/rawhide/ (clumens)
|
|
|
cebaad |
- LVM on RAID kickstart test (vpodzime)
|
|
|
cebaad |
- unbuffered read in python3 only works for binary (bcl)
|
|
|
cebaad |
- don't crash if no environment set in interactive (#1257036) (awilliam)
|
|
|
cebaad |
- network: compare with ssid bytes, not str (rvykydal)
|
|
|
cebaad |
- Add dependencies for running the tests/gui tests (atodorov)
|
|
|
cebaad |
- Fix first run environment setup in software spoke (#1257036) (jkonecny)
|
|
|
cebaad |
- Stop pretending liveinst+rescue is supported (#1256061). (clumens)
|
|
|
cebaad |
- Defer to Fedora distro-wide settings for password strength (#1250746) (dshea)
|
|
|
cebaad |
- New Anaconda documentation - 24.0 (bcl)
|
|
|
cebaad |
- Do a better job reporting failures from kickstart_tests. (clumens)
|
|
|
cebaad |
- Preserve coverage results from running the kickstart_tests. (clumens)
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Aug 24 2015 Brian C. Lane <bcl@redhat.com> - 24.0-1
|
|
|
cebaad |
- Remove from the docs repo=hd installation with installable tree (jkonecny)
|
|
|
cebaad |
- Fix a race between a window continuing and the next starting (#1004477)
|
|
|
cebaad |
(dshea)
|
|
|
cebaad |
- Start hubs with the buttons insensitive. (dshea)
|
|
|
cebaad |
- Do not replace the standard streams if not necessary. (dshea)
|
|
|
cebaad |
- Fix inst.repo=hd: is not working (#1252902) (jkonecny)
|
|
|
cebaad |
- Kickstart: Added SELinux test. (kvalek)
|
|
|
cebaad |
- Kickstart tests related to SELinux. (kvalek)
|
|
|
cebaad |
- Package install and debug message logging. (kvalek)
|
|
|
cebaad |
- Don't crash if incorrect environment is set in kickstart (#1234890) (mkolman)
|
|
|
cebaad |
- Fix I/O issues when anaconda is started without a locale. (dshea)
|
|
|
cebaad |
- Move locale environment logic into localization.py (dshea)
|
|
|
cebaad |
- network: fix configuring team in kickstart pre (#1254929) (rvykydal)
|
|
|
cebaad |
- Merge pull request #311 from atodorov/add_local_coverage (clumens)
|
|
|
cebaad |
- Merge pull request #308 from atodorov/rawhide_missing_deps (clumens)
|
|
|
cebaad |
- Enable test coverage in CI (atodorov)
|
|
|
cebaad |
- Fix the single-spoke TUI message for Python 3. (dshea)
|
|
|
cebaad |
- Merge pull request #291 from atodorov/update_coverage_switch (clumens)
|
|
|
cebaad |
- Add missing requirements (atodorov)
|
|
|
cebaad |
- Add basic kickstart tests for LVM Thin Provisioning (vpodzime)
|
|
|
cebaad |
- Use the default mirrorlist instead of fixed repo URL in kickstart tests
|
|
|
cebaad |
(vpodzime)
|
|
|
cebaad |
- Destroy the keyboard layout dialog when finished (#1254150) (dshea)
|
|
|
cebaad |
- Do not encode the geoloc timezone to bytes (#1240812) (dshea)
|
|
|
cebaad |
- use inst.debug as alternative option to start coverage (atodorov)
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Aug 17 2015 Brian C. Lane <bcl@redhat.com> - 23.20-1
|
|
|
cebaad |
- Skip source url checks when network is off (#1251130) (bcl)
|
|
|
cebaad |
- Don't set net.device to link if there is no ksdevice (#1085310) (bcl)
|
|
|
cebaad |
- Reading carrier while link is down raises IOError (#1085310) (bcl)
|
|
|
cebaad |
- Don't write nfs repos to the target system (#1246212) (bcl)
|
|
|
cebaad |
- Make sure username entered in TUI if create a user chosen. (#1249660)
|
|
|
cebaad |
(sbueno+anaconda)
|
|
|
cebaad |
- Write the empty dnf langpacks.conf to the right directory (#1253469) (dshea)
|
|
|
cebaad |
- Add pyanaconda test for network.check_ip_address (jkonecny)
|
|
|
cebaad |
- Replace IPy package by ipaddress (jkonecny)
|
|
|
cebaad |
- Correctly check return code when running rpm from makeupdates (mkolman)
|
|
|
cebaad |
- Fix crash when new device appear in Welcome screen (#1245960) (jkonecny)
|
|
|
cebaad |
- Fix crash when connections are changing (#1245960) (jkonecny)
|
|
|
cebaad |
- Make LVM cache kickstart tests more robust (vpodzime)
|
|
|
cebaad |
- product.img buildstamp should override distribution buildstamp (#1240238)
|
|
|
cebaad |
(bcl)
|
|
|
cebaad |
- On incomplete ks, don't automatically proceed with install. (#1034282)
|
|
|
cebaad |
(sbueno+anaconda)
|
|
|
cebaad |
- Update the translation doc with zanata branching incantations.
|
|
|
cebaad |
(sbueno+anaconda)
|
|
|
cebaad |
- Merge pull request #287 from kparal/patch-1 (clumens)
|
|
|
cebaad |
- boot-options.rst: add a note about nfsiso (kamil.paral)
|
|
|
cebaad |
- Few fixes and amendments for the boot_options.rst file (vpodzime)
|
|
|
cebaad |
- Prevent issues with encrypted LVs on renamed VGs (#1224045) (vpodzime)
|
|
|
cebaad |
- Create and use snapshot of on-disk storage with no modifications (#1166598)
|
|
|
cebaad |
(vpodzime)
|
|
|
cebaad |
- Implement the class for storage snapshots (vpodzime)
|
|
|
cebaad |
- Prevent any changes in the StorageSpoke if just going back (vpodzime)
|
|
|
cebaad |
- Make StorageSpoke's on_back_clicked less complicated (vpodzime)
|
|
|
cebaad |
- Add kickstart tests for the LVM cache kickstart support (vpodzime)
|
|
|
cebaad |
- Disable packages-multilib, for now. (clumens)
|
|
|
cebaad |
- Make sure the liveimg test shuts down when it finishes. (clumens)
|
|
|
cebaad |
- Change how success is checked for the basic-ostree test. (clumens)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Aug 07 2015 Brian C. Lane <bcl@redhat.com> - 23.19-1
|
|
|
cebaad |
- Add basic support for LVM cache creation in kickstart (vpodzime)
|
|
|
cebaad |
- Use labels for the rest of the non-autopart test results. (dshea)
|
|
|
cebaad |
- Use a disk label to find the filesystem for escrow results (dshea)
|
|
|
cebaad |
- Use someone else's code for PID file management. (dshea)
|
|
|
cebaad |
- Prevent incomplete translations from making the TUI unusable (#1235617)
|
|
|
cebaad |
(mkolman)
|
|
|
cebaad |
- Apply the environment substitutions more liberally in nfs-repo-and-addon
|
|
|
cebaad |
(dshea)
|
|
|
cebaad |
- Use stage2=hd: instead of stage2=live: (dshea)
|
|
|
cebaad |
- Add test for liveimg kickstart command (bcl)
|
|
|
cebaad |
- Fix pre-install script execution (bcl)
|
|
|
cebaad |
- test pre-install kickstart section (bcl)
|
|
|
cebaad |
- Use sys.exit() instead of the exit() created by site.py. (dshea)
|
|
|
cebaad |
- Call ipmi_report before sys.exit (dshea)
|
|
|
cebaad |
- Add a test for proxy authentication (dshea)
|
|
|
cebaad |
- Add optional authentication to the proxy server (dshea)
|
|
|
cebaad |
- Add more tests to proxy-kickstart (dshea)
|
|
|
cebaad |
- Show an alternative prompt if a hub contains only a single spoke (#1199234)
|
|
|
cebaad |
(mkolman)
|
|
|
cebaad |
- Add few docs and improvement in check_ip_address (jkonecny)
|
|
|
cebaad |
- Check whether files actually contain translatable strings. (dshea)
|
|
|
cebaad |
- Add specific error string to TUI user dialog (#1248421) (bcl)
|
|
|
cebaad |
- Make EditTUIDialog error generic (#1248421) (bcl)
|
|
|
cebaad |
- Fix and expand nfs-repo-and-addon.ks (dshea)
|
|
|
cebaad |
- Added a script to make the packages used by nfs-repo-and-addon (dshea)
|
|
|
cebaad |
- Implement the rest of the repo options in dnfpayload. (dshea)
|
|
|
cebaad |
- Fix kickstart test for bond interface creation (jkonecny)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Jul 31 2015 Brian C. Lane <bcl@redhat.com> - 23.18-1
|
|
|
cebaad |
- Move the proxy server script into a common file. (dshea)
|
|
|
cebaad |
- Use python3 for the proxy server and remove python2 compatibility (dshea)
|
|
|
cebaad |
- makePickle now needs to return bytes (bcl)
|
|
|
cebaad |
- gi.require_version raises ValueError (bcl)
|
|
|
cebaad |
- Remove duplicate signal setup block (bcl)
|
|
|
cebaad |
- Fix three bugs discovered by driverdisk-disk.ks (clumens)
|
|
|
cebaad |
- Fix error with OEMDRV ks auto-load check. (#1057271) (sbueno+anaconda)
|
|
|
cebaad |
- Make sure TUI is readable for non-latin languages (#1182562) (mkolman)
|
|
|
cebaad |
- Equalize capacity & mount point entries (#1212615) (dshea)
|
|
|
cebaad |
- Disable GRUB os_prober on POWER (#1193281) (rmarshall)
|
|
|
cebaad |
- Cancel Container Edit Sensitizes Update (#1168656) (rmarshall)
|
|
|
cebaad |
- Fix SoftwareSpoke._kickstarted. (dshea)
|
|
|
cebaad |
- Disable a Pylint false-positive (#1234896) (mkolman)
|
|
|
cebaad |
- Add support for autostep and --autoscreenshot (#1234896) (mkolman)
|
|
|
cebaad |
- Escape \'s in doc strings (dshea)
|
|
|
cebaad |
- Ellipsize the file system type combo box (#1212615) (dshea)
|
|
|
cebaad |
- Add graphviz to make-sphinx-doc script (jkonecny)
|
|
|
cebaad |
- Remove many of a documentation compilation errors (jkonecny)
|
|
|
cebaad |
- Add class diagrams to existing spokes and hubs (jkonecny)
|
|
|
cebaad |
- Add class diagram settings to documentation (jkonecny)
|
|
|
cebaad |
- Fix the UnusuableConfigurationError dialog (#1246915) (dshea)
|
|
|
cebaad |
- Chase pygobject's stupid moving target (dshea)
|
|
|
cebaad |
- Add missing translation contexts (dshea)
|
|
|
cebaad |
- Actually translate the container type labels (dshea)
|
|
|
cebaad |
- Check whether a translated string requires a context or comment. (dshea)
|
|
|
cebaad |
- Clean up the temporary pools virt-install makes. (clumens)
|
|
|
cebaad |
- Return the same object for repeated calls to __get__ (#1245423) (dshea)
|
|
|
cebaad |
- Use sys.exit instead of os._exit. (clumens)
|
|
|
cebaad |
- Add parentheses around the IPV6 regex fragment. (dshea)
|
|
|
cebaad |
- Add tests for IPv6 literals in URLs (dshea)
|
|
|
cebaad |
- Modify Installation Source Proxy Label (#11688554) (rmarshall)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Jul 24 2015 Brian C. Lane <bcl@redhat.com> - 23.17-1
|
|
|
cebaad |
- Fix Initial PPC PReP Boot Selector Name (#1172755) (rmarshall)
|
|
|
cebaad |
- Require a newer version of pykickstart (vpodzime)
|
|
|
cebaad |
- Use dictionaries is thread-safe manner. (dshea)
|
|
|
cebaad |
- Merge pull request #234 from wgwoods/master (wwoods)
|
|
|
cebaad |
- Auto-load ks.cfg if OEMDRV volume available. (#1057271) (sbueno+anaconda)
|
|
|
cebaad |
- Check the encrypt checkbox when encrypted specified in KS (vtrefny)
|
|
|
cebaad |
- Do not raise KickstartValueError for missing passphrase (vtrefny)
|
|
|
cebaad |
- Ask for encryption passphrase when not specified in ks (#1213096) (vtrefny)
|
|
|
cebaad |
- dracut: minor cleanup (wwoods)
|
|
|
cebaad |
- dracut: fix missing messages for inst.ks=cdrom (wwoods)
|
|
|
cebaad |
- Wait forever for kickstarts on CDROM (#1168902) (wwoods)
|
|
|
cebaad |
- Use abs_builddir instead of builddir so paths will look more reasonable.
|
|
|
cebaad |
(clumens)
|
|
|
cebaad |
- Add a new makefile target that does everything needed for jenkins. (clumens)
|
|
|
cebaad |
- Merge pull request #228 from AdamWill/logind (dshea)
|
|
|
cebaad |
- Fix crash when mirrorlist checkbox is checked (jkonecny)
|
|
|
cebaad |
- Fix crash when user start typing proxy credentials (jkonecny)
|
|
|
cebaad |
- Check repository URL before leaving Source Spoke (jkonecny)
|
|
|
cebaad |
- Add IDs to identify addon repositories (jkonecny)
|
|
|
cebaad |
- Repositories can be checked without a selection (jkonecny)
|
|
|
cebaad |
- Consolidate the language environment variables. (dshea)
|
|
|
cebaad |
- Change the generated API indices slightly (dshea)
|
|
|
cebaad |
- Ignore "mountpoint" used a format specifier (dshea)
|
|
|
cebaad |
- filesystems -> file systems, per the style guide (dshea)
|
|
|
cebaad |
- Properly parameterize a translated string (dshea)
|
|
|
cebaad |
- Fix pylint errors in rescue.py. (dshea)
|
|
|
cebaad |
- Remove unused imports (dshea)
|
|
|
cebaad |
- Remove text.py from spec file (#965985) (sbueno+anaconda)
|
|
|
cebaad |
- Merge pull request #220 from AdamWill/1243962 (dshea)
|
|
|
cebaad |
- Fix adding 'boot=' option in FIPS mode (vtrefny)
|
|
|
cebaad |
- anaconda.target: Wants systemd-logind.service (#1222413) (awilliam)
|
|
|
cebaad |
- Remove the last usage of newt and get rid of it as a dependency (#965985)
|
|
|
cebaad |
(sbueno+anaconda)
|
|
|
cebaad |
- Enable anaconda to use the new rescue mode. (#965985) (sbueno+anaconda)
|
|
|
cebaad |
- Get rid of unnecessary constants in constants_text. (#965985)
|
|
|
cebaad |
(sbueno+anaconda)
|
|
|
cebaad |
- Get rid of some unnecessary files. (#965985) (sbueno+anaconda)
|
|
|
cebaad |
- Display verbose packaging errors to the user (bcl)
|
|
|
cebaad |
- Show source errors from refresh method (bcl)
|
|
|
cebaad |
- Fix the validate functions in the btrfs kickstart_tests. (clumens)
|
|
|
cebaad |
- Connect kickstart lang data to dnf-langpacks (#1051816) (dshea)
|
|
|
cebaad |
- Add simple_replace config file function (bcl)
|
|
|
cebaad |
- Remove some vestiges of the old packaging module (dshea)
|
|
|
cebaad |
- Remove window boot block detection functions. (dshea)
|
|
|
cebaad |
- Remove iutil.xprogressive_delay. (dshea)
|
|
|
cebaad |
- Simplify iutil.mkdirChain. (dshea)
|
|
|
cebaad |
- Decode wifi SSIDs into strings. (#1240398) (dshea)
|
|
|
cebaad |
- Actually use the temp directory so test files get cleaned up (dshea)
|
|
|
cebaad |
- Disable the output from rpmbuild (dshea)
|
|
|
cebaad |
- Remove stray references to python2. (dshea)
|
|
|
cebaad |
- Fix possible to start installation without network (#1221109) (jkonecny)
|
|
|
cebaad |
- Fix 'q' (to quit) do not work in TUI hub (jkonecny)
|
|
|
cebaad |
- act on the right objects when stripping URL protocols (#1243962) (awilliam)
|
|
|
cebaad |
- Fix 'App' object has no attribute 'queue' (#1243316) (jkonecny)
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Jul 16 2015 Brian C. Lane <bcl@redhat.com> - 23.16-1
|
|
|
cebaad |
- fix storage writing for live and ostree installs (#1236937) (awilliam)
|
|
|
cebaad |
- Add O_CREAT to the open flags when extracting rpm files. (dshea)
|
|
|
cebaad |
- Move ostree gobject version check next to the import (#1243543) (bcl)
|
|
|
cebaad |
- Remove rpmfluff from the buildrequires. (dshea)
|
|
|
cebaad |
- Only import readline if readline is necessary. (dshea)
|
|
|
cebaad |
- use the right baseurl in run_install_test.sh. (clumens)
|
|
|
cebaad |
- Don't copy the environment when starting metacity. (dshea)
|
|
|
cebaad |
- Fix the use of a temporary file in SimpleConfig.write (dshea)
|
|
|
cebaad |
- Add a test for SimpleConfig.write(use_tmp=True). (dshea)
|
|
|
cebaad |
- Remove an unnecessary chmod when creating chrony.conf (dshea)
|
|
|
cebaad |
- Fix some bad uses of chmod. (dshea)
|
|
|
cebaad |
- Add a function to open a file with specific permission bits (dshea)
|
|
|
cebaad |
- Don't ask to start vnc if user specifies text mode. (#1202277)
|
|
|
cebaad |
(sbueno+anaconda)
|
|
|
cebaad |
- New Anaconda documentation - 23.15 (bcl)
|
|
|
cebaad |
- Add a helper for building Sphinx docs using mock. (bcl)
|
|
|
cebaad |
- Update Sphinx configuration for python3 (bcl)
|
|
|
cebaad |
- Running without a GUI can also raise ValueError in errors.py (bcl)
|
|
|
cebaad |
- parse-kickstart_test.py: fix driverdisk_test() (wwoods)
|
|
|
cebaad |
- Fix the spelling of "version" (dshea)
|
|
|
cebaad |
|
|
|
cebaad |
* Mon Jul 13 2015 Brian C. Lane <bcl@redhat.com> - 23.15-1
|
|
|
cebaad |
- Some dracut modules anaconda needs have been split into their own package.
|
|
|
cebaad |
(clumens)
|
|
|
cebaad |
- User operation kickstart tests. (kvalek)
|
|
|
cebaad |
- Kickstart tests for UTC and LOCAL hwclock. (kvalek)
|
|
|
cebaad |
- Kickstart firewall tests. (kvalek)
|
|
|
cebaad |
- Fix Repository New_Repository has no mirror or baseurl (#1215963) (jkonecny)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Jul 10 2015 Brian C. Lane <bcl@redhat.com> - 23.14-1
|
|
|
cebaad |
- Catch blivet formatDevice ValueError in custom (#1240226) (bcl)
|
|
|
cebaad |
- There's now a python3-rpmfluff, so revert this. (clumens)
|
|
|
cebaad |
- Fix a couple other pylint problems in the driver disk tests. (clumens)
|
|
|
cebaad |
- Merge pull request #194 from wgwoods/master (wwoods)
|
|
|
cebaad |
- dracut: fix boot failure waiting for finished/dd.sh (wwoods)
|
|
|
cebaad |
- Use builddir instead of srcdir to find the dd utils (dshea)
|
|
|
cebaad |
- Fix the dd_test for python3. (dshea)
|
|
|
cebaad |
- Fix %%files to deal with compiled python3 modules (dshea)
|
|
|
cebaad |
- Add a bunch of gi.require_version calls (dshea)
|
|
|
cebaad |
- Temporarily disable the error about not importing rpmfluff. (clumens)
|
|
|
cebaad |
- Don't try to iterate over threads directly in wait_all. (clumens)
|
|
|
cebaad |
- Update the btrfs kickstart tests to use functions.sh. (clumens)
|
|
|
cebaad |
- Merge pull request #182 from wgwoods/dd-refactor (wwoods)
|
|
|
cebaad |
- driver_updates: fixes from patch review (wwoods)
|
|
|
cebaad |
- Don't be too picky about what name is --device=link (dshea)
|
|
|
cebaad |
- Ignore stderr output from parse-kickstart. (dshea)
|
|
|
cebaad |
- Add an option to execReadlines to filter out stderr. (dshea)
|
|
|
cebaad |
- Ignore interruptible system calls in the dd test (dshea)
|
|
|
cebaad |
- Fix an undefined variable in writeStorageLate (dshea)
|
|
|
cebaad |
- Connect zfcp entries to the discovery buttons (dshea)
|
|
|
cebaad |
- Connect iscsi activations to buttons (dshea)
|
|
|
cebaad |
- Connect the dasd number entry to the discovery buttons. (dshea)
|
|
|
cebaad |
- Add keyboard layouts on the row-activated signal. (dshea)
|
|
|
cebaad |
- Connect dialog inputs to default actions. (dshea)
|
|
|
cebaad |
- Remove unnecessary GtkNotebooks. (dshea)
|
|
|
cebaad |
- Re-save some dialog glade files. (dshea)
|
|
|
cebaad |
- Merge pull request #181 from wgwoods/master (wwoods)
|
|
|
cebaad |
- dd-refactor: dracut + build bits (wwoods)
|
|
|
cebaad |
- Add kickstart test for RAID1 (bcl)
|
|
|
cebaad |
- pass PYTHONPATH to the kickstart test framework (bcl)
|
|
|
cebaad |
- Write servers to chronyd.conf even if it's off (#1197575) (wwoods)
|
|
|
cebaad |
- Refresh advanced disks after disk summary dialog (#1226354) (bcl)
|
|
|
cebaad |
- parse-kickstart: just emit 'inst.dd=XXX' for driverdisk (wwoods)
|
|
|
cebaad |
- parse-kickstart: pylint fixes (wwoods)
|
|
|
cebaad |
- dd-refactor: new driver_updates.py + tests (wwoods)
|
|
|
cebaad |
- payload: fix driverdisk repos (wwoods)
|
|
|
cebaad |
- dracut: fix boot with inst.ks and no inst.{repo,stage2} (#1238987) (wwoods)
|
|
|
cebaad |
- Use the most recent versions of the btrfs, logvol, part, and raid commands.
|
|
|
cebaad |
(clumens)
|
|
|
cebaad |
- Allow /boot partition on iscsi with ibft (#1164195) (jkonecny)
|
|
|
cebaad |
- Add kickstart tests to test btrfs installation (vtrefny)
|
|
|
cebaad |
- Fix broken test by infiniband patch (#1177032) (jkonecny)
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Jul 02 2015 Brian C. Lane <bcl@redhat.com> - 23.13-1
|
|
|
cebaad |
- Add a switch for the Airplane Mode label (dshea)
|
|
|
cebaad |
- Connect labels with keyboard accelerators to a widget (dshea)
|
|
|
cebaad |
- Add a test for dangling keyboard accelerators. (dshea)
|
|
|
cebaad |
- Use pocketlint for translation and markup checking (dshea)
|
|
|
cebaad |
- Flatten the glade test directory. (dshea)
|
|
|
cebaad |
- Add support for specifying arbitrary mkfs options. (clumens)
|
|
|
cebaad |
- Fix kickstart install with infiniband (#1177032) (jkonecny)
|
|
|
cebaad |
- anaconda-dracut: Fix sysroot mount for netroot (#1232411) (bcl)
|
|
|
cebaad |
- Add RAID swaps to /etc/fstab (#1234469) (bcl)
|
|
|
cebaad |
- network: catch another race when calling dbus methods on invalid devices
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- network: GUI, add connection even when virtual device activation failed
|
|
|
cebaad |
(#1179276) (rvykydal)
|
|
|
cebaad |
- Fix IP / hostname mismatches when showing VNC server address (#1186726)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- Check also ipv6 default routes when looking for onboot=yes device (#1185280)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- Merge pull request #157 from wgwoods/master_dd_fixes (wwoods)
|
|
|
cebaad |
- Do not check dependencies on invalid payloads (dshea)
|
|
|
cebaad |
- network: don't set onboot=False for default autoconnections (#1212009)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- Fix the types used to write anaconda-tb-all.log (dshea)
|
|
|
cebaad |
- dd: drop unnecessary archive_read_data_skip (wwoods)
|
|
|
cebaad |
- dd_extract: -l should not extract modules+firmware (wwoods)
|
|
|
cebaad |
- dd: fix permissions on extracted files (#1222056) (wwoods)
|
|
|
cebaad |
- tests: add dd_tests (wwoods)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Jun 26 2015 Brian C. Lane <bcl@redhat.com> - 23.12-1
|
|
|
cebaad |
- Revert "Add an optional conditional to progress_report." (bcl)
|
|
|
cebaad |
- Fix inconsistencies in the payload messages. (dshea)
|
|
|
cebaad |
- Fix install-requires and install-buildrequires (dshea)
|
|
|
cebaad |
- anaconda-dracut: Mount /dev/mapper/live-rw (#1232411) (bcl)
|
|
|
cebaad |
- Eliminate some false test results when running glade tests. (atodorov)
|
|
|
cebaad |
- Move the knowledge about network packages into ksdata.network. (clumens)
|
|
|
cebaad |
- Add an optional conditional to progress_report. (clumens)
|
|
|
cebaad |
- Move the big block of late storage writing out of install.py. (clumens)
|
|
|
cebaad |
- The attribute is named ostreesetup.nogpg. (clumens)
|
|
|
cebaad |
- Use the index in grubenv (#1209678) (bcl)
|
|
|
cebaad |
- Do not raise an exception on EINTR from os.close or os.dup2 (dshea)
|
|
|
cebaad |
- Merge pull request #154 from mulkieran/master-959701 (mulkieran)
|
|
|
cebaad |
- Improve focus behavior in the advanced user dialog (dshea)
|
|
|
cebaad |
- Re-save advanced_user.glade (dshea)
|
|
|
cebaad |
- Depsolve kickstarted packages on the summary hub (#961280) (dshea)
|
|
|
cebaad |
- Add a kickstart test for %%packages --ignoremissing (dshea)
|
|
|
cebaad |
- Remove descriptions for RAID levels (#959701) (amulhern)
|
|
|
cebaad |
- No kexec-tools on aarch64 (bcl)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Jun 19 2015 Brian C. Lane <bcl@redhat.com> - 23.11-1
|
|
|
cebaad |
- Do not import iutil from flags (dshea)
|
|
|
cebaad |
- Ignore EINTR errors in files unlikely to encounter them (dshea)
|
|
|
cebaad |
- Reimplement the open override for the dracut scripts (dshea)
|
|
|
cebaad |
- Wrap the only non-open call found by the new pocketlint checks (dshea)
|
|
|
cebaad |
- Redefine open to retry on EINTR (dshea)
|
|
|
cebaad |
- Remove __future__ imports (dshea)
|
|
|
cebaad |
- Use python 3's OSError subclasses instead of checking errno (dshea)
|
|
|
cebaad |
- Allow kwargs in eintr_retry_call (dshea)
|
|
|
cebaad |
- Remove explicit uses of /dev/null (dshea)
|
|
|
cebaad |
- Do not retry calls to close or dup2 (dshea)
|
|
|
cebaad |
- Remove another function from isys (dshea)
|
|
|
cebaad |
- Make dialogs behave better with timed input validation (dshea)
|
|
|
cebaad |
- Fix the password/confirm checks to work with delayed validation (dshea)
|
|
|
cebaad |
- Move the URL protocol removal out of the input check (dshea)
|
|
|
cebaad |
- Remove the vestigal capslock label from the password spoke (dshea)
|
|
|
cebaad |
- Re-saved a few glade files (dshea)
|
|
|
cebaad |
- Run set_status unconditionally from update_check_status (dshea)
|
|
|
cebaad |
- Do not run input checks for every keystroke of input (#1206307) (dshea)
|
|
|
cebaad |
- Add a method to execute timed actions early (dshea)
|
|
|
cebaad |
- Use comps.environments instead of comps.environments_iter (#1221736) (dshea)
|
|
|
cebaad |
- Merge pull request #83 from mulkieran/master-requires (mulkieran)
|
|
|
cebaad |
- Only show supported autopart choices in choices combo. (amulhern)
|
|
|
cebaad |
- Strip out device types that blivet is not able to support. (amulhern)
|
|
|
cebaad |
- Update blivet required version. (amulhern)
|
|
|
cebaad |
- Fix nfs4 stage2 and repo handling (#1230329) (bcl)
|
|
|
cebaad |
- Update upd-kernel so that it actually works (#1166535) (bcl)
|
|
|
cebaad |
- Fix passing ,nfsvers=3 to dracut (#1161820) (bcl)
|
|
|
cebaad |
- Require the python3 version of iscsi-initiator-utils (dshea)
|
|
|
cebaad |
- Fix the pylint pre-commit hook for python3 and pocketlint (dshea)
|
|
|
cebaad |
- Fix a type check to work with python 3. (dshea)
|
|
|
cebaad |
- Do not log Xorg output to tty5 (dshea)
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Jun 10 2015 Brian C. Lane <bcl@redhat.com> - 23.10-1
|
|
|
cebaad |
- Deal with encrypted partitions not being readable by virt-cat. (clumens)
|
|
|
cebaad |
- Make use of the restore_signals Popen argument (dshea)
|
|
|
cebaad |
- Don't allow /boot on iSCSI. (#1164195) (sbueno+anaconda)
|
|
|
cebaad |
- Merge pull request #127 from mulkieran/master-kickstart (mulkieran)
|
|
|
cebaad |
- Actually distribute the clickable message test, too (dshea)
|
|
|
cebaad |
- Fix disk argument passing to virt-cat in the ostree test. (clumens)
|
|
|
cebaad |
- Relabel all password and group files in %%post (#1228489) (dshea)
|
|
|
cebaad |
- Deal with the order of ifcfg files not being guaranteed. (clumens)
|
|
|
cebaad |
- Add a __init__.py to fix up an error when running iutil_test.py. (clumens)
|
|
|
cebaad |
- Actually run the clickable message test (dshea)
|
|
|
cebaad |
- Add a false positive to pylint checking for S390Error. (clumens)
|
|
|
cebaad |
- Let the excludedocs test pass if there are only directories left. (clumens)
|
|
|
cebaad |
- Allow successful kstest results to provide more details. (clumens)
|
|
|
cebaad |
- The escrow_cert test cannot use autopart. (clumens)
|
|
|
cebaad |
- Don't warn on PyInit__isys being unused. (clumens)
|
|
|
cebaad |
- Test that root LV is encrypted. (amulhern)
|
|
|
cebaad |
- Deal with subprocess returning bytes in tests/lib/filelist.py, too. (clumens)
|
|
|
cebaad |
- Make anaconda+python3+pocketlint work. (clumens)
|
|
|
cebaad |
- Start using our new shared pylint framework in anaconda. (clumens)
|
|
|
cebaad |
- Remove our extra pylint checkers. (clumens)
|
|
|
cebaad |
- Remove a duplicate libselinux-python3 requires. (clumens)
|
|
|
cebaad |
- Run makeupdates with Python 2 for now (mkolman)
|
|
|
cebaad |
- Don't use the _safechars private property (#1014220) (mkolman)
|
|
|
cebaad |
- Make sure directory size is returned as int (#1014220) (mkolman)
|
|
|
cebaad |
- Only warn about missing yum-utils (#1014220) (mkolman)
|
|
|
cebaad |
- Make sure set_system_time() gets an integer (#1014220) (mkolman)
|
|
|
cebaad |
- Make sure the column number in TUI is an integer (#1141242) (mkolman)
|
|
|
cebaad |
- Python 3 compatible sorting fixes (#1014220) (mkolman)
|
|
|
cebaad |
- Make version comparison Python 3 compatible (#1014220) (mkolman)
|
|
|
cebaad |
- Don't apply numeric comparison on None (#1141242) (mkolman)
|
|
|
cebaad |
- Avoid comparing None to an integer (#1141242) (mkolman)
|
|
|
cebaad |
- Handle urllib split (#1014220) (mkolman)
|
|
|
cebaad |
- Don't try to decode strings (#1014220) (mkolman)
|
|
|
cebaad |
- Rename function attributes (#1014220) (mkolman)
|
|
|
cebaad |
- Replace raw_input() with input() (#1014220) (mkolman)
|
|
|
cebaad |
- Make iterators and their usage Python 3 compatible (#1014220) (mkolman)
|
|
|
cebaad |
- Convert Python 2 metaclass magic to Python 3 metaclass magic (#1014220)
|
|
|
cebaad |
(mkolman)
|
|
|
cebaad |
- Make the raise syntax Python 3 compatible (#1014220) (mkolman)
|
|
|
cebaad |
- Python 3 no longer does tuple parameter unpacking (#1014220) (mkolman)
|
|
|
cebaad |
- Make isys Python 3 compatible (#1014220) (mkolman)
|
|
|
cebaad |
- Set a correct mode for the tempfile (#1014220) (mkolman)
|
|
|
cebaad |
- Python 3 temp files no longer reflect external changes (#1014220) (mkolman)
|
|
|
cebaad |
- Make print usage Python 3 compatible (#1014220) (mkolman)
|
|
|
cebaad |
- Rename the warnings spoke to warnings_spoke (#1014220) (mkolman)
|
|
|
cebaad |
- Replace list comprehension with for at class level (mkolman)
|
|
|
cebaad |
- Make gettext usage Python 3 compatible (#1014220) (mkolman)
|
|
|
cebaad |
- Do not open tty5 for writing in the "a" mode (#1014220) (vpodzime)
|
|
|
cebaad |
- Do not use pykickstart's RepoData as a key in a dict (#1014220) (vpodzime)
|
|
|
cebaad |
- Do not run repo attrs' checks if they are not set up yet (#1014220)
|
|
|
cebaad |
(vpodzime)
|
|
|
cebaad |
- Don't depend on side effects of map() (#1141242) (mkolman)
|
|
|
cebaad |
- Don't use exceptions' message attribute (#1014220) (vpodzime)
|
|
|
cebaad |
- Addapt to string type changes (#1014220) (mkolman)
|
|
|
cebaad |
- Handle modules returning bytes in Python 3 (#1014220) (mkolman)
|
|
|
cebaad |
- Add and use function that makes sure we work with strings (#1014220)
|
|
|
cebaad |
(vpodzime)
|
|
|
cebaad |
- Handle modules requiring different string types in Python 3 (#1014220)
|
|
|
cebaad |
(mkolman)
|
|
|
cebaad |
- Remove sitecustomize (#1014220) (mkolman)
|
|
|
cebaad |
- Make ASCII conversions Python compatible (#1014220) (mkolman)
|
|
|
cebaad |
- Remove "is Unicode" tests (#1014220) (mkolman)
|
|
|
cebaad |
- Fix ASCII conversion tests (#1014220) (mkolman)
|
|
|
cebaad |
- Return a string when calling a program (#1014220) (mkolman)
|
|
|
cebaad |
- Handle subprocess returning bytes (#1014220) (mkolman)
|
|
|
cebaad |
- Handle latin-1 strings in locale -a output (#1014220) (mkolman)
|
|
|
cebaad |
- Open the VNC password file for binary writing (#1014220) (mkolman)
|
|
|
cebaad |
- Update parse-kickstart for python3 (#1014220) (bcl)
|
|
|
cebaad |
- Update driver-updates for python3 (#1014220) (bcl)
|
|
|
cebaad |
- Update python-deps for python3 (#1014220) (bcl)
|
|
|
cebaad |
- Add a test for parse-kickstart (#1014220) (bcl)
|
|
|
cebaad |
- Make the import Python 3 compatible (#1014220) (mkolman)
|
|
|
cebaad |
- Change configparser and queue imports (#1014220) (mkolman)
|
|
|
cebaad |
- Remove imports from the __future__ (#1014220) (mkolman)
|
|
|
cebaad |
- Use the imp module directly (#1014220) (mkolman)
|
|
|
cebaad |
- Use Python 3 versions of Python dependencies (#1014220) (mkolman)
|
|
|
cebaad |
- Use /usr/bin/python3 in scripts (#1014220) (mkolman)
|
|
|
cebaad |
- Use Python 3 versions of nose and Pylint (#1014220) (mkolman)
|
|
|
cebaad |
- Build the Anaconda widgets for Python 3 (#1014220) (mkolman)
|
|
|
cebaad |
- Update makebumpver for python3 (#1014220) (bcl)
|
|
|
cebaad |
- Fix Kickstart installation without default gateway errors out (jkonecny)
|
|
|
cebaad |
- Fix results checking in a couple ks tests. (clumens)
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Jun 03 2015 Brian C. Lane <bcl@redhat.com> - 23.9-1
|
|
|
cebaad |
- Fix a usage typo in run_once_ks script. (sbueno+anaconda)
|
|
|
cebaad |
- Add kickstart tests for keyboard settings. (sbueno+anaconda)
|
|
|
cebaad |
- Add a kickstart test for lang settings. (sbueno+anaconda)
|
|
|
cebaad |
- Fix a %% call inside _(). (clumens)
|
|
|
cebaad |
- Convert ntp-pools.* to using the new kstest functions and autopart. (clumens)
|
|
|
cebaad |
- Fix up the expected output in parse-kickstart_test.py. (clumens)
|
|
|
cebaad |
- Fix a couple more pylint problems in the s390 code. (clumens)
|
|
|
cebaad |
- Use the adapted Timezone class for kickstart data (vpodzime)
|
|
|
cebaad |
- Add a kickstart test for processing NTP servers/pools configuration
|
|
|
cebaad |
(vpodzime)
|
|
|
cebaad |
- Show error on invalid username attempts in TUI. (#1171778) (sbueno+anaconda)
|
|
|
cebaad |
- Fix dracut reads ksdevice from missing os enviromnent (jkonecny)
|
|
|
cebaad |
- Run kickstart tests through an LMC-like program, not LMC itself. (clumens)
|
|
|
cebaad |
- Move common kickstart_test code out into its own functions.sh file. (clumens)
|
|
|
cebaad |
- Switch to using autopart in the kickstart tests. (clumens)
|
|
|
cebaad |
- Fix a couple pylint errors. (sbueno+anaconda)
|
|
|
cebaad |
- Make anaconda changes necessary for libblockdev s390 plugin.
|
|
|
cebaad |
(sbueno+anaconda)
|
|
|
cebaad |
- Add a kickstart test for lvm with percentage-based sizes. (dlehman)
|
|
|
cebaad |
- Add kickstart test for basic fixed-size lvm layout. (dlehman)
|
|
|
cebaad |
- Add a kickstart test to validate the default fstype. (dlehman)
|
|
|
cebaad |
- Add kickstart test to test bond interface creation (jkonecny)
|
|
|
cebaad |
- Add kickstart test to test vlan creation (jkonecny)
|
|
|
cebaad |
- Fix --device=link and --device not specified (#1085310) (rvykydal)
|
|
|
cebaad |
- Add kickstart test to test hostname (jkonecny)
|
|
|
cebaad |
- Add a /boot to tmpfs-fixed_size.ks. (clumens)
|
|
|
cebaad |
- Fix bad warning message when user set illegal IP (jkonecny)
|
|
|
cebaad |
- Fix bad check of illegal ip address (jkonecny)
|
|
|
cebaad |
- Add a simple tmpfs kickstart test (mkolman)
|
|
|
cebaad |
- Add a kickstart test for escrow packets and backup passphrases (dshea)
|
|
|
cebaad |
- Fix a typo that caused us to discard corrected target sizes. (#1211746)
|
|
|
cebaad |
(dlehman)
|
|
|
cebaad |
- Don't pass anything to ./configure. (dshea)
|
|
|
cebaad |
- Fix a pylint problem in parse-kickstart_test.py. (clumens)
|
|
|
cebaad |
- Fix 0 choice in Language and Storage in TUI mode (jkonecny)
|
|
|
cebaad |
- Update html documentation for new boot-options section (bcl)
|
|
|
cebaad |
- Convert boot-options to ReST and include it in the Sphinx documents. (bcl)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri May 15 2015 Brian C. Lane <bcl@redhat.com> - 23.8-1
|
|
|
cebaad |
- Clean up after processKickstart in parse-kickstart_test.py. (clumens)
|
|
|
cebaad |
- Add support to dnfpayload.py for addon NFS repos. (clumens)
|
|
|
cebaad |
- Fix IndexError: list index out of range (#1219004) (jkonecny)
|
|
|
cebaad |
- Fix a typo in proxy-kickstart.sh that was causing a test time out. (clumens)
|
|
|
cebaad |
- iSCSI Name Validation using regexes (sujith_pandel)
|
|
|
cebaad |
- Add kickstart tests for proxy usage. (dshea)
|
|
|
cebaad |
- In dracut, do not display a warning for network lines with just a hostname.
|
|
|
cebaad |
(clumens)
|
|
|
cebaad |
- Add transport adapters to support ftp and file fetching (dshea)
|
|
|
cebaad |
- Fix for "Kickstart installation fails..." (#1197960) (jkonecny)
|
|
|
cebaad |
- Allow passing kickstart tests to be run on the command line. (clumens)
|
|
|
cebaad |
- Automatically collect environment variables to be passed to ks tests.
|
|
|
cebaad |
(clumens)
|
|
|
cebaad |
- Use isinstance instead of type for doing type checks. (clumens)
|
|
|
cebaad |
- Remove yumpayload.py, its support files, and most references to yum.
|
|
|
cebaad |
(clumens)
|
|
|
cebaad |
- Fix the packages-and-group wildcard exclusion test (dshea)
|
|
|
cebaad |
- Set the GUI-selected environment in the ksdata (#1192100) (dshea)
|
|
|
cebaad |
- Don't crash if the disk model is None (#1215251) (dshea)
|
|
|
cebaad |
- Correct an error message in packages-and-groups-1.ks. (clumens)
|
|
|
cebaad |
- Switch from testing for emacs* to kacst*. (clumens)
|
|
|
cebaad |
- Tests that end in a traceback are failures, not successes. (clumens)
|
|
|
cebaad |
- Don't run run_report.sh from within run_kickstart_tests.sh. (clumens)
|
|
|
cebaad |
- If a kickstart test failed due to a traceback, display that. (clumens)
|
|
|
cebaad |
- Wrap device labels earlier (#1212586) (dshea)
|
|
|
cebaad |
- Remove the angle property from the device label (dshea)
|
|
|
cebaad |
- Get rid of the find button in the filter spoke. (dshea)
|
|
|
cebaad |
- Rearrange filter.glade (dshea)
|
|
|
cebaad |
- Fix errors in the vendor column renderers. (dshea)
|
|
|
cebaad |
- Fix some minor inconsistencies in filter.glade (dshea)
|
|
|
cebaad |
- Fix issues with advanced storage searching. (dshea)
|
|
|
cebaad |
- Remove duplicate entries from search combo boxes (dshea)
|
|
|
cebaad |
- Use named IDs for the filter type combo boxes. (dshea)
|
|
|
cebaad |
- Rearrange filter.glade the way glade wants it now (dshea)
|
|
|
cebaad |
- Add a reporting support script to kickstart tests. (clumens)
|
|
|
cebaad |
- Return a specific error code when a test times out. (clumens)
|
|
|
cebaad |
- Fix indentation in run_one_ks.sh. (clumens)
|
|
|
cebaad |
- Also remove all the fonts in the packages-and-groups-1 test. (clumens)
|
|
|
cebaad |
- Enable the basic-ftp and basic-ftp-yum kickstart tests. (clumens)
|
|
|
cebaad |
- Fix a typo in groups-and-envs-2.ks (clumens)
|
|
|
cebaad |
- Get NTP pools and servers from ksdata for the runtime config (vpodzime)
|
|
|
cebaad |
- Adapt to the new argument list for save_servers_to_config. (clumens)
|
|
|
cebaad |
- Remove the restriction that /boot be below 2TB for grub (#1082331) (dshea)
|
|
|
cebaad |
- Distinguish between NTP pools and servers in GUI (vpodzime)
|
|
|
cebaad |
- Add support for chrony pool directive (mlichvar)
|
|
|
cebaad |
- Add a readme pointing to the documentation (bcl)
|
|
|
cebaad |
- Sphinx docs - use source order (bcl)
|
|
|
cebaad |
- Add html documentation for Anaconda v23.7 (bcl)
|
|
|
cebaad |
- Place html docs under ./docs/html/ (bcl)
|
|
|
cebaad |
- Configure proxy settings for dnf payload (#1211122) (bcl)
|
|
|
cebaad |
- Change online action to change (bcl)
|
|
|
cebaad |
- Check for images/install.img first for netboot (bcl)
|
|
|
cebaad |
- Ignore addon and anaconda sections in handle-sshpw (bcl)
|
|
|
cebaad |
- Ignore %%anaconda section in parse-kickstart (bcl)
|
|
|
cebaad |
- Change of label in iscsi storage spoke (jkonecny)
|
|
|
cebaad |
|
|
|
cebaad |
* Wed Apr 22 2015 Brian C. Lane <bcl@redhat.com> - 23.7-1
|
|
|
cebaad |
- Fix doReqPartition import from autopart (bcl)
|
|
|
cebaad |
- Add support for reboot --kexec kickstart command (bcl)
|
|
|
cebaad |
- Add inst.kexec and --kexec support to reboot with kexec (bcl)
|
|
|
cebaad |
- Add setup_kexec method to prepare the system for a reboot with kexec (bcl)
|
|
|
cebaad |
- Add kickstart %%pre-install section support (bcl)
|
|
|
cebaad |
- Remove the custom help button from the toolbar (bcl)
|
|
|
cebaad |
- Use multiple streams for zRAM instead of multiple devices (vpodzime)
|
|
|
cebaad |
- iscsi: pass rd.* options of devices to be mouted in dracut (#1192398)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- Remove the unused productName import from custom_storage_helpers.py.
|
|
|
cebaad |
(clumens)
|
|
|
cebaad |
- Remove the old custom partitioning help dialog (mkolman)
|
|
|
cebaad |
- Implement the new reqpart command. (clumens)
|
|
|
cebaad |
- Sort disks by name when checking disk selection (vpodzime)
|
|
|
cebaad |
- Set both .format's and .originalFormat's passphrase on unlock (vpodzime)
|
|
|
cebaad |
- Make the Encrypt checkbox insensitive for encrypted non-BTRFS devices
|
|
|
cebaad |
(#1210254) (vpodzime)
|
|
|
cebaad |
- Check for Gtk before importing escape_markup (bcl)
|
|
|
cebaad |
- If the network is disabled, also disable the network part of the source
|
|
|
cebaad |
spoke. (#1192104) (clumens)
|
|
|
cebaad |
- Add handling for unusable storage configurations. (dlehman)
|
|
|
cebaad |
- Allow markup in the label/message of DetailedErrorDialog. (dlehman)
|
|
|
cebaad |
- Allow passing an optional button list to showDetailedError. (dlehman)
|
|
|
cebaad |
- Allow kwargs with gtk_action_wait, gtk_action_nowait decorators. (dlehman)
|
|
|
cebaad |
- Fix makeupdates handling of Release: (bcl)
|
|
|
cebaad |
- Make sure we unmount the path we mounted (bcl)
|
|
|
cebaad |
- Fix up one more back_clicked reference that got missed. (clumens)
|
|
|
cebaad |
- Don't unconditionally set ksdata.lang.seen to True (#1209927) (mkolman)
|
|
|
cebaad |
- Reset the back_clicked flag if we stay on the Storage spoke (#1210003)
|
|
|
cebaad |
(vpodzime)
|
|
|
cebaad |
- Mark the back_clicked attribute of the Storage spoke as private (vpodzime)
|
|
|
cebaad |
- TUI pwpolicy setup was supposed to be in __init__ not refresh (#1208607)
|
|
|
cebaad |
(bcl)
|
|
|
cebaad |
- Preserve the order of boot args added by kickstart. (clumens)
|
|
|
cebaad |
- Revert "allow /boot on btrfs subvol or filesystem" (bcl)
|
|
|
cebaad |
- Connect scroll adjustments in the right class (#1206472) (dshea)
|
|
|
cebaad |
|
|
|
cebaad |
* Thu Apr 02 2015 Brian C. Lane <bcl@redhat.com> - 23.6-1
|
|
|
cebaad |
- Enforce sane disk selections. (dlehman)
|
|
|
cebaad |
- Add a test for parse-kickstart (bcl)
|
|
|
cebaad |
- Add --tmpdir to parse-kickstart for testing (bcl)
|
|
|
cebaad |
- Use the correct format for IPMI messages. (clumens)
|
|
|
cebaad |
- Do not use min_luks_entropy with pre-existing devices (#1206101) (dshea)
|
|
|
cebaad |
- Remove the dnf cache directory when resetting the repo (dshea)
|
|
|
cebaad |
- Do not add separators to the addon list when not needed (dshea)
|
|
|
cebaad |
- Only use the instclass environment if it actually exists. (dshea)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Mar 27 2015 Brian C. Lane <bcl@redhat.com> - 23.5-1
|
|
|
cebaad |
- Mock external module dependencies for readthedocs (bcl)
|
|
|
cebaad |
- Generate the pyanaconda module documentation (bcl)
|
|
|
cebaad |
- Reformat kickstart.rst using better ReST markup (bcl)
|
|
|
cebaad |
- Add some deprecation-related false positives. (clumens)
|
|
|
cebaad |
- Add Sphinx documentation support (bcl)
|
|
|
cebaad |
- Add documentation on %%anaconda kickstart command (bcl)
|
|
|
cebaad |
- Prevent Storage spoke Done button method from multiple launch (jkonecny)
|
|
|
cebaad |
- Prevent spokes from being exited more times. (jkonecny)
|
|
|
cebaad |
- Only depend on pygobject3-base in anaconda-core (#1204469) (mkolman)
|
|
|
cebaad |
- Use proxy when configured for the base repo (#1196953) (sjenning)
|
|
|
cebaad |
- Assume UTC if setting the system time without a timezone (#1200444) (dshea)
|
|
|
cebaad |
- Add boolean as return to ThreadManager.wait (jkonecny)
|
|
|
cebaad |
- Make sure LANG is always set to something (#1201896) (dshea)
|
|
|
cebaad |
- Fix pylint/translation issues from the pwpolicy patches. (clumens)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Mar 20 2015 Brian C. Lane <bcl@redhat.com> - 23.4-1
|
|
|
cebaad |
- Clean out the mock chroot before attempting to run the rest of the test.
|
|
|
cebaad |
(clumens)
|
|
|
cebaad |
- Implement %%anaconda kickstart section for pwpolicy (bcl)
|
|
|
cebaad |
- Add pwpolicy support to TUI interface (bcl)
|
|
|
cebaad |
- Add pwpolicy for the LUKS passphrase dialog. (bcl)
|
|
|
cebaad |
- Add pwpolicy for the user spoke. (bcl)
|
|
|
cebaad |
- Use pwpolicy for the root password spoke. (bcl)
|
|
|
cebaad |
- Add the text for weak passwords to constants (bcl)
|
|
|
cebaad |
- Add tests with an FTP instrepo (dshea)
|
|
|
cebaad |
- Add kickstart tests for an NFS instrepo and addon repos. (dshea)
|
|
|
cebaad |
- Handle /boot on btrfs for live (#1200539) (bcl)
|
|
|
cebaad |
- rpmostreepayload: write storage config after shared var is mounted (#1203234)
|
|
|
cebaad |
(rvykydal)
|
|
|
cebaad |
- Tweak tmux configuration file (jkonecny)
|
|
|
cebaad |
- Remove --device= from the new kickstart tests. (clumens)
|
|
|
cebaad |
- Add more kickstart-based packaging tests. (clumens)
|
|
|
cebaad |
- Fix enlightbox call in ZFCPDialog. (#1151144) (sbueno+anaconda)
|
|
|
cebaad |
- fix crash with bare 'inst.virtiolog' in boot args (wwoods)
|
|
|
cebaad |
- Do not attempt to set None as a warning (dshea)
|
|
|
cebaad |
- fix inst.ks.sendmac for static ip=XXX (#826657) (wwoods)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Mar 13 2015 Brian C. Lane <bcl@redhat.com> - 23.3-1
|
|
|
cebaad |
- Only insert strings into the environment (#1201411) (dshea)
|
|
|
cebaad |
- Fix the rescue kernel version list in writeBootLoader (#1201429) (dshea)
|
|
|
cebaad |
- Missing local variable check (omerusta)
|
|
|
cebaad |
- Fix the handling of nfs:// URLs. (dshea)
|
|
|
cebaad |
- Add glob support for the -a/--add option in makeupdates (mkolman)
|
|
|
cebaad |
- White Space fixes (omerusta)
|
|
|
cebaad |
- Put all mock results into the top-level source dir. (clumens)
|
|
|
cebaad |
- Merge pull request #31 from dcantrell/master (david.l.cantrell)
|
|
|
cebaad |
- Require newt-python in anaconda-core (dshea)
|
|
|
cebaad |
- Make merge-pr executable (dshea)
|
|
|
cebaad |
- Display an error for exceptions during GUI setup (dshea)
|
|
|
cebaad |
- Remove unused invisible char properties (dshea)
|
|
|
cebaad |
- Add a check for invisible_char validity (dshea)
|
|
|
cebaad |
- Connect viewport adjustments to child focus adjustments (#1192155) (dshea)
|
|
|
cebaad |
- Support '%%packages --multilib' in dnfpayload.py (#1192628) (dcantrell)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Mar 06 2015 Brian C. Lane <bcl@redhat.com> - 23.2-1
|
|
|
cebaad |
- Add rc-release target (bcl)
|
|
|
cebaad |
- Change --skip-tx to --skip-zanata in scratch-bumpver (bcl)
|
|
|
cebaad |
- Add --newrelease to makebumpver (bcl)
|
|
|
cebaad |
- Improve the addon repo name collision code (#1125322) (bcl)
|
|
|
cebaad |
- Fix the import of mountExistingSystem (vpodzime)
|
|
|
cebaad |
- Fix import error in anaconda-cleanup. (sbueno+anaconda)
|
|
|
cebaad |
- Use the new static method to get possible PE sizes (vpodzime)
|
|
|
cebaad |
- Try using the global LUKS passphrase if none is given for LV/part (#1196112)
|
|
|
cebaad |
(vpodzime)
|
|
|
cebaad |
- Fix the help button mnemonic display on spokes (dshea)
|
|
|
cebaad |
- Only set the hub message if the message has changed (dshea)
|
|
|
cebaad |
- Wrap the info bar in a GtkRevealer (dshea)
|
|
|
cebaad |
- Add links to clickable warning and error messages. (dshea)
|
|
|
cebaad |
- Add a test to look for clickable messages that aren't clickable enough.
|
|
|
cebaad |
(dshea)
|
|
|
cebaad |
- Increment the widgets version number (dshea)
|
|
|
cebaad |
- Allow markup and links in the info bar. (dshea)
|
|
|
cebaad |
- Add more links to gtk-doc comments (dshea)
|
|
|
cebaad |
- Handle New_Repository name collision source spoke (#1125322) (bcl)
|
|
|
cebaad |
- Fix a bad usage of execWithRedirect (#1197290) (dshea)
|
|
|
cebaad |
- Have to be root to delete /var/tmp/kstest-* on the remote machines. (clumens)
|
|
|
cebaad |
- Use the LUKS device for swap in fstab (#1196200) (vpodzime)
|
|
|
cebaad |
- Clear TUI source spoke errors that may have been leftover from a prior
|
|
|
cebaad |
attempt. (#1192259) (sbueno+anaconda)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Feb 27 2015 Brian C. Lane <bcl@redhat.com> - 23.1-1
|
|
|
cebaad |
- Make sure python2 dnf is required (bcl)
|
|
|
cebaad |
- Fix pykickstart requirement. (clumens)
|
|
|
cebaad |
- Extract xattrs from tar payload (#1195462) (bcl)
|
|
|
cebaad |
- Add a script to rebase and merge pull requests (dshea)
|
|
|
cebaad |
- Update translation documentation for Zanata (bcl)
|
|
|
cebaad |
- Switch translation support to fedora.zanata.org (bcl)
|
|
|
cebaad |
- install.py: fix the 'is team device' check (awilliam)
|
|
|
cebaad |
- Explain why Anaconda requires rpm-devel and libarchive-devel during build
|
|
|
cebaad |
(mkolman)
|
|
|
cebaad |
- Revert "Switch to temporary transifex branch" (bcl)
|
|
|
cebaad |
- Revert "makebumpver needs to know about anaconda-1 transifex name" (bcl)
|
|
|
cebaad |
- Commit 23.0 anaconda.pot file (bcl)
|
|
|
cebaad |
- Rename queue.py to queuefactory.py. (clumens)
|
|
|
cebaad |
- Remove references to old_tests, which no longer exists. (clumens)
|
|
|
cebaad |
- Fix package and group removing with the dnf payload. (clumens)
|
|
|
cebaad |
- Don't try to run new-kernel-pkg if it doesn't exist. (clumens)
|
|
|
cebaad |
|
|
|
cebaad |
* Fri Feb 20 2015 Brian C. Lane <bcl@redhat.com> - 23.0-1
|
|
|
cebaad |
- Remove unused imports (dshea)
|
|
|
cebaad |
- Check for unused imports in __init__ files (dshea)
|
|
|
cebaad |
- Remove timestamp-based version support. (dshea)
|
|
|
cebaad |
- Add test lib methods to check regexes (dshea)
|
|
|
cebaad |
- Cleanup BuildRequires (mkolman)
|
|
|
cebaad |
- Remove obsolete imports. (amulhern)
|
|
|
cebaad |
- Make print statement print output w/out surrounding parentheses. (amulhern)
|
|
|
cebaad |
- Remove an unused import (dshea)
|
|
|
cebaad |
- rpmostreepayload: Honor noverifyssl (walters)
|
|
|
cebaad |
- typo: packaging: Don't vary name of "verified" (walters)
|
|
|
cebaad |
- Disable the metacity mouse-button-modifier setting (dshea)
|
|
|
cebaad |
- Fix completion setting in TUI language spoke. (#1192230) (sbueno+anaconda)
|
|
|
cebaad |
- Remove the pylint false positives for the GLib module (dshea)
|
|
|
cebaad |
- Use ExtendAction for --ignore flag (amulhern)
|
|
|
cebaad |
- Use a simple ExtendAction for add_rpms option. (amulhern)
|
|
|
cebaad |
- Fix log message formating (mkolman)
|
|
|
cebaad |
- Don't clear nonexistent DNF package download location (#1193121) (mkolman)
|