New version 35.3-1
- Do not hard-require zram-generator-default on RHEL just yet (mkolman) - Switch back Packit testing to rawhide after merge from f34-devel (jkonecny) - Improve Packit configuration to use fedora-development (jkonecny) - Add a kickstart specification for the main process (vponcova) - Adapt Packit configuration to a newly branched Fedora (jkonecny) - Create swap by default in RHEL-based installations (#1915297) (vponcova) - Add missing space to a message (vslavik) - Use Linux HOST_NAME_MAX hostname length limit (xiaqirong1)
This commit is contained in:
parent
2e88368128
commit
f103e6d4d7
1
.gitignore
vendored
1
.gitignore
vendored
@ -275,3 +275,4 @@
|
||||
/anaconda-34.24.tar.bz2
|
||||
/anaconda-35.1.tar.bz2
|
||||
/anaconda-35.2.tar.bz2
|
||||
/anaconda-35.3.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 35.2
|
||||
Version: 35.3
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -237,7 +237,10 @@ Requires: gdb
|
||||
Requires: rsync
|
||||
# only WeakRequires elsewhere and not guaranteed to be present
|
||||
Requires: device-mapper-multipath
|
||||
# FIXME: do not require on RHEL until the package is ready
|
||||
%if ! 0%{?rhel} == 9
|
||||
Requires: zram-generator-defaults
|
||||
%endif
|
||||
|
||||
%description install-img-deps
|
||||
The anaconda-install-img-deps metapackage lists all boot.iso installation image dependencies.
|
||||
@ -420,6 +423,16 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 15 2021 Martin Kolman <mkolman@redhat.com> - 35.3-1
|
||||
- Do not hard-require zram-generator-default on RHEL just yet (mkolman)
|
||||
- Switch back Packit testing to rawhide after merge from f34-devel (jkonecny)
|
||||
- Improve Packit configuration to use fedora-development (jkonecny)
|
||||
- Add a kickstart specification for the main process (vponcova)
|
||||
- Adapt Packit configuration to a newly branched Fedora (jkonecny)
|
||||
- Create swap by default in RHEL-based installations (#1915297) (vponcova)
|
||||
- Add missing space to a message (vslavik)
|
||||
- Use Linux HOST_NAME_MAX hostname length limit (xiaqirong1)
|
||||
|
||||
* Fri Feb 12 2021 Martin Kolman <mkolman@redhat.com> - 35.2-1
|
||||
- Rename pyanaconda.modules.common.typing (vponcova)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-35.2.tar.bz2) = af313d13ffb853e9bdd14f3c93458a50be1ac0de01d3a16019acb446eeb01ede048cdb955348b8dddb09b1618d67dfac38dc7dd8cf4308f92d64c7699c94050f
|
||||
SHA512 (anaconda-35.3.tar.bz2) = c53916494f59a161f0d358343b0eb4f06f28bc0139fa44b3673a3b090ec9c2067763ea4ae7f832e567e96ddfc2697fc3b9623d88739aca36d6a8848584d27dff
|
||||
|
Loading…
Reference in New Issue
Block a user