Fix licensing issue
Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:
parent
6566d6b564
commit
94ef7093b8
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ noarch/
|
|||||||
/mstflint-1.4-1.19.redhat.tar.gz
|
/mstflint-1.4-1.19.redhat.tar.gz
|
||||||
/mstflint-3.0-0.5.gff93670.tar.gz
|
/mstflint-3.0-0.5.gff93670.tar.gz
|
||||||
/mstflint-3.0/
|
/mstflint-3.0/
|
||||||
|
/mstflint-3.0-0.6.g6961daa.tar.gz
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
Name: mstflint
|
Name: mstflint
|
||||||
Summary: Mellanox firmware burning tool
|
Summary: Mellanox firmware burning tool
|
||||||
Version: 3.0
|
Version: 3.0
|
||||||
Release: 0.5.gff93670.1%{?dist}
|
Release: 0.6.g6961daa.1%{?dist}
|
||||||
License: GPLv2+ or BSD
|
License: GPLv2+ or BSD
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source: http://www.openfabrics.org/downloads/%{name}/%{name}-%{version}-0.5.gff93670.tar.gz
|
Source: http://www.openfabrics.org/downloads/%{name}/%{name}-%{version}-0.6.g6961daa.tar.gz
|
||||||
Url: http://www.openfabrics.org
|
Url: http://www.openfabrics.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: libstdc++-devel, zlib-devel
|
BuildRequires: libstdc++-devel, zlib-devel
|
||||||
@ -39,6 +39,10 @@ rm -rf %{buildroot}
|
|||||||
%_bindir/*
|
%_bindir/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 16 2013 Doug Ledford <dledford@redhat.com> - 3.0-0.6.g6961daa.1
|
||||||
|
- Update to latest upstream version, which resovles some licensing issues
|
||||||
|
on some of the source files
|
||||||
|
|
||||||
* Fri Aug 09 2013 Doug Ledford <dledford@redhat.com> - 3.0-0.5.gff93670.1
|
* Fri Aug 09 2013 Doug Ledford <dledford@redhat.com> - 3.0-0.5.gff93670.1
|
||||||
- Update to latest upstream version, which include ConnectIB support
|
- Update to latest upstream version, which include ConnectIB support
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user