public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/slurm] epel10: i came to rebuild this for lua, but I figured I would bump it to the latest while I was here, so now it is at 25.11.4
@ 2026-07-22  7:55 Tom spot Callaway
  0 siblings, 0 replies; only message in thread
From: Tom spot Callaway @ 2026-07-22  7:55 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/slurm
Branch : epel10
Commit : 6952c89106ca134adbf06569efef87b6b21e6229
Author : Tom spot Callaway <spotaws@amazon.com>
Date   : 2026-03-15T22:16:55-04:00
Stats  : +35/-9 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/slurm/c/6952c89106ca134adbf06569efef87b6b21e6229?branch=epel10

Log:
i came to rebuild this for lua, but I figured I would bump it to the latest while I was here, so now it is at 25.11.4

---
diff --git a/slurm.spec b/slurm.spec
index 16261b5..55b2e73 100644
--- a/slurm.spec
+++ b/slurm.spec
@@ -15,7 +15,7 @@
 %endif
 
 Name:           slurm
-Version:        24.05.2
+Version:        25.11.4
 Release:        %autorelease
 Summary:        Simple Linux Utility for Resource Management
 # ./src/common/log.c: BSD 2-Clause License
@@ -56,11 +56,13 @@ BuildRequires:  pkgconfig(lua)
 BuildRequires:  python3
 BuildRequires:  systemd
 
+BuildRequires:  bash-completion-devel
 BuildRequires:  freeipmi-devel
 BuildRequires:  gtk2-devel
 BuildRequires:  hdf5-devel
 BuildRequires:  hwloc-devel
 BuildRequires:  libcurl-devel
+BuildRequires:  librdkafka-devel
 BuildRequires:  libssh2-devel
 BuildRequires:  lz4-devel
 BuildRequires:  mariadb-connector-c-devel
@@ -70,10 +72,12 @@ BuildRequires:  munge-devel
 %if (0%{?rhel} != 9) || ("%{_arch}" != "s390x")
 BuildRequires:  numactl-devel
 %endif
+BuildRequires:  oneapi-level-zero-devel
 BuildRequires:  pam-devel
 BuildRequires:  pmix-devel
 BuildRequires:  rdma-core-devel
 BuildRequires:  readline-devel
+BuildRequires:  rocm-smi-devel
 BuildRequires:  zlib-devel
 
 %if 0%{?fedora} && %{with ucx}
@@ -89,6 +93,9 @@ BuildRequires:  libyaml-devel
 ExcludeArch:    armv7hl
 ExcludeArch:    i686
 
+# Technically, slurm does not need bash-completion, but
+# it makes life better if you have it.
+Recommends:     bash-completion
 Requires:       /bin/mailx
 Requires:       munge
 Requires:       pmix
@@ -251,9 +258,12 @@ export LDFLAGS="%{build_ldflags} -Wl,-z,lazy"
   --disable-debug \
   --disable-salloc-background \
   --disable-partial_attach \
-  --with-oneapi=no \
+  --with-oneapi=yes \
   --with-pmix=%{_prefix} \
   --with-shared-libslurm \
+%if 0%{?fedora} && %{with ucx}
+  --with-ucx=yes \
+%endif
   --without-rpath
 # patch libtool to remove rpaths
 sed -i 's|^hardcode_into_libs=.*|hardcode_into_libs=no|g' libtool
@@ -381,6 +391,14 @@ rm -f %{buildroot}%{perl_archlib}/perllocal.pod
 # remove other example stuff
 rm -f %{buildroot}%{_libdir}/%{name}/site_factor_example.so
 
+# Fix the bash-completion symlinks
+pushd %{buildroot}%{_datadir}/bash-completion/completions
+for i in sacct sacctmgr salloc sattach sbatch sbcast scancel scontrol scrontab sdiag sinfo slurmrestd sprio squeue sreport srun sshare sstat strigger; do
+  rm -f $i
+  ln -vsf slurm_completion.sh $i
+done
+popd
+
 %ldconfig_scriptlets devel
 %ldconfig_scriptlets libs
 
@@ -396,7 +414,7 @@ rm -f %{buildroot}%{_libdir}/%{name}/site_factor_example.so
 # -----
 
 %files
-%doc CONTRIBUTING.md DISCLAIMER META NEWS README.rst RELEASE_NOTES
+%doc CONTRIBUTING.md DISCLAIMER META README.md RELEASE_NOTES.md
 %license COPYING LICENSE.OpenSSL
 %dir %{_libdir}/%{name}
 %dir %{_rundir}/%{name}
