Handling differences between EPEL and Fedora

Juerg Haefliger juergh at gmail.com
Fri Feb 22 08:51:03 UTC 2013


All,

I'm in the process of building the dracut package that goes along with
cloud-utils. I need to install different files for Fedora vs. EPEL
(due to the different versions of dracut). How is this best handled?
Can I just key off of a macro in the spec file?

%if fedora  <-- What goes here?
  cp A B C
%else
  cp X Y C
%endif

Or do  I need to check for the dracut version somehow? If so, how can
this be accomplished at package build time?

Thanks
...Juerg


More information about the cloud mailing list