Skip to content

Commit

Permalink
preserve old name as an alias and keep soft dependencies for the k8s …
Browse files Browse the repository at this point in the history
…variant
  • Loading branch information
stefanotorresi committed Nov 14, 2024
1 parent b680409 commit 11a76aa
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@ Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Provides: %{name} = %{version}-%{release}
Provides: trento-supportconfig-plugin = %{version}-%{release}
Obsoletes: trento-supportconfig-plugin <= %{version}-%{release}
Requires: supportconfig-plugin-resource
Requires: supportconfig-plugin-tag
#Requires: yq
#Requires: jq
#Requires: helm
#Requires: kubernetes-client
Suggests: yq
Suggests: jq
Suggests: helm
Suggests: kubernetes-client

%description
Supportconfig plugin for Trento.
Expand Down

0 comments on commit 11a76aa

Please sign in to comment.