File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1111
1212%if %{defined fedora }
1313%define build_with_btrfs 1
14+ %if 0%{?fedora } >= 43
15+ %define sequoia 1
16+ %endif
1417%endif
1518
1619%if %{defined rhel }
@@ -69,6 +72,9 @@ BuildRequires: libseccomp-devel
6972%endif
7073Requires: libseccomp >= 2.4.1-0
7174Suggests: cpp
75+ %if %{defined sequoia }
76+ Requires: podman-sequoia
77+ %endif
7278
7379%description
7480The %{name } package provides a command line tool which can be used to
@@ -132,6 +138,10 @@ export BUILDTAGS+=" exclude_graphdriver_btrfs"
132138export BUILDTAGS+= " libtrust_openssl"
133139%endif
134140
141+ %if %{defined sequoia }
142+ export BUILDTAGS+= " containers_image_sequoia"
143+ %endif
144+
135145%gobuild -o bin/%{name } ./cmd/%{name }
136146%gobuild -o bin/imgtype ./tests/imgtype
137147%gobuild -o bin/copy ./tests/copy
You can’t perform that action at this time.
0 commit comments