I also sent out a patch for this: Acked-by: Ansis Atteka <[email protected]>
On 25 April 2018 at 12:48, Ben Pfaff <[email protected]> wrote: > This fixes a broken build. > > CC: Ansis Atteka <[email protected]> > Fixes: 3a2ceb01c81b ("poc: Automate building of Fedora rpm packages") > Signed-off-by: Ben Pfaff <[email protected]> > --- > Makefile.am | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Makefile.am b/Makefile.am > index be4de00a8be0..e34fb3455e3a 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -85,6 +85,7 @@ EXTRA_DIST = \ > boot.sh \ > poc/builders/Vagrantfile \ > poc/playbook-centos-builder.yml \ > + poc/playbook-fedora-builder.yml \ > poc/playbook-ubuntu-builder.yml \ > $(MAN_FRAGMENTS) \ > $(MAN_ROOTS) \ > -- > 2.16.1 > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
