Compare commits
36 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d4d527c371 | ||
|
|
c0cc68f3e1 | ||
|
|
7c141b863e |
||
|
|
90ad4c354a |
||
|
|
a884e54cb0 |
||
|
|
6fc353cd85 | ||
|
|
5fedcf4ec6 | ||
|
|
7d0ac054b5 | ||
|
|
561d0ac58e | ||
|
|
fb16241361 | ||
|
|
6d07ec6d35 | ||
|
|
d76916f386 | ||
|
|
1b8d009750 | ||
|
|
9679193c21 | ||
|
|
932bf4d262 | ||
|
|
4939c53015 | ||
|
|
b6e01ac0fe | ||
|
|
000cb986c4 | ||
|
|
f38d0e1c25 | ||
|
|
bc8689debf | ||
|
|
c09e532cef | ||
|
|
a54dfc47ef | ||
|
|
8743ff42b9 | ||
|
|
3a31f6dc42 |
||
|
|
ce852ef3ee | ||
|
|
e95e0c0da3 | ||
|
|
6bf3dfee55 | ||
|
|
a40979722c |
||
|
|
045d9ed54d | ||
|
|
149ed1c0a8 | ||
|
|
2b30cd161d | ||
|
|
68cf6e550f |
||
|
|
bb9ef83dc2 | ||
|
|
2b187755e3 |
||
|
|
014ef23135 | ||
|
|
abe177cf0f |
4 changed files with 15 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -733,3 +733,5 @@
|
|||
/v1.41.4.tar.gz
|
||||
/v1.41.5.tar.gz
|
||||
/v1.42.0.tar.gz
|
||||
/v1.42.1.tar.gz
|
||||
/v1.42.2.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 1.12.0.
|
||||
The file was generated using packit 1.12.0.post1.dev20+g7d30dac21.
|
||||
|
|
|
|||
12
buildah.spec
12
buildah.spec
|
|
@ -11,6 +11,9 @@
|
|||
|
||||
%if %{defined fedora}
|
||||
%define build_with_btrfs 1
|
||||
%if 0%{?fedora} >= 43
|
||||
%define sequoia 1
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if %{defined rhel}
|
||||
|
|
@ -32,7 +35,7 @@ Epoch: 2
|
|||
# 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.42.0
|
||||
Version: 1.42.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
|
||||
|
|
@ -69,6 +72,9 @@ BuildRequires: libseccomp-devel
|
|||
%endif
|
||||
Requires: libseccomp >= 2.4.1-0
|
||||
Suggests: cpp
|
||||
%if %{defined sequoia}
|
||||
Requires: podman-sequoia
|
||||
%endif
|
||||
|
||||
%description
|
||||
The %{name} package provides a command line tool which can be used to
|
||||
|
|
@ -132,6 +138,10 @@ export BUILDTAGS+=" exclude_graphdriver_btrfs"
|
|||
export BUILDTAGS+=" libtrust_openssl"
|
||||
%endif
|
||||
|
||||
%if %{defined sequoia}
|
||||
export BUILDTAGS+=" containers_image_sequoia"
|
||||
%endif
|
||||
|
||||
%gobuild -o bin/%{name} ./cmd/%{name}
|
||||
%gobuild -o bin/imgtype ./tests/imgtype
|
||||
%gobuild -o bin/copy ./tests/copy
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (v1.42.0.tar.gz) = becea994798624b1bdc815bb74aeaabc90af6f90a16332f771d56d5d619ec73affff1671b835772064a0c5a4a317da08d6deba737aa4cf9111382888d4770649
|
||||
SHA512 (v1.42.2.tar.gz) = adb1de700db9b589639f6fd02cad95d9bedacb9d0363838315f33c978a8c900570d55af95073992ff69cff4f2a9d18776c5d786af294aaa1604144580c957414
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue