#128 Update main to upstream release 40.14
Closed 4 months ago by jkonecny. Opened 5 months ago by packit.
rpms/ packit/anaconda 40.14-main-update-propose_downstream  into  main

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

  /anaconda-40.11.tar.bz2

  /anaconda-40.12.tar.bz2

  /anaconda-40.13.tar.bz2

+ /anaconda-40.14.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.87.1.post1.dev5+g6e286a7b.

+ The file was generated using packit 0.87.1.post1.dev7+g9f53ebb4.

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

  Summary: Graphical system installer

  Name:    anaconda

- Version: 40.13

+ Version: 40.14

  Release: 1%{?dist}

  License: GPL-2.0-or-later

  URL:     http://fedoraproject.org/wiki/Anaconda
@@ -465,6 +465,9 @@ 

  %{_prefix}/libexec/anaconda/dd_*

  

  %changelog

+ * Tue Dec 12 2023 Packit <hello@packit.dev> - 40.14-1

+ - CI related updates.

+ 

  * Tue Dec 05 2023 Packit <hello@packit.dev> - 40.13-1

  - Keyboard layout descriptions: more liberal language name check (awilliam)

  - Don't prepend random language to keyboard layout names (awilliam)

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

- SHA512 (anaconda-40.13.tar.bz2) = 4bb2970cd8450c2ed5e71c5a3ff75aa72bf21ae9fa2846be832a5f9dbe1849cfb51b2ff7601b95aae912e6147bbb19495361d7cb086095b5be34368d09f8c1ca

+ SHA512 (anaconda-40.14.tar.bz2) = 0ae9dc6695d7b616c230c628835ecd953cab8de72f95979c3fdb13a3f7395d0423c2b7a6a92a76c884a5350464856af72c1ce1cf2ba296bb82f6fcc48e5ccdf8

Upstream tag: anaconda-40.14-1
Upstream commit: de1cb8ad


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 40.14-main-update-propose_downstream
git push origin 40.14-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/40.14-main-update-propose_downstream
git checkout 40.14-main-update-propose_downstream
git push packit 40.14-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/9b3a3f4ef0e34b51a507d79c490c9a2a

Pull-Request has been closed by jkonecny

4 months ago