We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0774389 commit 4a9f419Copy full SHA for 4a9f419
2 files changed
.github/workflows/build-copr-packages.yml
@@ -208,7 +208,7 @@ jobs:
208
runs-on: ubuntu-latest
209
strategy:
210
max-parallel: 1 # Run batches sequentially
211
- fail-fast: false
+ fail-fast: true # Stop subsequent batches if one fails (dependencies would fail anyway)
212
matrix: ${{ fromJson(needs.detect-changes.outputs.matrix) }}
213
steps:
214
- name: Checkout repository
packages/hyprgraphics/hyprgraphics.spec
@@ -51,7 +51,7 @@ Development files for %{name}.
51
%files
52
%license LICENSE
53
%doc README.md
54
-%{_libdir}/lib%{name}.so.3
+%{_libdir}/lib%{name}.so.4
55
%{_libdir}/lib%{name}.so.%{version}
56
57
%files devel
0 commit comments