From 4c00f3b0543abd7adc7347328058894f36ad43ef Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Sep 15 2021 17:11:06 +0000 Subject: New version 34.25.0.16-1 - Support multi-org accounts in the GUI (mkolman) Resolves: rhbz#1965105 - Pass error instance directly to error callback (mkolman) Related: rhbz#1965105 - Add the RetrieveOrganizationsTask task (mkolman) Related: rhbz#1965105 - Unit test adjustments - asynchronous handler (mkolman) Related: rhbz#1951709 - Unit test adjustments - subscription module (mkolman) Related: rhbz#1951709 - Unit test adjustments - DBus tasks (mkolman) Related: rhbz#1951709 - Split system purpose tests to a separate file (mkolman) Related: rhbz#1951709 - Add tests for the new Satellite helper module (mkolman) Related: rhbz#1951709 - Reflect Satellite use in source spoke (mkolman) Related: rhbz#1951709 - Report registration to Satellite in the GUI (mkolman) Related: rhbz#1951709 - Rename "Custom server URL" to "Satellite URL" (mkolman) Related: rhbz#1951709 - Add Satellite support to asynchronous registration handler (mkolman) Resolves: rhbz#1951709 - Add handler for install time Satellite provisioning error (mkolman) Related: rhbz#1951709 - Use target system Satellite provisioning DBus task (mkolman) Related: rhbz#1951709 - Satellite related changes in the Subscription DBus module (mkolman) Related: rhbz#1951709 - Add Satellite related DBus tasks (mkolman) Related: rhbz#1951709 - Add Satellite support module (mkolman) Related: rhbz#1951709 - Remove misleading warning about inst.ks.device replacing ksdevice (rvykydal) Resolves: rhbz#2000140 - Create shared constants file for subscription module (mkolman) Related: rhbz#1951709 - Move USER_AGENT to core/constants.py (mkolman) Related: rhbz#1951709 --- diff --git a/.gitignore b/.gitignore index 271d4f0..f85652c 100644 --- a/.gitignore +++ b/.gitignore @@ -296,3 +296,4 @@ /anaconda-34.25.0.13.tar.bz2 /anaconda-34.25.0.14.tar.bz2 /anaconda-34.25.0.15.tar.bz2 +/anaconda-34.25.0.16.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 2bd90c1..4200cfd 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 34.25.0.15 +Version: 34.25.0.16 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -407,6 +407,48 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Sep 15 2021 Martin Kolman - 34.25.0.16-1 +- Support multi-org accounts in the GUI (mkolman) + Resolves: rhbz#1965105 +- Pass error instance directly to error callback (mkolman) + Related: rhbz#1965105 +- Add the RetrieveOrganizationsTask task (mkolman) + Related: rhbz#1965105 +- Unit test adjustments - asynchronous handler (mkolman) + Related: rhbz#1951709 +- Unit test adjustments - subscription module (mkolman) + Related: rhbz#1951709 +- Unit test adjustments - DBus tasks (mkolman) + Related: rhbz#1951709 +- Split system purpose tests to a separate file (mkolman) + Related: rhbz#1951709 +- Add tests for the new Satellite helper module (mkolman) + Related: rhbz#1951709 +- Reflect Satellite use in source spoke (mkolman) + Related: rhbz#1951709 +- Report registration to Satellite in the GUI (mkolman) + Related: rhbz#1951709 +- Rename "Custom server URL" to "Satellite URL" (mkolman) + Related: rhbz#1951709 +- Add Satellite support to asynchronous registration handler (mkolman) + Resolves: rhbz#1951709 +- Add handler for install time Satellite provisioning error (mkolman) + Related: rhbz#1951709 +- Use target system Satellite provisioning DBus task (mkolman) + Related: rhbz#1951709 +- Satellite related changes in the Subscription DBus module (mkolman) + Related: rhbz#1951709 +- Add Satellite related DBus tasks (mkolman) + Related: rhbz#1951709 +- Add Satellite support module (mkolman) + Related: rhbz#1951709 +- Remove misleading warning about inst.ks.device replacing ksdevice (rvykydal) + Resolves: rhbz#2000140 +- Create shared constants file for subscription module (mkolman) + Related: rhbz#1951709 +- Move USER_AGENT to core/constants.py (mkolman) + Related: rhbz#1951709 + * Thu Aug 26 2021 Radek Vykydal - 34.25.0.15-1 - Add dependency for bugzilla reporting plugin (vslavik) Resolves: rhbz#1992991 @@ -421,10 +463,6 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d - Fix dependency on zram-generator (rvykydal) Resolves: rhbz#1991617 -* Mon Aug 09 2021 Mohan Boddu - 34.25.0.12-2 -- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Related: rhbz#1991688 - * Mon Aug 02 2021 Radek Vykydal - 34.25.0.12-1 - Make critical warnings from Dracut more visible (jkonecny) Resolves: rhbz#1983098 @@ -569,13 +607,8 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d - Remove support for boot arguments without the "inst." prefix (jkonecny) Resolves: rhbz#1947376 -* Thu Apr 15 2021 Mohan Boddu - 34.24.8-3 -- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - - -* Mon Apr 12 2021 Radek Vykydal - 34.24.8-2 -- Make sure rhsm.service is running at Anaconda startup (vponcova) - Resolves: rhbz#1948371 +* Mon Apr 12 2021 Martin Kolman - 34.24.9-1 +- Allow to exclude the kernel-lpae package (vponcova) * Wed Mar 31 2021 Martin Kolman - 34.24.8-1 - ostree: ignore exit code 65 for systemd-tmpfiles (vponcova) diff --git a/sources b/sources index 0975aad..43af3f4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-34.25.0.15.tar.bz2) = 3ee5ca6180d66b047020a3a221a89f53a75722a5dc2ecfb067a5b2de987178abdf6fc9edbd934fb0569b5a844748e6164e27fc9bcdfeb2c4e09b10f6bc847399 +SHA512 (anaconda-34.25.0.16.tar.bz2) = eb6baffbf4685a1c9f73e0289990045d059e36854a74cd9faf84f14722e447172ce4c2603d003cde8ffa30bb509fa61127c12177a04fc5c95163b9ff45821a1f