Created attachment 881375 [details] fix specfile conditionals for non-fedora system Description of problem: %fedora macro is not defined on non-fedora system and thus some conditional in the specfile fail to evaluate on non-Fedora systems : %if 0%{fedora} >= 21 The conditional should be rewrite into : %if 0%{?fedora} >= 21 The attached patch does just that.
This will be included in the 2.4 package
This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle. Changing version to '22'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22