public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Philip Kovacs <pkfed@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/slurm] epel10: Minor spec adjustments
Date: Wed, 22 Jul 2026 07:55:24 GMT	[thread overview]
Message-ID: <178470692496.1.4912167616074187800.rpms-slurm-2baafbcbc6d3@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/slurm
Branch : epel10
Commit : 2baafbcbc6d37d15b0c7072507de73c53ca8d9e6
Author : Philip Kovacs <pkfed@fedoraproject.org>
Date   : 2021-01-06T20:46:35-05:00
Stats  : +86/-7 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/slurm/c/2baafbcbc6d37d15b0c7072507de73c53ca8d9e6?branch=epel10

Log:
Minor spec adjustments

---
diff --git a/slurm.spec b/slurm.spec
index 94a7c3c..b627f31 100644
--- a/slurm.spec
+++ b/slurm.spec
@@ -16,7 +16,7 @@
 
 Name:           slurm
 Version:        20.11.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Simple Linux Utility for Resource Management
 License:        GPLv2 and BSD
 URL:            https://slurm.schedmd.com/
@@ -396,12 +396,88 @@ rm -f %{buildroot}%{perl_archlib}/perllocal.pod
 %dir %{_var}/spool/%{name}/d
 %config(noreplace) %{_sysconfdir}/%{name}/cgroup.conf
 %config(noreplace) %{_sysconfdir}/%{name}/slurm.conf
-%{_bindir}/s*
+%{_bindir}/sacct
+%{_bindir}/sacctmgr
+%{_bindir}/salloc
+%{_bindir}/sattach
+%{_bindir}/sbatch
+%{_bindir}/sbcast
+%{_bindir}/scancel
+%{_bindir}/scontrol
+%{_bindir}/scrontab
+%{_bindir}/sdiag
+%{_bindir}/sh5util
+%{_bindir}/sinfo
+%{_bindir}/sprio
+%{_bindir}/squeue
+%{_bindir}/sreport
+%{_bindir}/srun
+%{_bindir}/sshare
+%{_bindir}/sstat
+%{_bindir}/strigger
 %{_bindir}/%{name}-setuser
-%{_libdir}/%{name}/*.so
-%{_mandir}/man1/*.1*
-%{_mandir}/man5/*.5*
-%{_mandir}/man8/*.8*
+%{_libdir}/%{name}/accounting_storage_*.so
+%{_libdir}/%{name}/acct_gather_*.so
+%{_libdir}/%{name}/auth_munge.so
+%{_libdir}/%{name}/burst_buffer_generic.so
+%{_libdir}/%{name}/cli_filter_*.so
+%{_libdir}/%{name}/core_spec_none.so
+%{_libdir}/%{name}/cred_*.so
+%{_libdir}/%{name}/ext_sensors_none.so
+%{_libdir}/%{name}/gres_*.so
+%{_libdir}/%{name}/gpu_generic.so
+%{_libdir}/%{name}/job_container_*.so
+%{_libdir}/%{name}/job_submit_*.so
+%{_libdir}/%{name}/jobacct_gather_*.so
+%{_libdir}/%{name}/jobcomp_*.so
+%{_libdir}/%{name}/launch_slurm.so
+%{_libdir}/%{name}/mcs_*.so
+%{_libdir}/%{name}/mpi_*.so
+%{_libdir}/%{name}/node_features_knl_generic.so
+%{_libdir}/%{name}/power_none.so
+%{_libdir}/%{name}/preempt_*.so
+%{_libdir}/%{name}/prep_script.so
+%{_libdir}/%{name}/priority_*.so
+%{_libdir}/%{name}/proctrack_*.so
+%{_libdir}/%{name}/route_*.so
+%{_libdir}/%{name}/sched_*.so
+%{_libdir}/%{name}/select_*.so
+%{_libdir}/%{name}/site_factor_none.so
+%{_libdir}/%{name}/slurmctld_nonstop.so
+%{_libdir}/%{name}/switch_*.so
+%{_libdir}/%{name}/task_*.so
+%{_libdir}/%{name}/topology_*.so
+%{_mandir}/man1/sacct.1*
+%{_mandir}/man1/sacctmgr.1*
+%{_mandir}/man1/salloc.1*
+%{_mandir}/man1/sattach.1*
+%{_mandir}/man1/sbatch.1*
+%{_mandir}/man1/sbcast.1*
+%{_mandir}/man1/scancel.1*
+%{_mandir}/man1/scontrol.1*
+%{_mandir}/man1/scrontab.1*
+%{_mandir}/man1/sdiag.1*
+%{_mandir}/man1/sh5util.1*
+%{_mandir}/man1/sinfo.1*
+%{_mandir}/man1/slurm.1*
+%{_mandir}/man1/sprio.1*
+%{_mandir}/man1/squeue.1*
+%{_mandir}/man1/sreport.1*
+%{_mandir}/man1/srun.1*
+%{_mandir}/man1/sshare.1*
+%{_mandir}/man1/sstat.1*
+%{_mandir}/man1/strigger.1*
+%{_mandir}/man5/acct_gather.conf.5*
+%{_mandir}/man5/burst_buffer.conf.5*
+%{_mandir}/man5/cgroup.conf.5*
+%{_mandir}/man5/ext_sensors.conf.5*
+%{_mandir}/man5/gres.conf.5*
+%{_mandir}/man5/knl.conf.5*
+%{_mandir}/man5/nonstop.conf.5*
+%{_mandir}/man5/slurm.conf.5*
+%{_mandir}/man5/topology.conf.5*
+%{_mandir}/man8/slurmrestd.8*
+%{_mandir}/man8/spank.8*
 %{_sysconfdir}/logrotate.d/%{name}
 %{_sysconfdir}/%{name}/cgroup*.conf.example
 %{_sysconfdir}/%{name}/slurm.conf.example
@@ -421,7 +497,7 @@ rm -f %{buildroot}%{perl_archlib}/perllocal.pod
 %{_includedir}/%{name}/slurmdb.h
 %{_includedir}/%{name}/smd_ns.h
 %{_includedir}/%{name}/spank.h
-%{_libdir}/libslurm*.so
+%{_libdir}/libslurm.so
 %{_libdir}/%{name}/src/sattach/sattach.wrapper.c
 %{_libdir}/%{name}/src/srun/srun.wrapper.c
 %{_mandir}/man3/*.3.*
@@ -633,6 +709,9 @@ rm -f %{buildroot}%{perl_archlib}/perllocal.pod
 %systemd_postun_with_restart slurmdbd.service
 
 %changelog
+* Wed Jan 6 2021 Philip Kovacs <pkfed@fedoraproject.org> - 20.11.2-2
+- Minor spec adjustments
+
 * Tue Jan 5 2021 Philip Kovacs <pkfed@fedoraproject.org> - 20.11.2-1
 - Release of 20.11.2
 

                 reply	other threads:[~2026-07-22  7:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178470692496.1.4912167616074187800.rpms-slurm-2baafbcbc6d3@fedoraproject.org \
    --to=pkfed@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox