#141 Update main to upstream release 41.3
Closed 2 months ago by kkoukiou. Opened 3 months ago by packit.
rpms/ packit/anaconda 41.3-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.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.92.0.

+ The file was generated using packit 0.93.0.

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

  Summary: Graphical system installer

  Name:    anaconda

- Version: 41.2

+ Version: 41.3

  Release: 1%{?dist}

  License: GPL-2.0-or-later

  URL:     http://fedoraproject.org/wiki/Anaconda
@@ -122,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.
@@ -465,6 +467,13 @@ 

  %{_prefix}/libexec/anaconda/dd_*

  

  %changelog

+ * Tue Feb 27 2024 Packit <hello@packit.dev> - 41.3-1

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

+ - Add riscv64 support (U2FsdGVkX1)

+ - Do not use systemd-resolved in installer environment on RHEL (rvykydal)

+ - CONTRIBUTING: replace markdown with reStructuredText (pamolloy)

+ - Ignore GFS2 when looking for supported filesystems (vtrefny)

+ 

  * Tue Feb 20 2024 Packit <hello@packit.dev> - 41.2-1

  - Test for task category and category API (akankovs)

  - Creating categories dbus API for installation phases (akankovs)

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

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

+ SHA512 (anaconda-41.3.tar.bz2) = c6999c6c2896f3f4ec70d04320d575bbcb32301f605b4fa9b7fd912998737186ebcfa4a5b883bf4517f61ba4351e22f532b54ed43ede6cf7b765997f25fbf394

Upstream tag: anaconda-41.3-1
Upstream commit: 1f0dfdbf


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.3-main-update-propose_downstream
git push origin 41.3-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.3-main-update-propose_downstream
git checkout 41.3-main-update-propose_downstream
git push packit 41.3-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/0eb3975742484cb5ba19346c6d534993

Pull-Request has been closed by kkoukiou

2 months ago