diff --git a/libpsm2.spec b/libpsm2.spec index 97d4470b8ced4a59d2768967f46d4a0aa69445e8..141677111837f2b88fa61dab3ce739346e0e0d5a 100644 --- a/libpsm2.spec +++ b/libpsm2.spec @@ -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 - 10.3.58-4 +- fix install error with wrong release + * Wed Mar 4 2020 zhangtao - 10.3.58-3 - Package init