From 7f982ea90e004f6ccd8353853e9ae3d8a513edc4 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Fri, 27 Sep 2024 14:09:49 +0300 Subject: [PATCH] FIXUP: Make package builds work --- .github/workflows/ci.yml | 8 ++++---- install/linux/dangerzone.spec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0be9eb3bd..4d9676c19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/install/linux/dangerzone.spec b/install/linux/dangerzone.spec index 0da066243..adc6a054d 100644 --- a/install/linux/dangerzone.spec +++ b/install/linux/dangerzone.spec @@ -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