#57 Update f39 to upstream release 1.14.4
Merged 3 months ago by gscrivano. Opened 3 months ago by packit.

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

  /crun-1.14.1.tar.xz

  /crun-1.14.2.tar.xz

  /crun-1.14.3.tar.xz

+ /crun-1.14.4.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.91.0.post1.dev4+ge6fd4a25.

+ The file was generated using packit 0.93.0.

file modified
+3 -3
@@ -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.3

+ Version: 1.14.4

  Release: %autorelease

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

  Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
@@ -116,11 +116,11 @@ 

  rm -rf %{buildroot}%{_prefix}/lib*

  

  %if %{defined krun_support}

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

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

  %endif

  

  %if %{defined wasm_support}

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

+ ln -s %{name} %{buildroot}%{_bindir}/%{name}-wasm

  %endif

  

  %files

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

- SHA512 (crun-1.14.3.tar.xz) = d6645c519ff00dda5def6d58240600d15e76969489918d51c0def2fee7dbad6374f83e5afc14a998d176aa2944765df5cd84c3031b265a1931ab23f2fc965fc1

+ SHA512 (crun-1.14.4.tar.xz) = 1681ea85de3540958b4d7efadcf22c6f47c991fc4681a5028404952567c0b1b0220ad0ce0e0f0d727da27d8e63495a8bfc43a13b3511b1455106fdfec2e32e49

Upstream tag: 1.14.4
Upstream commit: a220ca66


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.4-f39-update-propose_downstream
git push origin 1.14.4-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.14.4-f39-update-propose_downstream
git checkout 1.14.4-f39-update-propose_downstream
git push packit 1.14.4-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

3 months ago