https://bugzilla.redhat.com/show_bug.cgi?id=1327071 --- Comment #6 from Honggang LI <honli@xxxxxxxxxx> --- diff -up libusnic_verbs.spec.old libusnic_verbs.spec --- libusnic_verbs.spec.old 2016-04-14 22:32:37.494347625 -0400 +++ libusnic_verbs.spec 2016-04-14 22:38:13.292391360 -0400 @@ -1,12 +1,13 @@ Name: libusnic_verbs -Version: 2.0.1 -Release: 2%{?dist} +Version: 2.0.2 +Release: 1%{?dist} Summary: No-op libibverbs driver for the Cisco usNIC device Provides: libibverbs-driver.%{_arch} License: GPLv2 or BSD Url: https://github.com/cisco/libusnic_verbs -Source0: https://github.com/cisco/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz +Source0: https://github.com/cisco/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2 BuildRequires: libibverbs-devel >= 1.2.0 +# we don't have libibverbs on s390 ExcludeArch: s390 %description @@ -25,7 +26,7 @@ functionality (see http://libfabric.org/ %build %configure -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install %{make_install} @@ -36,9 +37,12 @@ rm -f %{buildroot}%{_libdir}/*.la %{buil %{_libdir}/libusnic_verbs-rdmav2.so %{_sysconfdir}/libibverbs.d/usnic.driver %doc AUTHORS ChangeLog VERSION -%license LICENSE +%license COPYING %changelog +* Thu Apr 14 2016 Honggang Li <honli@xxxxxxxxxx> - 2.0.2-1 +- Rebase to upstream 2.0.2 which fixes the license issue. + * Thu Apr 14 2016 Honggang Li <honli@xxxxxxxxxx> - 2.0.1-2 - Remove license header in the spec file. - Use a more useful source URL. -- 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@xxxxxxxxxxxxxxxxxxxxxxx http://lists.fedoraproject.org/admin/lists/package-review@xxxxxxxxxxxxxxxxxxxxxxx