[packit] 39.24 upstream release
Upstream tag: anaconda-39.24-1 Upstream commit: 0264e56f
This commit is contained in:
parent
0395f59e60
commit
0710536ffd
1
.gitignore
vendored
1
.gitignore
vendored
@ -368,3 +368,4 @@
|
||||
/anaconda-39.21.tar.bz2
|
||||
/anaconda-39.22.tar.bz2
|
||||
/anaconda-39.23.tar.bz2
|
||||
/anaconda-39.24.tar.bz2
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.77.0.post2+g06f877b.
|
||||
The file was generated using packit 0.78.0.
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 39.23
|
||||
Release: 3%{?dist}
|
||||
Version: 39.24
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
|
||||
@ -11,9 +11,6 @@ URL: http://fedoraproject.org/wiki/Anaconda
|
||||
# ./autogen.sh
|
||||
# make dist
|
||||
Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{version}-1/%{name}-%{version}.tar.bz2
|
||||
# https://github.com/rhinstaller/anaconda/pull/4879
|
||||
# Fix shutdown with Python 3.12 (don't use preexec_fn during shutdown)
|
||||
Patch0: 0001-Handle-subprocess-disallowing-preexec-during-shutdow.patch
|
||||
|
||||
# Versions of required components (done so we make sure the buildrequires
|
||||
# match the requires versions of things).
|
||||
@ -474,6 +471,19 @@ rm -rf \
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Tue Jul 11 2023 Packit <hello@packit.dev> - 39.24-1
|
||||
- webui: extend the list of the data we need to wait for before showing the app
|
||||
(kkoukiou)
|
||||
- webui: tests: attempt to rebustify tests by more carefully implementing the
|
||||
page enter (kkoukiou)
|
||||
- webui: test: extend allowed journal messages for language tests (kkoukiou)
|
||||
- webui: tests: adjust next and back helper methods (kkoukiou)
|
||||
- webui: pin down cockpit-* packages versions for gating purposes (kkoukiou)
|
||||
- webui: if device selection changed since last partitioning request redo the
|
||||
partitioning (kkoukiou)
|
||||
- webui: Disable strict host checking in SSH config snippet (mkolman)
|
||||
- Update translations from Weblate
|
||||
|
||||
* Tue Jul 04 2023 Adam Williamson <awilliam@redhat.com> - 39.23-3
|
||||
- Fix the patch to default to doing preexec_fn (duh)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-39.23.tar.bz2) = 96fbb5b216d9a3e102de49bbfcf84fb578b7e9d2f031c93d075276f6ca0457e853070a2dcdfcc31dd175b049e2640e4bedd3aa45dec9c220cee54eb55505d4a9
|
||||
SHA512 (anaconda-39.24.tar.bz2) = 310cc7cfd189dca6ae55c4a992716a69bb824444c6854c6e2d2beb41647de5ae4a05c2694e0bca394dddeb87b4358889a04341ec1785aeff628dcd9d6f7f8103
|
||||
|
Loading…
Reference in New Issue
Block a user