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.