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

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

  /anaconda-37.9.tar.bz2

  /anaconda-37.10.tar.bz2

  /anaconda-37.11.tar.bz2

+ /anaconda-37.12.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.52.2.dev24+geececf3.

+ The file was generated using packit 0.56.0.

file modified
+33 -3
@@ -1,7 +1,7 @@ 

  Summary: Graphical system installer

  Name:    anaconda

- Version: 37.11

- Release: 2%{?dist}

+ Version: 37.12

+ Release: 1%{?dist}

  License: GPLv2+ and MIT

  URL:     http://fedoraproject.org/wiki/Anaconda

  
@@ -192,8 +192,10 @@ 

  Requires: hfsplus-tools

  %endif

  %endif

- # kexec support

+ # kexec support except riscv64

+ %ifnarch riscv64

  Requires: kexec-tools

+ %endif

  # needed for proper driver disk support - if RPMs must be installed, a repo is needed

  Requires: createrepo_c

  # run's on TTY1 in install env
@@ -456,6 +458,34 @@ 

  %{_prefix}/libexec/anaconda/dd_*

  

  %changelog

+ * Tue Aug 02 2022 Packit <hello@packit.dev> - 37.12-1

+ - Web UI: Replace a newly translated string in tests (vponcova)

+ - Communicate media verification result clearly (vslavik)

+ - Fix: check that the password contains the username (songmingliang)

+ - Fixed required space check always including swap (ozobal)

+ - Hide the keyboard layout indicator in the passphrase dialog (#2070823) (vponcova)

+ - Call the check_duplicate_repo_names function (vponcova)

+ - Call the validate_repo_name function (vponcova)

+ - Call the get_unique_repo_name function (vponcova)

+ - Simplify the condition for the `disk_space` parameter in `suggest_swap_size` (vponcova)

+ - Remove the `quiet` parameter of the `suggest_swap_size` function (vponcova)

+ - Test the `suggest_swap_size` function (vponcova)

+ - Web UI: Don't wait for animations in the pixel tests (vponcova)

+ - Web UI: Show a context help about storage options (vponcova)

+ - Silence pylint warnings about crypt module (vslavik)

+ - Ignore no-member pylint detections on gi.repository (vslavik)

+ - Revert "Disable Pylint" (vslavik)

+ - bootloader/base.py: enable resume on arm64 (mihai.carabas)

+ - Disable kexec on RISC-V (imbearchild)

+ - simplify TestValues enum creation and usage (ethan)

+ - Disable Pylint (vslavik)

+ - Fix unit tests for python 3.11 (vslavik)

+ - Change the Python version to 3.11 in the makeupdates script (rvykydal)

+ - bootloader: do not consider non-ibft iscsi disk as usable for bootloader (rvykydal)

+ - Revert "Temporarily keep setter methods for Initial Setup" (vponcova)

+ - Revert "Temporarily keep setter methods for the Kdump add-on" (vponcova)

+ - Change default swap size for large-memory systems (pablomh)

+ 

  * Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 37.11-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

  

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

- SHA512 (anaconda-37.11.tar.bz2) = 65573aa443eb903eddace30eb6aab2412d8970b6436c3ae02a5eb550580b7ece47f8991b204a647a326676fc65e5841078ca966bbdd0a80cf100efec60431f68

+ SHA512 (anaconda-37.12.tar.bz2) = 90fa695b680ce8e8286b307e1dc2679db76caae216abe1f32a0fa1d21203338d46105709f05447f23ea71e2cc6af0e4ae8ce695e7b18851a6f424ea799734a97

Upstream tag: anaconda-37.12-1
Upstream commit: 4ddb7fbd

Build succeeded.

Pull-Request has been merged by m4rtink

2 years ago