public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pdsh] epel9: disable torque
@ 2026-07-31 15:59 Tom spot Callaway
0 siblings, 0 replies; only message in thread
From: Tom spot Callaway @ 2026-07-31 15:59 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/pdsh
Branch : epel9
Commit : 7e5d7195b0b6e8df76568a81e22f4995515a6b4d
Author : Tom spot Callaway <spotaws@amazon.com>
Date : 2025-02-20T10:26:25-05:00
Stats : +6/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/pdsh/c/7e5d7195b0b6e8df76568a81e22f4995515a6b4d?branch=epel9
Log:
disable torque
---
diff --git a/pdsh.spec b/pdsh.spec
index 3766b7b..6d8f909 100644
--- a/pdsh.spec
+++ b/pdsh.spec
@@ -1,6 +1,6 @@
Name: pdsh
Version: 2.34
-Release: 14%{?dist}
+Release: 15%{?dist}
Summary: Parallel remote shell program
# Automatically converted from old format: GPLv2+ - review is highly recommended.
License: GPL-2.0-or-later
@@ -14,8 +14,7 @@ BuildRequires: perl-generators
# Enabling and disabling pdsh options
# defaults:
# enabled: readline, rsh, ssh, dshgroup, netgroup, debug, nodeupdown, genders
-# torque
-# disabled: rms, mrsh, qshell, mqshell, xcpu, nodeattr, machines, slurm
+# disabled: rms, mrsh, qshell, mqshell, xcpu, nodeattr, machines, slurm, torque
#
# To build the various module subpackages, pass --with <pkg> on
# the rpmbuild command line (if your rpm is a recent enough version)
@@ -38,7 +37,6 @@ BuildRequires: perl-generators
%{!?_with_debug: %{!?_without_debug: %global _with_debug --with-debug}}
%{!?_with_nodeupdown: %{!?_without_nodeupdown: %global _with_nodeupdown --with-nodeupdown}}
%{!?_with_genders: %{!?_without_genders: %global _with_genders --with-genders}}
-%{!?_with_torque: %{!?_without_torque: %global _with_torque --with-torque}}
# These are default DISABLED.
%{!?_with_rms: %{!?_without_rms: %global _without_rms --without-rms}}
%{!?_with_mrsh: %{!?_without_mrsh: %global _without_mrsh --without-mrsh}}
@@ -48,6 +46,7 @@ BuildRequires: perl-generators
%{!?_with_nodeattr: %{!?_without_nodeattr: %global _without_nodeattr --without-nodeattr}}
%{!?_with_machines: %{!?_without_machines: %global _without_machines --without-machines}}
%{!?_with_slurm: %{!?_without_slurm: %global _without_slurm --without-slurm}}
+%{!?_with_torque: %{!?_without_torque: %global _without_torque --without-torque}}
#
# If "--with debug" is set compile with --enable-debug
@@ -392,6 +391,9 @@ fi
%endif
%changelog
+* Thu Feb 20 2025 Tom Callaway <spot@fedoraproject.org> - 2.34-15
+- disable torque
+
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.34-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-31 15:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-31 15:59 [rpms/pdsh] epel9: disable torque Tom spot Callaway
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox