forked from pool/mstflint
9fc02bb26e
- Update to v4.10.0-3 (fate#325998) - Added mstcongestion - Update to v4.10.0-2 - mstfwreset not supported - mstflint now handles all the burn parameters when MCC is enabled and displays the secure-FW CS tokens. - mstconfig - Added the option to query partial parameters - Added the following new parameters: FLEX_PARSER_PROFILE_ENABLE ECPF_ESWITCH_MANAGER ECPF_PAGE_SUPPLIER SAFE_MODE_ENABLE SAFE_MODE_THERSHOLD BOOT_UNDI_NETWORK_WAIT - Fixed bug in firmware burning flow - Refresh patchest against latest sources: - Remove-date-time-info-from-build.patch - Add-s390-s390x-support.patch - Add-armv6-and-armv7-support.patch - Fix-gcc7-and-gcc8.patch OBS-URL: https://build.opensuse.org/request/show/644584 OBS-URL: https://build.opensuse.org/package/show/science:HPC/mstflint?expand=0&rev=27
22 lines
661 B
Diff
22 lines
661 B
Diff
commit ae53145a2bacf2574acd9c6df555b40cc5e08fed
|
|
Author: Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
|
Date: Mon Oct 15 09:33:09 2018 +0200
|
|
|
|
fix race condition during install
|
|
|
|
Signed-off-by: Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
|
|
|
diff --git dev_mgt/Makefile.am dev_mgt/Makefile.am
|
|
index 907e5ce38a0b..28d506d095fb 100644
|
|
--- dev_mgt/Makefile.am
|
|
+++ dev_mgt/Makefile.am
|
|
@@ -46,7 +46,7 @@ libdev_mgt_a_SOURCES = \
|
|
|
|
dev_mgt_pylibdir = $(libdir)/mstflint/python_tools/
|
|
|
|
-dev_mgt_pylib_DATA = c_dev_mgt.so dev_mgt.py
|
|
+dev_mgt_pylib_DATA = c_dev_mgt.so
|
|
dist_dev_mgt_pylib_DATA = dev_mgt.py
|
|
|
|
c_dev_mgt.so: libdev_mgt.a
|