#106 Update main to upstream release 40.1
Merged 9 months ago by m4rtink. Opened 9 months ago by packit.
rpms/ packit/anaconda 40.1-main-update-propose_downstream  into  main

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

  /anaconda-39.31.tar.bz2

  /anaconda-39.32.tar.bz2

  /anaconda-39.33.tar.bz2

+ /anaconda-40.1.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.79.0.post2+g93f33d9.

+ The file was generated using packit 0.79.1.post6+g144ce0c.

file modified
+19 -1
@@ -1,6 +1,6 @@ 

  Summary: Graphical system installer

  Name:    anaconda

- Version: 39.33

+ Version: 40.1

  Release: 1%{?dist}

  License: GPL-2.0-or-later

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

  %{_prefix}/libexec/anaconda/dd_*

  

  %changelog

+ * Wed Aug 30 2023 Packit <hello@packit.dev> - 40.1-1

+ - tests: Add a webui test case with EFI system (vtrefny)

+ - webui: Show error when mounting /boot/efi to a non-EFI partition (vtrefny)

+ - webui: Add /boot/efi to required mount points when in EFI mode (vtrefny)

+ - tests: Add support for running webui tests in an EFI VM (vtrefny)

+ - Update translations from Weblate for master (github-actions)

+ - j2 render: Preserve hashbangs (vslavik)

+ - j2 render: Flip logic for empty result (vslavik)

+ - j2 render: Clean up details (vslavik)

+ - webui: Do not show unusable devices in mount point assignment (vtrefny)

+ - webui: Enable mount point mapping based on filesystem not partition (vtrefny)

+ - webui: add basic test for sidebar navigation (#2233805) (rvykydal)

+ - webui: do not reset validity of step id moving to the same step (#2233805)

+   (rvykydal)

+ - webui: add offline version to BZ report dialog (rvykydal)

+ - webui: monitor network connection state from the Anaconda backend (rvykydal)

+ - Update translations from Weblate

+ 

  * Tue Aug 29 2023 Packit <hello@packit.dev> - 39.33-1

  - webui: Update request IDs when removing mount point row (vtrefny)

  - Update translations from Weblate for master (github-actions)

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

- SHA512 (anaconda-39.33.tar.bz2) = bc787310517cb71f8b88ac76204eb90340b92a1cc166434740efcada462f2ac2471e7fe714096f0bb177a5c5ceebd9d47b109fed62b2015c37337f5f5cca8893

+ SHA512 (anaconda-40.1.tar.bz2) = ac235608ec88153b4c532af9fea7f40048b26434c3d4be5a438d5232c8ab0a2b1ebbbbb1cbd19c978a0de5ebd67f90901b41472b0d8c0d52277a2dec5930b9b3

Upstream tag: anaconda-40.1-1
Upstream commit: 7d578345

If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork):

git fetch https://src.fedoraproject.org/forks/packit/rpms/anaconda.git refs/heads/*:refs/remotes/packit/*
git checkout packit/40.1-main-update-propose_downstream

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/0f92d5f26a864e80a4607f8d2eadcac4

Pull-Request has been merged by m4rtink

9 months ago