public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/slurm] epel10: Exclude upstream-deprecated 32-bit architectures
@ 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 : 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
^ 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: Exclude upstream-deprecated 32-bit architectures Philip Kovacs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox