#45 Update to upstream release 37.12.3
Closed 2 years ago by m4rtink. Opened 2 years ago by packit.
rpms/ packit/anaconda 37.12.3-main-update  into  f37

file modified
+4
@@ -323,3 +323,7 @@ 

  /anaconda-37.10.tar.bz2

  /anaconda-37.11.tar.bz2

  /anaconda-37.12.tar.bz2

+ /anaconda-38.1.tar.bz2

+ /anaconda-38.2.tar.bz2

+ /anaconda-38.3.tar.bz2

+ /anaconda-37.12.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.56.0.

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

file modified
+107 -27
@@ -1,6 +1,6 @@ 

  Summary: Graphical system installer

  Name:    anaconda

- Version: 37.12

+ Version: 37.12.3

  Release: 1%{?dist}

  License: GPLv2+ and MIT

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

  %define nmver 1.0

  %define pykickstartver 3.41-1

  %define pypartedver 2.5-2

- %define pythonblivetver 1:3.4.0-1

+ %define pythonblivetver 1:3.4.4-3

  %define rpmver 4.15.0

  %define simplelinever 1.9.0-1

  %define subscriptionmanagerver 1.26
@@ -156,6 +156,9 @@ 

  The anaconda-core package contains the program which was used to install your

  system.

  

+ %if ! 0%{?rhel}

+ # do not provide the live subpackage on RHEL

+ 

  %package live

  Summary: Live installation specific files and dependencies

  BuildRequires: desktop-file-utils
@@ -173,6 +176,8 @@ 

  The anaconda-live package contains scripts, data and dependencies required

  for live installations.

  

+ %endif

+ 

  %package install-env-deps

  Summary: Installation environment specific dependencies

  Requires: udisks2-iscsi
@@ -399,6 +404,9 @@ 

  %dir %{_sysconfdir}/%{name}/profile.d

  %config %{_sysconfdir}/%{name}/profile.d/*

  

+ %if ! 0%{?rhel}

+ # do not provide the live subpackage on RHEL

+ 

  %files live

  %{_bindir}/liveinst

  %{_sbindir}/liveinst
@@ -409,6 +417,8 @@ 

  %{_datadir}/anaconda/gnome

  %{_sysconfdir}/xdg/autostart/*.desktop

  

+ %endif

+ 

  %if %use_cockpit

  %files webui

  %dir %{_datadir}/cockpit/anaconda-webui
@@ -458,32 +468,102 @@ 

  %{_prefix}/libexec/anaconda/dd_*

  

  %changelog

+ * Tue Sep 06 2022 Packit <hello@packit.dev> - 37.12.3-1

+ - Run yelp under liveuser with the right environment (vslavik)

+ 

+ * 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)

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

+ 

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

+ - Remove release builds from CI status page (#docs) (vslavik)

+ - Update the tests for the SELinux configuration (vponcova)

+ - Add release notes for RPMOSTree /sysroot mount as 'ro' (jkonecny)

+ - Documented required space always including swap (ozobal)

+ - Remove the DeprecatedSection class (vponcova)

+ - Remove the sensitive info logger (vponcova)

+ - Remove the _repos_lock property of the DNF payload class (vponcova)

+ - Remove the function get_locale_timezones (vponcova)

+ - Remove the THREAD_GEOLOCATION_REFRESH constant (vponcova)

+ - Add release notes for f37 vslavik PRs (#docs) (vslavik)

+ - Do not provide the anaconda-live subpackage on RHEL (vslavik)

+ - Add release note for no more copying /etc/resolv.conf (rvykydal)

+ - Add release note for rootpw --allow-ssh option (rvykydal)

+ - Fix growing installation size requirement (ozobal)

+ - Add a release note for the `inst.disklabel` boot option (vponcova)

+ - Add unit tests for the initialization of the default disk label type (vponcova)

+ - Prefer GPT instead of legacy MBR (vponcova)

+ - Support the `inst.disklabel` boot option (vponcova)

+ - Skip Kickstart version tests on RHEL (ozobal)

+ - Add unit tests for errors raised by the `ZFCPDiscoverTask` task (vponcova)

+ - rpm-ostree: Setup readonly sysroot for ostree & rw karg (#2086489) (tim)

+ - Document the Dependabot status (vponcova)

+ - Initialize empty disks on the Manual Partitioning screen (vponcova)

+ - Revert "Temporarily ignore the new version of the zfcp command" (jstodola)

+ - Revert "Ignore also ZFCPData temporarily" (jstodola)

+ - Allow to omit WWPN and LUN for NPIV-enabled zFCP devices (jstodola)

+ - Reduce the width of the zFCP dialog (jstodola)

+ 

  * 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)

+ - 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

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

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

+ SHA512 (anaconda-37.12.3.tar.bz2) = c9e679a6ef3c38408e55eda7a544107c377515496d37de319682e24f86c035b5d66af984a2ad0f45ed6db8bfaa681c39e53e6c4635a159a5b07cd73d36471859

Upstream tag: anaconda-37.12.3-1
Upstream commit: 6737c799

Build succeeded.

rebased onto 976f15c

2 years ago

Merge Failed.

This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset.
Warning:
Error merging src.fedoraproject.org/rpms/anaconda for 45,4c11598

Pull-Request has been closed by m4rtink

2 years ago