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: Exclude upstream-deprecated 32-bit architectures
Date: Wed, 22 Jul 2026 07:55:06 GMT	[thread overview]
Message-ID: <178470690690.1.5332970351265678930.rpms-slurm-8cb979feb927@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/slurm
Branch : epel10
Commit : 8cb979feb927d2083597acd50c9027930d1298ce
Author : Philip Kovacs <pkdevel@yahoo.com>
Date   : 2019-06-09T18:43:43-04:00
Stats  : +8/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/slurm/c/8cb979feb927d2083597acd50c9027930d1298ce?branch=epel10

Log:
Exclude upstream-deprecated 32-bit architectures

---
diff --git a/slurm.spec b/slurm.spec
index debed12..80a2840 100644
--- a/slurm.spec
+++ b/slurm.spec
@@ -12,7 +12,7 @@
 
 Name:           slurm
 Version:        19.05.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Simple Linux Utility for Resource Management
 License:        GPLv2 and BSD
 URL:            https://slurm.schedmd.com/
@@ -76,6 +76,10 @@ BuildRequires:  rdma-core-devel
 BuildRequires:  numactl-devel
 %endif
 
+# exclude upstream-deprecated 32-bit architectures
+ExcludeArch:    armv7hl
+ExcludeArch:    i686
+
 Requires:       munge
 Requires:       pmix >= 2.0.0
 %{?systemd_requires}
@@ -726,6 +730,9 @@ rm -f %{buildroot}%{perl_archlib}/perllocal.pod
 %systemd_postun_with_restart slurmdbd.service
 
 %changelog
+* Sun Jun 9 2019 Philip Kovacs <pkdevel@yahoo.com> - 19.05.0-2
+- Exclude upstream-deprecated 32-bit architectures
+
 * Sun Jun 9 2019 Philip Kovacs <pkdevel@yahoo.com> - 19.05.0-1
 - Release of 19.05.0
 - Added nss_plugin subpackage for optional nss plugin

                 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=178470690690.1.5332970351265678930.rpms-slurm-8cb979feb927@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