Re: [ovs-dev] [PATCH 0/1] Fix Rhel spec file for kmod RPM

2016-01-28 Thread Thomas F Herbert
On 1/28/16 9:54 AM, Russell Bryant wrote: On 01/28/2016 08:48 AM, Thomas F Herbert wrote: In the process of building RPM's in OVS-OPNFV project, it was discovered that the Rhel spec file for building the kernel module RPM was broken in such a way to break depmod on kernel module installs.

Re: [ovs-dev] [PATCH 0/1] Fix Rhel spec file for kmod RPM

2016-01-28 Thread Russell Bryant
On 01/28/2016 10:45 AM, Thomas F Herbert wrote: > On 1/28/16 9:54 AM, Russell Bryant wrote: >> On 01/28/2016 08:48 AM, Thomas F Herbert wrote: >>> In the process of building RPM's in OVS-OPNFV project, it was >>> discovered that the >>> Rhel spec file for building the kernel module RPM was broken

[ovs-dev] [PATCH 0/1] Fix Rhel spec file for kmod RPM

2016-01-28 Thread Thomas F Herbert
In the process of building RPM's in OVS-OPNFV project, it was discovered that the Rhel spec file for building the kernel module RPM was broken in such a way to break depmod on kernel module installs. This fixes the spec file be deleting the reference to openvswitch.conf. Tested on Centos 7

Re: [ovs-dev] [PATCH 0/1] Fix Rhel spec file for kmod RPM

2016-01-28 Thread Russell Bryant
On 01/28/2016 08:48 AM, Thomas F Herbert wrote: > In the process of building RPM's in OVS-OPNFV project, it was discovered that > the > Rhel spec file for building the kernel module RPM was broken in such a way to > break > depmod on kernel module installs. > > This fixes the spec file be