Accepting request 1029592 from science:HPC

OBS-URL: https://build.opensuse.org/request/show/1029592
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mstflint?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2022-10-18 10:45:19 +00:00 committed by Git OBS Bridge
commit 33ee7c8a3c
2 changed files with 21 additions and 2 deletions

View File

@ -1,4 +1,4 @@
commit 77d8c2e2d7de83dc8202d99bb995c423299229fb
commit 032889d95f344f946014498e43efe173703da535
Author: Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
Date: Mon Oct 15 09:33:09 2018 +0200
@ -7,7 +7,7 @@ Date: Mon Oct 15 09:33:09 2018 +0200
Signed-off-by: Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
diff --git dev_mgt/Makefile.am dev_mgt/Makefile.am
index 3118b85f97a4..193abaf79e11 100644
index 2283c2d1c763..2e4d7781e245 100644
--- dev_mgt/Makefile.am
+++ dev_mgt/Makefile.am
@@ -46,7 +46,7 @@ libdev_mgt_a_SOURCES = \
@ -19,3 +19,16 @@ index 3118b85f97a4..193abaf79e11 100644
dist_dev_mgt_pylib_DATA = dev_mgt.py
c_dev_mgt.so: libdev_mgt.a
diff --git mtcr_py/Makefile.am mtcr_py/Makefile.am
index 934b8030a229..da7d2aed878f 100644
--- mtcr_py/Makefile.am
+++ mtcr_py/Makefile.am
@@ -37,7 +37,7 @@ mtcr_pylibdir = $(libdir)/mstflint/python_tools/
USER_DIR = ..
MTCR_DIR = $(USER_DIR)/${MTCR_CONF_DIR}
-mtcr_pylib_DATA = cmtcr.so mtcr.py
+mtcr_pylib_DATA = cmtcr.so
dist_mtcr_pylib_DATA = mtcr.py
cmtcr.so:
$(CC) -g -Wall -pthread -shared ${CFLAGS} $(MTCR_DIR)/*.o -o cmtcr.so $(MFT_CORE_LIB_LINK)

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 17 13:58:26 UTC 2022 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
- Updated fix-race-condition-during-install.patch to fix another
race condition during install
-------------------------------------------------------------------
Fri Sep 30 12:11:40 UTC 2022 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>