Skip to content

Commit

Permalink
fix: change %%define to %%global
Browse files Browse the repository at this point in the history
fedora-review
Spec use %global instead of %define unless justified.
Note: %define requiring justification: %define SHA256SUM0
ed22513e39107a88a088304d16eb6ae17fb477b84b555781def578aa5ccbb07e

Signed-off-by: Wesley H. Gimenes <[email protected]>
(cherry picked from commit 3a17b9a)
  • Loading branch information
wehagy committed Sep 5, 2023
1 parent 1f60fe0 commit 727ecb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion protonplus.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%define SHA256SUM0 ed22513e39107a88a088304d16eb6ae17fb477b84b555781def578aa5ccbb07e
%global SHA256SUM0 ed22513e39107a88a088304d16eb6ae17fb477b84b555781def578aa5ccbb07e

%global provider github
%global provider_tld com
Expand Down Expand Up @@ -115,6 +115,7 @@ appstream-util validate-relax --nonet \

%changelog
* Tue Sep 05 2023 Wesley H. Gimenes <[email protected]> - 0.4.6-2
- fix: change %%define to %%global
- fix: macros in changelog
- changed legacy license format to SPDX
- fix: W: dangerous-command-in-%%postun rm
Expand Down

0 comments on commit 727ecb1

Please sign in to comment.