From d7f29cca73ba82566e398ed83a525cc8646ea44e Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 28 Apr 2020 05:32:23 -0400 Subject: [PATCH] import anaconda-29.19.2.17-1.el8 --- .anaconda.metadata | 2 +- .gitignore | 2 +- SPECS/anaconda.spec | 150 ++++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 146 insertions(+), 8 deletions(-) diff --git a/.anaconda.metadata b/.anaconda.metadata index 5f94c10..6387d96 100644 --- a/.anaconda.metadata +++ b/.anaconda.metadata @@ -1 +1 @@ -7705327b7a750eeaeeda887a2937f3dfcb202f99 SOURCES/anaconda-29.19.1.13.tar.bz2 +632462bddbdc19d45ca62725bff1a37cccb4babf SOURCES/anaconda-29.19.2.17.tar.bz2 diff --git a/.gitignore b/.gitignore index 72e29bd..8836092 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/anaconda-29.19.1.13.tar.bz2 +SOURCES/anaconda-29.19.2.17.tar.bz2 diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index eef83d5..9602162 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -6,7 +6,7 @@ Summary: Graphical system installer Name: anaconda -Version: 29.19.1.13 +Version: 29.19.2.17 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -37,7 +37,7 @@ Source0: %{name}-%{version}.tar.bz2 %define libxklavierver 5.4 %define mehver 0.23-1 %define nmver 1.0 -%define pykickstartver 3.16.6-1 +%define pykickstartver 3.16.8-1 %define pypartedver 2.5-2 %define rpmver 4.10.0 %define simplelinever 1.1-1 @@ -106,6 +106,7 @@ Requires: python3-systemd Requires: python3-pydbus Requires: python3-productmd Requires: python3-syspurpose +Requires: subscription-manager >= 1.26 # pwquality only "recommends" the dictionaries it needs to do anything useful, # which is apparently great for containers but unhelpful for the rest of us @@ -265,10 +266,6 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d # If no langs found, keep going %find_lang %{name} || : -%post widgets -p /sbin/ldconfig -%postun widgets -p /sbin/ldconfig - - %ifarch %livearches %post update-desktop-database &> /dev/null || : @@ -344,6 +341,147 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Mar 13 2020 Radek Vykydal - 29.19.2.17-1 +- Make sure rhsm.service is running at Anaconda startup (mkolman) + Resolves: rhbz#1805266 + +* Fri Feb 21 2020 Radek Vykydal - 29.19.2.16-1 +- Fix crash on single disk selection in GUI (rvykydal) + Resolves: rhbz#1805613 + +* Thu Feb 20 2020 Radek Vykydal - 29.19.2.15-1 +- Fix installation source switching to/from CDN (mkolman) + Resolves: rhbz#1788487 + Resolves: rhbz#1790383 + Resolves: rhbz#1791376 + +* Thu Feb 20 2020 Radek Vykydal - 29.19.2.14-1 +- Do not allow selecting ignored disk in GUI even if it is the only one + (rvykydal) + Resolves: rhbz#1786561 + +* Tue Feb 11 2020 Radek Vykydal - 29.19.2.13-1 +- Disable package download to / /tmp (jkonecny) + Resolves: rhbz#1781517 + +* Thu Feb 06 2020 Radek Vykydal - 29.19.2.12-1 +- network: fix GUI crash on invalid devices in the list (rvykydal) + Resolves: rhbz#1697256 + +* Mon Feb 03 2020 Radek Vykydal - 29.19.2.11-1 +- Fix DBus error detection (mkolman) + Related: rhbz#1794767 +- Make sure RHSM HTTP proxy port from kickstart is an integer (mkolman) + Resolves: rhbz#1794025 + +* Thu Jan 23 2020 Radek Vykydal - 29.19.2.10-1 +- Log exceptions raised in subscription data fetching method (mkolman) + Related: rhbz#1788036 +- Fix subscription status not being displayed in some cases (mkolman) + Resolves: rhbz#1788036 +- Make sure syspurpose is set before registration in GUI (mkolman) + Resolves: rhbz#1788207 + Related: rhbz#1788036 +- Update pep8speaks checker configuration for the branch (rvykydal) + Related: rhbz#1788036 + +* Thu Jan 16 2020 Radek Vykydal - 29.19.2.9-1 +- Fix RHSM HTTP proxy configuration clearing (mkolman) + Resolves: rhbz#1789814 +- Add scrolling for the registration tab (mkolman) + Resolves: rhbz#1788422 + +* Thu Jan 09 2020 Radek Vykydal - 29.19.2.8-1 +- Fix output kickstart generation for subscription commands (mkolman) + Resolves: rhbz#1788579 + Resolves: rhbz#1788513 +- Fix GTK access from subscription thread (mkolman) + Resolves: rhbz#1787615 + +* Mon Jan 06 2020 Radek Vykydal - 29.19.2.7-1 +- Fix branding in the Connect to Red Hat spoke (mkolman) + Resolves: rhbz#1787342 + +* Fri Dec 13 2019 Radek Vykydal - 29.19.2.6-1 +- Fix RHSM HTTP proxy setup (mkolman) + Related: rhbz#1748281 +- Fix text color on info bars (mkolman) + Resolves: rhbz#1782174 + +* Tue Dec 10 2019 Radek Vykydal - 29.19.2.5-1 +- Adjust unit tests (mkolman) + Resolves: rhbz#1748281 + Resolves: rhbz#1746391 +- Extend list of false positives in the style guide (mkolman) + Resolves: rhbz#1748281 + Resolves: rhbz#1746391 +- Subscription support - changes in GUI (mkolman) + Resolves: rhbz#1748281 + Resolves: rhbz#1746391 +- Extend the anaconda-gtk.css (mkolman) + Resolves: rhbz#1748281 + Resolves: rhbz#1746391 +- Subscription support - changes in installation payload (mkolman) + Resolves: rhbz#1748281 + Resolves: rhbz#1746391 +- Subscription support - changes in DBus modules (mkolman) + Resolves: rhbz#1748281 + Resolves: rhbz#1746391 +- Subscription support - changes outside of DBus modules (mkolman) + Resolves: rhbz#1748281 + Resolves: rhbz#1746391 +- Add temporary subscription scheduling module (mkolman) + Resolves: rhbz#1748281 + Resolves: rhbz#1746391 +- Add basic CDN support to Payload DBus module (mkolman) + Resolves: rhbz#1748281 + Resolves: rhbz#1746391 +- Add support for custom interface for DBus Tasks (mkolman) + Resolves: rhbz#1748281 + Resolves: rhbz#1746391 +- Backport locale support for modules (mkolman) + Resolves: rhbz#1748281 + Resolves: rhbz#1746391 +- Add subscription manager as an Anaconda dependency (mkolman) + Resolves: rhbz#1748281 + Resolves: rhbz#1746391 + +* Tue Nov 12 2019 Radek Vykydal - 29.19.2.4-1 +- Add UI support for the ZIPL Secure boot (vponcova) + Related: rhbz#1659400 +- Add DBus support for the ZIPL Secure Boot (vponcova) + Resolves: rhbz#1659400 +- Don't mention new-kernel-pkg anymore in /etc/sysconfig/kernel (javierm) + Resolves: rhbz#1747382 +- Don't print warnings for new-kernel-pkg not being present (javierm) + Related: rhbz#1747382 + +* Tue Oct 22 2019 Radek Vykydal - 29.19.2.3-1 +- Only attempt to open the ibm,max-boot-devices sysfs entry if it exists + (javierm) + Related: rhbz#1748756 + +* Mon Oct 21 2019 Radek Vykydal - 29.19.2.2-1 +- Don't add more devices in boot-device NVRAM than the maximum allowed + (javierm) + Resolves: rhbz#1748756 +- Fix local repo files aren't enabled (jkonecny) + Resolves: rhbz#1641620 +- Remove ldconfig spec macros (jkonecny) + Resolves: rhbz#1700685 +- Don't try to format FBA DASD devices (mmatsuya) + Resolves: rhbz#1715303 + +* Mon Oct 14 2019 Radek Vykydal - 29.19.2.1-1 +- Skip buildins when processing kernel boot args (jkonecny) + Resolves: rhbz#1637472 +- network: fix handling of ksdevice=bootif in initramfs (rvykydal) + Related: rhbz#1649359 +- Make sure we work with fresh data when trying to do netroot (vpodzime) + Resolves: rhbz#1649359 +- Make our manual triggering on network in dracut work (vpodzime) + Resolves: rhbz#1649359 + * Fri Sep 27 2019 Radek Vykydal - 29.19.1.13-1 - Change the bases of the install classes for RHVH (vponcova) Related: rhbz#1753316