Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/anaconda.git#ce17ff4e5fde4fb009310fde45a555d3e31e0308
This commit is contained in:
parent
a2b0de4d0e
commit
b5d0abe0f2
1
.gitignore
vendored
1
.gitignore
vendored
@ -275,3 +275,4 @@
|
||||
/anaconda-34.24.tar.bz2
|
||||
/anaconda-34.24.1.tar.bz2
|
||||
/anaconda-34.24.2.tar.bz2
|
||||
/anaconda-34.24.3.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 34.24.2
|
||||
Version: 34.24.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,15 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 15 2021 Martin Kolman <mkolman@redhat.com> - 34.24.3-1
|
||||
- Do not hard-require zram-generator-default on RHEL just yet (mkolman)
|
||||
- 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> - 34.24.2-1
|
||||
- Rename pyanaconda.modules.common.typing (vponcova)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-34.24.2.tar.bz2) = e6016980cdcf78023775216f6417d1beee69667b4a48b8c0d3b02f9f63f4d51000150e5f57841c0ca8bcb9897e1901c807f5a9a2413ac681e733467a96f42ccc
|
||||
SHA512 (anaconda-34.24.3.tar.bz2) = c5c121aa094ca0126e4e6c38924873d372def04a2c064b150d1eb3767be099448ec9e5d2de81c714c25ac932b17b5c864462a4f33cc438373bcf775957f5cf5e
|
||||
|
Loading…
Reference in New Issue
Block a user