From f06fecd537f2e8d13eb8742a360ceb169c24d917 Mon Sep 17 00:00:00 2001 From: Honggang Li Date: Mon, 27 Feb 2017 04:28:37 -0500 Subject: [PATCH] add man pages Signed-off-by: Honggang Li --- mstflint.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/mstflint.spec b/mstflint.spec index 7ac29f4..3209198 100644 --- a/mstflint.spec +++ b/mstflint.spec @@ -1,7 +1,7 @@ Name: mstflint Summary: Mellanox firmware burning tool Version: 4.6.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ or BSD Group: Applications/System Source: https://github.com/Mellanox/%{name}/releases/download/v4.6.0-1/%{name}-%{version}.tar.gz @@ -33,14 +33,20 @@ make make DESTDIR=%{buildroot} install # Remove the devel files that we don't ship rm -fr %{buildroot}%{_includedir} -rm -fr %{buildroot}%{_datadir} rm -fr %{buildroot}%{_libdir} %files %doc README %_bindir/* +%{_datadir}/mstflint +%{_mandir}/man1/* + %changelog +* Mon Feb 27 2017 Honggang Li - 4.6.0-2 +- Add man pages. +- Resolves: bz1427063 + * Wed Feb 22 2017 Honggang Li - 4.6.0-1 - Rebase to latest upstream release 4.6.0. - Update mstflint package from github.