From 0fe057a6795dce3282e9e2a14037aac2cdc46996 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Tue, 16 Dec 2025 15:11:28 -0600 Subject: [PATCH] + --with-ssh2 --- aria2.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aria2.spec b/aria2.spec index 77a9ca5..7294343 100644 --- a/aria2.spec +++ b/aria2.spec @@ -19,6 +19,7 @@ BuildRequires: libgcrypt-devel BuildRequires: libxml2-devel BuildRequires: make BuildRequires: sqlite-devel +BuildRequires: libssh2-devel BuildRequires: git-core %description @@ -56,6 +57,7 @@ Currently it has following features: --without-openssl \ --with-libz \ --with-sqlite3 \ + --with-ssh2 \ %if 0%{?fedora} --enable-gnutls-system-crypto-policy \ %endif @@ -80,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name} %{_mandir}/*/man1/aria2c.1.gz %changelog +* Tue Dec 16 2025 Josh Lay - 1.37.0-8 +- Rebuilt with SSH2/SFTP support + * Wed Jul 23 2025 Fedora Release Engineering - 1.37.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild