Minor enhancement

Resolves: bz1526261

Signed-off-by: Honggang Li <honli@redhat.com>
This commit is contained in:
Honggang Li 2017-12-15 00:01:10 -05:00
parent a849b8c55c
commit 124b8b4579

View File

@ -53,7 +53,7 @@
Summary: Intel PSM Libraries
Name: libpsm2
Version: 10.3.8
Release: 1%{?dist}
Release: 2%{?dist}
License: BSD or GPLv2
URL: https://github.com/01org/opa-psm2/
@ -112,6 +112,9 @@ make %{?_smp_mflags}
%license COPYING
%{_libdir}/libpsm2.so.2.1
%{_libdir}/libpsm2.so.2
%if 0%{?rhel} >= 8
%{_udevrulesdir}/40-psm.rules
%endif
%files devel
@ -124,10 +127,19 @@ make %{?_smp_mflags}
%files compat
%{_libdir}/psm2-compat
%{_udevrulesdir}/40-psm-compat.rules
%{_prefix}/lib/modprobe.d/libpsm2-compat.conf
%{_prefix}/lib/libpsm2
%if 0%{?fedora}
%{_prefix}/lib/modprobe.d/libpsm2-compat.conf
%endif
%if 0%{?rhel} >= 8
%{_sysconfdir}/modprobe.d/libpsm2-compat.conf
%endif
%changelog
* Fri Dec 15 2017 Honggang Li <honli@redhat.com> - 10.3.8-2
- Minor enhancement
- Resolves: bz1526261
* Tue Dec 12 2017 Honggang Li <honli@redhat.com> - 10.3.8-1
- Rebase to latest upstream release
- Resolves: bz1524846