We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bed66fa + f221577 commit a68c2a6Copy full SHA for a68c2a6
1 file changed
suse/rdma-core.spec
@@ -88,7 +88,7 @@ BuildRequires: pkgconfig(udev)
88
BuildRequires: python3-Cython
89
BuildRequires: python3-devel
90
%endif
91
-%ifnarch s390 s390x
+%ifnarch s390 s390x loongarch64
92
%if 0%{?suse_version} >= 1550
93
BuildRequires: valgrind-client-headers
94
%else
@@ -98,10 +98,11 @@ BuildRequires: valgrind-devel
98
BuildRequires: systemd-rpm-macros
99
BuildRequires: pkgconfig(libnl-3.0)
100
BuildRequires: pkgconfig(libnl-route-3.0)
101
+%if %{with systemd}
102
BuildRequires: pkgconfig(systemd)
103
+%{systemd_requires}
104
Requires: kmod
-Requires: systemd
-Requires: udev
105
+%endif
106
Recommends: rdma-ndd
107
108
# SUSE previously shipped rdma as a stand-alone
0 commit comments