forked from rpms/anaconda
New version 35.21-1
- Add release notes for packaging log in tmux (jkonecny) - Small fixes in the subscription structures (vponcova) - Make critical warnings from Dracut more visible (#1983098) (jkonecny) - Print Dracut errors encountered during boot after Anaconda starts (#1983098) (jkonecny) - Add function to print critical warnings more visible during boot (#1983098) (jkonecny) - dracut: read filename dhcp option from dhcpopts file (rvykydal) - Disable anaconda-core's requirement on subscription-manager on CentOS (carl) - Add new error reporting hook when Dracut timeout (#1983098) (jkonecny) - Update boot-options.rst (31507393+Ultimate-etamitlU) - Handle handle get_layout() method returning None (#1976526) (mkolman) - Enable the zram-generator service on RHEL (vponcova)
This commit is contained in:
parent
c3bb2419f9
commit
9a2eb10bce
1
.gitignore
vendored
1
.gitignore
vendored
@ -293,3 +293,4 @@
|
|||||||
/anaconda-35.18.tar.bz2
|
/anaconda-35.18.tar.bz2
|
||||||
/anaconda-35.19.tar.bz2
|
/anaconda-35.19.tar.bz2
|
||||||
/anaconda-35.20.tar.bz2
|
/anaconda-35.20.tar.bz2
|
||||||
|
/anaconda-35.21.tar.bz2
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 35.20
|
Version: 35.21
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
URL: http://fedoraproject.org/wiki/Anaconda
|
URL: http://fedoraproject.org/wiki/Anaconda
|
||||||
|
|
||||||
@ -100,7 +100,7 @@ Requires: python3-systemd
|
|||||||
Requires: python3-productmd
|
Requires: python3-productmd
|
||||||
Requires: python3-dasbus >= %{dasbusver}
|
Requires: python3-dasbus >= %{dasbusver}
|
||||||
Requires: flatpak-libs
|
Requires: flatpak-libs
|
||||||
%if 0%{?rhel}
|
%if %{defined rhel} && %{undefined centos}
|
||||||
Requires: subscription-manager >= %{subscriptionmanagerver}
|
Requires: subscription-manager >= %{subscriptionmanagerver}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -209,9 +209,10 @@ Requires: hfsplus-tools
|
|||||||
%endif
|
%endif
|
||||||
# only WeakRequires elsewhere and not guaranteed to be present
|
# only WeakRequires elsewhere and not guaranteed to be present
|
||||||
Requires: device-mapper-multipath
|
Requires: device-mapper-multipath
|
||||||
# FIXME: do not require on RHEL until the package is ready
|
%if ! 0%{?rhel}
|
||||||
%if 0%{?rhel} != 9
|
|
||||||
Requires: zram-generator-defaults
|
Requires: zram-generator-defaults
|
||||||
|
%else
|
||||||
|
Requires: rust-zram-generator
|
||||||
%endif
|
%endif
|
||||||
# Display stuff moved from lorax templates
|
# Display stuff moved from lorax templates
|
||||||
Requires: xorg-x11-drivers
|
Requires: xorg-x11-drivers
|
||||||
@ -404,8 +405,20 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 35.20-2
|
* Thu Jul 29 2021 Martin Kolman <mkolman@redhat.com> - 35.21-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Add release notes for packaging log in tmux (jkonecny)
|
||||||
|
- Small fixes in the subscription structures (vponcova)
|
||||||
|
- Make critical warnings from Dracut more visible (#1983098) (jkonecny)
|
||||||
|
- Print Dracut errors encountered during boot after Anaconda starts (#1983098)
|
||||||
|
(jkonecny)
|
||||||
|
- Add function to print critical warnings more visible during boot (#1983098)
|
||||||
|
(jkonecny)
|
||||||
|
- dracut: read filename dhcp option from dhcpopts file (rvykydal)
|
||||||
|
- Disable anaconda-core's requirement on subscription-manager on CentOS (carl)
|
||||||
|
- Add new error reporting hook when Dracut timeout (#1983098) (jkonecny)
|
||||||
|
- Update boot-options.rst (31507393+Ultimate-etamitlU)
|
||||||
|
- Handle handle get_layout() method returning None (#1976526) (mkolman)
|
||||||
|
- Enable the zram-generator service on RHEL (vponcova)
|
||||||
|
|
||||||
* Tue Jul 20 2021 Martin Kolman <mkolman@redhat.com> - 35.20-1
|
* Tue Jul 20 2021 Martin Kolman <mkolman@redhat.com> - 35.20-1
|
||||||
- Improve logging from the DownloadProgress class (vponcova)
|
- Improve logging from the DownloadProgress class (vponcova)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-35.20.tar.bz2) = 03562efe0b680b6bc90583039596dae12133d4083d4e85d1e39e5790d43533dddbf307e6f2ead95026650a31bba5f636669f34ea564d4237d7e0ec82db1ee4fb
|
SHA512 (anaconda-35.21.tar.bz2) = 4100334c59c4ee36f120377c193272fa40c381049b767de487b8ded3e883146aaf0d09ddd0c5d437524de4cf457e2bd8ca97b35336c86aeb2927ea0263958bcb
|
||||||
|
Loading…
Reference in New Issue
Block a user