#61 Update rawhide to upstream release 2.227.0
Merged 4 months ago by lsm5. Opened 5 months ago by packit.
rpms/ packit/container-selinux 2.227.0-rawhide-update-propose_downstream  into  rawhide

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

  /v2.222.0.tar.gz

  /v2.224.0.tar.gz

  /v2.226.0.tar.gz

+ /v2.227.0.tar.gz

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

  This repository is maintained by packit.

  https://packit.dev/

- The file was generated using packit 0.87.0.

+ The file was generated using packit 0.87.1.post1.dev11+gd1f7091b.

file modified
+1 -1
@@ -33,7 +33,7 @@ 

  # Keep Version in upstream specfile at 0. It will be automatically set

  # to the correct value by Packit for copr and koji builds.

  # IGNORE this comment if you're looking at it in dist-git.

- Version: 2.226.0

+ Version: 2.227.0

  Release: %autorelease

  License: GPL-2.0-only

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

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

- SHA512 (v2.226.0.tar.gz) = 9decb066c62779336c22c027a2d3870c3dc1fe0afaa80ad59c4058c0030e0867352955d568e297f2258ba855a2be0d70c0d257cb64543b8726ff0755d63e95f8

+ SHA512 (v2.227.0.tar.gz) = 604f6e8be89efb1dc6b70596149ea8cdd36958125dc740e3468757e732d452dda8b786b7d593bff099fb80fada369e54118a6d9e3eff0cdae2c15ac22c4acf04

Upstream tag: v2.227.0
Upstream commit: 289df825


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/container-selinux.git
cd container-selinux
git checkout 2.227.0-rawhide-update-propose_downstream
git push origin 2.227.0-rawhide-update-propose_downstream

Alternatively, if you already have the package repository cloned, you can just fetch the Packit's fork:

cd container-selinux
git remote add packit ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/container-selinux.git
git fetch packit refs/heads/2.227.0-rawhide-update-propose_downstream
git checkout 2.227.0-rawhide-update-propose_downstream
git push packit 2.227.0-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 lsm5

4 months ago