public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Philip Kovacs <pkdevel@yahoo.com>
To: git-commits@fedoraproject.org
Subject: [rpms/slurm] epel10: Release of 17.11.9-2 (new upstream tarball)
Date: Wed, 22 Jul 2026 07:54:58 GMT [thread overview]
Message-ID: <178470689836.1.15604079564631163436.rpms-slurm-e899c826d439@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/slurm
Branch : epel10
Commit : e899c826d439c6a3a8237cc04ada98a791763791
Author : Philip Kovacs <pkdevel@yahoo.com>
Date : 2018-09-28T18:45:29-04:00
Stats : +6/-18 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/slurm/c/e899c826d439c6a3a8237cc04ada98a791763791?branch=epel10
Log:
Release of 17.11.9-2 (new upstream tarball)
Signed-off-by: Philip Kovacs <pkdevel@yahoo.com>
---
diff --git a/slurm.spec b/slurm.spec
index 981b270..4e8f376 100644
--- a/slurm.spec
+++ b/slurm.spec
@@ -1,8 +1,5 @@
-# Obsolete EVR
-%global obs_evr 17.02.9-4
-
# Upstream tarballs use an additional release number
-%global ups_rel 1
+%global ups_rel 2
%if "%{ups_rel}" == "1"
%global name_version %{name}-%{version}
@@ -15,7 +12,7 @@
Name: slurm
Version: 17.11.9
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Simple Linux Utility for Resource Management
License: GPLv2 and BSD
URL: https://slurm.schedmd.com/
@@ -82,13 +79,6 @@ Requires: munge
Requires: pmix >= 2.0.0
%{?systemd_requires}
-Obsoletes: %{name} <= %{obs_evr}
-Obsoletes: %{name}-plugins <= %{obs_evr}
-Obsoletes: %{name}-plugins-auth_none <= %{obs_evr}
-Obsoletes: %{name}-plugins-lua <= %{obs_evr}
-Obsoletes: %{name}-plugins-munge <= %{obs_evr}
-Obsoletes: %{name}-plugins-mysql <= %{obs_evr}
-
%description
Slurm is an open source, fault-tolerant, and highly scalable
cluster management and job scheduling system for Linux clusters.
@@ -129,7 +119,6 @@ Slurm shared libraries.
%package rrdtool
Summary: Slurm rrdtool external sensor plugin
Requires: %{name}%{?_isa} = %{version}-%{release}
-Obsoletes: %{name}-plugins-rrdtool <= %{obs_evr}
%description rrdtool
Slurm external sensor plugin for rrdtool. This package is separated from
the base plugins package due to gui dependencies which are unneeded if not
@@ -138,7 +127,6 @@ using this plugin.
%package slurmctld
Summary: Slurm controller daemon
Requires: %{name}%{?_isa} = %{version}-%{release}
-Obsoletes: %{name} <= %{obs_evr}
%description slurmctld
Slurm controller daemon. Used to manage the job queue, schedule jobs,
and dispatch RPC messages to the slurmd processon the compute nodes
@@ -147,7 +135,6 @@ to launch jobs.
%package slurmd
Summary: Slurm compute node daemon
Requires: %{name}%{?_isa} = %{version}-%{release}
-Obsoletes: %{name} <= %{obs_evr}
%description slurmd
Slurm compute node daemon. Used to launch jobs on compute nodes
@@ -187,7 +174,6 @@ 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}
-Obsoletes: %{name}-plugins-pam_slurm <= %{obs_evr}
%description pam_slurm
This module restricts access to compute nodes in a cluster where Slurm
is in use. Access is granted to root, any user with a Slurm-launched job
@@ -198,7 +184,6 @@ on the node according to Slurm.
Summary: Torque/PBS wrappers for transition from Torque/PBS to Slurm
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: %{name}-perlapi%{?_isa} = %{version}-%{release}
-Obsoletes: %{name}-plugins-pbs <= %{obs_evr}
%description torque
Torque wrapper scripts used for helping migrate from Torque/PBS to Slurm.
@@ -737,6 +722,9 @@ rm -f %{buildroot}%{perl_archlib}/perllocal.pod
%systemd_postun_with_restart slurmdbd.service
%changelog
+* Fri Sep 28 2018 Philip Kovacs <pkdevel@yahoo.com> - 17.11.9-2
+- Release of 17.11.9-2 (new upstream tarball)
+
* Fri Aug 10 2018 Philip Kovacs <pkdevel@yahoo.com> - 17.11.9-1
- Release of 17.11.9
diff --git a/sources b/sources
index 3db1b98..aef92f4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (slurm-17.11.9.tar.bz2) = 281bda70695011bbc30f56738049b2b11866d6c266c6aa5590ffcbaaa748a02fc76cd2d03834cd90f0e1f4160ee0fb3c35a7c2e53819f5e21445748d4d437e6b
+SHA512 (slurm-17.11.9-2.tar.bz2) = 5440ecb4af6a9b3e0f43c9a2623901ccbbfb25a563dfa1af750800221ac0dce1c430430a10e4c931bf44e658a738c9cfb8a9af37764b40f92b04de6765b2f00d
reply other threads:[~2026-07-22 7:54 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=178470689836.1.15604079564631163436.rpms-slurm-e899c826d439@fedoraproject.org \
--to=pkdevel@yahoo.com \
--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