#143 Update main to upstream release 41.5
Closed 2 months ago by kkoukiou. Opened 2 months ago by packit.
rpms/ packit/anaconda 41.5-main-update-propose_downstream  into  main

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

  /anaconda-40.21.tar.bz2

  /anaconda-41.1.tar.bz2

  /anaconda-41.2.tar.bz2

+ /anaconda-41.5.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.92.0.

+ The file was generated using packit 0.93.0.post1.dev5+g0048024e.

file modified
+14 -6
@@ -1,7 +1,7 @@ 

  Summary: Graphical system installer

  Name:    anaconda

- Version: 41.2

- Release: 2%{?dist}

+ Version: 41.5

+ Release: 1%{?dist}

  License: GPL-2.0-or-later

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

  
@@ -11,10 +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/5508

- # https://bugzilla.redhat.com/show_bug.cgi?id=2268505

- # Fix bootupd UEFI path to create an EFI boot manager entry

- Patch: 0001-bootupd-call-bootupctl-with-update-firmware.patch

  

  # Versions of required components (done so we make sure the buildrequires

  # match the requires versions of things).
@@ -126,7 +122,9 @@ 

  Requires: kbd

  Requires: chrony

  Requires: systemd

+ %if ! 0%{?rhel}

  Requires: systemd-resolved

+ %endif

  Requires: python3-pid

  

  # Required by the systemd service anaconda-fips.
@@ -221,6 +219,8 @@ 

  Requires: xfsprogs

  Requires: dosfstools

  Requires: e2fsprogs

+ # External tooling for managing NVMe-FC devices in the installation environment

+ Recommends: nvme-cli

  

  %description install-env-deps

  The anaconda-install-env-deps metapackage lists all installation environment
@@ -264,6 +264,8 @@ 

  Requires: ostree

  # used by ostree command for native containers

  Requires: skopeo

+ # External tooling for managing NVMe-FC devices in the installation environment

+ Requires: nvme-cli

  

  %description install-img-deps

  The anaconda-install-img-deps metapackage lists all boot.iso installation
@@ -331,6 +333,7 @@ 

  Requires: dracut-live

  Requires: xz

  Requires: python3-kickstart

+ Requires: iputils

  

  %description dracut

  The 'anaconda' dracut module handles installer-specific boot tasks and
@@ -469,6 +472,11 @@ 

  %{_prefix}/libexec/anaconda/dd_*

  

  %changelog

+ * Tue Mar 12 2024 Packit <hello@packit.dev> - 41.5-1

+ - Add release notes for flatpak_remote conf key (jkonecny)

+ - Move hardcoded flatpak remote to configuration (jkonecny)

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

+ 

  * Wed Mar 06 2024 Adam Williamson <awilliam@redhat.com> - 41.2-2

  - Backport PR #5508 to make bootupd create EFI boot manager entries (#2268505)

  

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

- SHA512 (anaconda-41.2.tar.bz2) = 7d90297993fc04d2d38b101583e7da10736223a894bc914da2a3b8eda734761fccc687e552df8836df7a6be8047c9e250b8367c5c55e4d1fdf3dbcd4a2246c25

+ SHA512 (anaconda-41.5.tar.bz2) = 60c198f073feddfe4fe7e7de7de14ec7c34124174ca4bdffdc353825ca3100159aa240cc870d11cf60c27916a173d7e64bcb1c91b633f91d53f122764f4d9384

Upstream tag: anaconda-41.5-1
Upstream commit: eac7e30e


If you need to do any change in this pull request, you can clone Packit's fork and push directly to the source branch of this PR (provided you have commit access to this repository):

git clone ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/anaconda.git
cd anaconda
git checkout 41.5-main-update-propose_downstream
git push origin 41.5-main-update-propose_downstream

Alternatively, if you already have the package repository cloned, you can just fetch the Packit's fork:

cd anaconda
git remote add packit ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/anaconda.git
git fetch packit refs/heads/41.5-main-update-propose_downstream
git checkout 41.5-main-update-propose_downstream
git push packit 41.5-main-update-propose_downstream

If you have the koji_build job configured as well, make sure to configure the allowed_pr_authors and/or allowed_committers (see the docs) since by default, Packit reacts only to its own PRs.


Before pushing builds/updates, please remember to check the new version against the packaging guidelines.

For example, please:

  • check that the new sources only contain permissible content
  • check that the license of the new version has not changed
  • check for any API/ABI and other changes that may break dependent packages
  • check the autogenerated changelog

Logs and details of the syncing: Packit dashboard

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/fd0231b268ab44d485663903a6a41343

Pull-Request has been closed by kkoukiou

2 months ago