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
This commit is contained in:
parent
3120b766ff
commit
4c00f3b054
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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 <mkolman@redhat.com> - 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 <rvykydal@redhat.com> - 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 <mboddu@redhat.com> - 34.25.0.12-2
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Mon Aug 02 2021 Radek Vykydal <rvykydal@redhat.com> - 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 <mboddu@redhat.com> - 34.24.8-3
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
|
||||
* Mon Apr 12 2021 Radek Vykydal <rvykydal@redhat.com> - 34.24.8-2
|
||||
- Make sure rhsm.service is running at Anaconda startup (vponcova)
|
||||
Resolves: rhbz#1948371
|
||||
* Mon Apr 12 2021 Martin Kolman <mkolman@redhat.com> - 34.24.9-1
|
||||
- Allow to exclude the kernel-lpae package (vponcova)
|
||||
|
||||
* Wed Mar 31 2021 Martin Kolman <mkolman@redhat.com> - 34.24.8-1
|
||||
- ostree: ignore exit code 65 for systemd-tmpfiles (vponcova)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-34.25.0.15.tar.bz2) = 3ee5ca6180d66b047020a3a221a89f53a75722a5dc2ecfb067a5b2de987178abdf6fc9edbd934fb0569b5a844748e6164e27fc9bcdfeb2c4e09b10f6bc847399
|
||||
SHA512 (anaconda-34.25.0.16.tar.bz2) = eb6baffbf4685a1c9f73e0289990045d059e36854a74cd9faf84f14722e447172ce4c2603d003cde8ffa30bb509fa61127c12177a04fc5c95163b9ff45821a1f
|
||||
|
Loading…
Reference in New Issue
Block a user