From: Michael Tremer Date: Tue, 18 Oct 2016 00:23:12 +0000 (+0200) Subject: c_icap: Don't runtime-depend on modules X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d63cfd686c7a383b7754b1324236c229fbccae1;p=people%2Fstevee%2Fipfire-3.x.git c_icap: Don't runtime-depend on modules This creates a dependency circle between the two packages which is actually unnecessary. c_icap is quite useless without the modules, but still these could come from an other package. Signed-off-by: Michael Tremer --- diff --git a/c_icap/c_icap.nm b/c_icap/c_icap.nm index 37c9db460..a6f14305b 100644 --- a/c_icap/c_icap.nm +++ b/c_icap/c_icap.nm @@ -5,7 +5,7 @@ name = c_icap version = 0.4.2 -release = 2 +release = 3 groups = Networking/Daemons url = http://c-icap.sourceforge.net @@ -48,7 +48,7 @@ end packages package %{name} - requires = %{name}_modules + recommends = %{name}_modules configfiles /etc/c-icap/c-icap.conf