Ethan Jackson | 1 Sep 2011 02:11

[PATCH 2/2] rhel: Add ovs-pki to rpm.

---
 rhel/openvswitch.spec.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/rhel/openvswitch.spec.in b/rhel/openvswitch.spec.in
index 1305990..9bd6b58 100644
--- a/rhel/openvswitch.spec.in
+++ b/rhel/openvswitch.spec.in
 <at>  <at>  -51,9 +51,7  <at>  <at>  install xenserver/uuid.py $RPM_BUILD_ROOT/usr/share/openvswitch/python
 # Get rid of stuff we don't want to make RPM happy.
 rm \
     $RPM_BUILD_ROOT/usr/bin/ovs-controller \
-    $RPM_BUILD_ROOT/usr/bin/ovs-pki \
     $RPM_BUILD_ROOT/usr/share/man/man8/ovs-controller.8 \
-    $RPM_BUILD_ROOT/usr/share/man/man8/ovs-pki.8 \
     $RPM_BUILD_ROOT/usr/sbin/ovs-vlan-bug-workaround \
     $RPM_BUILD_ROOT/usr/share/man/man8/ovs-vlan-bug-workaround.8

 <at>  <at>  -108,6 +106,7  <at>  <at>  exit 0
 /usr/bin/ovs-ofctl
 /usr/bin/ovs-parse-leaks
 /usr/bin/ovs-pcap
+/usr/bin/ovs-pki
 /usr/bin/ovs-tcpundump
 /usr/bin/ovs-vlan-test
 /usr/bin/ovs-vsctl
 <at>  <at>  -131,6 +130,7  <at>  <at>  exit 0
 /usr/share/man/man8/ovs-dpctl.8.gz
 /usr/share/man/man8/ovs-ofctl.8.gz
 /usr/share/man/man8/ovs-parse-leaks.8.gz
(Continue reading)

Justin Pettit | 1 Sep 2011 02:15

Re: [PATCH 2/2] rhel: Add ovs-pki to rpm.

Looks good.

--Justin

On Aug 31, 2011, at 5:11 PM, Ethan Jackson wrote:

> ---
> rhel/openvswitch.spec.in |    4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/rhel/openvswitch.spec.in b/rhel/openvswitch.spec.in
> index 1305990..9bd6b58 100644
> --- a/rhel/openvswitch.spec.in
> +++ b/rhel/openvswitch.spec.in
>  <at>  <at>  -51,9 +51,7  <at>  <at>  install xenserver/uuid.py $RPM_BUILD_ROOT/usr/share/openvswitch/python
> # Get rid of stuff we don't want to make RPM happy.
> rm \
>     $RPM_BUILD_ROOT/usr/bin/ovs-controller \
> -    $RPM_BUILD_ROOT/usr/bin/ovs-pki \
>     $RPM_BUILD_ROOT/usr/share/man/man8/ovs-controller.8 \
> -    $RPM_BUILD_ROOT/usr/share/man/man8/ovs-pki.8 \
>     $RPM_BUILD_ROOT/usr/sbin/ovs-vlan-bug-workaround \
>     $RPM_BUILD_ROOT/usr/share/man/man8/ovs-vlan-bug-workaround.8
> 
>  <at>  <at>  -108,6 +106,7  <at>  <at>  exit 0
> /usr/bin/ovs-ofctl
> /usr/bin/ovs-parse-leaks
> /usr/bin/ovs-pcap
> +/usr/bin/ovs-pki
> /usr/bin/ovs-tcpundump
(Continue reading)


Gmane