2.221 upstream release
Upstream tag: v2.221 Upstream commit: ed30ab0d 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/container-selinux.git refs/heads/*:refs/remotes/packit/* git checkout packit/2.221-rawhide-update-propose_downstream ```
This commit is contained in:
parent
5e76ec1dc9
commit
507a53d1e9
1
.gitignore
vendored
1
.gitignore
vendored
@ -214,3 +214,4 @@
|
||||
/v2.217.0.tar.gz
|
||||
/v2.218.0.tar.gz
|
||||
/v2.219.0.tar.gz
|
||||
/v2.221.tar.gz
|
||||
|
30
.packit.yaml
30
.packit.yaml
@ -2,43 +2,29 @@
|
||||
# See the documentation for more information:
|
||||
# https://packit.dev/docs/configuration/
|
||||
|
||||
# Build targets can be found at:
|
||||
# https://copr.fedorainfracloud.org/coprs/rhcontainerbot/packit-builds/
|
||||
|
||||
specfile_path: rpm/container-selinux.spec
|
||||
upstream_tag_template: v{version}
|
||||
|
||||
srpm_build_deps:
|
||||
- make
|
||||
|
||||
jobs:
|
||||
- &copr
|
||||
job: copr_build
|
||||
# Run on every PR
|
||||
- job: copr_build
|
||||
trigger: pull_request
|
||||
owner: rhcontainerbot
|
||||
project: packit-builds
|
||||
enable_net: true
|
||||
# x86_64 is assumed by default
|
||||
# container-selinux is noarch so we only need to test on one arch
|
||||
targets: &pr_copr_targets
|
||||
- fedora-all
|
||||
- centos-stream-9
|
||||
- centos-stream-8
|
||||
srpm_build_deps:
|
||||
- make
|
||||
|
||||
- <<: *copr
|
||||
# Run on commit to main branch
|
||||
# Run on commit to main branch
|
||||
- job: copr_build
|
||||
trigger: commit
|
||||
branch: main
|
||||
owner: rhcontainerbot
|
||||
project: podman-next
|
||||
targets:
|
||||
- fedora-all-aarch64
|
||||
- fedora-all-ppc64le
|
||||
- fedora-all-s390x
|
||||
- fedora-all-x86_64
|
||||
- centos-stream+epel-next-9-aarch64
|
||||
- centos-stream+epel-next-9-ppc64le
|
||||
- centos-stream+epel-next-9-s390x
|
||||
- centos-stream+epel-next-9-x86_64
|
||||
enable_net: true
|
||||
|
||||
# All tests specified in the `/plans/` subdir
|
||||
# FIXME: uncomment e2e tests after disk space issues resolved on testing farm
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.77.0.post2+g06f877b.
|
||||
The file was generated using packit 0.78.2.post2+g81828af.
|
||||
|
@ -33,7 +33,7 @@ Epoch: 2
|
||||
# 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.219.0
|
||||
Version: 2.221
|
||||
Release: %autorelease
|
||||
License: GPL-2.0-only
|
||||
URL: https://github.com/containers/%{name}
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v2.219.0.tar.gz) = 469987579a645b1b7df843e2f3e11b74c798ebe0774cc021f6aa24e4c365c2eb65397ad918f89a0734119dcb803ddac622b1420a998bd3d1e34b7dd3c13e8cc3
|
||||
SHA512 (v2.221.tar.gz) = bc00af81076bc1ab468f67dfcb9affff7d335c613d5a859637b0d6d63d42fd86e93057ac84e1549d3d41c787b24e36f194880c04e5e29c5bf6b7ed0004cf1074
|
||||
|
Loading…
Reference in New Issue
Block a user