Compare commits
24 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5d1f628f02 |
||
|
|
9e3df5f06f | ||
|
|
b2fdea3451 | ||
|
|
8db93b4077 | ||
|
|
f33617b79a | ||
|
|
d1928b6dd4 | ||
|
|
08f785493b | ||
|
|
377e8b8fb3 | ||
|
|
e2f1945be0 | ||
|
|
079e4cbef0 | ||
|
|
e99ea1d6ca | ||
|
|
30cf33a1ef | ||
|
|
d4b88e6b35 | ||
|
|
f2b2fc8006 | ||
|
|
ed279c618b |
||
|
|
74078a020a | ||
|
|
069e443984 | ||
|
|
d4fefc17f7 |
||
|
|
8aeee2bca8 | ||
|
|
085b06d858 | ||
|
|
658b0390ce | ||
|
|
7fdbf4eccf | ||
|
|
f48a49f3f8 | ||
|
|
7c8f6513fd |
4 changed files with 3 additions and 15 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -733,5 +733,3 @@
|
|||
/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.post1.dev20+g7d30dac21.
|
||||
The file was generated using packit 1.12.0.
|
||||
|
|
|
|||
12
buildah.spec
12
buildah.spec
|
|
@ -11,9 +11,6 @@
|
|||
|
||||
%if %{defined fedora}
|
||||
%define build_with_btrfs 1
|
||||
%if 0%{?fedora} >= 43
|
||||
%define sequoia 1
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if %{defined rhel}
|
||||
|
|
@ -35,7 +32,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.2
|
||||
Version: 1.42.0
|
||||
# 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
|
||||
|
|
@ -72,9 +69,6 @@ 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
|
||||
|
|
@ -138,10 +132,6 @@ 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.2.tar.gz) = adb1de700db9b589639f6fd02cad95d9bedacb9d0363838315f33c978a8c900570d55af95073992ff69cff4f2a9d18776c5d786af294aaa1604144580c957414
|
||||
SHA512 (v1.42.0.tar.gz) = becea994798624b1bdc815bb74aeaabc90af6f90a16332f771d56d5d619ec73affff1671b835772064a0c5a4a317da08d6deba737aa4cf9111382888d4770649
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue