#47 Update f38 to upstream release 1.14.1
Merged 3 months ago by gscrivano. Opened 3 months ago by packit.

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

  /crun-1.12.tar.xz

  /crun-1.13.tar.xz

  /crun-1.14.tar.xz

+ /crun-1.14.1.tar.xz

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

  This repository is maintained by packit.

  https://packit.dev/

- The file was generated using packit 0.89.0.post1.dev4+gabf90471.

+ The file was generated using packit 0.90.0.post1.dev9+g1f0325d1.

file modified
+1 -1
@@ -37,7 +37,7 @@ 

  # If that's what you're reading, Version must be 0, and will be updated by Packit for

  # copr and koji builds.

  # If you're reading this on dist-git, the version is automatically filled in by Packit.

- Version: 1.14

+ Version: 1.14.1

  Release: %autorelease

  URL: https://github.com/containers/%{name}

  Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz

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

- SHA512 (crun-1.14.tar.xz) = ec0dbbc6a0ad0f0beaf9384b2eda3b3d2ddbde1934f72312309cce9aeb38cf61937df7a5863a702e04251c511d6c5c56626e63b1f59a4c1cfeecd939f7c79f9d

+ SHA512 (crun-1.14.1.tar.xz) = 4a45941e8257b5180e30bcd5b40837c632261187508693002c02c33764bc8e031a3c9345d8a5e5989a5427c7f237595c457f1eb8cdc7967867976cc4abe6bc5a

Upstream tag: 1.14.1
Upstream commit: de537a79


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/crun.git
cd crun
git checkout 1.14.1-f38-update-propose_downstream
git push origin 1.14.1-f38-update-propose_downstream

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

cd crun
git remote add packit ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/crun.git
git fetch packit refs/heads/1.14.1-f38-update-propose_downstream
git checkout 1.14.1-f38-update-propose_downstream
git push packit 1.14.1-f38-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

:warning: Changed behaviour of loading the Packit configuration for koji_build and bodhi_update jobs

We would like to bring to your attention a recent update regarding the loading of Packit configuration for koji_build and bodhi_update jobs. Going forward, the configuration for these jobs will be loaded from the default repository branch (rawhide) instead of the respective branches. This aligns with the behavior of the pull_from_upstream job. We believe this adjustment will simplify the onboarding process and enhance the overall user experience.

Logs and details of the syncing: Packit dashboard

Pull-Request has been merged by gscrivano

3 months ago