[packit] 39.26 upstream release
Upstream tag: anaconda-39.26-1 Upstream commit: 050e696c If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork): ``` git fetch https://src.fedoraproject.org/forks/packit/rpms/anaconda.git refs/heads/*:refs/remotes/packit/* git checkout packit/39.26-main-update-propose_downstream ```
This commit is contained in:
parent
ab080b3196
commit
c6dd86277a
1
.gitignore
vendored
1
.gitignore
vendored
@ -370,3 +370,4 @@
|
||||
/anaconda-39.23.tar.bz2
|
||||
/anaconda-39.24.tar.bz2
|
||||
/anaconda-39.25.tar.bz2
|
||||
/anaconda-39.26.tar.bz2
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.78.0.
|
||||
The file was generated using packit 0.78.1.
|
||||
|
@ -1,8 +1,8 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 39.25
|
||||
Version: 39.26
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
License: GPL-2.0-or-later
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
|
||||
# To generate Source0 do:
|
||||
@ -82,6 +82,8 @@ The anaconda package is a metapackage for the Anaconda installer.
|
||||
|
||||
%package core
|
||||
Summary: Core of the Anaconda installer
|
||||
# core/signal.py is under MIT
|
||||
License: GPL-2.0-or-later AND MIT
|
||||
Requires: python3-libs
|
||||
Requires: python3-dnf >= %{dnfver}
|
||||
Requires: python3-blivet >= %{pythonblivetver}
|
||||
@ -250,6 +252,8 @@ Add this package to an image build (eg. with lorax) to ensure all Anaconda capab
|
||||
|
||||
%package webui
|
||||
Summary: Cockpit based user interface for the Anaconda installer
|
||||
# ours + what npm brings in and we vendor
|
||||
License: GPL-2.0-or-later AND MIT AND 0BSD
|
||||
Requires: cockpit-bridge >= %{cockpitver}
|
||||
Requires: cockpit-ws >= %{cockpitver}
|
||||
# Firefox dependency needs to be specified there as cockpit web-view does not have a hard dependency on Firefox as
|
||||
@ -471,6 +475,36 @@ rm -rf \
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Tue Jul 18 2023 Packit <hello@packit.dev> - 39.26-1
|
||||
- webui: introduce dialog to unlock existing locked LUKS partitions (kkoukiou)
|
||||
- Introduce 'has_key' property in the attrs of DeviceFormatData object
|
||||
(kkoukiou)
|
||||
- makeupdates: Now targeting python 3.12 (vslavik)
|
||||
- webui: tests: more anaconda state cleanup for test teardown (kkoukiou)
|
||||
- webui: tests: wait for data initialization to finish before proceeding with
|
||||
the tests (kkoukiou)
|
||||
- Update License tag in the spec file template to use SPDX syntax (dcantrell)
|
||||
- webui: Introduce new Critical error component (kkoukiou)
|
||||
- webui: return a promise when fetching all device data (kkoukiou)
|
||||
- webui: create new dbus client objects when address changes (kkoukiou)
|
||||
- ruff: Enable flake8-simplify checks (vslavik)
|
||||
- Fix ruff detections for RUF002 & RUF003 (vslavik)
|
||||
- ruff: Enable ruff checks (vslavik)
|
||||
- ruff: Enable flake8 logging format checks (vslavik)
|
||||
- ruff: Enable flake8 import conventions checks (vslavik)
|
||||
- Fix ruff detections after enabling pycodestyle warnings (vslavik)
|
||||
- ruff: Enable pycodestyle warning checks (vslavik)
|
||||
- Fix ruff detections after enabling pylint checks (vslavik)
|
||||
- ruff: Enable most of the "pylint" checks (vslavik)
|
||||
- webui: simplify webui-desktop script (kkoukiou)
|
||||
- Add possibility to run pylint-only test (jkonecny)
|
||||
- webui: tests: reset selected disks between test runs (kkoukiou)
|
||||
- webui: tests: use busctl instead of dbus-send in the test helper (kkoukiou)
|
||||
- webui: localization: fix react warning about missing key (kkoukiou)
|
||||
- webui: wait for all languages to be loaded before rendering languages page
|
||||
(kkoukiou)
|
||||
- Update translations from Weblate
|
||||
|
||||
* Thu Jul 13 2023 Packit <hello@packit.dev> - 39.25-1
|
||||
- webui: replace the Tooltip with HelperText in Storage devices step (acruzgon)
|
||||
- webui: Hide the language selection screen on Live images (akankovs)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-39.25.tar.bz2) = 9638a909b1959eb733772e30b3145e7944170569caa99dd26d47377f5926ba161aeebf512b09174783664f13a6ef042cad1f638aeef79b2c9fec12ca9443fcc7
|
||||
SHA512 (anaconda-39.26.tar.bz2) = 602685afef30b424c8926dd2699edc81c98aecbc2770cd1891426d1536df32ffe2812e6e949f8e265ad350c6528660f69033a798bb3e5a6151e421b27e434079
|
||||
|
Loading…
Reference in New Issue
Block a user