Files
opensm/opensm-remove-date-time.patch
Nicolas Morey-Chaisemartin ac6391bb24 - Backport changes from SLE12-SP3
- Add opensm-remove-date-time.patch to remove __DATE__ and
  __TIME__ from build
- Rename /usr/sbin/rcopensmd to /usr/sbin/rcopensm to match binary
- Drop opensm-autotools.patch as the fix is in.

OBS-URL: https://build.opensuse.org/package/show/science:HPC/opensm?expand=0&rev=4
2017-06-12 09:41:24 +00:00

14 lines
453 B
Diff

diff --git opensm/osm_console.c opensm/osm_console.c
index 0f68afe0..f1892e2d 100644
--- opensm/osm_console.c
+++ opensm/osm_console.c
@@ -1647,7 +1647,7 @@ static void help_version(FILE * out, int detail)
static void version_parse(char **p_last, osm_opensm_t * p_osm, FILE * out)
{
- fprintf(out, "%s build %s %s\n", p_osm->osm_version, __DATE__, __TIME__);
+ fprintf(out, "%s build\n", p_osm->osm_version);
}
/* more parse routines go here */