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