!20 [sync] PR-17: Update to 4.2.6 for fix CVE-2023-41915
From: @openeuler-sync-bot Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
28fadace46
Binary file not shown.
BIN
pmix-4.2.6.tar.bz2
Normal file
BIN
pmix-4.2.6.tar.bz2
Normal file
Binary file not shown.
13
pmix.spec
13
pmix.spec
@ -1,6 +1,6 @@
|
|||||||
Name: pmix
|
Name: pmix
|
||||||
Version: 4.1.2
|
Version: 4.2.6
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Process Management Interface Exascale (PMIx)
|
Summary: Process Management Interface Exascale (PMIx)
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://pmix.org
|
URL: https://pmix.org
|
||||||
@ -49,19 +49,23 @@ find src -name \*.l -print -exec touch --no-create {} \;
|
|||||||
%postun devel -p /sbin/ldconfig
|
%postun devel -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc LICENSE README
|
%doc LICENSE README.md
|
||||||
%dir %{_datadir}/pmix
|
%dir %{_datadir}/pmix
|
||||||
%dir %{_libdir}/pmix
|
%dir %{_libdir}/pmix
|
||||||
%dir %{_sysconfdir}/pmix
|
%dir %{_sysconfdir}/pmix
|
||||||
%config(noreplace) %{_sysconfdir}/pmix/*.conf
|
%config(noreplace) %{_sysconfdir}/pmix/*.conf
|
||||||
%{_datadir}/pmix/*.txt
|
%{_datadir}/pmix/*.txt
|
||||||
|
%{_datadir}/doc/pmix/html/
|
||||||
%{_libdir}/libpmix.so.2*
|
%{_libdir}/libpmix.so.2*
|
||||||
%{_libdir}/pmix/*.so
|
%{_libdir}/pmix/*.so
|
||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
|
%{_mandir}/man3/*.3*
|
||||||
|
%{_mandir}/man5/*.5*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_datadir}/pmix/*.supp
|
%{_datadir}/pmix/*.supp
|
||||||
%{_includedir}/pmix*.h
|
%{_includedir}/pmix*.h
|
||||||
|
%{_includedir}/pmix/src/*
|
||||||
%{_libdir}/libpmix.so
|
%{_libdir}/libpmix.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
@ -69,6 +73,9 @@ find src -name \*.l -print -exec touch --no-create {} \;
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 18 2023 yaoxin <yao_xin001@hoperun.com> - 4.2.6-1
|
||||||
|
- Update to 4.2.6 for fix CVE-2023-41915
|
||||||
|
|
||||||
* Mon Jun 12 2023 liyanan <thistleslyn@163.com> - 4.1.2-2
|
* Mon Jun 12 2023 liyanan <thistleslyn@163.com> - 4.1.2-2
|
||||||
- Add Obsoletes pmix-pmi pmix-pmi-devel
|
- Add Obsoletes pmix-pmi pmix-pmi-devel
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user