[packit] 40.21 upstream release
Upstream tag: anaconda-40.21-1 Upstream commit: 2c02eab0
This commit is contained in:
parent
82102b850e
commit
78d8d1a538
1
.gitignore
vendored
1
.gitignore
vendored
@ -395,3 +395,4 @@
|
||||
/anaconda-40.17.tar.bz2
|
||||
/anaconda-40.18.tar.bz2
|
||||
/anaconda-40.20.tar.bz2
|
||||
/anaconda-40.21.tar.bz2
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.90.0.post1.dev3+g3d9551d2.
|
||||
The file was generated using packit 0.90.0.post1.dev9+g1f0325d1.
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 40.20
|
||||
Version: 40.21
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-or-later
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -38,7 +38,7 @@ Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{vers
|
||||
%define libxklavierver 5.4
|
||||
%define mehver 0.23-1
|
||||
%define nmver 1.0
|
||||
%define pykickstartver 3.51-1
|
||||
%define pykickstartver 3.52-1
|
||||
%define pypartedver 2.5-2
|
||||
%define pythonblivetver 1:3.8.2-2
|
||||
%define rpmver 4.15.0
|
||||
@ -270,7 +270,9 @@ ensure all Anaconda capabilities are supported in the resulting image.
|
||||
Summary: Graphical user interface for the Anaconda installer
|
||||
Requires: anaconda-core = %{version}-%{release}
|
||||
Requires: anaconda-widgets = %{version}-%{release}
|
||||
Requires: python3-iso639
|
||||
Requires: python3-meh-gui >= %{mehver}
|
||||
Requires: python3-xkbregistry
|
||||
Requires: adwaita-icon-theme
|
||||
Requires: tecla
|
||||
Requires: tigervnc-server-minimal
|
||||
@ -385,6 +387,7 @@ rm -rf \
|
||||
%license COPYING
|
||||
%{_unitdir}/*
|
||||
%{_prefix}/lib/systemd/system-generators/*
|
||||
%{_bindir}/instperf
|
||||
%{_bindir}/anaconda-disable-nm-ibft-plugin
|
||||
%{_bindir}/anaconda-nm-disable-autocons
|
||||
%{_sbindir}/anaconda
|
||||
@ -435,6 +438,7 @@ rm -rf \
|
||||
%endif
|
||||
%{_datadir}/anaconda/window-manager
|
||||
%{_datadir}/anaconda/anaconda-gtk.css
|
||||
%{_datadir}/anaconda/gtk-4.0/settings.ini
|
||||
|
||||
%files tui
|
||||
%{python3_sitearch}/pyanaconda/rescue.py
|
||||
@ -461,6 +465,31 @@ rm -rf \
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 06 2024 Packit <hello@packit.dev> - 40.21-1
|
||||
- Update translations from Weblate for master (github-actions)
|
||||
- Deprecate timezone --isUtc, --ntpservers and --nontp kickstart options
|
||||
(vponcova)
|
||||
- Remove the repo --ignoregroups kickstart option in Fedora 40 (vponcova)
|
||||
- Remove the logging --level kickstart option in Fedora 40 (vponcova)
|
||||
- Remove the method kickstart command in Fedora 40 (vponcova)
|
||||
- docs: Add a release note for removed/deprecated kickstart commands and
|
||||
options (vponcova)
|
||||
- Remove the autostep kickstart command in Fedora 40 (vponcova)
|
||||
- Do not write newline to the webui pid file (jkonecny)
|
||||
- gui: Log information about blivet-gui failed import (vtrefny)
|
||||
- Make network spoke complete also in connecting state. (rvykydal)
|
||||
- Do not use libxklavier to list keyboard layouts (jexposit)
|
||||
- Do not use stringize and unicodeize from Blivet (vtrefny)
|
||||
- Remove the inst.nompath boot option (vponcova)
|
||||
- Remove support for timezone --isUtc, --ntpservers and --nontp kickstart
|
||||
options (vponcova)
|
||||
- Remove no more used GetRequiredMountPoints API of devicetree viewer.
|
||||
(rvykydal)
|
||||
- Set GTK 4 decoration layout (jexposit)
|
||||
- Add TUI for installing non-standard kernels (ozobal)
|
||||
- Add GUI option for installing 64k ARM kernel (ozobal)
|
||||
- Revert "Remove instperf" (vslavik)
|
||||
|
||||
* Tue Jan 30 2024 Packit <hello@packit.dev> - 40.20-1
|
||||
- docs: add section about multi-package updates (kkoukiou)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-40.20.tar.bz2) = 9a2a5942cc0d545f20caad8a59033e3335a9bd40b7126a87acc886492664c51c0ae7c44c131f89772efe6c4b8ee8ad9a1a93ecd9bd9bef732efb4838a968d040
|
||||
SHA512 (anaconda-40.21.tar.bz2) = dccb68285b4fc233edffda6242541879971f32b76a4e53d3a4253675c7541fe6d2a7eb59ad28bd627133c16347a8e641a9004ac4081051a23d618d796b025cf0
|
||||
|
Loading…
Reference in New Issue
Block a user