public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Net-OpenSSH] epel10.2: Do not require specific architecture of openssh-clients
@ 2026-08-08  6:26 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-08  6:26 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/perl-Net-OpenSSH
            Branch : epel10.2
            Commit : 96b40818247aa0ac8071b3ac7d8b07c082254079
            Author : Petr Písař <ppisar@redhat.com>
            Date   : 2012-06-04T09:37:22+02:00
            Stats  : +5/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/perl-Net-OpenSSH/c/96b40818247aa0ac8071b3ac7d8b07c082254079?branch=epel10.2

            Log:
            Do not require specific architecture of openssh-clients

The %_isa is undefined on noarch build root. Or it just gets random
value depending on machine koji picks up.

In general there is no reason why noarch package should require
specific ISA, especially in this case.

---
diff --git a/perl-Net-OpenSSH.spec b/perl-Net-OpenSSH.spec
index 647e9cd..5d015dc 100644
--- a/perl-Net-OpenSSH.spec
+++ b/perl-Net-OpenSSH.spec
@@ -1,6 +1,6 @@
 Name:           perl-Net-OpenSSH
 Version:        0.57
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Perl SSH client package implemented on top of OpenSSH
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -11,7 +11,7 @@ BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-Requires:       openssh-clients%{?_isa}
+Requires:       openssh-clients
 
 # Needed to stop the sample scripts pulling in more perl packages.
 %{?perl_default_filter}
@@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 04 2012 Petr Pisar <ppisar@redhat.com> - 0.57-4
+- Do not require specific architecture of openssh-clients
+
 * Fri May 18 2012 Steve Traylen <steve.traylen@cern.ch> - 0.57-3
 - Rebuild for bad _isa rpm macro.
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-08  6:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-08  6:26 [rpms/perl-Net-OpenSSH] epel10.2: Do not require specific architecture of openssh-clients 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox