Skip to content

Commit

Permalink
fixing leap
Browse files Browse the repository at this point in the history
  • Loading branch information
borgmanJeremy committed May 1, 2022
1 parent 4fe1dd8 commit 907601c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/rpm/flameshot.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# fedora >= 30, rhel >=7
%define is_rhel_or_fedora (0%{?fedora} && 0%{?fedora} >= 30) || (0%{?rhel} && 0%{?rhel} >= 7)
# openSUSE Leap >= 15.3
%define is_suse_leap (0%{?is_opensuse} && 0%{?sle_version} >= 150300)
%define is_suse_leap (0%{?is_opensuse} && 0%{?sle_version} >= 150200)

Name: flameshot
Version: 11.0.0
Expand Down

0 comments on commit 907601c

Please sign in to comment.