diff mbox

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

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

Commit Message

Gregory Rose April 17, 2017, 9:08 p.m. UTC
Add missing install 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 | 2 ++
 1 file changed, 2 insertions(+)

Comments

Gregory Rose April 19, 2017, 5:25 p.m. UTC | #1
On Mon, 2017-04-17 at 14:08 -0700, Greg Rose wrote:
> Add missing install 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>

I have not seen this patch committed to the 2.6 branch.  Nor did I see
commit 6d02480dc2 cherry-picked to the 2.7 branch.

Thanks,

- Greg

> ---
>  xenserver/openvswitch-xen.spec.in | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/xenserver/openvswitch-xen.spec.in b/xenserver/openvswitch-xen.spec.in
> index 313dc4c..f01652a 100644
> --- a/xenserver/openvswitch-xen.spec.in
> +++ b/xenserver/openvswitch-xen.spec.in
> @@ -475,6 +475,7 @@ 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
> @@ -495,6 +496,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]
Ben Pfaff April 20, 2017, 3:32 a.m. UTC | #2
On Mon, Apr 17, 2017 at 02:08:09PM -0700, Greg Rose wrote:
> Add missing install 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>

Applied to branch-2.6, thank you!
Ben Pfaff April 20, 2017, 3:34 a.m. UTC | #3
On Wed, Apr 19, 2017 at 10:25:11AM -0700, Greg Rose wrote:
> On Mon, 2017-04-17 at 14:08 -0700, Greg Rose wrote:
> > Add missing install 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>
> 
> I have not seen this patch committed to the 2.6 branch.  Nor did I see
> commit 6d02480dc2 cherry-picked to the 2.7 branch.

I've taken care of it now.  Thanks again!

(We're often behind on these things, but they rarely get lost because of
the tracker at https://patchwork.ozlabs.org/project/openvswitch/list/.)
Gregory Rose April 20, 2017, 11:15 a.m. UTC | #4
On Wed, 2017-04-19 at 20:34 -0700, Ben Pfaff wrote:
> On Wed, Apr 19, 2017 at 10:25:11AM -0700, Greg Rose wrote:
> > On Mon, 2017-04-17 at 14:08 -0700, Greg Rose wrote:
> > > Add missing install 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>
> > 
> > I have not seen this patch committed to the 2.6 branch.  Nor did I see
> > commit 6d02480dc2 cherry-picked to the 2.7 branch.
> 
> I've taken care of it now.  Thanks again!
> 
> (We're often behind on these things, but they rarely get lost because of
> the tracker at https://patchwork.ozlabs.org/project/openvswitch/list/.)

OK, thanks Ben.  That's good to know.

- Greg
diff mbox

Patch

diff --git a/xenserver/openvswitch-xen.spec.in b/xenserver/openvswitch-xen.spec.in
index 313dc4c..f01652a 100644
--- a/xenserver/openvswitch-xen.spec.in
+++ b/xenserver/openvswitch-xen.spec.in
@@ -475,6 +475,7 @@  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
@@ -495,6 +496,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]