Skip to content

Commit

Permalink
Use %if 0%{?_chum} to enable Chum metadata …
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Feb 15, 2023
1 parent 2307792 commit ce2c595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpm/sailfishos-chum-repository.spec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ regular SailfishOS:Chum repository and the SailfishOS:Chum:Testing repository.
Hence you might rather install the sailfishos-chum-gui RPM (e.g., via the
sailfishos-chum-gui-installer RPM), instead of the sailfishos-chum RPM.

%if "%{?vendor}" == "chum"
%if 0%{?_chum}
PackageName: SailfishOS:Chum repository configuration RPM
Type: generic
Categories:
Expand Down Expand Up @@ -82,7 +82,7 @@ regular SailfishOS:Chum repository and the SailfishOS:Chum:Testing repository.
Hence you might rather install the sailfishos-chum-gui RPM (e.g., via the
sailfishos-chum-gui-installer RPM), instead of the sailfishos-chum-testing RPM.

%if "%{?vendor}" == "chum"
%if 0%{?_chum}
PackageName: SailfishOS:Chum:Testing repository configuration RPM
Type: generic
Categories:
Expand Down

0 comments on commit ce2c595

Please sign in to comment.