Minor enhancement
Resolves: bz1526261 Signed-off-by: Honggang Li <honli@redhat.com>
This commit is contained in:
parent
a849b8c55c
commit
124b8b4579
16
libpsm2.spec
16
libpsm2.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user