Skip to content

Commit

Permalink
working on bumping suse
Browse files Browse the repository at this point in the history
  • Loading branch information
borgmanJeremy committed Dec 21, 2021
1 parent 171b906 commit 6c38b57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/rpm/flameshot.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

# fedora >= 30, rhel >=7
%define is_rhel_or_fedora (0%{?fedora} && 0%{?fedora} >= 30) || (0%{?rhel} && 0%{?rhel} >= 7)
# openSUSE Leap >= 15.2
%define is_suse_leap (0%{?is_opensuse} && 0%{?sle_version} >= 150200)
# openSUSE Leap >= 15.3
%define is_suse_leap (0%{?is_opensuse} && 0%{?sle_version} >= 150300)

Name: flameshot
Version: 0.10.1
Expand Down

0 comments on commit 6c38b57

Please sign in to comment.