Merge pull request !3 from jinjin/master
This commit is contained in:
openeuler-ci-bot 2020-03-17 23:11:47 +08:00 committed by Gitee
commit 9aa692b8f8

View File

@ -1,6 +1,6 @@
Name: libpsm2 Name: libpsm2
Version: 10.3.58 Version: 10.3.58
Release: 4 Release: 5
Summary: Intel PSM Libraries Summary: Intel PSM Libraries
License: BSD or GPLv2 License: BSD or GPLv2
URL: https://github.com/01org/opa-psm2/ URL: https://github.com/01org/opa-psm2/
@ -21,6 +21,10 @@ Requires: libpsm2 = %{version}-%{release} libuuid-devel
Summary: Compat library for Intel PSM Summary: Compat library for Intel PSM
Requires: libpsm2 = %{version}-%{release} systemd-udev Requires: libpsm2 = %{version}-%{release} 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 user-level communications interface for the Intel OPA 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 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 %{_sysconfdir}/modprobe.d/libpsm2-compat.conf
%changelog %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 * Mon Mar 16 2020 gulining<gulining1@huawei.com> - 10.3.58-4
- fix install error with wrong release - fix install error with wrong release