diff --git a/libssh2.spec b/libssh2.spec index e4e9a65..01b95fa 100644 --- a/libssh2.spec +++ b/libssh2.spec @@ -1,6 +1,6 @@ Name: libssh2 Version: 1.10.0 -Release: 7%{?dist} +Release: 7.0.riscv64%{?dist} Summary: A library implementing the SSH2 protocol License: BSD-3-Clause URL: https://www.libssh2.org/ @@ -71,7 +71,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 @@ -110,6 +110,9 @@ LC_ALL=en_US.UTF-8 make -C tests check %{_libdir}/pkgconfig/libssh2.pc %changelog +* Wed Mar 01 2023 David Abdurachmanov - 1.10.0-7.0.riscv64 +- Use --disable-rpath + * Thu Jan 19 2023 Fedora Release Engineering - 1.10.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild