Add -allowerasing to resolve issues with rawhide

This commit is contained in:
Isaac Connor
2026-02-05 09:27:04 -05:00
parent 1222fbca56
commit b0e4e643b0
2 changed files with 2 additions and 2 deletions

View File

@@ -114,7 +114,7 @@ jobs:
- name: Install build dependencies
run: |
set -eux
dnf -y builddep distros/redhat/zoneminder.spec
dnf -y -allowerasing builddep distros/redhat/zoneminder.spec
- name: Determine version and prepare sources
id: version

View File

@@ -108,7 +108,7 @@ jobs:
- name: Install build dependencies
run: |
set -eux
dnf -y builddep distros/redhat/zoneminder.spec
dnf -allowerasing -y builddep distros/redhat/zoneminder.spec
- name: Determine version and prepare sources
id: version