mstflint/fix-race-condition-during-install.patch
Nicolas Morey-Chaisemartin eef9eba103 Accepting request 728694 from home:NMoreyChaisemartin:branches:science:HPC
- Update to v4.11.0-5 (bsc#1136328)
  - Build related changes
    - Disabled -Werror compiler flag
    - Added the option to choose local system libraries if available in the machine
    - Enhanced python 3 compatibility
    - Removed python shebangs from the scripts
    - Fixed multiple rpmbuild issues
    - Added --enable-all-static configure flag that allows compilation of static executables, when the the option is supported by the compiler
    - All python scripts were aligned to unix encoding
    - Fixed multiple builds and compilation issues
  - mstprivhost tool
    - Added mstprivhost tool to set host privilege configurations
  - mstflint tool
    - Added missing Rom info attribute for legacy FW qq query
    - Fixed query timeout when device is locked
    - Renamed former --next_boot_fw_ver to --flashed_version flag. This flag queries the flashed version.
    - Note that the previous flag is supported to keep compatibility.
    - Fixed an issue with FW upgrade on ConnectX-5 EN
  - mstregdup tool
    - Fixed segfault
  - mstconfig
    - Added new params:
  - mstfwtrace
    - Added fwtracer: in this release, this tool supports secure FW flow only
  - libibmad
    - Added support for libibmad 12 in addition to 5
  - Python tools
    - Fixed Python wrapper to work properly in multiple OSes and multiple Python versions
  - Added adb generic tools
    - Added mstreg tool: To enable this option please use "--enable-adb-genaric-tools" flag

OBS-URL: https://build.opensuse.org/request/show/728694
OBS-URL: https://build.opensuse.org/package/show/science:HPC/mstflint?expand=0&rev=35
2019-09-06 07:06:57 +00:00

22 lines
661 B
Diff

commit 3f96689198c891694184f8f7d2570b1fcb8df438
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