Skip to content

Commit

Permalink
Use %if 0%{?_chum} to enable Chum metadata …
Browse files Browse the repository at this point in the history
… conditionally, see #149 (comment)
  • Loading branch information
Olf0 authored Feb 15, 2023
1 parent 55fe0c7 commit b537942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/sailfishos-chum-gui.spec
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ SailfishOS:Chum GUI is a graphical application for managing software packages fr

# This description section includes the metadata for SailfishOS:Chum, see
# https://github.com/sailfishos-chum/main/blob/main/Metadata.md
%if "%{?vendor}" == "chum"
%if 0%{?_chum}
PackageName: SailfishOS:Chum GUI application
Type: desktop-application
Categories:
Expand Down

0 comments on commit b537942

Please sign in to comment.