Skip to content

Commit 37f2365

Browse files
Merge pull request #184 from g-maxime/spec
Fix packaging with rhel-like >= 10
2 parents f5f6974 + afce380 commit 37f2365

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Project/GNU/libzen.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ done
205205
%define devel_files %defattr(-,root,root,-)\
206206
%{_includedir}/ZenLib\
207207
%{_libdir}/%{name_without_0_ending}.so\
208-
%if 0%{?fedora} < 37 && 0%{?mageia} < 9 \
208+
%if 0%{?fedora} < 37 && 0%{?mageia} < 9 && 0%{?rhel} < 10 \
209209
%{_libdir}/%{name_without_0_ending}.la\
210210
%endif \
211211
%{_libdir}/pkgconfig/*.pc

0 commit comments

Comments
 (0)