From f9a0d32fc18c4039d82ce16788af99f03bdd5823 Mon Sep 17 00:00:00 2001 From: zhangchunjing Date: Mon, 15 Sep 2025 07:44:37 +0800 Subject: [PATCH] fix build error for sw_64 (cherry picked from commit 5f87891fc109458338cd792269f44db10cd3abe0) --- isomd5sum.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/isomd5sum.spec b/isomd5sum.spec index a6ccba0..4f73269 100644 --- a/isomd5sum.spec +++ b/isomd5sum.spec @@ -1,6 +1,6 @@ Name: isomd5sum Version: 1.2.3 -Release: 10 +Release: 11 Epoch: 1 Summary: Utilities for working with md5sum implanted in ISO images License: GPLv2+ @@ -58,7 +58,11 @@ make test %files devel %{_includedir}/*.h +%ifnarch sw_64 %{_libdir}/*.a +%else +%{_libdir}64/*.a +%endif %{_datadir}/pkgconfig/isomd5sum.pc %files -n python3-isomd5sum @@ -68,6 +72,9 @@ make test %{_mandir}/man1/* %changelog +* Fri Sep 12 2025 zhang_chunjing - 1:1.2.3-11 +- fix build error for sw_64 + * Tue Apr 01 2025 hugel - 1:1.2.3-10 - restore the help package -- Gitee