!2 fix install error with wrong release

Merge pull request !2 from gu-gu-gu/master
This commit is contained in:
openeuler-ci-bot 2020-03-16 21:46:35 +08:00 committed by Gitee
commit cbe442924d

View File

@ -1,6 +1,6 @@
Name: libpsm2
Version: 10.3.58
Release: 3
Release: 4
Summary: Intel PSM Libraries
License: BSD or GPLv2
URL: https://github.com/01org/opa-psm2/
@ -15,11 +15,11 @@ Obsoletes: hfi1-psm < 1.0.0
%package devel
Summary: Development files for Intel PSM
Requires: libpsm2 = 10.3.58-3 libuuid-devel
Requires: libpsm2 = %{version}-%{release} libuuid-devel
%package compat
Summary: Compat library for Intel PSM
Requires: libpsm2 = 10.3.58-3 systemd-udev
Requires: libpsm2 = %{version}-%{release} systemd-udev
%description
The PSM Messaging API, or PSM API, is the low-level user-level communications interface for the Intel OPA
@ -68,5 +68,8 @@ rm -f %{buildroot}%{_libdir}/*.a
%{_sysconfdir}/modprobe.d/libpsm2-compat.conf
%changelog
* Mon Mar 16 2020 gulining<gulining1@huawei.com> - 10.3.58-4
- fix install error with wrong release
* Wed Mar 4 2020 zhangtao <zhangtao221@huawei.com> - 10.3.58-3
- Package init