import anaconda-34.25.1.14-1.el9
This commit is contained in:
parent
bb90159b01
commit
af4b006b66
@ -1 +1 @@
|
||||
ce4d0349f279ee07c8b4a39640bda88f03aa3d3b SOURCES/anaconda-34.25.0.29.tar.bz2
|
||||
10374b0c4e728d1b2f2bd0ee154ab3594bc0ffbb SOURCES/anaconda-34.25.1.14.tar.bz2
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/anaconda-34.25.0.29.tar.bz2
|
||||
SOURCES/anaconda-34.25.1.14.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 34.25.0.29
|
||||
Version: 34.25.1.14
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -35,9 +35,9 @@ Source0: %{name}-%{version}.tar.bz2
|
||||
%define libxklavierver 5.4
|
||||
%define mehver 0.23-1
|
||||
%define nmver 1.0
|
||||
%define pykickstartver 3.32.2-1
|
||||
%define pykickstartver 3.32.8-1
|
||||
%define pypartedver 2.5-2
|
||||
%define pythonblivetver 1:3.4.0-10
|
||||
%define pythonblivetver 1:3.4.0-15
|
||||
%define rpmver 4.10.0
|
||||
%define simplelinever 1.1-1
|
||||
%define subscriptionmanagerver 1.29.24
|
||||
@ -407,19 +407,106 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 17 2022 Radek Vykydal <rvykydal@redhat.com> - 34.25.0.29-1
|
||||
* Thu Sep 08 2022 Vendula Poncova <vponcova@redhat.com> - 34.25.1.14-1
|
||||
- Do not crash on network --device link with wireless device (rvykydal)
|
||||
Resolves: rhbz#2063127
|
||||
|
||||
* Tue Sep 06 2022 Radek Vykydal <rvykydal@redhat.com> - 34.25.1.13-1
|
||||
- gui: fix summary hub layout for Japanese translations (rvykydal)
|
||||
Resolves: rhbz#2120293
|
||||
|
||||
* Wed Aug 17 2022 Martin Kolman <mkolman@redhat.com> - 34.25.1.12-1
|
||||
- Improve Register button click feedback (mkolman)
|
||||
Resolves: rhbz#2074636
|
||||
|
||||
* Thu Aug 04 2022 Vladimir Slavik <vslavik@redhat.com> - 34.25.1.11-1
|
||||
- Disable the Unregister button during unregistration (mkolman)
|
||||
Resolves: rhbz#2068192
|
||||
- Install rdma-core if infiniband network device is found (rvykydal)
|
||||
Resolves: rhbz#2050331
|
||||
|
||||
* Tue Jul 19 2022 Jiri Konecny <jkonecny@redhat.com> - 34.25.1.10-1
|
||||
- Communicate media verification result clearly (vslavik)
|
||||
Related: rhbz#2057469
|
||||
- Media verification dialog button reflects state (vslavik)
|
||||
Resolves: rhbz#2057469
|
||||
- Add tooltip to the Insights checkbox (jkonecny)
|
||||
Resolves: rhbz#2071665
|
||||
- Increase the minimal suggested size for /boot (vslavik)
|
||||
Resolves: rhbz#2042431
|
||||
|
||||
* Thu Jul 14 2022 Martin Kolman <mkolman@redhat.com> - 34.25.1.9-1
|
||||
- Allow to omit WWPN and LUN for NPIV-enabled zFCP devices (jstodola)
|
||||
Resolves: rhbz#1937032
|
||||
- Reduce the width of the zFCP dialog (jstodola)
|
||||
Related: rhbz#1937032
|
||||
- Fix product config product_name for Rocky Linux (tucklesepk)
|
||||
Resolves: rhbz#2096046
|
||||
- Add Circle Linux profile to Anaconda(rhel-9) (bella)
|
||||
Resolves: rhbz#2095351
|
||||
|
||||
* Tue Jun 28 2022 Radek Vykydal <rvykydal@redhat.com> - 34.25.1.8-1
|
||||
- bootloader: do not consider non-ibft iscsi disk as usable for bootloader
|
||||
(rvykydal)
|
||||
Resolves: rhbz#2003519
|
||||
- Fix kickstart command order in new version (vslavik)
|
||||
Resolves: rhbz#2100463
|
||||
- TUI software spoke is ready with failing repos, too (vslavik)
|
||||
Resolves: rhbz#2020299
|
||||
|
||||
* Thu Jun 16 2022 Radek Vykydal <rvykydal@redhat.com> - 34.25.1.7-1
|
||||
- tests: update the order of commands (rootpw) in generated kickstart
|
||||
(rvykydal)
|
||||
Related: rhbz#2033849
|
||||
- dnf: apply the /etc/dnf/dnf.conf configuration file in the installer
|
||||
(rvykydal)
|
||||
Resolves: rhbz#2053710
|
||||
- Add support for rootpw --allow-ssh (rvykydal)
|
||||
Resolves: rhbz#2033849
|
||||
|
||||
* Fri Jun 10 2022 Radek Vykydal <rvykydal@redhat.com> - 34.25.1.6-1
|
||||
- Report registration errors from kickstart (mkolman)
|
||||
Resolves: rhbz#2000652
|
||||
- GUI: Show the dialog for a missing passphrase in an enlight box (vponcova)
|
||||
Related: rhbz#2087218
|
||||
- GUI: Ask for a missing passphrase during automated installations (vponcova)
|
||||
Resolves: rhbz#2087218
|
||||
- Create functions for a missing passphrase in pyanaconda.ui.lib (vponcova)
|
||||
Related: rhbz#2087218
|
||||
- Add missing period when concatenating password error strings (jkonecny)
|
||||
Resolves: rhbz#2075417
|
||||
- Enable bootloader hiding on RHEL (rharwood)
|
||||
Resolves: rhbz#2059414
|
||||
|
||||
* Wed Jun 01 2022 Radek Vykydal <rvykydal@redhat.com> - 34.25.1.5-1
|
||||
- Run FixZIPLBootloader task after FIPS setup (rvykydal)
|
||||
Resolves: rhbz#2022841
|
||||
|
||||
* Thu May 26 2022 Radek Vykydal <rvykydal@redhat.com> - 34.25.1.4-1
|
||||
- Cleanup unneeded NFS repo with rd.live.ram parameter (mmatsuya)
|
||||
Resolves: rhbz#2082132
|
||||
|
||||
* Tue May 24 2022 Radek Vykydal <rvykydal@redhat.com> - 34.25.1.3-1
|
||||
- Run restorecon in chroot when handling home dirs (vslavik)
|
||||
Resolves: rhbz#2072426
|
||||
- Move restorecon calls in Tasks to a helper function (vslavik)
|
||||
Related: rhbz#2072426
|
||||
- Add Virtuozzo Linux profile to Anaconda (dsilakov)
|
||||
Resolves: rhbz#2067195
|
||||
|
||||
* Wed Apr 20 2022 Radek Vykydal <rvykydal@redhat.com> - 34.25.1.2-1
|
||||
- ovirt: move /var/tmp to its own partition (sbonazzo)
|
||||
Resolves: rhbz#2058538
|
||||
|
||||
* Thu Mar 17 2022 Radek Vykydal <rvykydal@redhat.com> - 34.25.1.1-1
|
||||
- Make failure in generating of dracut arguments for iSCSI device non-fatal.
|
||||
(rvykydal)
|
||||
Resolves: rhbz#2055985
|
||||
Resolves: rhbz#2065171
|
||||
- Do not generate dracut arguments multiple times for some storage devices
|
||||
(rvykydal)
|
||||
Related: rhbz#2055985
|
||||
Related: rhbz#2065171
|
||||
- Skip /etc/machine-info during live installs (awilliam)
|
||||
Resolves: rhbz#2059565
|
||||
|
||||
* Wed Mar 09 2022 Radek Vykydal <rvykydal@redhat.com> - 34.25.0.28-1
|
||||
- Tier 0 Localization
|
||||
Resolves: rhbz#2017306
|
||||
Resolves: rhbz#2065170
|
||||
|
||||
* Thu Feb 24 2022 Vendula Poncova <vponcova@redhat.com> - 34.25.0.27-1
|
||||
- Use cache when fetching organization data from the GUI (mkolman)
|
||||
|
Loading…
Reference in New Issue
Block a user