public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Net-OpenSSH] epel10: 0.73 bump
@ 2026-08-08 6:14
0 siblings, 0 replies; only message in thread
From: @ 2026-08-08 6:14 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-Net-OpenSSH
Branch : epel10
Commit : 3f96d2fb51e8df484356ad75b838c972a9f2e663
Author : Petr Písař <ppisar@redhat.com>
Date : 2016-10-20T16:00:18+02:00
Stats : +9/-5 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Net-OpenSSH/c/3f96d2fb51e8df484356ad75b838c972a9f2e663?branch=epel10
Log:
0.73 bump
---
diff --git a/.gitignore b/.gitignore
index a321c77..1966f8e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/Net-OpenSSH-0.62.tar.gz
/Net-OpenSSH-0.64.tar.gz
/Net-OpenSSH-0.70.tar.gz
+/Net-OpenSSH-0.73.tar.gz
diff --git a/perl-Net-OpenSSH.spec b/perl-Net-OpenSSH.spec
index 96606d6..ea3ddee 100644
--- a/perl-Net-OpenSSH.spec
+++ b/perl-Net-OpenSSH.spec
@@ -1,6 +1,6 @@
Name: perl-Net-OpenSSH
-Version: 0.70
-Release: 2%{?dist}
+Version: 0.73
+Release: 1%{?dist}
Summary: Perl SSH client package implemented on top of OpenSSH
License: GPL+ or Artistic
Group: Development/Libraries
@@ -60,8 +60,8 @@ rm -rf $RPM_BUILD_ROOT
make pure_install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+find $RPM_BUILD_ROOT -type f -name .packlist -delete
+find $RPM_BUILD_ROOT -depth -type d -empty -delete
%{_fixperms} $RPM_BUILD_ROOT/*
@@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
+* Thu Oct 20 2016 Petr Pisar <ppisar@redhat.com> - 0.73-1
+- 0.73 bump
+
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.70-2
- Perl 5.24 rebuild
diff --git a/sources b/sources
index 3aec033..71bc9a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f37eaebeddf9d0218f94eb1913c9d728 Net-OpenSSH-0.70.tar.gz
+896884d917f3fe349400bf1ccc38fa77 Net-OpenSSH-0.73.tar.gz
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-08 6:14 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:14 [rpms/perl-Net-OpenSSH] epel10: 0.73 bump
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox