public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pdsh] epel10: Enabled two optional packages and removed their dependencies.
@ 2026-07-31 15:21 Ben Woodard
0 siblings, 0 replies; only message in thread
From: Ben Woodard @ 2026-07-31 15:21 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/pdsh
Branch : epel10
Commit : 5735ada25d0a5035599df0ee87e859c84f239176
Author : Ben Woodard <kg6fnk@fedoraproject.org>
Date : 2006-08-24T23:50:53+00:00
Stats : +11/-9 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/pdsh/c/5735ada25d0a5035599df0ee87e859c84f239176?branch=epel10
Log:
Enabled two optional packages and removed their dependencies.
---
diff --git a/pdsh.spec b/pdsh.spec
index 853bc30..ced7c21 100644
--- a/pdsh.spec
+++ b/pdsh.spec
@@ -1,6 +1,6 @@
Name: pdsh
Version: 2.11
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Parallel remote shell program
@@ -14,9 +14,9 @@ Requires: pdsh-rcmd
#
# Enabling and disabling pdsh options
# defaults:
-# enabled: readline, rsh, ssh
+# enabled: readline, rsh, ssh, dshgroup, netgroups
# disabled: rms, mrsh, qshell, mqshell, xcpu, genders, nodeattr, machines,
-# nodeupdown, dshgroup, netgroups
+# nodeupdown
#
# To build the various module subpackages, pass --with <pkg> on
# the rpmbuild command line (if your rpm is a recent enough version)
@@ -39,6 +39,10 @@ Requires: pdsh-rcmd
%{expand: %def ssh with without}
%{expand: %pdsh_with rsh}
%{expand: %def rsh with without}
+%{expand: %pdsh_with dshgroups}
+%{expand: %def dshgroups with without}
+%{expand: %pdsh_with netgroup}
+%{expand: %def netgroup with without}
%{expand: %pdsh_with mrsh}
%{expand: %def mrsh without with}
@@ -54,10 +58,6 @@ Requires: pdsh-rcmd
%{expand: %def nodeattr without with}
%{expand: %pdsh_with nodeupdown}
%{expand: %def nodeupdown without with}
-%{expand: %pdsh_with dshgroups}
-%{expand: %def dshgroups without with}
-%{expand: %pdsh_with netgroup}
-%{expand: %def netgroup without with}
%{expand: %pdsh_with machines}
%{expand: %def machines without with}
%{expand: %pdsh_with slurm}
@@ -207,7 +207,6 @@ Pdsh module for gathering list of all target nodes from a machines file.
%package mod-dshgroup
Summary: Provides dsh-style group file support for pdsh
Group: System Environment/Base
-Requires: whatsup
%description mod-dshgroup
Pdsh module providing dsh (Dancer's shell) style "group" file support.
Provides -g groupname and -X groupname options to pdsh.
@@ -215,7 +214,6 @@ Provides -g groupname and -X groupname options to pdsh.
%package mod-netgroup
Summary: Provides netgroup support for pdsh
Group: System Environment/Base
-Requires: whatsup
%description mod-netgroup
Pdsh module providing support for targeting hosts based on netgroup.
Provides -g groupname and -X groupname options to pdsh.
@@ -435,6 +433,10 @@ fi
%changelog
+* Thu Aug 24 2006 Ben Woodard <woodard@redhat.com> 2.11-3
+- Remove whatsup requirement for dshgrp and netgroup
+- Enable dshgroup and netgroup by default
+
* Mon Jul 31 2006 Ben Woodard <woodard@redhat.com> 2.11-2
- Hardcode readline-devel dependency.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-31 15:21 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:21 [rpms/pdsh] epel10: Enabled two optional packages and removed their dependencies Ben Woodard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox