[ofa-general] Move man pages from man1 into -utils package

Roland Dreier rdreier at cisco.com
Mon Feb 18 06:04:09 PST 2008


Move the man pages for the executables that are shipped with the -utils
package from the -devel package into the -utils package itself.

Signed-off-by: Roland Dreier <rolandd at cisco.com>
---
One more patch for librdmacm packaging...

 librdmacm.spec.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/librdmacm.spec.in b/librdmacm.spec.in
index 41673ab..cd49ea9 100644
--- a/librdmacm.spec.in
+++ b/librdmacm.spec.in
@@ -59,13 +59,13 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/lib*.so
 %{_libdir}/*.a
 %{_includedir}/*
-%{_mandir}/man1/*
 %{_mandir}/man3/*
 %{_mandir}/man7/*
 
 %files utils
 %defattr(-,root,root,-)
 %{_bindir}/*
+%{_mandir}/man1/*
 
 %changelog
 
-- 
1.5.3.8




More information about the general mailing list