[packit] 40.7 upstream release
Upstream tag: anaconda-40.7-1 Upstream commit: 22deed42
This commit is contained in:
parent
f847996140
commit
a273c3bf47
1
.gitignore
vendored
1
.gitignore
vendored
@ -384,3 +384,4 @@
|
||||
/anaconda-40.4.tar.bz2
|
||||
/anaconda-40.5.tar.bz2
|
||||
/anaconda-40.6.tar.bz2
|
||||
/anaconda-40.7.tar.bz2
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.81.0.post1.dev4+g3347ce2b.
|
||||
The file was generated using packit 0.82.0.post1.dev2+g77334714.
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 40.6
|
||||
Version: 40.7
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-or-later
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -205,6 +205,8 @@ Requires: tmux
|
||||
Requires: gdb
|
||||
# support for installation from image and live & live image installations
|
||||
Requires: rsync
|
||||
# An addon that allows enabling kdump at install time
|
||||
Recommends: kdump-anaconda-addon
|
||||
# basic filesystem tools
|
||||
%if ! 0%{?rhel}
|
||||
Requires: btrfs-progs
|
||||
@ -234,6 +236,8 @@ Requires: fcoe-utils >= %{fcoeutilsver}
|
||||
%endif
|
||||
# only WeakRequires elsewhere and not guaranteed to be present
|
||||
Requires: device-mapper-multipath
|
||||
# only WeakRequires in -env-
|
||||
Requires: kdump-anaconda-addon
|
||||
%if ! 0%{?rhel}
|
||||
Requires: zram-generator-defaults
|
||||
%else
|
||||
@ -440,6 +444,7 @@ rm -rf \
|
||||
|
||||
%files webui
|
||||
%dir %{_datadir}/cockpit/anaconda-webui
|
||||
%{_datadir}/cockpit/anaconda-webui/logo.svg
|
||||
%{_datadir}/cockpit/anaconda-webui/index.js.LEGAL.txt
|
||||
%{_datadir}/cockpit/anaconda-webui/index.css.LEGAL.txt
|
||||
%{_datadir}/cockpit/anaconda-webui/index.html
|
||||
@ -496,6 +501,26 @@ rm -rf \
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 03 2023 Packit <hello@packit.dev> - 40.7-1
|
||||
- webui: tests: ignore the logo image selector in the pixel tests (kkoukiou)
|
||||
- webui: do not hardcode the required mount points in the getInitialRequests
|
||||
(kkoukiou)
|
||||
- webui: helpers: Document storage helper methods (kkoukiou)
|
||||
- webui: reimplement checkDeviceInSubTree by re-using existing helper method
|
||||
(kkoukiou)
|
||||
- webui: port dropdown to new PF5 implementation (akankovs)
|
||||
- Revert "tests: Run pytest in parallel on available cpu cores" (vslavik)
|
||||
- webui: add a logo to the header (akankovs)
|
||||
- install-{env,img}-deps: recommend/require kdump-anaconda-addon (awilliam)
|
||||
- Fix crash because of missing import statement (kkoukiou)
|
||||
- webui: prevent re-defining required mount points from the UI (kkoukiou)
|
||||
- Simplify keyboard layout handling, rely on localed more (awilliam)
|
||||
- tests: Run pytest in parallel on available cpu cores (vslavik)
|
||||
- tests: Don't hardcode file handle number (vslavik)
|
||||
- live: Report installation progress from rsync output (vslavik)
|
||||
- Change process return code handling in execReadlines (vslavik)
|
||||
- Count free space on btrfs subvolume mount points correctly (vslavik)
|
||||
|
||||
* Tue Sep 26 2023 Packit <hello@packit.dev> - 40.6-1
|
||||
- webui: robustify manual partitioning request manipulation (kkoukiou)
|
||||
- webui: split long line to more lines (kkoukiou)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-40.6.tar.bz2) = 1ae75bbc4d5afd87bcaf75e8799ba93c872d53acf4c731f4f8a786c70d651717763e7381ea05b8cbafaebac2d39ecc2684fd531dea21337a44e744b761220d91
|
||||
SHA512 (anaconda-40.7.tar.bz2) = 1f82ca8ff15d94ba4b5917c5d4fbac5678a7fcc6d2d79f88a1ea1225bb08f5b590d5e5867dda850018b97d81a69aa289794f003da081eb69ed1d96d0b104acdf
|
||||
|
Loading…
Reference in New Issue
Block a user