public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/slurm] epel10: minor spec edit
@ 2026-07-22  7:55 Philip Kovacs
  0 siblings, 0 replies; only message in thread
From: Philip Kovacs @ 2026-07-22  7:55 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/slurm
            Branch : epel10
            Commit : 0ff89d1eafaa86f075f3979ada152f43216c75c7
            Author : Philip Kovacs <pkdevel@yahoo.com>
            Date   : 2019-07-21T03:30:21-04:00
            Stats  : +33/-33 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/slurm/c/0ff89d1eafaa86f075f3979ada152f43216c75c7?branch=epel10

            Log:
            minor spec edit

Signed-off-by: Philip Kovacs <pkdevel@yahoo.com>

---
diff --git a/slurm.spec b/slurm.spec
index c1b8af3..f40fa80 100644
--- a/slurm.spec
+++ b/slurm.spec
@@ -198,14 +198,6 @@ Requires: %{name}-perlapi%{?_isa} = %{version}-%{release}
 %description openlava
 OpenLava wrapper scripts used for helping migrate from OpenLava/LSF to Slurm.
 
-%package perlapi
-Summary: Perl API to Slurm
-Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
-Requires: %{name}-libs%{?_isa} = %{version}-%{release}
-%description perlapi
-Perl API package for Slurm.  This package includes the perl API to provide a
-helpful interface to Slurm through Perl.
-
 %package pam_slurm
 Summary: PAM module for restricting access to compute nodes via Slurm
 Requires: %{name}-libs%{?_isa} = %{version}-%{release}
@@ -215,6 +207,14 @@ is in use.  Access is granted to root, any user with a Slurm-launched job
 currently running on the node, or any user who has allocated resources
 on the node according to Slurm.
 
+%package perlapi
+Summary: Perl API to Slurm
+Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires: %{name}-libs%{?_isa} = %{version}-%{release}
+%description perlapi
+Perl API package for Slurm.  This package includes the perl API to provide a
+helpful interface to Slurm through Perl.
+
 %package torque
 Summary: Torque/PBS wrappers for transition from Torque/PBS to Slurm
 Requires: %{name}%{?_isa} = %{version}-%{release}
@@ -523,6 +523,23 @@ rm -f %{buildroot}%{perl_archlib}/perllocal.pod
 %{_libdir}/libslurm.so.*
 %{_libdir}/libslurmfull-*.so
 
+# ---------
+# Slurm-pmi
+# ---------
+
+%files pmi
+%{_libdir}/libpmi.so.0*
+%{_libdir}/libpmi2.so.0*
+
+# ---------------
+# Slurm-pmi-devel
+# ---------------
+
+%files pmi-devel
+%{_includedir}/%{name}/pmi*.h
+%{_libdir}/libpmi.so
+%{_libdir}/libpmi2.so
+
 # -------------
 # Slurm-rrdtool
 # -------------
@@ -606,6 +623,14 @@ rm -f %{buildroot}%{perl_archlib}/perllocal.pod
 %{_mandir}/man1/bsub.1*
 %{_mandir}/man1/lsid.1*
 
+# ---------------
+# Slurm-pam_slurm
+# ---------------
+
+%files pam_slurm
+%{_libdir}/security/pam_slurm.so
+%{_libdir}/security/pam_slurm_adopt.so
+
 # -------------
 # Slurm-perlapi
 # -------------
@@ -622,31 +647,6 @@ rm -f %{buildroot}%{perl_archlib}/perllocal.pod
 %{perl_vendorarch}/auto/Slurmdb/Slurmdb.so
 %{perl_vendorarch}/auto/Slurmdb/autosplit.ix
 
-# ---------
-# Slurm-pmi
-# ---------
-
-%files pmi
-%{_libdir}/libpmi.so.0*
-%{_libdir}/libpmi2.so.0*
-
-# ---------------
-# Slurm-pmi-devel
-# ---------------
-
-%files pmi-devel
-%{_includedir}/%{name}/pmi*.h
-%{_libdir}/libpmi.so
-%{_libdir}/libpmi2.so
-
-# ---------------
-# Slurm-pam_slurm
-# ---------------
-
-%files pam_slurm
-%{_libdir}/security/pam_slurm.so
-%{_libdir}/security/pam_slurm_adopt.so
-
 # ------------
 # Slurm-torque
 # ------------

^ 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: minor spec edit Philip Kovacs

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