[perl-Net-OpenSSH] Do not require specific architecture of openssh-clients

Petr Pisar ppisar at fedoraproject.org
Mon Jun 4 07:49:39 UTC 2012


commit 96b40818247aa0ac8071b3ac7d8b07c082254079
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Jun 4 09:37:22 2012 +0200

    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.

 perl-Net-OpenSSH.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
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 at redhat.com> - 0.57-4
+- Do not require specific architecture of openssh-clients
+
 * Fri May 18 2012 Steve Traylen <steve.traylen at cern.ch> - 0.57-3
 - Rebuild for bad _isa rpm macro.
 


More information about the scm-commits mailing list