Skip to content

Commit

Permalink
FIXUP: Make package builds work
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio committed Sep 27, 2024
1 parent c70e0db commit 7f982ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,14 @@ jobs:
version: "22.04"
- distro: ubuntu
version: "23.10"
- distro: ubuntu
version: "24.04"
#- distro: ubuntu
# version: "24.04"
- distro: debian
version: bullseye
- distro: debian
version: bookworm
- distro: debian
version: trixie
#- distro: debian
# version: trixie
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion install/linux/dangerzone.spec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Name: dangerzone
%endif

Version: 0.7.0
Release: 2%{?dist}
Release: 1%{?dist}
Summary: Take potentially dangerous PDFs, office documents, or images and convert them to safe PDFs

License: AGPL-3.0
Expand Down

0 comments on commit 7f982ea

Please sign in to comment.