diff --git a/.anaconda.metadata b/.anaconda.metadata index cb01c8f..bbbfb5c 100644 --- a/.anaconda.metadata +++ b/.anaconda.metadata @@ -1 +1 @@ -a21126ed6b573ae54cbb8141f668bfc1a23cca97 SOURCES/anaconda-29.19.1.6.tar.bz2 +f52def557460c039fab87772165c26c256f92ce3 SOURCES/anaconda-29.19.2.6.tar.bz2 diff --git a/.gitignore b/.gitignore index 2554006..0dfde85 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/anaconda-29.19.1.6.tar.bz2 +SOURCES/anaconda-29.19.2.6.tar.bz2 diff --git a/README.debrand b/README.debrand deleted file mode 100644 index 01c46d2..0000000 --- a/README.debrand +++ /dev/null @@ -1,2 +0,0 @@ -Warning: This package was configured for automatic debranding, but the changes -failed to apply. diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index 623c2e1..0683830 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -6,7 +6,7 @@ Summary: Graphical system installer Name: anaconda -Version: 29.19.1.6 +Version: 29.19.2.6 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.4-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,8 +341,130 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog -* Thu Aug 01 2019 CentOS Sources - 29.19.1.6-1.el8.centos -- Apply debranding changes +* 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 + +* Tue Sep 24 2019 Radek Vykydal - 29.19.1.12-1 +- Add the install class for Red Hat Virtualization (vponcova) + Resolves: rhbz#1753316 +- Extend support for custom storage checking (vponcova) + Related: rhbz#1753316 +- Enable to define the autopart type in an install class (vponcova) + Related: rhbz#1753316 + +* Mon Aug 26 2019 Radek Vykydal - 29.19.1.11-1 +- Fix noverifyssl when downloading .treeinfo file (jkonecny) + Resolves: rhbz#1726156 + Resolves: rhbz#1723811 + +* Fri Aug 02 2019 Radek Vykydal - 29.19.1.10-1 +- Do not try to mount cdrom source also if it has been mounted in dracut. + (rvykydal) + Resolves: rhbz#1733507 + +* Tue Jul 02 2019 Radek Vykydal - 29.19.1.9-1 +- Adjust the exclude arguments for livepayloads (bcl) + Related: rhbz#1684542 +- Recreate the BLS entries when using liveimg (bcl) + Resolves: rhbz#1684542 +- Cache the liveimg tar kernel list (bcl) + Related: rhbz#1684542 +- Add common function for creating rescue images (bcl) + Related: rhbz#1684542 +- Re-generate BLS loader file snippets on live installs (awilliam) + Related: rhbz#1684542 + +* Tue Jul 02 2019 Radek Vykydal - 29.19.1.8-1 +- Respect changesok password policy for root password (mkolman) + Resolves: rhbz#1584145 +- Fix default value for pwpolicy emptyok (mkolman) + Resolves: rhbz#1664704 + +* Tue Jun 25 2019 Radek Vykydal - 29.19.1.7-1 +- Add support for disabling modules via module --disable (mkolman) + Resolves: rhbz#1655523 + Related: rhbz#1719347 * Fri Jun 14 2019 Radek Vykydal - 29.19.1.6-1 - Require blivet with flags.protect_cdrom support (rvykydal)