New version 35.5-1
- Add the "Encrypt my data" checkbox to the custom partitioning spoke (vponcova) - Don't translate prompt keys (#1892830) (vponcova) - Fix RHEL zram conditional in spec file (mkolman) - Use older Ubuntu for container auto-update workflow (jkonecny) - Remove interactive parameter from container-rpm-test (jkonecny) - Use docker as container engine for time required (jkonecny) - Add container push for rpm containers (jkonecny) - Enable our and blivet COPR repositories for rpm tests (jkonecny) - Add support for anaconda-rpm containers to refresh workflow (jkonecny) - Fix base container specification in refresh workflow (jkonecny) - Store logs from container refresh separately (jkonecny) - vconsole font selection to cover more langs (suanand)
This commit is contained in:
parent
31c121535e
commit
57176b1321
1
.gitignore
vendored
1
.gitignore
vendored
@ -277,3 +277,4 @@
|
||||
/anaconda-35.2.tar.bz2
|
||||
/anaconda-35.3.tar.bz2
|
||||
/anaconda-35.4.tar.bz2
|
||||
/anaconda-35.5.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 35.4
|
||||
Version: 35.5
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -238,7 +238,7 @@ 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
|
||||
%if 0%{?rhel} != 9
|
||||
Requires: zram-generator-defaults
|
||||
%endif
|
||||
|
||||
@ -423,6 +423,21 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 22 2021 Martin Kolman <mkolman@redhat.com> - 35.5-1
|
||||
- Add the "Encrypt my data" checkbox to the custom partitioning spoke
|
||||
(vponcova)
|
||||
- Don't translate prompt keys (#1892830) (vponcova)
|
||||
- Fix RHEL zram conditional in spec file (mkolman)
|
||||
- Use older Ubuntu for container auto-update workflow (jkonecny)
|
||||
- Remove interactive parameter from container-rpm-test (jkonecny)
|
||||
- Use docker as container engine for time required (jkonecny)
|
||||
- Add container push for rpm containers (jkonecny)
|
||||
- Enable our and blivet COPR repositories for rpm tests (jkonecny)
|
||||
- Add support for anaconda-rpm containers to refresh workflow (jkonecny)
|
||||
- Fix base container specification in refresh workflow (jkonecny)
|
||||
- Store logs from container refresh separately (jkonecny)
|
||||
- vconsole font selection to cover more langs (suanand)
|
||||
|
||||
* Thu Feb 18 2021 Martin Kolman <mkolman@redhat.com> - 35.4-1
|
||||
- Do not try to push latest from ELN tag (jkonecny)
|
||||
- Adapt Packit configuration for master (jkonecny)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-35.4.tar.bz2) = 6cd59dff2d0affa9f1a4a7907b426d6a3792cb0c9815083b1d52b8b57febfb45c638f57103efea9295091aab8bc1220b7f2e7bc53525b4b39db6ff695a653075
|
||||
SHA512 (anaconda-35.5.tar.bz2) = 19175e10d348e211328cf7ef38449f74f5e0fea0a84d53f4b3d68c720649c97c1bd7619145ee122a57b3f8d29945269bffdd593316e814a364da6e6b6aee97cc
|
||||
|
Loading…
Reference in New Issue
Block a user