From c846be90d534b946108b74f7d352ffd16f31ae11 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jul 28 2020 18:58:37 +0000 Subject: import anaconda-33.16.3.14-1.el8 --- diff --git a/.anaconda.metadata b/.anaconda.metadata index 02ecec3..618fa3c 100644 --- a/.anaconda.metadata +++ b/.anaconda.metadata @@ -1 +1 @@ -d689c05cfbfc79a7af9e39f34e627e2284718000 SOURCES/anaconda-33.16.3.11.tar.bz2 +a161aff82cf5e8e729ff9470af18a22f87a1e84c SOURCES/anaconda-33.16.3.14.tar.bz2 diff --git a/.gitignore b/.gitignore index 668b9d2..c8a754b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/anaconda-33.16.3.11.tar.bz2 +SOURCES/anaconda-33.16.3.14.tar.bz2 diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index f229fa3..3f5831f 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 33.16.3.11 +Version: 33.16.3.14 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -148,11 +148,6 @@ Obsoletes: anaconda-runtime < %{version}-%{release} Provides: anaconda-runtime = %{version}-%{release} Obsoletes: booty <= 0.107-1 -# native i686 installations are not supported on RHEL8 and Anaconda -# is not a i686 compatibility library, so building it for i686 does not -# make sense -ExcludeArch: i686 - %description core The anaconda-core package contains the program which was used to install your system. @@ -371,6 +366,57 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Jul 27 2020 Radek Vykydal - 33.16.3.14-1 +- Fix everything in payload should be mounted as read only (jkonecny) + Related: rhbz#1856264 +- Add support for mount options to device_tree.MountDevice (jkonecny) + Related: rhbz#1856264 +- Adapt tests for CDRom for the new inst.stage2 discovery (jkonecny) + Related: rhbz#1856264 +- CDRom source should prioritize stage2 device during discover (jkonecny) + Resolves: rhbz#1856264 +- Protect all devices with the iso9660 file system (vponcova) + Related: rhbz#1856264 +- Don't ignore NVDIMM devices with the iso9660 file system (vponcova) + Related: rhbz#1856264 +- Add tests for the DBus method FindOpticalMedia (vponcova) + Related: rhbz#1856264 +- Don't return negative container free space (vponcova) + Resolves: rhbz#1853071 +- Revert "Do not build Anaconda on i686" (mkolman) + Resolves: rhbz#1857180 +- Move slower part of Subscription spoke initialization to a thread (mkolman) + Related: rhbz#1823578 +- Only pass one initrd image to kexec (javierm) + Resolves: rhbz#1855290 +- Wait for payload initialization to finish in Subscription spoke (mkolman) + Related: rhbz#1823578 + +* Wed Jul 22 2020 Martin Kolman - 33.16.3.13-2 +- Boot over HTTP via UEFI blocker fixes (vponcova)(jkonecny) + Resolves: rhbz#1856264 + +* Thu Jul 09 2020 Radek Vykydal - 33.16.3.13-1 +- Fix the position of the info bar in standalone spokes (vponcova) + Resolves: rhbz#1847423 +- Add workaround to fix support for installtree without repo (jkonecny) + Resolves: rhbz#1854825 +- Revert "Update pyanaconda/exception.py" (jstodola) + Resolves: rhbz#1853470 +- network: fix configuration of virtual devices by boot options (rvykydal) + Resolves: rhbz#1851218 + +* Wed Jul 08 2020 Radek Vykydal - 33.16.3.12-1 +- subscription: Fix rhsm --proxy kickstart command usage with no username + specified (mkolman) + Resolves: rhbz#1849792 +- Create the initial storage model during the initialization (vponcova) + Resolves: rhbz#1844098 +- Make spoke tiles stack more tightly (vslavik) + Resolves: rhbz#1845493 +- Reconfigure DNF payload after options are set (vslavik) + Resolves: rhbz#1847603 + * Thu Jul 02 2020 Radek Vykydal - 33.16.3.11-1 - Fix displaying of empty software group description (rvykydal) Resolves: rhbz#1812061