Skip to content

Commit

Permalink
Add rdo-network-scripts-openvswitch wrapper
Browse files Browse the repository at this point in the history
Required to fix upgrade path from old openvswitch and also to resolve
network-scripts-openvswitch package name.
  • Loading branch information
amoralej committed Oct 9, 2020
1 parent c656553 commit e21cf8b
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion rdo-openvswitch.spec
Expand Up @@ -36,7 +36,7 @@ end}
Name: rdo-openvswitch
Epoch: 1
Version: %{ovs_version}
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Wrapper rpm to allow installing OVS with new versioning schemes

Group: System Environment/Daemons
Expand Down Expand Up @@ -89,6 +89,17 @@ Provides: openvswitch-test = %{?epoch:%{epoch}:}%{ovs_version}
%description test
Wrapper rpm for the base openvswitch-test package

%package -n rdo-network-scripts-openvswitch
Summary: wrapper for network-scripts-openvswitch rpm
License: Public domain
Requires: network-scripts-openvswitch%{ovs_version}
Provides: network-scripts-openvswitch = %{?epoch:%{epoch}:}%{ovs_version}
%{lua:ovs_obsoletes("network-scripts-openvswitch*")}

%description -n rdo-network-scripts-openvswitch
Wrapper rpm for the base network-scripts-openvswitch package


######## OVN PACKAGING ########

%package -n rdo-ovn
Expand Down Expand Up @@ -177,12 +188,16 @@ Wrapper rpm for the base ovn-vtep package
%files -n python3-rdo-openvswitch
%files devel
%files test
%files -n rdo-network-scripts-openvswitch
%files -n rdo-ovn
%files -n rdo-ovn-central
%files -n rdo-ovn-host
%files -n rdo-ovn-vtep

%changelog
* Fri Oct 09 2020 Alfredo Moralejo <amoralej@redhat.xom> - 2.13-2
- Adds wrapper subpackage for network-scripts-openvswitch

* Mon Sep 14 2020 Yatin Karel <ykarel@redhat.com> - 2.13-1
- RDO Wrapper for OVS/OVN 2.13 builds from Fast DataPath

0 comments on commit e21cf8b

Please sign in to comment.