Skip to content

Commit

Permalink
rollback suse
Browse files Browse the repository at this point in the history
  • Loading branch information
borgmanJeremy committed Dec 21, 2021
1 parent 6c38b57 commit 31ad528
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Linux-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,9 @@ jobs:
arch: x86_64
}
- {
name: opensuse-leap-15.3,
name: opensuse-leap-15.2,
os: opensuse-leap,
symbol: 15.3,
symbol: 15.2,
arch: x86_64
}
steps:
Expand Down
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.3
%define is_suse_leap (0%{?is_opensuse} && 0%{?sle_version} >= 150300)
# openSUSE Leap >= 15.2
%define is_suse_leap (0%{?is_opensuse} && 0%{?sle_version} >= 150200)

Name: flameshot
Version: 0.10.1
Expand Down

0 comments on commit 31ad528

Please sign in to comment.