From 5346c2f988a2be0e29e267899b4acba779403914 Mon Sep 17 00:00:00 2001 From: Simo Piiroinen Date: Tue, 18 Oct 2016 15:01:05 +0300 Subject: [PATCH] [packaging] Do not require usb-moded-diagnostics-config. JB#36669 Whether and what kind of diagnostic mode is supported varies from one device to another. Having usb-moded itself depend on diagnostic mode configuration package causes unnecessary / potentially altogether wrong data to get installed on all devices. Remove dependencies from main usb-moded package to diagnostic mode configuration package. Signed-off-by: Simo Piiroinen --- rpm/usb-moded.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/rpm/usb-moded.spec b/rpm/usb-moded.spec index 9784d95..5cf660d 100644 --- a/rpm/usb-moded.spec +++ b/rpm/usb-moded.spec @@ -18,7 +18,6 @@ BuildRequires: pkgconfig(libsystemd-daemon) Requires: lsof Requires: usb-moded-configs -Requires: usb-moded-diagnostics-config Requires: busybox-symlinks-dhcp Requires(post): systemd Requires(postun): systemd