import anaconda-33.16.7.12-1.el8
This commit is contained in:
parent
3d8f9ecda1
commit
ce01abaa52
@ -1 +1 @@
|
||||
4a18290b48334853135fcea300f3e4c81e11ce7f SOURCES/anaconda-33.16.6.7.tar.bz2
|
||||
53ac4f9fd5f8d40e044d1255340ca8e6f496dde0 SOURCES/anaconda-33.16.7.12.tar.bz2
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/anaconda-33.16.6.7.tar.bz2
|
||||
SOURCES/anaconda-33.16.7.12.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 33.16.6.7
|
||||
Version: 33.16.7.12
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -33,7 +33,7 @@ Source0: %{name}-%{version}.tar.bz2
|
||||
%define libxklavierver 5.4
|
||||
%define mehver 0.23-1
|
||||
%define nmver 1.0
|
||||
%define pykickstartver 3.16.11-1
|
||||
%define pykickstartver 3.16.15-1
|
||||
%define pypartedver 2.5-2
|
||||
%define rpmver 4.10.0
|
||||
%define simplelinever 1.1-1
|
||||
@ -81,7 +81,7 @@ The anaconda package is a metapackage for the Anaconda installer.
|
||||
Summary: Core of the Anaconda installer
|
||||
Requires: python3-libs
|
||||
Requires: python3-dnf >= %{dnfver}
|
||||
Requires: python3-blivet >= 1:3.4.0-1
|
||||
Requires: python3-blivet >= 1:3.4.0-12
|
||||
Requires: python3-blockdev >= %{libblockdevver}
|
||||
Requires: python3-meh >= %{mehver}
|
||||
Requires: libreport-anaconda >= 2.0.21-1
|
||||
@ -367,11 +367,71 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 09 2022 Radek Vykydal <rvykydal@redhat.com> - 33.16.6.7-1
|
||||
* Wed Sep 14 2022 Vendula Poncova <vponcova@redhat.com> - 33.16.7.12-1
|
||||
- Pull in fixed translations (vponcova)
|
||||
Resolves: rhbz#2062676
|
||||
|
||||
* Fri Sep 09 2022 Vendula Poncova <vponcova@redhat.com> - 33.16.7.11-1
|
||||
- Do not crash on network --device link with wireless device (rvykydal)
|
||||
Resolves: rhbz#2051235
|
||||
|
||||
* Thu Aug 04 2022 Vladimir Slavik <vslavik@redhat.com> - 33.16.7.10-1
|
||||
- Disable the Unregister button during unregistration (mkolman)
|
||||
Resolves: rhbz#2068195
|
||||
- Install rdma-core if infiniband network device is found (rvykydal)
|
||||
Resolves: rhbz#2050356
|
||||
|
||||
* Wed Jul 20 2022 Jiri Konecny <jkonecny@redhat.com> - 33.16.7.9-1
|
||||
- Add tooltip to the Insights checkbox (jkonecny)
|
||||
Resolves: rhbz#2069178
|
||||
- Increase the minimal suggested size for /boot (vslavik)
|
||||
Resolves: rhbz#1844423
|
||||
|
||||
* Thu Jul 14 2022 Martin Kolman <mkolman@redhat.com> - 33.16.7.8-1
|
||||
- Allow to omit WWPN and LUN for NPIV-enabled zFCP devices (jstodola)
|
||||
Resolves: rhbz#1497086
|
||||
- Reduce the width of the zFCP dialog (jstodola)
|
||||
Related: rhbz#1497086
|
||||
|
||||
* Tue Jun 28 2022 Radek Vykydal <rvykydal@redhat.com> - 33.16.7.7-1
|
||||
- bootloader: do not consider non-ibft iscsi disk as usable for bootloader
|
||||
(rvykydal)
|
||||
Resolves: rhbz#2002629
|
||||
|
||||
* Thu Jun 16 2022 Radek Vykydal <rvykydal@redhat.com> - 33.16.7.6-1
|
||||
- dnf: apply the /etc/dnf/dnf.conf configuration file in the installer
|
||||
(rvykydal)
|
||||
Resolves: rhbz#1899494
|
||||
|
||||
* Fri Jun 10 2022 Radek Vykydal <rvykydal@redhat.com> - 33.16.7.5-1
|
||||
- Report registration errors from kickstart (mkolman)
|
||||
Resolves: rhbz#2000650
|
||||
- GUI: Show the dialog for a missing passphrase in an enlight box (vponcova)
|
||||
Related: rhbz#2029101
|
||||
- GUI: Ask for a missing passphrase during automated installations (vponcova)
|
||||
Resolves: rhbz#2029101
|
||||
- Create functions for a missing passphrase in pyanaconda.ui.lib (vponcova)
|
||||
Related: rhbz#2029101
|
||||
- Add missing period when concatenating password error strings (jkonecny)
|
||||
Resolves: rhbz#2075419
|
||||
|
||||
* Wed Jun 01 2022 Radek Vykydal <rvykydal@redhat.com> - 33.16.7.4-1
|
||||
- Check if the mount point exists before calling statvfs (vponcova)
|
||||
Resolves: rhbz#1826760
|
||||
|
||||
* Thu May 26 2022 Radek Vykydal <rvykydal@redhat.com> - 33.16.7.3-1
|
||||
- Cleanup unneeded NFS repo with rd.live.ram parameter (mmatsuya)
|
||||
Resolves: rhbz#1970726
|
||||
- Fix root password and LUKS passphrase visibility toggle (mkolman)
|
||||
Resolves: rhbz#1885879
|
||||
|
||||
* Tue May 24 2022 Radek Vykydal <rvykydal@redhat.com> - 33.16.7.2-1
|
||||
- Run restorecon in chroot when handling home dirs (vslavik)
|
||||
Resolves: rhbz#2069305
|
||||
|
||||
* Thu Mar 10 2022 Radek Vykydal <rvykydal@redhat.com> - 33.16.7.1-1
|
||||
- ovirt: move /var/tmp and /var/crash to own partition (sbonazzo)
|
||||
Resolves: rhbz#2057475
|
||||
- Tier 0 Localization
|
||||
Resolves: rhbz#2016918
|
||||
Resolves: rhbz#2060376
|
||||
|
||||
* Wed Feb 23 2022 Vendula Poncova <vponcova@redhat.com> - 33.16.6.6-1
|
||||
- Bump subscription-manager version (mkolman)
|
||||
|
Loading…
Reference in New Issue
Block a user