#32 Update f39 to upstream release 1.11.2
Merged 6 months ago by gscrivano. Opened 6 months ago by packit.

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

  /crun-1.10.tar.xz

  /crun-1.11.tar.xz

  /crun-1.11.1.tar.xz

+ /crun-1.11.2.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.84.0.

+ The file was generated using packit 0.85.0.

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.11.1

+ Version: 1.11.2

  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.11.1.tar.xz) = c539b57f8419724dd6e9d3b7d0a3ed8d2f0d1e9089df66aa0a811fdf73ca72bc160424dea1cc597b0f98576e011b92eac39a62c7fddb67772ac5cf173c96e3fa

+ SHA512 (crun-1.11.2.tar.xz) = ae35ffb9bd1c7acebfd7f6236fa6a7ad524593d8f2cea1203f0e89023e9791d2d5bbc5c5cfc32ee5f18ad80662a1659076ab5f4d5ff74c6026842f2dd12be977

Upstream tag: 1.11.2
Upstream commit: ab0edeef


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.11.2-f39-update-propose_downstream
git push origin 1.11.2-f39-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.11.2-f39-update-propose_downstream
git checkout 1.11.2-f39-update-propose_downstream
git push packit 1.11.2-f39-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

Pull-Request has been merged by gscrivano

6 months ago