Filter PSM1 library as private library
Resolves: bz1530979 Signed-off-by: Honggang Li <honli@redhat.com>
This commit is contained in:
parent
124b8b4579
commit
f35f8931ff
10
libpsm2.spec
10
libpsm2.spec
@ -53,7 +53,7 @@
|
|||||||
Summary: Intel PSM Libraries
|
Summary: Intel PSM Libraries
|
||||||
Name: libpsm2
|
Name: libpsm2
|
||||||
Version: 10.3.8
|
Version: 10.3.8
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: BSD or GPLv2
|
License: BSD or GPLv2
|
||||||
URL: https://github.com/01org/opa-psm2/
|
URL: https://github.com/01org/opa-psm2/
|
||||||
|
|
||||||
@ -82,6 +82,10 @@ Summary: Compat library for Intel PSM
|
|||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: systemd-udev
|
Requires: systemd-udev
|
||||||
|
|
||||||
|
%global _privatelibs libpsm_infinipath[.]so[.]1.*
|
||||||
|
%global __provides_exclude ^(%{_privatelibs})$
|
||||||
|
%global __requires_exclude ^(%{_privatelibs})$
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The PSM Messaging API, or PSM API, is the low-level
|
The PSM Messaging API, or PSM API, is the low-level
|
||||||
user-level communications interface for the Intel OPA
|
user-level communications interface for the Intel OPA
|
||||||
@ -136,6 +140,10 @@ make %{?_smp_mflags}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Dec 15 2017 Honggang Li <honli@redhat.com> - 10.3.8-2
|
||||||
- Minor enhancement
|
- Minor enhancement
|
||||||
- Resolves: bz1526261
|
- Resolves: bz1526261
|
||||||
|
Loading…
Reference in New Issue
Block a user