rpms/perl-Net-SSH-Perl/devel perl-Net-SSH-Perl.spec,1.2,1.3

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Thu Aug 31 15:17:55 UTC 2006


Author: pghmcfc

Update of /cvs/extras/rpms/perl-Net-SSH-Perl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7496

Modified Files:
	perl-Net-SSH-Perl.spec 
Log Message:
Skip test 03-packet, which can sometimes hang (cpan rt#6101)
Add manual Crypt::Blowfish dep to ensure we have blowfish support



Index: perl-Net-SSH-Perl.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Net-SSH-Perl/devel/perl-Net-SSH-Perl.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Net-SSH-Perl.spec	30 Aug 2006 07:19:56 -0000	1.2
+++ perl-Net-SSH-Perl.spec	31 Aug 2006 15:17:55 -0000	1.3
@@ -4,7 +4,7 @@
 Summary:	SSH (Secure Shell) client
 Name:		perl-Net-SSH-Perl
 Version:	1.30
-Release:	2%{?dist}
+Release:	3%{?dist}
 License:	GPL or Artistic
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Net-SSH-Perl/
@@ -29,6 +29,9 @@
 
 %{?_with_IDEA:BuildRequires: perl(Crypt::IDEA)}
 
+# Make sure the installed package has blowfish support
+Requires:	perl(Crypt::Blowfish)
+
 %description
 Net::SSH::Perl is an all-Perl module implementing an SSH (Secure Shell)
 client. It is compatible with both the SSH-1 and SSH-2 protocols.
@@ -39,6 +42,9 @@
 # Avoid extra deps from examples
 %{__chmod} -x eg/*
 
+# Test 03-packet is prone to hanging (cpan rt#6101)
+%{__mv} t/03-packet.t t/03-packet.t.skip
+
 # Remove Crypt::IDEA dep if we're not supporting the IDEA algorithm
 %define bogusreq 'perl(Crypt::IDEA)'
 %global reqfilt /bin/sh -c "%{__perl_requires} | %{__grep} -Fvx %{bogusreq}"
@@ -77,6 +83,10 @@
 %{_mandir}/man3/Net::SSH::Perl*.3pm*
 
 %changelog
+* Wed Aug 30 2006 Paul Howarth <paul at city-fan.org> 1.30-3
+- Skip test 03-packet, which can sometimes hang (cpan rt#6101)
+- Add manual Crypt::Blowfish dep to ensure we have blowfish support
+
 * Wed Aug 30 2006 Paul Howarth <paul at city-fan.org> 1.30-2
 - FE6 mass rebuild
 




More information about the scm-commits mailing list