Compare commits

...
Sign in to create a new pull request.

7 commits

Author SHA1 Message Date
Packit
44f9d52793 [packit] 1.32.2 upstream release
Upstream tag: v1.32.2
Upstream commit: 050318f8
2023-10-30 18:18:31 +00:00
Packit
baa5db3d13 [packit] 1.32.1 upstream release
Upstream tag: v1.32.1
Upstream commit: bfd436d1
2023-10-24 14:17:43 +00:00
Packit
90e666590b [packit] 1.32.0 upstream release
Upstream tag: v1.32.0
Upstream commit: 2326d492
2023-09-14 19:06:11 +00:00
Packit
f8a1f00f82 [packit] 1.31.3 upstream release
Upstream tag: v1.31.3
Upstream commit: 3ae75d4a

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/buildah.git refs/heads/*:refs/remotes/packit/*
git checkout packit/1.31.3-f37-update-propose_downstream
```
2023-08-24 20:53:23 +00:00
Lokesh Mandvekar
f828a92a5c use double quotes for buildtags
(cherry picked from commit 047a9f8cdf)
2023-08-11 14:10:50 -04:00
Lokesh Mandvekar
f99638235e fix buildtags
(cherry picked from commit 2ded9f0893)
2023-08-11 10:04:15 -04:00
Packit
4bd9b130c5 [packit] 1.31.2 upstream release
Upstream tag: v1.31.2
Upstream commit: d4d1d751

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/buildah.git refs/heads/*:refs/remotes/packit/*
git checkout packit/1.31.2-f37-update-propose_downstream
```
2023-08-10 17:59:10 +00:00
5 changed files with 63 additions and 5 deletions

5
.gitignore vendored
View file

@ -697,3 +697,8 @@
/v1.30.0.tar.gz
/v1.31.0.tar.gz
/v1.31.1.tar.gz
/v1.31.2.tar.gz
/v1.31.3.tar.gz
/v1.32.0.tar.gz
/v1.32.1.tar.gz
/v1.32.2.tar.gz

49
.packit.yaml Normal file
View file

@ -0,0 +1,49 @@
---
# See the documentation for more information:
# https://packit.dev/docs/configuration/
specfile_path: rpm/buildah.spec
upstream_tag_template: v{version}
srpm_build_deps:
- make
jobs:
- job: copr_build
trigger: pull_request
# keep in sync with https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next
enable_net: true
targets:
- fedora-all-x86_64
- fedora-all-aarch64
- fedora-eln-x86_64
- fedora-eln-aarch64
- centos-stream+epel-next-8-x86_64
- centos-stream+epel-next-8-aarch64
- centos-stream+epel-next-9-x86_64
- centos-stream+epel-next-9-aarch64
additional_repos:
- "copr://rhcontainerbot/podman-next"
# Run on commit to main branch
- job: copr_build
trigger: commit
owner: rhcontainerbot
project: podman-next
enable_net: true
- 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
View file

@ -0,0 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
The file was generated using packit 0.84.0.

View file

@ -35,8 +35,9 @@ Epoch: 102
# 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.31.1
License: Apache-2.0 and BSD-2-Clause and BSD-3-Clause and ISC and MIT and MPL-2.0
Version: 1.32.2
# The `AND` needs to be uppercase in the License for SPDX compatibility
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
Release: %autorelease
%if %{defined golang_arches_future}
ExclusiveArch: %{golang_arches_future}
@ -119,9 +120,9 @@ export CGO_CFLAGS+=" -m64 -mtune=generic -fcf-protection=full"
export CNI_VERSION=`grep '^# github.com/containernetworking/cni ' src/modules.txt | sed 's,.* ,,'`
export LDFLAGS="-X main.buildInfo=`date +%s` -X main.cniVersion=${CNI_VERSION}"
export BUILDTAGS='seccomp exclude_graphdriver_devicemapper $(hack/systemd_tag.sh) $hack/libsubid_tag.sh)'
export BUILDTAGS="seccomp exclude_graphdriver_devicemapper $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)"
%if !%{defined build_with_btrfs}
export BUILDTAGS+=' btrfs_noversion exclude_graphdriver_btrfs'
export BUILDTAGS+=" btrfs_noversion exclude_graphdriver_btrfs"
%endif
%gobuild -o bin/%{name} ./cmd/%{name}

View file

@ -1 +1 @@
SHA512 (v1.31.1.tar.gz) = 7375877d964197d0690542e1da0636b0a67cdf01f30ddbdd69cced5cfe4f8bb370b37ec58f2dffd2c2f048b897470d8fb06cd9f70c8e75df2aa6b19f86610f7b
SHA512 (v1.32.2.tar.gz) = 3a50e53e047aa0e23643d8751af1fb51a83fd51e5440111432eb34bdb07e95f24676a917b54409c223df444fe123c8df4aa9af435737cfdd02d0eda0d3f5bba1