From 8509ea16bf3cc5f31ceff4707971c6d35dddac16 Mon Sep 17 00:00:00 2001 From: Mahno Date: Fri, 7 Mar 2025 13:48:25 +0800 Subject: [PATCH] try fix dep issues --- sysconfig.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysconfig.spec b/sysconfig.spec index d9846fb..1981c78 100644 --- a/sysconfig.spec +++ b/sysconfig.spec @@ -56,7 +56,7 @@ Requires(post): /usr/bin/grep Requires(post): /usr/bin/chmod /usr/bin/mkdir /usr/bin/touch %if 0%{?suse_version} < 1550 Requires: /sbin/netconfig -Requires: (sysvinit(network) or service(network)) +Requires: systemd-networkd systemd-resolved Recommends: wicked-service %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build