diff mbox

[ovs-dev] xenserver: Add install files to RPM file list

Message ID 1492445933-9618-1-git-send-email-gvrose8192@gmail.com
State Accepted
Headers show

Commit Message

Gregory Rose April 17, 2017, 4:18 p.m. UTC
Add missing intall files to RPM file list to prevent file check error so
that RPM files will be built.

Signed-off-by: Greg Rose <gvrose8192@gmail.com>
---
 xenserver/openvswitch-xen.spec.in | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Ben Pfaff April 17, 2017, 4:38 p.m. UTC | #1
On Mon, Apr 17, 2017 at 09:18:53AM -0700, Greg Rose wrote:
> Add missing intall files to RPM file list to prevent file check error so
> that RPM files will be built.
> 
> Signed-off-by: Greg Rose <gvrose8192@gmail.com>

Thanks!  I applied this to master.

Would you mind figuring out similar fixes for branch-2.7 and branch-2.6?
I suspect that they'd be the same except that some of the files wouldn't
exist on those branches.
Gregory Rose April 17, 2017, 4:39 p.m. UTC | #2
On Mon, 2017-04-17 at 09:38 -0700, Ben Pfaff wrote:
> On Mon, Apr 17, 2017 at 09:18:53AM -0700, Greg Rose wrote:
> > Add missing intall files to RPM file list to prevent file check error so
> > that RPM files will be built.
> > 
> > Signed-off-by: Greg Rose <gvrose8192@gmail.com>
> 
> Thanks!  I applied this to master.
> 
> Would you mind figuring out similar fixes for branch-2.7 and branch-2.6?
> I suspect that they'd be the same except that some of the files wouldn't
> exist on those branches.

Sure, I'd be happy to.

- Greg
Gregory Rose April 17, 2017, 9:09 p.m. UTC | #3
On Mon, 2017-04-17 at 09:38 -0700, Ben Pfaff wrote:
> On Mon, Apr 17, 2017 at 09:18:53AM -0700, Greg Rose wrote:
> > Add missing intall files to RPM file list to prevent file check error so
> > that RPM files will be built.
> > 
> > Signed-off-by: Greg Rose <gvrose8192@gmail.com>
> 
> Thanks!  I applied this to master.
> 
> Would you mind figuring out similar fixes for branch-2.7 and branch-2.6?
> I suspect that they'd be the same except that some of the files wouldn't
> exist on those branches.

Ben, you can cherry pick commit 6d02480dc2 to branch-2.7 to fix that up
and I've just sent a patch for branch-2.6.

Thanks,

- Greg
diff mbox

Patch

diff --git a/xenserver/openvswitch-xen.spec.in b/xenserver/openvswitch-xen.spec.in
index 313dc4c..564fad6 100644
--- a/xenserver/openvswitch-xen.spec.in
+++ b/xenserver/openvswitch-xen.spec.in
@@ -456,6 +456,7 @@  exit 0
 /usr/share/openvswitch/scripts/ovs-ctl
 /usr/share/openvswitch/scripts/ovs-lib
 /usr/share/openvswitch/scripts/ovs-vtep
+/usr/share/openvswitch/scripts/ovndb-servers.ocf
 /usr/share/openvswitch/vswitch.ovsschema
 /usr/share/openvswitch/vtep.ovsschema
 /usr/sbin/ovs-bugtool
@@ -475,12 +476,14 @@  exit 0
 /usr/bin/ovsdb-client
 /usr/bin/ovsdb-tool
 /usr/bin/vtep-ctl
+/usr/bin/ovs-tcpdump
 /usr/lib/xsconsole/plugins-base/XSFeatureVSwitch.py
 /usr/share/man/man1/ovsdb-client.1.gz
 /usr/share/man/man1/ovsdb-server.1.gz
 /usr/share/man/man1/ovsdb-tool.1.gz
 /usr/share/man/man5/ovs-vswitchd.conf.db.5.gz
 /usr/share/man/man5/vtep.5.gz
+/usr/share/man/man7/ovs-fields.7.gz
 /usr/share/man/man8/ovs-appctl.8.gz
 /usr/share/man/man8/ovs-bugtool.8.gz
 /usr/share/man/man8/ovs-ctl.8.gz
@@ -495,6 +498,7 @@  exit 0
 /usr/share/man/man8/ovs-vsctl.8.gz
 /usr/share/man/man8/ovs-vswitchd.8.gz
 /usr/share/man/man8/vtep-ctl.8.gz
+/usr/share/man/man8/ovs-tcpdump.8.gz
 /var/lib/openvswitch
 /var/log/openvswitch
 %exclude /usr/lib/xsconsole/plugins-base/*.py[co]