[packit] 40.6 upstream release
Upstream tag: anaconda-40.6-1 Upstream commit: 7c9aa594
This commit is contained in:
parent
e3c4003164
commit
f847996140
1
.gitignore
vendored
1
.gitignore
vendored
@ -383,3 +383,4 @@
|
|||||||
/anaconda-40.3.tar.bz2
|
/anaconda-40.3.tar.bz2
|
||||||
/anaconda-40.4.tar.bz2
|
/anaconda-40.4.tar.bz2
|
||||||
/anaconda-40.5.tar.bz2
|
/anaconda-40.5.tar.bz2
|
||||||
|
/anaconda-40.6.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.80.0.post35+g9430d702.
|
The file was generated using packit 0.81.0.post1.dev4+g3347ce2b.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 40.5
|
Version: 40.6
|
||||||
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
|
||||||
@ -205,6 +205,17 @@ Requires: tmux
|
|||||||
Requires: gdb
|
Requires: gdb
|
||||||
# support for installation from image and live & live image installations
|
# support for installation from image and live & live image installations
|
||||||
Requires: rsync
|
Requires: rsync
|
||||||
|
# basic filesystem tools
|
||||||
|
%if ! 0%{?rhel}
|
||||||
|
Requires: btrfs-progs
|
||||||
|
Requires: ntfs-3g
|
||||||
|
Requires: ntfsprogs
|
||||||
|
Requires: jfsutils
|
||||||
|
Requires: f2fs-tools
|
||||||
|
%endif
|
||||||
|
Requires: xfsprogs
|
||||||
|
Requires: dosfstools
|
||||||
|
Requires: e2fsprogs
|
||||||
|
|
||||||
%description install-env-deps
|
%description install-env-deps
|
||||||
The anaconda-install-env-deps metapackage lists all installation environment
|
The anaconda-install-env-deps metapackage lists all installation environment
|
||||||
@ -485,6 +496,26 @@ rm -rf \
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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)
|
||||||
|
- webui: tests: improve add_mountpoint_row the remove_mountpoint_row helper
|
||||||
|
methods (kkoukiou)
|
||||||
|
- webui: start using 'passphrase' always for LUKS instead of 'password'
|
||||||
|
(kkoukiou)
|
||||||
|
- webui: refactor LUKS unlocking modal after designer feedback (kkoukiou)
|
||||||
|
- webui: test: increase timeout when unlocking LUKS devices (kkoukiou)
|
||||||
|
- webui: fix unexpected closing of the Unlock LUKS device dialog after wrong
|
||||||
|
password (kkoukiou)
|
||||||
|
- Update translations from Weblate for master (github-actions)
|
||||||
|
- webui: Check for required filesystem type for mount points (vtrefny)
|
||||||
|
- webui: Get the required mountpoints from the backend (vtrefny)
|
||||||
|
- storage: Add a function to get list of required mount points (vtrefny)
|
||||||
|
- tests: Remove pep8 and pycodestyle (vslavik)
|
||||||
|
- docs: Add efibootmgr non-unicode output to common bugs (vslavik)
|
||||||
|
- webui: Unpin blivet-gui dependency from test/prepare-updates-img (vtrefny)
|
||||||
|
- spec: Add depdendency on fs tools to anaconda-install-env-deps (vtrefny)
|
||||||
|
|
||||||
* Tue Sep 19 2023 Packit <hello@packit.dev> - 40.5-1
|
* Tue Sep 19 2023 Packit <hello@packit.dev> - 40.5-1
|
||||||
- webui: Remove test for unformattable filesystems (vtrefny)
|
- webui: Remove test for unformattable filesystems (vtrefny)
|
||||||
- Update translations from Weblate for master (github-actions)
|
- Update translations from Weblate for master (github-actions)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-40.5.tar.bz2) = cd689d44147cd34b4e13a574091515fbc268b72d4afa694fdcfd73a64cf2cc7e11be736ff705eb948c66da34180320e92676ab71de6e2430a697cd5f2385c4fa
|
SHA512 (anaconda-40.6.tar.bz2) = 1ae75bbc4d5afd87bcaf75e8799ba93c872d53acf4c731f4f8a786c70d651717763e7381ea05b8cbafaebac2d39ecc2684fd531dea21337a44e744b761220d91
|
||||||
|
Loading…
Reference in New Issue
Block a user