fix install error with wrong release

This commit is contained in:
gu-gu-gu 2020-03-16 21:45:00 +08:00
parent a3297dcc0c
commit 42c630e75d

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