Skip to content

Commit

Permalink
rhel: Rename the IPsec package as openvswitch-ipsec
Browse files Browse the repository at this point in the history
Currently the split package for ipsec is named
openvswitch-openvswitch-ipsec, but it should be named openvswitch-ipsec.

This commit changes the spec file in order to have the IPsec package as
openvswitch-ipsec instead of openvswitch-openvswitch-ipsec.

CC: Qiuyu Xiao <qiuyu.xiao.qyx@gmail.com>
Fixes: bdddc71 ("debian and rhel: Create IPsec package.")
Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
  • Loading branch information
drizzt authored and blp committed Nov 12, 2018
1 parent 7e0240e commit 5163902
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rhel/openvswitch-fedora.spec.in
Expand Up @@ -222,12 +222,12 @@ Requires: openvswitch openvswitch-ovn-common %{_py2}-openvswitch
%description ovn-docker
Docker network plugins for OVN.

%package openvswitch-ipsec
%package ipsec
Summary: Open vSwitch IPsec tunneling support
License: ASL 2.0
Requires: openvswitch %{_py2}-openvswitch libreswan

%description openvswitch-ipsec
%description ipsec
This package provides IPsec tunneling support for OVS tunnels.

%prep
Expand Down Expand Up @@ -685,7 +685,7 @@ fi
%{_mandir}/man8/ovn-controller-vtep.8*
%{_unitdir}/ovn-controller-vtep.service

%files openvswitch-ipsec
%files ipsec
%{_datadir}/openvswitch/scripts/ovs-monitor-ipsec
%{_unitdir}/openvswitch-ipsec.service

Expand Down

0 comments on commit 5163902

Please sign in to comment.