[packit] 39.19 upstream release
Upstream tag: anaconda-39.19-1 Upstream commit: 9a3a6c23
This commit is contained in:
parent
2a0997f887
commit
253aed8d2f
1
.gitignore
vendored
1
.gitignore
vendored
@ -363,3 +363,4 @@
|
|||||||
/anaconda-39.16.tar.bz2
|
/anaconda-39.16.tar.bz2
|
||||||
/anaconda-39.17.tar.bz2
|
/anaconda-39.17.tar.bz2
|
||||||
/anaconda-39.18.tar.bz2
|
/anaconda-39.18.tar.bz2
|
||||||
|
/anaconda-39.19.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.76.0.post2+gbdab6df.
|
The file was generated using packit 0.76.0.post10+g0dcb396.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 39.18
|
Version: 39.19
|
||||||
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
|
||||||
@ -41,7 +41,7 @@ Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{vers
|
|||||||
%define nmver 1.0
|
%define nmver 1.0
|
||||||
%define pykickstartver 3.47-1
|
%define pykickstartver 3.47-1
|
||||||
%define pypartedver 2.5-2
|
%define pypartedver 2.5-2
|
||||||
%define pythonblivetver 1:3.6.0-1
|
%define pythonblivetver 1:3.7.1-4
|
||||||
%define rpmver 4.15.0
|
%define rpmver 4.15.0
|
||||||
%define simplelinever 1.9.0-1
|
%define simplelinever 1.9.0-1
|
||||||
%define subscriptionmanagerver 1.26
|
%define subscriptionmanagerver 1.26
|
||||||
@ -252,10 +252,10 @@ Add this package to an image build (eg. with lorax) to ensure all Anaconda capab
|
|||||||
Summary: Cockpit based user interface for the Anaconda installer
|
Summary: Cockpit based user interface for the Anaconda installer
|
||||||
Requires: cockpit-bridge >= %{cockpitver}
|
Requires: cockpit-bridge >= %{cockpitver}
|
||||||
Requires: cockpit-ws >= %{cockpitver}
|
Requires: cockpit-ws >= %{cockpitver}
|
||||||
# WebKit dependency needs to be specified there as cockpit web-view does not have a hard dependency on webkit as
|
# Firefox dependency needs to be specified there as cockpit web-view does not have a hard dependency on Firefox as
|
||||||
# it can normally fall back to a regular browser. This does not work in the limited installer
|
# it can often fall back to a diferent browser. This does not work in the limited installer
|
||||||
# environment, so we need to make sure the WebKit API is available.
|
# environment, so we need to make sure Firefox is available.
|
||||||
Requires: webkit2gtk4.1
|
Requires: firefox
|
||||||
|
|
||||||
%description webui
|
%description webui
|
||||||
This package contains Cockpit based user interface for the Anaconda installer.
|
This package contains Cockpit based user interface for the Anaconda installer.
|
||||||
@ -470,6 +470,21 @@ rm -rf \
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 13 2023 Packit <hello@packit.dev> - 39.19-1
|
||||||
|
- webui: remove redundant dashes from README (kkoukiou)
|
||||||
|
- docs: remove confusion for which toolbox to use for webui development
|
||||||
|
(kkoukiou)
|
||||||
|
- webui: enable linter for webui CI runs (kkoukiou)
|
||||||
|
- Check minimal LUKS passphrase length in FIPS mode for Kickstart (vslavik)
|
||||||
|
- GUI: Require 8 chars of LUKS passwords in FIPS mode (vslavik)
|
||||||
|
- Use Firefox in kiosk mode for running the Web UI locally (mkolman)
|
||||||
|
- Do not print error on inst.ks=cdrom|hd (#2077045) (jkonecny)
|
||||||
|
- storage: fix resolving btrfs subvolumes from fstab (#2186158) (rvykydal)
|
||||||
|
- storage: improve btrfs devices removing in custom partitioning (#2186158)
|
||||||
|
(rvykydal)
|
||||||
|
- Don't override blivet's preferred disk label type by default (awilliam)
|
||||||
|
- Update translations from Weblate
|
||||||
|
|
||||||
* Tue Jun 06 2023 Packit <hello@packit.dev> - 39.18-1
|
* Tue Jun 06 2023 Packit <hello@packit.dev> - 39.18-1
|
||||||
- webui: change the language direction when language changes (kkoukiou)
|
- webui: change the language direction when language changes (kkoukiou)
|
||||||
- Fix webui-tests workflow waiving (zveleba)
|
- Fix webui-tests workflow waiving (zveleba)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-39.18.tar.bz2) = 9c6ac1f4ff889117d6ede236b852b1ceaceacef3c5e50543ba0d0fbb58b0fe2fcaafe802837445993b0203bf831e0edfa32196044dd1690384bb852df2fafccf
|
SHA512 (anaconda-39.19.tar.bz2) = 2714011a4b0a70b5d44e2542b6a3d5929188f60be470e245c57409333a46ea74bfca7ee7fb7c191c467339c75c5534a687986ab811063383265ea7107ee9a64a
|
||||||
|
Loading…
Reference in New Issue
Block a user