modify spec
This commit is contained in:
parent
cbe442924d
commit
0e50dfc653
@ -1,6 +1,6 @@
|
||||
Name: libpsm2
|
||||
Version: 10.3.58
|
||||
Release: 4
|
||||
Release: 5
|
||||
Summary: Intel PSM Libraries
|
||||
License: BSD or GPLv2
|
||||
URL: https://github.com/01org/opa-psm2/
|
||||
@ -21,6 +21,10 @@ Requires: libpsm2 = %{version}-%{release} libuuid-devel
|
||||
Summary: Compat library for Intel PSM
|
||||
Requires: libpsm2 = %{version}-%{release} 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
|
||||
family of products. PSM users are enabled with mechanisms necessary to implement higher level communications
|
||||
@ -68,6 +72,9 @@ rm -f %{buildroot}%{_libdir}/*.a
|
||||
%{_sysconfdir}/modprobe.d/libpsm2-compat.conf
|
||||
|
||||
%changelog
|
||||
* Tue Mar 17 2020 yanglijin<yanglijin@huawei.com> - 10.3.58-5
|
||||
- fix provides
|
||||
|
||||
* Mon Mar 16 2020 gulining<gulining1@huawei.com> - 10.3.58-4
|
||||
- fix install error with wrong release
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user