Skip to content

Commit 5bf10b5

Browse files
Kanishk-BansalKanishk Bansal
andauthored
Fix with_check condition for libsoup (#16285)
Signed-off-by: Kanishk Bansal <kanbansal@microsoft.com> Co-authored-by: Kanishk Bansal <kanbansal@microsoft.com>
1 parent d696e90 commit 5bf10b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SPECS/libsoup/libsoup.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
124124
%find_lang %{name}-%{BaseVersion}
125125

126126
%check
127-
%if 0%{with_check}
127+
%if 0%{?with_check}
128128
%meson_test
129129
%endif
130130

0 commit comments

Comments
 (0)