[packit] 4.6.0 upstream release
Upstream tag: v4.6.0 Upstream commit: 38e6fab9 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/podman.git refs/heads/*:refs/remotes/packit/* git checkout packit/4.6.0-rawhide-update-propose_downstream ```
This commit is contained in:
parent
223a82f86b
commit
8f90708bfa
1
.gitignore
vendored
1
.gitignore
vendored
@ -1831,3 +1831,4 @@
|
|||||||
/v4.5.1.tar.gz
|
/v4.5.1.tar.gz
|
||||||
/v4.6.0-rc1.tar.gz
|
/v4.6.0-rc1.tar.gz
|
||||||
/v4.6.0-rc2.tar.gz
|
/v4.6.0-rc2.tar.gz
|
||||||
|
/v4.6.0.tar.gz
|
||||||
|
41
.packit.yaml
Normal file
41
.packit.yaml
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
---
|
||||||
|
# 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/podman.spec
|
||||||
|
upstream_tag_template: v{version}
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- &copr
|
||||||
|
job: copr_build
|
||||||
|
trigger: pull_request
|
||||||
|
owner: rhcontainerbot
|
||||||
|
project: packit-builds
|
||||||
|
enable_net: true
|
||||||
|
srpm_build_deps:
|
||||||
|
- make
|
||||||
|
|
||||||
|
- <<: *copr
|
||||||
|
# Run on commit to main branch
|
||||||
|
trigger: commit
|
||||||
|
branch: main
|
||||||
|
project: podman-next
|
||||||
|
|
||||||
|
- job: propose_downstream
|
||||||
|
trigger: release
|
||||||
|
update_release: false
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-all
|
||||||
|
|
||||||
|
- job: koji_build
|
||||||
|
trigger: commit
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-all
|
||||||
|
|
||||||
|
- job: bodhi_update
|
||||||
|
trigger: commit
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-branched # rawhide updates are created automatically
|
3
README.packit
Normal file
3
README.packit
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
This repository is maintained by packit.
|
||||||
|
https://packit.dev/
|
||||||
|
The file was generated using packit 0.78.1.
|
@ -58,7 +58,7 @@ Epoch: 5
|
|||||||
# If that's what you're reading, Version must be 0, and will be updated by Packit for
|
# If that's what you're reading, Version must be 0, and will be updated by Packit for
|
||||||
# copr and koji builds.
|
# copr and koji builds.
|
||||||
# If you're reading this on dist-git, the version is automatically filled in by Packit.
|
# If you're reading this on dist-git, the version is automatically filled in by Packit.
|
||||||
Version: 4.6.0~rc2
|
Version: 4.6.0
|
||||||
License: Apache-2.0 and BSD-2-Clause and BSD-3-Clause and ISC and MIT and MPL-2.0
|
License: Apache-2.0 and BSD-2-Clause and BSD-3-Clause and ISC and MIT and MPL-2.0
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
%if %{defined golang_arches_future}
|
%if %{defined golang_arches_future}
|
||||||
@ -69,7 +69,7 @@ ExclusiveArch: aarch64 ppc64le s390x x86_64
|
|||||||
Summary: Manage Pods, Containers and Container Images
|
Summary: Manage Pods, Containers and Container Images
|
||||||
URL: https://%{name}.io/
|
URL: https://%{name}.io/
|
||||||
# All SourceN files fetched from upstream
|
# All SourceN files fetched from upstream
|
||||||
Source0: %{git0}/archive/v4.6.0-rc2.tar.gz
|
Source0: %{git0}/archive/v%{version}.tar.gz
|
||||||
Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{commit_plugins}.tar.gz
|
Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{commit_plugins}.tar.gz
|
||||||
Source2: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{commit_gvproxy}.tar.gz
|
Source2: %{git_gvproxy}/archive/%{commit_gvproxy}/%{repo_gvproxy}-%{commit_gvproxy}.tar.gz
|
||||||
Provides: %{name}-manpages = %{epoch}:%{version}-%{release}
|
Provides: %{name}-manpages = %{epoch}:%{version}-%{release}
|
||||||
@ -207,7 +207,7 @@ It is a symlink to %{_bindir}/%{name} and execs into the `%{name}sh` container
|
|||||||
when `%{_bindir}/%{name}sh is set as a login shell or set as os.Args[0].
|
when `%{_bindir}/%{name}sh is set as a login shell or set as os.Args[0].
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -Sgit -n %{name}-4.6.0-rc2
|
%autosetup -Sgit -n %{name}-%{version}
|
||||||
sed -i 's;@@PODMAN@@\;$(BINDIR);@@PODMAN@@\;%{_bindir};' Makefile
|
sed -i 's;@@PODMAN@@\;$(BINDIR);@@PODMAN@@\;%{_bindir};' Makefile
|
||||||
|
|
||||||
# untar dnsname
|
# untar dnsname
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
|
SHA512 (v4.6.0.tar.gz) = a0f045e3275f072abcf2e59636527f1b98b7579d7b64df37cbabbf1f9d2cb3852a95240f6145ccd81d4b31da0175003ab0043d269c75f9dfb31586065554c986
|
||||||
SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8
|
SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8
|
||||||
SHA512 (gvisor-tap-vsock-407efb5dcdb0f4445935f7360535800b60447544.tar.gz) = 8b9e687c8be7063641839b5764787ae82561635ae6410585a3c70552bed741e6a63154f55d0209a6408861d5ee76619a765e70b2deda37d38802f6e5b57f2a4c
|
SHA512 (gvisor-tap-vsock-407efb5dcdb0f4445935f7360535800b60447544.tar.gz) = 8b9e687c8be7063641839b5764787ae82561635ae6410585a3c70552bed741e6a63154f55d0209a6408861d5ee76619a765e70b2deda37d38802f6e5b57f2a4c
|
||||||
SHA512 (v4.6.0-rc2.tar.gz) = 96dc23df93269c5c83e15bfeb33606505205aef7ee2064f69babf6f4fae9c2d1a416d397f34119de30f1d086192b307771c67d66ae256ace1dfd4a24b7c675bf
|
|
||||||
|
Loading…
Reference in New Issue
Block a user