@@ -429,12 +447,15 @@ rm -f %{buildroot}%{_libdir}/%{name}/site_factor_example.so
 %{_bindir}/sstat
 %{_bindir}/strigger
 %{_bindir}/%{name}-setuser
+%{_datadir}/bash-completion/completions/*
 %{_libdir}/%{name}/accounting_storage_*.so
 %{_libdir}/%{name}/acct_gather_*.so
 %{_libdir}/%{name}/auth_jwt.so
 %{_libdir}/%{name}/auth_munge.so
 %{_libdir}/%{name}/auth_slurm.so
 %{_libdir}/%{name}/burst_buffer_lua.so
+%{_libdir}/%{name}/certgen_script.so
+%{_libdir}/%{name}/certmgr_script.so
 %{_libdir}/%{name}/cgroup_v1.so
 %{_libdir}/%{name}/cgroup_v2.so
 %{_libdir}/%{name}/cli_filter_*.so
@@ -443,12 +464,15 @@ rm -f %{buildroot}%{_libdir}/%{name}/site_factor_example.so
 %{_libdir}/%{name}/gpu_*.so
 %{_libdir}/%{name}/gres_*.so
 %{_libdir}/%{name}/hash_*.so
-%{_libdir}/%{name}/job_container_*.so
+%{_libdir}/%{name}/http_parser_libhttp_parser.so
+# %%{_libdir}/%%{name}/job_container_*.so
 %{_libdir}/%{name}/job_submit_*.so
 %{_libdir}/%{name}/jobacct_gather_*.so
 %{_libdir}/%{name}/jobcomp_*.so
 %{_libdir}/%{name}/mcs_*.so
+%{_libdir}/%{name}/metrics_openmetrics.so
 %{_libdir}/%{name}/mpi_*.so
+%{_libdir}/%{name}/namespace_*.so
 %{_libdir}/%{name}/node_features_*.so
 %{_libdir}/%{name}/preempt_*.so
 %{_libdir}/%{name}/prep_script.so
@@ -488,11 +512,14 @@ rm -f %{buildroot}%{_libdir}/%{name}/site_factor_example.so
 %{_mandir}/man5/gres.conf.5*
 %{_mandir}/man5/helpers.conf.5*
 %{_mandir}/man5/job_container.conf.5*
-%{_mandir}/man5/knl.conf.5*
+# %%{_mandir}/man5/knl.conf.5*
 %{_mandir}/man5/mpi.conf.5*
+%{_mandir}/man5/namespace.yaml.5*
 %{_mandir}/man5/oci.conf.5*
+%{_mandir}/man5/resources.yaml.5*
 %{_mandir}/man5/slurm.conf.5*
 %{_mandir}/man5/topology.conf.5*
+%{_mandir}/man5/topology.yaml.5*
 %{_mandir}/man8/slurmrestd.8*
 %{_mandir}/man8/spank.8*
 %{_sysconfdir}/%{name}/cgroup*.conf.example
@@ -529,9 +556,8 @@ rm -f %{buildroot}%{_libdir}/%{name}/site_factor_example.so
 %exclude %{_docdir}/%{name}/CONTRIBUTING.md
 %exclude %{_docdir}/%{name}/DISCLAIMER
 %exclude %{_docdir}/%{name}/META
-%exclude %{_docdir}/%{name}/NEWS
-%exclude %{_docdir}/%{name}/README.rst
-%exclude %{_docdir}/%{name}/RELEASE_NOTES
+%exclude %{_docdir}/%{name}/README.md
+%exclude %{_docdir}/%{name}/RELEASE_NOTES.md
 
 # ---------
 # Slurm-gui

diff --git a/sources b/sources
index 821f3fe..6cb570d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (slurm-24.05.2.tar.bz2) = d00b7420690f0067a53e6c52cf9ec103411766437d9677f9968fdb81859ad4c839ba7d3dbfa046f6b06b753262a25d12ff7e8e019b14fc8f7b1e1cbbe60ed819
+SHA512 (slurm-25.11.4.tar.bz2) = c339d9d639aa0cac3fe241375faa079360e30d06ed1672d559c06c3550b81e4b69578997938e22cfa2a949668e9015753f567dcca9cd71d954c9e573e4351e43

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-22  7:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-22  7:55 [rpms/slurm] epel10: i came to rebuild this for lua, but I figured I would bump it to the latest while I was here, so now it is at 25.11.4 Tom spot Callaway

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox