X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=rhel%2Fautomake.mk;h=3bdc4cedf976f1984998371c18449364973cc3eb;hb=d8fe0a6ac8e9a21917ba4faab9e2a376e2a1a9fc;hp=4c1d7821a41a1bb15770298c52e366177648c900;hpb=986390c3ab79ec7447240de539a673e3621c0bd8;p=sliver-openvswitch.git diff --git a/rhel/automake.mk b/rhel/automake.mk index 4c1d7821a..3bdc4cedf 100644 --- a/rhel/automake.mk +++ b/rhel/automake.mk @@ -17,9 +17,14 @@ EXTRA_DIST += \ rhel/openvswitch-kmod-rhel5.spec.in \ rhel/openvswitch-kmod-rhel6.spec \ rhel/openvswitch-kmod-rhel6.spec.in \ + rhel/openvswitch-kmod-fedora.spec \ + rhel/openvswitch-kmod-fedora.spec.in \ rhel/openvswitch.spec \ rhel/openvswitch.spec.in \ - rhel/usr_share_openvswitch_scripts_sysconfig.template + rhel/openvswitch-fedora.spec \ + rhel/openvswitch-fedora.spec.in \ + rhel/usr_share_openvswitch_scripts_sysconfig.template \ + rhel/usr_lib_systemd_system_openvswitch.service update_rhel_spec = \ ($(ro_shell) && sed -e 's,[@]VERSION[@],$(VERSION),g') \ @@ -32,5 +37,11 @@ $(srcdir)/rhel/openvswitch-kmod-rhel5.spec: rhel/openvswitch-kmod-rhel5.spec.in $(srcdir)/rhel/openvswitch-kmod-rhel6.spec: rhel/openvswitch-kmod-rhel6.spec.in $(top_builddir)/config.status $(update_rhel_spec) +$(srcdir)/rhel/openvswitch-kmod-fedora.spec: rhel/openvswitch-kmod-fedora.spec.in $(top_builddir)/config.status + $(update_rhel_spec) + $(srcdir)/rhel/openvswitch.spec: rhel/openvswitch.spec.in $(top_builddir)/config.status $(update_rhel_spec) + +$(srcdir)/rhel/openvswitch-fedora.spec: rhel/openvswitch-fedora.spec.in $(top_builddir)/config.status + $(update_rhel_spec)