#17 Update f37 to upstream release 1.9.2
Merged 9 months ago by gscrivano. Opened 9 months ago by packit.

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

  /crun-1.8.7.tar.xz

  /crun-1.9.tar.xz

  /crun-1.9.1.tar.xz

+ /crun-1.9.2.tar.xz

file modified
+6 -1
@@ -15,7 +15,9 @@ 

  jobs:

    - job: copr_build

      trigger: pull_request

-     # keep in sync with https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next

+     notifications:

+       failure_comment:

+         message: "Ephemeral COPR build failed. @containers/packit-build please check."

      targets:

        - fedora-all-x86_64

        - fedora-all-aarch64
@@ -31,6 +33,9 @@ 

    # Run on commit to main branch

    - job: copr_build

      trigger: commit

+     notifications:

+       failure_comment:

+         message: "podman-next COPR build failed. @containers/packit-build please check."

      branch: main

      owner: rhcontainerbot

      project: podman-next

file modified
+2 -4
@@ -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.9.1

+ Version: 1.9.2

  Release: %autorelease

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

  Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
@@ -117,8 +117,6 @@ 

  

  %if %{defined krun_support}

  ln -s %{_bindir}/%{name} %{buildroot}%{_bindir}/krun

- %else

- rm -f %{buildroot}%{_mandir}/man1/krun.1

  %endif

  

  %if %{defined wasm_support}
@@ -128,7 +126,7 @@ 

  %files

  %license COPYING

  %{_bindir}/%{name}

- %{_mandir}/man1/crun.1.gz

+ %{_mandir}/man1/%{name}.1.gz

  

  %if %{defined krun_support}

  %files krun

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

- SHA512 (crun-1.9.1.tar.xz) = 5de6d16b2db3aaa5ec6fe9afc0df72eae5936fec2289fd31159ed81f39c73b8c61834ae587348ab76736394094333fdc0d7ecfa2002dd50f7430bf57627998f8

+ SHA512 (crun-1.9.2.tar.xz) = 277010c1057f5be2d75870685e539868f7289171ee607b15aab928ad9aeb176b17e6ab5a830495990307314b09791b7d2b93c2e731fd33dfd4cd9b5342db29f1

Upstream tag: 1.9.2
Upstream commit: 35274d34


If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit's fork):

git fetch https://src.fedoraproject.org/forks/packit/rpms/crun.git refs/heads/*:refs/remotes/packit/*
git checkout packit/1.9.2-f37-update-propose_downstream

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

Pull-Request has been merged by gscrivano

9 months ago