diff mbox series

[ovs-dev] rhel: Add the new ovsdb manpages to %files list

Message ID db0819b00a870528cf388c713c65ec6d56016c9c.1513354180.git.tredaelli@redhat.com
State Accepted
Headers show
Series [ovs-dev] rhel: Add the new ovsdb manpages to %files list | expand

Commit Message

Timothy Redaelli Dec. 15, 2017, 4:09 p.m. UTC
Currently, "make rpm-fedora" doesn't work correctly since the new ovsdb
manpages (ovsdb.5, ovsdb.7 and ovsdb-server.7) were added.

This patch adds the new ovsdb manpages in the %files list in the spec
file.

CC: Ben Pfaff <blp@ovn.org>
Fixes: 12b84d50e032 ("ovsdb: Improve documentation.")
Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>
---
 rhel/openvswitch-fedora.spec.in | 3 +++
 1 file changed, 3 insertions(+)

Comments

Ben Pfaff Dec. 15, 2017, 4:24 p.m. UTC | #1
On Fri, Dec 15, 2017 at 05:09:40PM +0100, Timothy Redaelli wrote:
> Currently, "make rpm-fedora" doesn't work correctly since the new ovsdb
> manpages (ovsdb.5, ovsdb.7 and ovsdb-server.7) were added.
> 
> This patch adds the new ovsdb manpages in the %files list in the spec
> file.
> 
> CC: Ben Pfaff <blp@ovn.org>
> Fixes: 12b84d50e032 ("ovsdb: Improve documentation.")
> Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>

Thanks!  Applied to master.
diff mbox series

Patch

diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in
index ed991cf07..ede62c844 100644
--- a/rhel/openvswitch-fedora.spec.in
+++ b/rhel/openvswitch-fedora.spec.in
@@ -565,8 +565,11 @@  fi
 %{_mandir}/man1/ovsdb-server.1*
 %{_mandir}/man1/ovsdb-tool.1*
 %{_mandir}/man5/ovs-vswitchd.conf.db.5*
+%{_mandir}/man5/ovsdb.5*
 %{_mandir}/man5/vtep.5*
 %{_mandir}/man7/ovs-fields.7*
+%{_mandir}/man7/ovsdb.7*
+%{_mandir}/man7/ovsdb-server.7*
 %{_mandir}/man8/vtep-ctl.8*
 %{_mandir}/man8/ovs-appctl.8*
 %{_mandir}/man8/ovs-bugtool.8*