#95 Update main to upstream release 39.24
Merged 10 months ago by vladimirslavik. Opened 10 months ago by packit.
rpms/ packit/anaconda 39.24-main-update-propose_downstream  into  main

[packit] 39.24 upstream release
Packit • 10 months ago  
file modified
+1
@@ -368,3 +368,4 @@ 

  /anaconda-39.21.tar.bz2

  /anaconda-39.22.tar.bz2

  /anaconda-39.23.tar.bz2

+ /anaconda-39.24.tar.bz2

file modified
+1 -1
@@ -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.

file modified
+15 -5
@@ -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 @@ 

  # ./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 @@ 

  %{_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)

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (anaconda-39.23.tar.bz2) = 96fbb5b216d9a3e102de49bbfcf84fb578b7e9d2f031c93d075276f6ca0457e853070a2dcdfcc31dd175b049e2640e4bedd3aa45dec9c220cee54eb55505d4a9

+ SHA512 (anaconda-39.24.tar.bz2) = 310cc7cfd189dca6ae55c4a992716a69bb824444c6854c6e2d2beb41647de5ae4a05c2694e0bca394dddeb87b4358889a04341ec1785aeff628dcd9d6f7f8103

Upstream tag: anaconda-39.24-1
Upstream commit: 0264e56f

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/9203a2c868214c91b0e85bd1fc0e8ce3

Will merge to preserve automatic changelogs from packit. Note that this version can't work and so should not be built.

Pull-Request has been merged by vladimirslavik

10 months ago