[packages/libxcrypt] require %{_isa} variants of runtime deps
atler
atler at pld-linux.org
Thu Nov 27 20:00:20 CET 2025
commit 6f7a8881806516557dd91b5fd7b023965b49406d
Author: Jan Palus <atler at pld-linux.org>
Date: Thu Nov 27 20:00:02 2025 +0100
require %{_isa} variants of runtime deps
libxcrypt.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libxcrypt.spec b/libxcrypt.spec
index 80a633c..e4bc4b2 100644
--- a/libxcrypt.spec
+++ b/libxcrypt.spec
@@ -53,7 +53,7 @@ Summary: Header file for libxcrypt
Summary(pl.UTF-8): Plik nagłówkowy biblioteki libxcrypt
License: LGPL v2.1+
Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}%{?_isa} = %{version}-%{release}
%{?with_default_crypt:Conflicts: glibc-devel-doc < 6:2.34-7}
%description devel
@@ -69,7 +69,7 @@ Summary: Static libxcrypt library
Summary(pl.UTF-8): Statyczna biblioteka libxcrypt
License: LGPL v2.1+
Group: Development/Libraries
-Requires: %{name}-devel = %{version}-%{release}
+Requires: %{name}-devel%{?_isa} = %{version}-%{release}
%description static
This package contains the static libxcrypt library used for
@@ -81,7 +81,7 @@ Ten pakiet zawiera statyczną wersję biblioteki libxcrypt.
%package compat
Summary: Compatibility library providing legacy API functions
Summary(pl.UTF-8): Biblioteka zgodności wstecznej dostarczająca dawne funkcje API
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}%{?_isa} = %{version}-%{release}
%description compat
This package contains the library providing the compatibility API for
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libxcrypt.git/commitdiff/6f7a8881806516557dd91b5fd7b023965b49406d
More information about the pld-cvs-commit
mailing list