From 2406a60bfa2660df11268c8dea12b18ea25b500da44c7388823228f16058aefa Mon Sep 17 00:00:00 2001 From: Bernd Ritter Date: Fri, 3 May 2024 14:27:37 +0000 Subject: [PATCH] - Fixing rpm build failure for target i586 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=101 --- spdlog.changes | 5 +++++ spdlog.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/spdlog.changes b/spdlog.changes index 2fd55b2..7e23469 100644 --- a/spdlog.changes +++ b/spdlog.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 3 14:27:01 UTC 2024 - Bernd Ritter + +- Fixing rpm build failure for target i586 + ------------------------------------------------------------------- Wed May 1 18:59:39 UTC 2024 - Bernd Ritter diff --git a/spdlog.spec b/spdlog.spec index de69820..0090240 100644 --- a/spdlog.spec +++ b/spdlog.spec @@ -112,6 +112,7 @@ export LD_LIBRARY_PATH="$PWD/build" %{_libdir}/libspdlog.so %{_libdir}/cmake/spdlog/ %{_libdir}/pkgconfig/spdlog.pc +%{_libdir}/cmake %files -n %{lname} %{_libdir}/libspdlog.so.*