diff --git a/libssh2.spec b/libssh2.spec index 251fc0b..5c9330e 100644 --- a/libssh2.spec +++ b/libssh2.spec @@ -1,6 +1,6 @@ Name: libssh2 Version: 1.10.0 -Release: 5%{?dist} +Release: 5.0.riscv64%{?dist} Summary: A library implementing the SSH2 protocol License: BSD URL: https://www.libssh2.org/ @@ -66,7 +66,7 @@ developing applications that use libssh2. sed -i s/4711/47%{__isa_bits}/ tests/ssh2.{c,sh} %build -%configure --disable-silent-rules --disable-static --enable-shared +%configure --disable-silent-rules --disable-static --enable-shared --disable-rpath %{make_build} %install @@ -105,6 +105,9 @@ LC_ALL=en_US.UTF-8 make -C tests check %{_libdir}/pkgconfig/libssh2.pc %changelog +* Mon Oct 17 2022 David Abdurachmanov - 1.10.0-5.0.riscv64 +- Use --disable-rpath + * Thu Jul 21 2022 Fedora Release Engineering - 1.10.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild