public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Net-OpenSSH] epel10.2: Do not require specific architecture of openssh-clients
Date: Sat, 08 Aug 2026 06:26:39 GMT [thread overview]
Message-ID: <178617039966.1.1234182001171001669.rpms-perl-Net-OpenSSH-96b40818247a@fedoraproject.org> (raw)
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.
reply other threads:[~2026-08-08 6:26 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=178617039966.1.1234182001171001669.rpms-perl-Net-OpenSSH-96b40818247a@fedoraproject.org \
--to=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