public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Net-OpenSSH] epel10.2: 0.70 bump
@ 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 : 904dcabaa39046518c3e0daff06c49789f0cf7f7
Author : Petr Písař <ppisar@redhat.com>
Date : 2016-02-15T16:46:24+01:00
Stats : +34/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Net-OpenSSH/c/904dcabaa39046518c3e0daff06c49789f0cf7f7?branch=epel10.2
Log:
0.70 bump
---
diff --git a/.gitignore b/.gitignore
index 8a23583..a321c77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/Net-OpenSSH-0.60.tar.gz
/Net-OpenSSH-0.62.tar.gz
/Net-OpenSSH-0.64.tar.gz
+/Net-OpenSSH-0.70.tar.gz
diff --git a/perl-Net-OpenSSH.spec b/perl-Net-OpenSSH.spec
index 5381d16..8bf9911 100644
--- a/perl-Net-OpenSSH.spec
+++ b/perl-Net-OpenSSH.spec
@@ -1,6 +1,6 @@
Name: perl-Net-OpenSSH
-Version: 0.64
-Release: 4%{?dist}
+Version: 0.70
+Release: 1%{?dist}
Summary: Perl SSH client package implemented on top of OpenSSH
License: GPL+ or Artistic
Group: Development/Libraries
@@ -8,10 +8,37 @@ URL: http://search.cpan.org/dist/Net-OpenSSH/
Source0: http://www.cpan.org/modules/by-module/Net/Net-OpenSSH-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: make
+BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires: perl(Carp)
+BuildRequires: perl(Cwd)
+# Data::Dumper not used at tests
+BuildRequires: perl(Errno)
+BuildRequires: perl(Exporter)
+# File::Glob not used at tests
+BuildRequires: perl(File::Spec)
+# Moo not used at tests
+# Object::Remote::Role::Connector::PerlInterpreter not used at tests
+BuildRequires: perl(POSIX)
+BuildRequires: perl(Scalar::Util)
+BuildRequires: perl(Socket)
+BuildRequires: perl(strict)
+# Sys::Hostname not used at tests
+BuildRequires: perl(warnings)
+# Tests:
+BuildRequires: perl(lib)
BuildRequires: perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: openssh-clients
+Requires: perl(File::Glob)
+Suggests: perl(IO::Pty)
+Suggests: perl(Net::SFTP::Foreign) >= 1.47
+Requires: perl(Object::Remote::Role::Connector::PerlInterpreter)
+Suggests: perl(Sys::Hostname)
# Needed to stop the sample scripts pulling in more perl packages.
%{?perl_default_filter}
@@ -44,12 +71,14 @@ make test
rm -rf $RPM_BUILD_ROOT
%files
-%defattr(-,root,root,-)
%doc Changes README sample
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
+* Mon Feb 15 2016 Petr Pisar <ppisar@redhat.com> - 0.70-1
+- 0.70 bump
+
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.64-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
diff --git a/sources b/sources
index 27204ea..3aec033 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a6de211c74847c2791b94e08ab8c8600 Net-OpenSSH-0.64.tar.gz
+f37eaebeddf9d0218f94eb1913c9d728 Net-OpenSSH-0.70.tar.gz
^ 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: 0.70 bump
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox