rpms/perl-Net-SSH2/devel .cvsignore, 1.2, 1.3 perl-Net-SSH2.spec, 1.6, 1.7

Chris Weyl cweyl at fedoraproject.org
Sat Feb 28 23:22:50 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-Net-SSH2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26671

Modified Files:
	.cvsignore perl-Net-SSH2.spec 
Log Message:
Fix bad auto-provides of private Perl extension libs


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Net-SSH2/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	2 Dec 2007 21:19:10 -0000	1.2
+++ .cvsignore	28 Feb 2009 23:22:19 -0000	1.3
@@ -1 +1,9 @@
 Net-SSH2-0.18.tar.gz
+Net-SSH2-*
+*.gz
+*.rpm
+*.tar
+x86_64
+i386
+clog
+.build*


Index: perl-Net-SSH2.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Net-SSH2/devel/perl-Net-SSH2.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- perl-Net-SSH2.spec	26 Feb 2009 23:27:09 -0000	1.6
+++ perl-Net-SSH2.spec	28 Feb 2009 23:22:19 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           perl-Net-SSH2
 Version:        0.18
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Support for the SSH 2 protocol via libSSH2
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -24,6 +24,11 @@
 #BuildRequires: perl(Socket) 
 
 
+# don't "provide" private Perl libs
+%global _use_internal_dependency_generator 0
+%global provfind /bin/sh -c "grep -v '%perl_vendorarch.*\\.so$' | %__find_provides"
+%global __find_provides %provfind
+
 %description
 Net::SSH2 is a perl interface to the libssh2 (http://www.libssh2.org)
 library. It supports the SSH2 protocol (there is no support for SSH1) with
@@ -67,6 +72,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sat Feb 28 2009 Chris Weyl <cweyl at alumni.drew.edu> - 0.18-7
+- Stripping bad provides of private Perl extension libs
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.18-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list