https://bugzilla.redhat.com/show_bug.cgi?id=1327176



--- Comment #5 from Honggang LI <ho...@redhat.com> ---
diff -up fabtests.spec.old fabtests.spec
--- fabtests.spec.old   2016-04-17 09:13:57.000000000 -0400
+++ fabtests.spec       2016-04-19 03:57:28.266508422 -0400
@@ -1,13 +1,18 @@
 Name:           fabtests
 Version:        1.3.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Test suite for libfabric API
-License:        GPLv2 or BSD
+# include/jsmn.h and common/jsmn.c are licensed under MIT.
+# All other source files permit distribution under BSD. Some of them
+# additionaly expressly allow the option to be licensed under GPLv2.
+# See the license headers in individual source files to see which those are.
+License:        BSD and (BSD or GPLv2) and MIT
 Url:            https://github.com/ofiwg/fabtests
 Source:        
https://github.com/ofiwg/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
 BuildRequires:  libfabric-devel >= 1.3.0
 BuildRequires:  valgrind-devel
 BuildRequires:  gcc
+Requires:       ruby

 %description
 Fabtests provides a set of examples that uses libfabric - a high-performance
@@ -33,6 +38,10 @@ rm -f %{buildroot}%{_libdir}/*.la
 %license COPYING

 %changelog
+* Tue Apr 19 2016 Honggang Li <ho...@redhat.com> - 1.3.0-3
+- Provide precise license information.
+- Require ruby.
+
 * Thu Apr 14 2016 Honggang Li <ho...@redhat.com> - 1.3.0-2
 - Remove license comment in file section.
 - Merge duplicated file entries.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org

Reply via email to