#42 Update to upstream release 38.3
Merged 2 years ago by m4rtink. Opened 2 years ago by packit.
rpms/ packit/anaconda 38.3-main-update  into  main

file modified
+1
@@ -325,3 +325,4 @@ 

  /anaconda-37.12.tar.bz2

  /anaconda-38.1.tar.bz2

  /anaconda-38.2.tar.bz2

+ /anaconda-38.3.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.57.1.dev6+g0146236.

+ The file was generated using packit 0.59.1.dev3+g4b30b85.

file modified
+43 -13
@@ -1,6 +1,6 @@ 

  Summary: Graphical system installer

  Name:    anaconda

- Version: 38.2

+ Version: 38.3

  Release: 1%{?dist}

  License: GPLv2+ and MIT

  URL:     http://fedoraproject.org/wiki/Anaconda
@@ -24,6 +24,7 @@ 

  %else

  %bcond_with live

  %endif

+ %define cockpitver 275

  %define dasbusver 1.3

  %define dbusver 1.2.3

  %define dnfver 3.6.0
@@ -258,8 +259,12 @@ 

  %if %use_cockpit

  %package webui

  Summary: Cockpit based user interface for the Anaconda installer

- Requires: cockpit-bridge

- Requires: cockpit-ws

+ Requires: cockpit-bridge >= %{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

+ # it can normally fall back to a regular browser. This does not work in the limited installer

+ # environment, so we need to make sure the WebKit API is available.

+ Requires: webkit2gtk4.1

  

  %description webui

  This package contains Cockpit based user interface for the Anaconda installer.
@@ -485,17 +490,42 @@ 

  %{_prefix}/libexec/anaconda/dd_*

  

  %changelog

+ * Tue Aug 30 2022 Packit <hello@packit.dev> - 38.3-1

+ - Add --hibernation option for Kickstart autopart (ozobal)

+ - Docs: How to run non-unit tests in CI standalone (#docs) (vslavik)

+ - Define more macros for cppcheck (vslavik)

+ - Infra templating script improvements (vslavik)

+ - infra: bump @patternfly/patternfly from 4.202.1 to 4.206.3 in /ui/webui (49699333+dependabot[bot])

+ - webui: clean up prepare-updates-img (allison.karlitskaya)

+ - Adjust dependencies of the anaconda-webui package (mkolman)

+ - test: Update to cockpit 275 (allison.karlitskaya)

+ - Add test for dracut_eject (vslavik)

+ - Add test for ipmi_abort (vslavik)

+ - Add test for ipmi_report (vslavik)

+ - Simplify test_detect_virtualized_platform (vslavik)

+ - Rewrite test_vt_activate to use patch (vslavik)

+ - webui: build RPMs inside the fedora-37 image (allison.karlitskaya)

+ - Web UI: update target name in test documentation (rvykydal)

+ - Verify a biosboot partition on all installation targets (vponcova)

+ - Define the install_targets property for all bootloader classes (vponcova)

+ - Test the InstallerStorage.copy method (vponcova)

+ - Show multiple bootloader devices on the Manual Partitioning screen (vponcova)

+ - Implement the Root.copy method (vponcova)

+ - Redefine the Blivet.roots attribute (vponcova)

+ - Redefine the Blivet.copy method (vponcova)

+ - Add infrastructure templating tools (ozobal)

+ 

  * Fri Aug 19 2022 Packit <hello@packit.dev> - 38.2-1

- - Fix building for RHEL/ELN without live installer (sgallagh)

- - Remove the SimpleConfigFile class (vponcova)

- - Don't use the SimpleConfigFile class (vponcova)

- - Add a function for splitting values into two strings (vponcova)

- - Move DNF code from the payload manager to the DNF payload (vponcova)

- - Remove the restart_thread method of the payload manager (vponcova)

- - Simplify the implementation of the payload manager (vponcova)

- - Remove error messages from the payload manager (vponcova)

- - Keep the "Setting up installation source..." message in a new constant (vponcova)

- - Remove the WAITING_NETWORK state of the payload manager (vponcova)

+ - Fix building for RHEL/ELN without live installer (sgallagh)

+ - Remove the SimpleConfigFile class (vponcova)

+ - Don't use the SimpleConfigFile class (vponcova)

+ - Add a function for splitting values into two strings (vponcova)

+ - Move DNF code from the payload manager to the DNF payload (vponcova)

+ - Remove the restart_thread method of the payload manager (vponcova)

+ - Simplify the implementation of the payload manager (vponcova)

+ - Remove error messages from the payload manager (vponcova)

+ - Keep the "Setting up installation source..." message in a new constant (vponcova)

+ - Remove the WAITING_NETWORK state of the payload manager (vponcova)

  - Remove the VERIFYING_AVAILABILITY state of the payload manager (vponcova)

  

  * Mon Aug 15 2022 Packit <hello@packit.dev> - 38.1-1

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

- SHA512 (anaconda-38.2.tar.bz2) = 337241eb3b2751305a8badd3ac27f2d4b27db45e679cafc513d348f970eedc973722b93605d89504365dad5df22cc447fc6f7d234274ead88f422bd2b9dc1a63

+ SHA512 (anaconda-38.3.tar.bz2) = d816ab46a87e40bdb8cf12906e71f9d9b870ec378bf824c0dd03bff6e7b202e40232f2535a8e28842b784051f580fe5b9457777a23cbe50abc3b63498d314925

Upstream tag: anaconda-38.3-1
Upstream commit: aa8837c4

Build succeeded.

Pull-Request has been merged by m4rtink

2 years ago