The current 1.4.2.1-1 zaptel package uses the %{fedora} macro in ways that will break if it isn't defined. This isn't a major problem in Fedora land, but does break EPEL builds of the package "as-is", which is too bad. I'd suggest two options : - Add a single line at the top of the file with : %{!?fedora:%define fedora 7} - Change the %if tests to become valid even when %{fedora} isn't defined : %if %{!?fedora:7}%{fedora} > 5 This would make the build without %{fedora} defined behave the same as when it's set to 7. Feel free to ignore this if you don't like the idea, but I hope you do consider making some changes ;-)
Removed usage of the %{fedora} macro in latest package.