[packages/json-c] require %{_isa} variants of runtime deps
atler
atler at pld-linux.org
Fri Jul 17 00:18:55 CEST 2026
commit c8042cd265e0f423cbe5be60f5bb2216f287e1bb
Author: Jan Palus <atler at pld-linux.org>
Date: Fri Jul 17 00:16:53 2026 +0200
require %{_isa} variants of runtime deps
json-c.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/json-c.spec b/json-c.spec
index 5d53f15..2b124a4 100644
--- a/json-c.spec
+++ b/json-c.spec
@@ -33,7 +33,7 @@ reprezentacje obiektów JSON w C.
Summary: Header files for the json-c library
Summary(pl.UTF-8): Pliki nagłówkowe biblioteki json-c
Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
Header files for the json-c library.
@@ -45,7 +45,7 @@ Pliki nagłówkowe biblioteki json-c.
Summary: Static json-c library
Summary(pl.UTF-8): Statyczna biblioteka json-c
Group: Development/Libraries
-Requires: %{name}-devel = %{version}-%{release}
+Requires: %{name}-devel%{?_isa} = %{version}-%{release}
%description static
Static json-c library.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/json-c.git/commitdiff/28675bfb7fe73f4d72e9fd8035aeec7a8504d879
More information about the pld-cvs-commit
mailing list