Filter PSM1 library as private library

Resolves: bz1530979

Signed-off-by: Honggang Li <honli@redhat.com>
This commit is contained in:
Honggang Li 2018-01-04 06:33:07 -05:00
parent 124b8b4579
commit f35f8931ff

View File

@ -53,7 +53,7 @@
Summary: Intel PSM Libraries
Name: libpsm2
Version: 10.3.8
Release: 2%{?dist}
Release: 3%{?dist}
License: BSD or GPLv2
URL: https://github.com/01org/opa-psm2/
@ -82,6 +82,10 @@ Summary: Compat library for Intel PSM
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: systemd-udev
%global _privatelibs libpsm_infinipath[.]so[.]1.*
%global __provides_exclude ^(%{_privatelibs})$
%global __requires_exclude ^(%{_privatelibs})$
%description
The PSM Messaging API, or PSM API, is the low-level
user-level communications interface for the Intel OPA
@ -136,6 +140,10 @@ make %{?_smp_mflags}
%endif
%changelog
* Thu Jan 4 2018 Honggang Li <honli@redhat.com> - 10.3.8-3
- Filter PSM1 library as private library
- Resolves: bz1530979
* Fri Dec 15 2017 Honggang Li <honli@redhat.com> - 10.3.8-2
- Minor enhancement
- Resolves: bz1526261