[packages/libnl] require %{_isa} variants of runtime deps
atler
atler at pld-linux.org
Mon Jun 1 18:02:39 CEST 2026
commit 36820b68ee4fd39ba4da845fb02d1d4070fa1f41
Author: Jan Palus <atler at pld-linux.org>
Date: Mon Jun 1 18:02:21 2026 +0200
require %{_isa} variants of runtime deps
libnl.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libnl.spec b/libnl.spec
index 5682459..7364e09 100644
--- a/libnl.spec
+++ b/libnl.spec
@@ -74,7 +74,7 @@ netlink.
Summary: Header files for libnl library
Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libnl
Group: Development/Libraries
-Requires: %{name} = %{epoch}:%{version}-%{release}
+Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
%description devel
Header files for libnl library.
@@ -86,7 +86,7 @@ Pliki nagłówkowe biblioteki libnl.
Summary: Static libnl library
Summary(pl.UTF-8): Statyczna biblioteka libnl
Group: Development/Libraries
-Requires: %{name}-devel = %{epoch}:%{version}-%{release}
+Requires: %{name}-devel%{?_isa} = %{epoch}:%{version}-%{release}
%description static
Static libnl library.
@@ -112,7 +112,7 @@ wygenerowane ze źródeł za pomocą doxygena.
Summary: Python 2 wrapper for netlink protocols
Summary(pl.UTF-8): Interfejs Pythona 2 do protokołów netlink
Group: Libraries/Python
-Requires: %{name} = %{epoch}:%{version}-%{release}
+Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
%description -n python-netlink
Python 2 wrapper for netlink protocols.
@@ -124,7 +124,7 @@ Interfejs Pythona 2 do protokołów netlink.
Summary: Python 3 wrapper for netlink protocols
Summary(pl.UTF-8): Interfejs Pythona 3 do protokołów netlink
Group: Libraries/Python
-Requires: %{name} = %{epoch}:%{version}-%{release}
+Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
%description -n python3-netlink
Python 3 wrapper for netlink protocols.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libnl.git/commitdiff/36820b68ee4fd39ba4da845fb02d1d4070fa1f41
More information about the pld-cvs-commit
mailing list