File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 1515%define qemu 1
1616# bats is included in the default repos (No epel/copr etc.)
1717%define distro_bats 1
18+ %if %{?fedora } >= 43
19+ %define sequoia 1
20+ %endif
1821%endif
1922
2023%if %{defined copr_username }
@@ -109,6 +112,10 @@ Requires: containers-common-extra >= 5:0.58.0-1
109112%else
110113Requires: containers-common-extra
111114%endif
115+ %if %{defined sequoia }
116+ Requires: podman-sequoia
117+ %endif
118+
112119Obsoletes: %{name }-quadlet <= 5:4.4.0-1
113120Provides: %{name }-quadlet = %{epoch }:%{version }-%{release }
114121
@@ -265,6 +272,11 @@ export BASEBUILDTAGS="$BASEBUILDTAGS libtrust_openssl"
265272
266273# build %%{name}
267274export BUILDTAGS= "$BASEBUILDTAGS $(hack/btrfs_installed_tag.sh)"
275+
276+ %if %{defined sequoia }
277+ export BUILDTAGS= "$BUILDTAGS containers_image_sequoia"
278+ %endif
279+
268280%gobuild -o bin/%{name } ./cmd/%{name }
269281
270282# build %%{name}-remote
You can’t perform that action at this time.
0 commit comments