On Tue, 8 Jan 2019 19:19:29 +0530 [email protected] wrote: > From: Numan Siddique <[email protected]> > > Up until now, OVN rpms were generated as sub packages of OpenvSwitch. > This patch now splits it and makes OVN rpms independent. > > A new spec file - ovn-fedora.spec.in is added for this. > The openvswitch-fedora.spec.in has been modified to create only > OpenvSwitch packages. > > Since we are not splitting the OVN code, the spec files run the > same build procedure. Only the required binaries/files are copied > into the rpms. > > The new package names will be ovn, ovn-common, ovn-central, ovn-host, > ovn-vtep and ovn-docker. > > Signed-off-by: Numan Siddique <[email protected]> > --- > > v1 -> v2 > ------ > * Addressed the review comments from Timothy Redaelli > > Documentation/intro/install/fedora.rst | 17 +- > rhel/.gitignore | 1 + > rhel/automake.mk | 9 + > rhel/openvswitch-fedora.spec.in | 196 +---------- > rhel/ovn-fedora.spec.in | 440 +++++++++++++++++++++++++ > 5 files changed, 474 insertions(+), 189 deletions(-) > create mode 100644 rhel/ovn-fedora.spec.in
Acked-by: Timothy Redaelli <[email protected]> Tested-By: Timothy Redaelli <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
