diff --git a/libssh2.spec b/libssh2.spec index fab9ecd..fa50bcb 100644 --- a/libssh2.spec +++ b/libssh2.spec @@ -1,6 +1,6 @@ Name: libssh2 Version: 1.11.0 -Release: 2%{?dist} +Release: 2.0.riscv64%{?dist} Summary: A library implementing the SSH2 protocol License: BSD-3-Clause URL: https://www.libssh2.org/ @@ -84,7 +84,8 @@ sed -i s/4711/47%{?__isa_bits}/ tests/{openssh_fixture.c,test_ssh{2.c,d.test}} %configure \ --disable-silent-rules \ --enable-shared \ - --disable-docker-tests + --disable-docker-tests \ + --disable-rpath %{make_build} %install @@ -131,6 +132,9 @@ LC_ALL=en_US.UTF-8 make -C tests check %{_libdir}/pkgconfig/libssh2.pc %changelog +* Tue Jan 09 2024 David Abdurachmanov - 1.11.0-2.0.riscv64 +- Use --disable-rpath + * Thu Jul 20 2023 Fedora Release Engineering - 1.11.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild