Skip to content

Commit

Permalink
feat: rpm: enable weak dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
M0Rf30 committed May 10, 2024
1 parent c141dba commit 15ddbc3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/rpm/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ Requires: {{join .}}
{{- with .MakeDepends}}
BuildRequires: {{join .}}
{{- end }}
{{- with .OptDepends}}
Recommends: {{join .}}
{{- end }}
{{- with .OptDepends}}
Suggests: {{join .}}
{{- end }}
{{- if .PkgDest}}
%define _rpmdir {{.PkgDest}}
Expand Down

0 comments on commit 15ddbc3

Please sign in to comment.