forked from pool/slurm
Accepting request 890261 from home:eeich:branches:network:cluster
- Ship REST API version and auth plugins with slurmrestd. - Add YAML support for REST API to build (bsc#1185603). OBS-URL: https://build.opensuse.org/request/show/890261 OBS-URL: https://build.opensuse.org/package/show/network:cluster/slurm?expand=0&rev=177
This commit is contained in:
parent
ff5dc58526
commit
47fc726263
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 3 16:09:44 UTC 2021 - Egbert Eich <eich@suse.com>
|
||||||
|
|
||||||
|
- Ship REST API version and auth plugins with slurmrestd.
|
||||||
|
- Add YAML support for REST API to build (bsc#1185603).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 17 08:55:58 UTC 2021 - Christian Goll <cgoll@suse.com>
|
Wed Mar 17 08:55:58 UTC 2021 - Christian Goll <cgoll@suse.com>
|
||||||
|
|
||||||
|
14
slurm.spec
14
slurm.spec
@ -191,6 +191,7 @@ BuildRequires: libjson-c-devel
|
|||||||
BuildRequires: liblz4-devel
|
BuildRequires: liblz4-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libssh2-devel
|
BuildRequires: libssh2-devel
|
||||||
|
BuildRequires: libyaml-devel
|
||||||
BuildRequires: rrdtool-devel
|
BuildRequires: rrdtool-devel
|
||||||
%if 0%{?with_systemd}
|
%if 0%{?with_systemd}
|
||||||
%{?systemd_ordering}
|
%{?systemd_ordering}
|
||||||
@ -563,6 +564,7 @@ autoreconf
|
|||||||
%if 0%{?build_slurmrestd}
|
%if 0%{?build_slurmrestd}
|
||||||
--enable-slurmrestd \
|
--enable-slurmrestd \
|
||||||
%endif
|
%endif
|
||||||
|
--with-yaml \
|
||||||
%{!?have_netloc:--without-netloc} \
|
%{!?have_netloc:--without-netloc} \
|
||||||
--sysconfdir=%{_sysconfdir}/%{pname} \
|
--sysconfdir=%{_sysconfdir}/%{pname} \
|
||||||
%{!?have_hdf5:--without-hdf5} \
|
%{!?have_hdf5:--without-hdf5} \
|
||||||
@ -1105,13 +1107,6 @@ exit 0
|
|||||||
%{_libdir}/slurm/mpi_pmix.so
|
%{_libdir}/slurm/mpi_pmix.so
|
||||||
%{_libdir}/slurm/mpi_pmix_v3.so
|
%{_libdir}/slurm/mpi_pmix_v3.so
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?build_slurmrestd}
|
|
||||||
%{_libdir}/slurm/openapi_dbv0_0_36.so
|
|
||||||
%{_libdir}/slurm/openapi_v0_0_35.so
|
|
||||||
%{_libdir}/slurm/openapi_v0_0_36.so
|
|
||||||
%{_libdir}/slurm/rest_auth_jwt.so
|
|
||||||
%{_libdir}/slurm/rest_auth_local.so
|
|
||||||
%endif
|
|
||||||
%{_libdir}/slurm/power_none.so
|
%{_libdir}/slurm/power_none.so
|
||||||
%{_libdir}/slurm/preempt_none.so
|
%{_libdir}/slurm/preempt_none.so
|
||||||
%{_libdir}/slurm/preempt_partition_prio.so
|
%{_libdir}/slurm/preempt_partition_prio.so
|
||||||
@ -1188,6 +1183,11 @@ exit 0
|
|||||||
%{?comp_at}
|
%{?comp_at}
|
||||||
%{_sbindir}/slurmrestd
|
%{_sbindir}/slurmrestd
|
||||||
%{_mandir}/man8/slurmrestd.*
|
%{_mandir}/man8/slurmrestd.*
|
||||||
|
%{_libdir}/slurm/openapi_dbv0_0_36.so
|
||||||
|
%{_libdir}/slurm/openapi_v0_0_35.so
|
||||||
|
%{_libdir}/slurm/openapi_v0_0_36.so
|
||||||
|
%{_libdir}/slurm/rest_auth_jwt.so
|
||||||
|
%{_libdir}/slurm/rest_auth_local.so
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files node
|
%files node
|
||||||
|
Loading…
Reference in New Issue
Block a user