#150 Update main to upstream release 41.10
Closed a month ago by jkonecny. Opened a month ago by packit.
rpms/ packit/anaconda 41.10-main-update-propose_downstream  into  main

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

  /anaconda-41.6.tar.bz2

  /anaconda-41.7.tar.bz2

  /anaconda-41.9.tar.bz2

+ /anaconda-41.10.tar.bz2

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

  Summary: Graphical system installer

  Name:    anaconda

- Version: 41.9

+ Version: 41.10

  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,7 @@ 

  Requires: kbd

  Requires: chrony

  Requires: systemd

- %if ! 0%{?rhel}

+ %if 0%{?rhel} > 10 || 0%{?fedora}

  Requires: systemd-resolved

  %endif

  Requires: python3-pid
@@ -477,6 +473,12 @@ 

  %{_prefix}/libexec/anaconda/dd_*

  

  %changelog

+ * Tue Apr 16 2024 Packit <hello@packit.dev> - 41.10-1

+ - network gui: use Capabilites API to guard adding of team device (rvykydal)

+ - network: add Capabilities property to API (rvykydal)

+ - Fix glade disable in Makefile (jkonecny)

+ - build: Install systemd-resolved in ELN aka RHEL-11 (kkoukiou)

+ 

  * Tue Apr 09 2024 Packit <hello@packit.dev> - 41.9-1

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

  

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

- SHA512 (anaconda-41.9.tar.bz2) = c02c450523623508724feb52b9000f6caa89811c947c71efd094ad216a8a61dcfe965b06c2dad45af46b8374c09b9725fa6e09bd09b8355386d10fb0a8171594

+ SHA512 (anaconda-41.10.tar.bz2) = 44f96f178aecaebd0098143ae471efadfd257743b9d3b88530947062c19aabfba197cb37e4ed3553053048e51ee5d88a38dbc6bbc69dff24670c1e924aa70663

Upstream tag: anaconda-41.10-1
Upstream commit: 9fd41c10


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.10-main-update-propose_downstream
git push origin 41.10-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.10-main-update-propose_downstream
git checkout 41.10-main-update-propose_downstream
git push packit 41.10-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

:exclamation: Changed default for the changelog entry generated by Packit

We would like to bring to your attention a recent update regarding the default changelog entry generated by Packit during release syncing. Going forward, the default changelog entry will be generated as follows:

- Update to version {version}

followed by a Bugzilla reference if thereis an open bug about a new upstream release.
This aligns with the Fedora Packaging Guidelines and has been agreed upon in this discussion. If you prefer a different behaviour, you can override this default in your configuration, e.g. by using custom command(s) in changelog-entry action (see example).

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/5fd10a3e458740e48575c5c1eee7e656

Pull-Request has been closed by jkonecny

a month ago