#38 Update rawhide to upstream release 1.12
Merged 6 months ago by gscrivano. Opened 6 months ago by packit.

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

  /crun-1.11.tar.xz

  /crun-1.11.1.tar.xz

  /crun-1.11.2.tar.xz

+ /crun-1.12.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.85.0.

+ The file was generated using packit 0.86.2.post1.dev2+g209847d1.

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

+ Version: 1.12

  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.2.tar.xz) = ae35ffb9bd1c7acebfd7f6236fa6a7ad524593d8f2cea1203f0e89023e9791d2d5bbc5c5cfc32ee5f18ad80662a1659076ab5f4d5ff74c6026842f2dd12be977

+ SHA512 (crun-1.12.tar.xz) = 3ed4d2c2b27ea1b9c0c68762e2eff0f18ee9efcd401a9f7fc984459f1b593def2a353484c8c0c5967fb2aae11df446aca4353346f843e3a0298d2400721ee488

Upstream tag: 1.12
Upstream commit: ce429cb2


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.12-rawhide-update-propose_downstream
git push origin 1.12-rawhide-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.12-rawhide-update-propose_downstream
git checkout 1.12-rawhide-update-propose_downstream
git push packit 1.12-rawhide-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