public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jitka Plesnikova <jplesnik@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Net-OpenSSH] epel10: 0.79 bump
Date: Sat, 08 Aug 2026 06:15:00 GMT	[thread overview]
Message-ID: <178616970038.1.6334448521846173584.rpms-perl-Net-OpenSSH-5a3dc7345ea9@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-Net-OpenSSH
Branch : epel10
Commit : 5a3dc7345ea94f5f408a7703ebbb1fdf17914c57
Author : Jitka Plesnikova <jplesnik@redhat.com>
Date   : 2020-05-12T12:37:47+02:00
Stats  : +12/-11 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Net-OpenSSH/c/5a3dc7345ea94f5f408a7703ebbb1fdf17914c57?branch=epel10

Log:
0.79 bump

---
diff --git a/.gitignore b/.gitignore
index 1c94414..5eedd6e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /Net-OpenSSH-0.74.tar.gz
 /Net-OpenSSH-0.77.tar.gz
 /Net-OpenSSH-0.78.tar.gz
+/Net-OpenSSH-0.79.tar.gz

diff --git a/perl-Net-OpenSSH.spec b/perl-Net-OpenSSH.spec
index d26ed06..704ee97 100644
--- a/perl-Net-OpenSSH.spec
+++ b/perl-Net-OpenSSH.spec
@@ -1,6 +1,6 @@
 Name:           perl-Net-OpenSSH
-Version:        0.78
-Release:        6%{?dist}
+Version:        0.79
+Release:        1%{?dist}
 Summary:        Perl SSH client package implemented on top of OpenSSH
 License:        GPL+ or Artistic
 URL:            https://metacpan.org/release/Net-OpenSSH
@@ -11,7 +11,7 @@ BuildRequires:  findutils
 BuildRequires:  make
 BuildRequires:  perl-generators
 BuildRequires:  perl-interpreter
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 # Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Cwd)
@@ -51,15 +51,11 @@ binary client (ssh).
 %setup -q -n Net-OpenSSH-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
+%{make_build}
 
 %install
-make pure_install DESTDIR=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -delete
-find $RPM_BUILD_ROOT -depth -type d -empty -delete
-
+%{make_install}
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -71,6 +67,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue May 12 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.79-1
+- 0.79 bump
+- Modernize spec file
+
 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.78-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
 

diff --git a/sources b/sources
index 5d0a07e..360cdd0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Net-OpenSSH-0.78.tar.gz) = 5130b9fa0963955397c2fcbf2c317f42bb3a8c181e2d2a73d58b901ff9a9bfb477322fd6b80134f1e67c4c6f661978ffb214317686ab6d8e38a13558d9156307
+SHA512 (Net-OpenSSH-0.79.tar.gz) = 385e4ef8b1e8e503ff097a68211af3e0258649710ac292e8dee5b752b263dd7546c23d5d60e9926acc129e33ca36cf2ad47ef0ab41faf8acc155e392a268856f

                 reply	other threads:[~2026-08-08  6:15 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=178616970038.1.6334448521846173584.rpms-perl-Net-OpenSSH-5a3dc7345ea9@fedoraproject.org \
    --to=jplesnik@redhat.com \
    --cc=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