Here's another version of the RHEL support patch.  I've applied
all of the comments from Andrew and Justin.  Andrew's point that
I wasn't building the kernel modules properly for RHEL means that
all of the kernel RPM support has been redone.  This patch also
adds support for RHEL 6.

The first patch fixes a bug I noticed while working on the second
patch.

Ben Pfaff (2):
  Fix force-reload-kmod initscript command implementations.
  Add RHEL 5/6 spec files and instructions.

 INSTALL.RHEL                                       |   61 +++++
 Makefile.am                                        |    2 +
 README                                             |    9 +-
 debian/openvswitch-switch.init                     |   42 ++--
 rhel/.gitignore                                    |    3 +
 rhel/automake.mk                                   |   30 +++
 {xenserver => rhel}/etc_init.d_openvswitch         |   49 +---
 rhel/etc_logrotate.d_openvswitch                   |   20 ++
 rhel/kmodtool-openvswitch-el5.sh                   |  273 ++++++++++++++++++++
 rhel/openvswitch-kmod-rhel5.spec.in                |   85 ++++++
 rhel/openvswitch-kmod-rhel6.spec.in                |   56 ++++
 rhel/openvswitch.spec.in                           |  137 ++++++++++
 ...sr_share_openvswitch_scripts_sysconfig.template |   20 ++
 xenserver/etc_init.d_openvswitch                   |    4 +-
 14 files changed, 731 insertions(+), 60 deletions(-)
 create mode 100644 INSTALL.RHEL
 create mode 100644 rhel/.gitignore
 create mode 100644 rhel/automake.mk
 copy {xenserver => rhel}/etc_init.d_openvswitch (62%)
 create mode 100644 rhel/etc_logrotate.d_openvswitch
 create mode 100755 rhel/kmodtool-openvswitch-el5.sh
 create mode 100644 rhel/openvswitch-kmod-rhel5.spec.in
 create mode 100644 rhel/openvswitch-kmod-rhel6.spec.in
 create mode 100644 rhel/openvswitch.spec.in
 create mode 100644 rhel/usr_share_openvswitch_scripts_sysconfig.template

-- 
1.7.4.4

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to