License: Grant permission to link with librtas library

Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
This commit is contained in:
Vasant Hegde 2014-04-14 21:53:21 +05:30
parent f9ca644956
commit 80ddd3720e
2 changed files with 39 additions and 1 deletions

View File

@ -0,0 +1,31 @@
From daed51bc06aed809d8ec55a95c05a9670631806a Mon Sep 17 00:00:00 2001
From: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
Date: Tue, 8 Apr 2014 22:07:07 +0530
Subject: [PATCH] License: Grant permission to link with librtas library
Reported-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
Reviewed-by: Nathan Fontenot <nfont@linux.vnet.ibm.com>
---
COPYING | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/COPYING b/COPYING
index 5ec43ee..b1f3c2a 100644
--- a/COPYING
+++ b/COPYING
@@ -1,3 +1,11 @@
+Special Exception:
+ As a special exception, IBM gives permission to link the code
+of portions of this program against the librtas library, and
+distribute linked combinations including the two. You must obey
+the GNU General Public License in all respects for all of the
+code used other than librtas.
+
+
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
--
1.8.3.1

View File

@ -3,7 +3,7 @@
Name: %{name}
Version: %{version}
Release: 1%{?dist}
Release: 2%{?dist}
Summary: VPD/hardware inventory utilities for Linux
Group: Applications/System
@ -15,6 +15,9 @@ BuildRequires: libvpd-devel >= 2.2.1
BuildRequires: sg3_utils-devel zlib-devel automake libtool
BuildRequires: librtas-devel
# Grant permission to link with librtas library
Patch0: lsvpd-1.7.4-fix-license-issue.patch
Requires(post): %{_sbindir}/vpdupdate
ExclusiveArch: ppc ppc64 ppc64le
@ -32,6 +35,7 @@ on POWER PC based systems.
%prep
%setup -q
%patch0 -p1 -b .fix-license-issue
%build
./bootstrap.sh
@ -68,6 +72,9 @@ exit 0
%dir %{_sysconfdir}/lsvpd
%changelog
* Mon Apr 14 2014 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 1.7.4-2
- Grant permission to link with librtas library
* Mon Mar 17 2014 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 1.7.4
- Update to latest upstream 1.7.4