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: Move auth_jwt.so plugin to base package (#1947878)
Date: Wed, 22 Jul 2026 07:55:29 GMT [thread overview]
Message-ID: <178470692968.1.881944330327042912.rpms-slurm-90d638313546@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/slurm
Branch : epel10
Commit : 90d638313546dcb5ed81c66dfdd36132edfced7c
Author : Philip Kovacs <pkfed@fedoraproject.org>
Date : 2021-05-24T20:14:55-04:00
Stats : +7/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/slurm/c/90d638313546dcb5ed81c66dfdd36132edfced7c?branch=epel10
Log:
Move auth_jwt.so plugin to base package (#1947878)
---
diff --git a/slurm.spec b/slurm.spec
index 03e5053..ceeda7c 100644
--- a/slurm.spec
+++ b/slurm.spec
@@ -16,7 +16,7 @@
Name: slurm
Version: 20.11.7
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Simple Linux Utility for Resource Management
License: GPLv2 and BSD
URL: https://slurm.schedmd.com/
@@ -445,6 +445,9 @@ rm -f %{buildroot}%{_unitdir}/slurmrestd.service
%{_bindir}/%{name}-setuser
%{_libdir}/%{name}/accounting_storage_*.so
%{_libdir}/%{name}/acct_gather_*.so
+%if (0%{?fedora} >= 34) || 0%{?el7} || 0%{?el8}
+%{_libdir}/%{name}/auth_jwt.so
+%endif
%{_libdir}/%{name}/auth_munge.so
%{_libdir}/%{name}/burst_buffer_generic.so
%{_libdir}/%{name}/cli_filter_*.so
@@ -638,7 +641,6 @@ fi
%if (0%{?fedora} >= 34) || 0%{?el7} || 0%{?el8}
%files slurmrestd
-%{_libdir}/%{name}/auth_jwt.so
%{_libdir}/%{name}/openapi_dbv0_0_36.so
%{_libdir}/%{name}/openapi_v0_0_36.so
%{_libdir}/%{name}/openapi_v0_0_35.so
@@ -767,6 +769,9 @@ fi
%systemd_postun_with_restart slurmdbd.service
%changelog
+* Mon May 24 2021 Philip Kovacs <pkfed@fedoraproject.org> - 20.11.7-3
+- Move auth_jwt.so plugin to base package (#1947878)
+
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 20.11.7-2
- Perl 5.34 rebuild
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=178470692968.1.881944330327042912.rpms-slurm-90d638313546@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