#27 Update f38 to upstream release 1.11.1
Merged 7 months ago by gscrivano. Opened 7 months ago by packit.

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

  /crun-1.9.2.tar.xz

  /crun-1.10.tar.xz

  /crun-1.11.tar.xz

+ /crun-1.11.1.tar.xz

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

+ Version: 1.11.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.11.tar.xz) = b7a7af9d0cf27d966e37c6a8022f5628e4c90b446f39feab19b01e56c2396be078815716adf38d3ee8930890a24fdd2e501e462ee045e2734c7346e610f8ec7f

+ SHA512 (crun-1.11.1.tar.xz) = c539b57f8419724dd6e9d3b7d0a3ed8d2f0d1e9089df66aa0a811fdf73ca72bc160424dea1cc597b0f98576e011b92eac39a62c7fddb67772ac5cf173c96e3fa

Upstream tag: 1.11.1
Upstream commit: 1084f952


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.1-f38-update-propose_downstream

Alternatively, you can locally fetch the source branch of this PR from Packit's fork and push it (with a fix) to your fork:

git fetch https://src.fedoraproject.org/forks/packit/rpms/crun.git refs/heads/*:refs/remotes/packit/*
git checkout packit/1.11.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

Logs and details of the syncing: Packit dashboard

Pull-Request has been merged by gscrivano

7 months ago