Skip to content

Commit

Permalink
Add new build type provides for enclave
Browse files Browse the repository at this point in the history
Add a provides tag (read by the open buildservice) for the new
enclave builder. Also add a recommends to eif_builder in
the systemdeps-core meta package
  • Loading branch information
schaefi committed Sep 11, 2024
1 parent 2e3cdd5 commit e267511
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/python-kiwi-spec-template
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,14 @@ Provides: kiwi-image-tbz-requires = %{version}-%{release}
Obsoletes: kiwi-image-tbz-requires < %{version}-%{release}
%if "%{_vendor}" != "debbuild"
Provides: kiwi-image:tbz
Provides: kiwi-image:enclave
%endif
# tools conditionally used by kiwi
%if 0%{?fedora} || 0%{?rhel} >= 8
Recommends: gnupg2
Recommends: apt
Recommends: dpkg
Recommends: eif_build
%endif
%if 0%{?suse_version}
Recommends: gpg2
Expand Down

0 comments on commit e267511

Please sign in to comment.