Correct Fedora macro

This commit is contained in:
Laura Abbott 2018-11-14 10:07:04 -08:00
parent 71860be326
commit 878b6d46d5
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ Summary: The Linux kernel
%define debugbuildsenabled 1
# Kernel headers are being split out into a separate package
%if 0%{fedora}
%if 0%{?fedora}
%define with_headers 0
%define with_cross_headers 0
%endif