diff mbox

[ovs-dev] rhel: Fix RHEL package build breakage

Message ID 1466733877-17020-1-git-send-email-aatteka@ovn.org
State Accepted
Headers show

Commit Message

Ansis Atteka June 24, 2016, 2:04 a.m. UTC
This patch fixes following error:

error: Installed (but unpackaged) file(s) found:
   /usr/bin/ovs-tcpdump
   /usr/share/man/man8/ovs-tcpdump.8.gz

Signed-off-by: Ansis Atteka <aatteka@ovn.org>
---
 rhel/openvswitch.spec.in | 2 ++
 1 file changed, 2 insertions(+)

Comments

Daniele Di Proietto June 24, 2016, 6:57 p.m. UTC | #1
Works for me, thanks for fixing this!

Acked-by: Daniele Di Proietto <diproiettod@vmware.com>

2016-06-23 19:04 GMT-07:00 Ansis Atteka <aatteka@ovn.org>:

> This patch fixes following error:
>
> error: Installed (but unpackaged) file(s) found:
>    /usr/bin/ovs-tcpdump
>    /usr/share/man/man8/ovs-tcpdump.8.gz
>
> Signed-off-by: Ansis Atteka <aatteka@ovn.org>
> ---
>  rhel/openvswitch.spec.in | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/rhel/openvswitch.spec.in b/rhel/openvswitch.spec.in
> index b1e9fd0..ec555a7 100644
> --- a/rhel/openvswitch.spec.in
> +++ b/rhel/openvswitch.spec.in
> @@ -164,6 +164,7 @@ exit 0
>  /usr/bin/ovs-parse-backtrace
>  /usr/bin/ovs-pcap
>  /usr/bin/ovs-pki
> +/usr/bin/ovs-tcpdump
>  /usr/bin/ovs-tcpundump
>  /usr/bin/ovs-vlan-test
>  /usr/bin/ovs-vsctl
> @@ -189,6 +190,7 @@ exit 0
>  /usr/share/man/man8/ovs-ofctl.8.gz
>  /usr/share/man/man8/ovs-parse-backtrace.8.gz
>  /usr/share/man/man8/ovs-pki.8.gz
> +/usr/share/man/man8/ovs-tcpdump.8.gz
>  /usr/share/man/man8/ovs-vlan-test.8.gz
>  /usr/share/man/man8/ovs-vsctl.8.gz
>  /usr/share/man/man8/ovs-vswitchd.8.gz
> --
> 2.7.4
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
>
Aaron Conole June 24, 2016, 7:58 p.m. UTC | #2
Ansis Atteka <aatteka@ovn.org> writes:

> This patch fixes following error:
>
> error: Installed (but unpackaged) file(s) found:
>    /usr/bin/ovs-tcpdump
>    /usr/share/man/man8/ovs-tcpdump.8.gz
>
> Signed-off-by: Ansis Atteka <aatteka@ovn.org>
> ---

You have my ACK as well.  Sorry.
Russell Bryant June 24, 2016, 8 p.m. UTC | #3
On Thu, Jun 23, 2016 at 10:04 PM, Ansis Atteka <aatteka@ovn.org> wrote:

> This patch fixes following error:
>
> error: Installed (but unpackaged) file(s) found:
>    /usr/bin/ovs-tcpdump
>    /usr/share/man/man8/ovs-tcpdump.8.gz
>
> Signed-off-by: Ansis Atteka <aatteka@ovn.org>
>

Acked-by: Russell Bryant <russell@ovn.org>
Ansis June 24, 2016, 8:10 p.m. UTC | #4
On 24 June 2016 at 13:00, Russell Bryant <russell@ovn.org> wrote:

> On Thu, Jun 23, 2016 at 10:04 PM, Ansis Atteka <aatteka@ovn.org> wrote:
>
> > This patch fixes following error:
> >
> > error: Installed (but unpackaged) file(s) found:
> >    /usr/bin/ovs-tcpdump
> >    /usr/share/man/man8/ovs-tcpdump.8.gz
> >
> > Signed-off-by: Ansis Atteka <aatteka@ovn.org>
> >
>
> Acked-by: Russell Bryant <russell@ovn.org>
>
>
>

Thanks for review. I pushed this to the master branch.
diff mbox

Patch

diff --git a/rhel/openvswitch.spec.in b/rhel/openvswitch.spec.in
index b1e9fd0..ec555a7 100644
--- a/rhel/openvswitch.spec.in
+++ b/rhel/openvswitch.spec.in
@@ -164,6 +164,7 @@  exit 0
 /usr/bin/ovs-parse-backtrace
 /usr/bin/ovs-pcap
 /usr/bin/ovs-pki
+/usr/bin/ovs-tcpdump
 /usr/bin/ovs-tcpundump
 /usr/bin/ovs-vlan-test
 /usr/bin/ovs-vsctl
@@ -189,6 +190,7 @@  exit 0
 /usr/share/man/man8/ovs-ofctl.8.gz
 /usr/share/man/man8/ovs-parse-backtrace.8.gz
 /usr/share/man/man8/ovs-pki.8.gz
+/usr/share/man/man8/ovs-tcpdump.8.gz
 /usr/share/man/man8/ovs-vlan-test.8.gz
 /usr/share/man/man8/ovs-vsctl.8.gz
 /usr/share/man/man8/ovs-vswitchd.8.gz