New version 35.22-1
- Fix dependency on zram-generator in RHEL (sgallagh) - tests: Fix failing ClearPartTestCase with latest blivet (vtrefny) - Add brltty to boot.iso with default configuration (vslavik) - Fix admin user password condition handling in TUI (854182924) - Fix typo in docstring (vslavik)
This commit is contained in:
parent
9a2eb10bce
commit
6d4e28d66f
1
.gitignore
vendored
1
.gitignore
vendored
@ -294,3 +294,4 @@
|
|||||||
/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
|
/anaconda-35.21.tar.bz2
|
||||||
|
/anaconda-35.22.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 35.21
|
Version: 35.22
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
URL: http://fedoraproject.org/wiki/Anaconda
|
URL: http://fedoraproject.org/wiki/Anaconda
|
||||||
@ -212,7 +212,7 @@ Requires: device-mapper-multipath
|
|||||||
%if ! 0%{?rhel}
|
%if ! 0%{?rhel}
|
||||||
Requires: zram-generator-defaults
|
Requires: zram-generator-defaults
|
||||||
%else
|
%else
|
||||||
Requires: rust-zram-generator
|
Requires: zram-generator
|
||||||
%endif
|
%endif
|
||||||
# Display stuff moved from lorax templates
|
# Display stuff moved from lorax templates
|
||||||
Requires: xorg-x11-drivers
|
Requires: xorg-x11-drivers
|
||||||
@ -224,6 +224,7 @@ Requires: gsettings-desktop-schemas
|
|||||||
Requires: nm-connection-editor
|
Requires: nm-connection-editor
|
||||||
Requires: librsvg2
|
Requires: librsvg2
|
||||||
Requires: gnome-kiosk
|
Requires: gnome-kiosk
|
||||||
|
Requires: brltty
|
||||||
|
|
||||||
%description install-img-deps
|
%description install-img-deps
|
||||||
The anaconda-install-img-deps metapackage lists all boot.iso installation image dependencies.
|
The anaconda-install-img-deps metapackage lists all boot.iso installation image dependencies.
|
||||||
@ -405,6 +406,13 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 10 2021 Martin Kolman <mkolman@redhat.com> - 35.22-1
|
||||||
|
- Fix dependency on zram-generator in RHEL (sgallagh)
|
||||||
|
- tests: Fix failing ClearPartTestCase with latest blivet (vtrefny)
|
||||||
|
- Add brltty to boot.iso with default configuration (vslavik)
|
||||||
|
- Fix admin user password condition handling in TUI (854182924)
|
||||||
|
- Fix typo in docstring (vslavik)
|
||||||
|
|
||||||
* Thu Jul 29 2021 Martin Kolman <mkolman@redhat.com> - 35.21-1
|
* Thu Jul 29 2021 Martin Kolman <mkolman@redhat.com> - 35.21-1
|
||||||
- Add release notes for packaging log in tmux (jkonecny)
|
- Add release notes for packaging log in tmux (jkonecny)
|
||||||
- Small fixes in the subscription structures (vponcova)
|
- Small fixes in the subscription structures (vponcova)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-35.21.tar.bz2) = 4100334c59c4ee36f120377c193272fa40c381049b767de487b8ded3e883146aaf0d09ddd0c5d437524de4cf457e2bd8ca97b35336c86aeb2927ea0263958bcb
|
SHA512 (anaconda-35.22.tar.bz2) = 1e8398999444bb5f0209f1f3517032cb1dfb378b095c187bad1160ce8eb7307d30d03588c0b0075898c3035d5c899c5843cd4a78143b37ff331ccff3c7962193
|
||||||
|
Loading…
Reference in New Issue
Block a user