fix install error with wrong release
This commit is contained in:
parent
a3297dcc0c
commit
42c630e75d
@ -1,6 +1,6 @@
|
|||||||
Name: libpsm2
|
Name: libpsm2
|
||||||
Version: 10.3.58
|
Version: 10.3.58
|
||||||
Release: 3
|
Release: 4
|
||||||
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/
|
||||||
@ -15,11 +15,11 @@ Obsoletes: hfi1-psm < 1.0.0
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for Intel PSM
|
Summary: Development files for Intel PSM
|
||||||
Requires: libpsm2 = 10.3.58-3 libuuid-devel
|
Requires: libpsm2 = %{version}-%{release} libuuid-devel
|
||||||
|
|
||||||
%package compat
|
%package compat
|
||||||
Summary: Compat library for Intel PSM
|
Summary: Compat library for Intel PSM
|
||||||
Requires: libpsm2 = 10.3.58-3 systemd-udev
|
Requires: libpsm2 = %{version}-%{release} systemd-udev
|
||||||
|
|
||||||
%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
|
||||||
@ -68,5 +68,8 @@ rm -f %{buildroot}%{_libdir}/*.a
|
|||||||
%{_sysconfdir}/modprobe.d/libpsm2-compat.conf
|
%{_sysconfdir}/modprobe.d/libpsm2-compat.conf
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Mar 4 2020 zhangtao <zhangtao221@huawei.com> - 10.3.58-3
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user