Skip to content

Instantly share code, notes, and snippets.

Created May 31, 2016 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/61dadbd1a5cae27407012a418a154825 to your computer and use it in GitHub Desktop.
Save anonymous/61dadbd1a5cae27407012a418a154825 to your computer and use it in GitHub Desktop.
diff --git a/debian/ovn-common.manpages b/debian/ovn-common.manpages
index a1bd031..2d5e922 100644
--- a/debian/ovn-common.manpages
+++ b/debian/ovn-common.manpages
@@ -1,3 +1,4 @@
+ovn/lib/ovn-datalog.7
ovn/ovn-architecture.7
ovn/ovn-nb.5
ovn/ovn-sb.5
diff --git a/ovn/.gitignore b/ovn/.gitignore
index d971938..7bc218c 100644
--- a/ovn/.gitignore
+++ b/ovn/.gitignore
@@ -1,3 +1,4 @@
+/lib/ovn-datalog.7
/ovn-architecture.7
/ovn-nb.5
/ovn-nb.gv
diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in
index 0759096..451d308 100644
--- a/rhel/openvswitch-fedora.spec.in
+++ b/rhel/openvswitch-fedora.spec.in
@@ -476,6 +476,7 @@ fi
%{_mandir}/man8/ovn-ctl.8*
%{_mandir}/man8/ovn-nbctl.8*
%{_mandir}/man7/ovn-architecture.7*
+%{_mandir}/man7/ovn-datalog.7*
%{_mandir}/man8/ovn-sbctl.8*
%{_mandir}/man5/ovn-nb.5*
%{_mandir}/man5/ovn-sb.5*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment