public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michael Schwendt <mschwendt@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/pdsh] epel10: - fix unowned directories (#473578) and let all module subpackages require
Date: Fri, 31 Jul 2026 15:21:44 GMT	[thread overview]
Message-ID: <178551130414.1.15589984629379264894.rpms-pdsh-524a97b5e7b2@fedoraproject.org> (raw)

        A new commit has been pushed.

        Repo   : rpms/pdsh
        Branch : epel10
        Commit : 524a97b5e7b204472290177be0fdadc8ced7feec
        Author : Michael Schwendt <mschwendt@fedoraproject.org>
        Date   : 2009-03-31T19:49:12+00:00
        Stats  : +20/-1 in 1 file(s)
        URL    : https://src.fedoraproject.org/rpms/pdsh/c/524a97b5e7b204472290177be0fdadc8ced7feec?branch=epel10

        Log:
        - fix unowned directories (#473578) and let all module subpackages require
the main package

---
diff --git a/pdsh.spec b/pdsh.spec
index d2b5431..e891599 100644
--- a/pdsh.spec
+++ b/pdsh.spec
@@ -1,6 +1,6 @@
 Name: pdsh
 Version: 2.17
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Parallel remote shell program
 License: GPLv2+
 Url: http://sourceforge.net/projects/pdsh/
@@ -92,6 +92,7 @@ needed by Quadrics MPICH executables.
 Summary:   Provides bsd rcmd capability to pdsh
 Group:     System Environment/Base
 Provides:  pdsh-rcmd
+Requires:  %{name} = %{version}-%{release}
 
 %description rcmd-rsh
 Pdsh module for bsd rcmd functionality. Note: This module
@@ -102,6 +103,7 @@ Summary:   Provides ssh rcmd capability to pdsh
 Group:     System Environment/Base
 Provides:  pdsh-rcmd
 Requires:  openssh-clients
+Requires:  %{name} = %{version}-%{release}
 
 %description rcmd-ssh
 Pdsh module for ssh rcmd functionality.
@@ -111,6 +113,7 @@ Summary:   Provides qshell rcmd capability to pdsh
 Group:     System Environment/Base
 Provides:  pdsh-rcmd
 Conflicts: pdsh-rcmd-mqshell
+Requires:  %{name} = %{version}-%{release}
 
 %description rcmd-qshell
 Pdsh module for running QsNet MPI jobs. Note: This module
@@ -120,6 +123,7 @@ requires that the pdsh binary be installed setuid root.
 Summary:   Provides mrsh rcmd capability to pdsh
 Group:     System Environment/Base
 Provides:  pdsh-rcmd
+Requires:  %{name} = %{version}-%{release}
 
 %description rcmd-mrsh
 Pdsh module for mrsh rcmd functionality.
@@ -129,6 +133,7 @@ Summary:   Provides mqshell rcmd capability to pdsh
 Group:     System Environment/Base
 Provides:  pdsh-rcmd
 Conflicts: pdsh-rcmd-qshell
+Requires:  %{name} = %{version}-%{release}
 
 %description rcmd-mqshell
 Pdsh module for mqshell rcmd functionality.
@@ -137,6 +142,7 @@ Pdsh module for mqshell rcmd functionality.
 Summary:   Provides xcpu rcmd capability to pdsh
 Group:     System Environment/Base
 Provides:  pdsh-xcpu
+Requires:  %{name} = %{version}-%{release}
 
 %description rcmd-xcpu
 Pdsh module for xcpu rcmd functionality.
@@ -147,6 +153,7 @@ Group:     System Environment/Base
 Requires:  genders >= 1.1
 Conflicts: pdsh-mod-nodeattr
 Conflicts: pdsh-mod-machines
+Requires:  %{name} = %{version}-%{release}
 
 %description mod-genders
 Pdsh module for libgenders functionality.
@@ -157,6 +164,7 @@ Group:     System Environment/Base
 Requires:  genders 
 Conflicts: pdsh-mod-genders
 Conflicts: pdsh-mod-machines
+Requires:  %{name} = %{version}-%{release}
 
 %description mod-nodeattr
 Pdsh module for genders functionality using the nodeattr program.
@@ -165,6 +173,7 @@ Pdsh module for genders functionality using the nodeattr program.
 Summary:   Provides libnodeupdown support for pdsh
 Group:     System Environment/Base
 Requires:  whatsup
+Requires:  %{name} = %{version}-%{release}
 
 %description mod-nodeupdown
 Pdsh module providing -v functionality using libnodeupdown.
@@ -173,6 +182,7 @@ Pdsh module providing -v functionality using libnodeupdown.
 Summary:   Provides RMS support for pdsh
 Group:     System Environment/Base
 Requires:  qsrmslibs
+Requires:  %{name} = %{version}-%{release}
 
 %description mod-rms
 Pdsh module providing support for gathering the list of target nodes
@@ -183,6 +193,7 @@ Summary:   Pdsh module for gathering list of target nodes from a machines file
 Group:     System Environment/Base
 Conflicts: pdsh-mod-genders
 Conflicts: pdsh-mod-nodeattr
+Requires:  %{name} = %{version}-%{release}
 
 %description mod-machines
 Pdsh module for gathering list of all target nodes from a machines file.
@@ -190,6 +201,7 @@ 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:  %{name} = %{version}-%{release}
 
 %description mod-dshgroup
 Pdsh module providing dsh (Dancer's shell) style "group" file support.
@@ -198,6 +210,7 @@ Provides -g groupname and -X groupname options to pdsh.
 %package   mod-netgroup
 Summary:   Provides netgroup support for pdsh
 Group:     System Environment/Base
+Requires:  %{name} = %{version}-%{release}
 
 %description mod-netgroup
 Pdsh module providing support for targeting hosts based on netgroup.
@@ -207,6 +220,7 @@ Provides -g groupname and -X groupname options to pdsh.
 Summary:   Provides support for running pdsh under SLURM allocations
 Group:     System Environment/Base
 Requires:  slurm
+Requires:  %{name} = %{version}-%{release}
 
 %description mod-slurm
 Pdsh module providing support for gathering the list of target nodes
@@ -277,6 +291,7 @@ rm -rf "$RPM_BUILD_ROOT"
 %{_bindir}/pdcp
 %{_bindir}/dshbak
 %{_bindir}/rpdcp
+%dir %{_libdir}/pdsh
 %{_libdir}/pdsh/execcmd.so
 %{_mandir}/man1/*
 
@@ -393,6 +408,10 @@ fi
 %endif
 
 %changelog
+* Tue Mar 31 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.17-3
+- fix unowned directories (#473578)
+  and let all module subpackages require the main package
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.17-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 

                 reply	other threads:[~2026-07-31 15:21 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=178551130414.1.15589984629379264894.rpms-pdsh-524a97b5e7b2@fedoraproject.org \
    --to=mschwendt@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