[packit] 40.9 upstream release
Upstream tag: anaconda-40.9-1 Upstream commit: d49874cb
This commit is contained in:
parent
cbec57064b
commit
d64f6c07a8
1
.gitignore
vendored
1
.gitignore
vendored
@ -386,3 +386,4 @@
|
|||||||
/anaconda-40.6.tar.bz2
|
/anaconda-40.6.tar.bz2
|
||||||
/anaconda-40.7.tar.bz2
|
/anaconda-40.7.tar.bz2
|
||||||
/anaconda-40.8.tar.bz2
|
/anaconda-40.8.tar.bz2
|
||||||
|
/anaconda-40.9.tar.bz2
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
This repository is maintained by packit.
|
This repository is maintained by packit.
|
||||||
https://packit.dev/
|
https://packit.dev/
|
||||||
The file was generated using packit 0.83.0.post1.dev4+g46d87465.
|
The file was generated using packit 0.84.0.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 40.8
|
Version: 40.9
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: http://fedoraproject.org/wiki/Anaconda
|
URL: http://fedoraproject.org/wiki/Anaconda
|
||||||
@ -501,6 +501,39 @@ rm -rf \
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 17 2023 Packit <hello@packit.dev> - 40.9-1
|
||||||
|
- webui: catch exceptions from the backend in all actions (kkoukiou)
|
||||||
|
- Update translations from Weblate for master (github-actions)
|
||||||
|
- webui: move per-page title, id, label and hidden state into the components
|
||||||
|
(kkoukiou)
|
||||||
|
- webui: Drop global notifications in favor of the per page notifications
|
||||||
|
(kkoukiou)
|
||||||
|
- webui: let's be consistent on how we hide steps (kkoukiou)
|
||||||
|
- webui: sort some state variables alphabetically (kkoukiou)
|
||||||
|
- webui: pass the properties only to the components that use these (kkoukiou)
|
||||||
|
- payload: check finished dnf transaction for transation item errors (rvykydal)
|
||||||
|
- webui: check existence of payload image when running testing VM (rvykydal)
|
||||||
|
- webui: Test for unknown language review crash (akankovs)
|
||||||
|
- webui: Avoid crash on non-translated languages (akankovs)
|
||||||
|
- webui: mount the RequestsTable component only once requests are available
|
||||||
|
(kkoukiou)
|
||||||
|
- webui: tests: wait for logo to get visible when openning the page (kkoukiou)
|
||||||
|
- webui: do not show `equal disks` notification when the previous disks are not
|
||||||
|
loaded (kkoukiou)
|
||||||
|
- webui: disable the whole form when disk re-scan is taking place (kkoukiou)
|
||||||
|
- webui: introduce `isFormDisabled` global state property (kkoukiou)
|
||||||
|
- webui: rebuild devices object in the store with the getDevicesAction
|
||||||
|
(kkoukiou)
|
||||||
|
- webui: set form validity also at the initial load of the mount point mapping
|
||||||
|
(kkoukiou)
|
||||||
|
- payload: don't check PKG_VERIFY dnf progress messages (rvykydal)
|
||||||
|
- payload: do not detect success of dnf transaction by PGK_VERIFY progress
|
||||||
|
(rvykydal)
|
||||||
|
- webui: utilize PasswordPolicies rules from the backend for disk encryption
|
||||||
|
(kkoukiou)
|
||||||
|
- set_x_keyboard_defaults: drop space when calling supports_ascii (awilliam)
|
||||||
|
- storage: Handle BTRFS with systemd-boot (jeremy.linton)
|
||||||
|
|
||||||
* Tue Oct 10 2023 Packit <hello@packit.dev> - 40.8-1
|
* Tue Oct 10 2023 Packit <hello@packit.dev> - 40.8-1
|
||||||
- tests: Drop unused testing dir (vslavik)
|
- tests: Drop unused testing dir (vslavik)
|
||||||
- webui: Install cockpit-storaged (martin)
|
- webui: Install cockpit-storaged (martin)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-40.8.tar.bz2) = 15b35d05798ddc263b70b79684b4750ad0e3ff9946905ffabc0328a3e98976f7be44b42ffd75212d73ebef0a6d85eb4e164040e04f3f5f6eb11beeac6f03175e
|
SHA512 (anaconda-40.9.tar.bz2) = e6721ce640b30c11a4693e7add7899493af79a1948fd3956942acc7e620a8f89cdb241270505f94d61c5a02fa60180355fd2abd44b0f1dbd04ecea258cfcd05b
|
||||||
|
Loading…
Reference in New Issue
Block a user