From cb6cc8d6f0d2cfd229784fc45857d18c75f14ee8 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 4 Jul 2019 17:27:45 +0200 Subject: [PATCH] Packaging: Drop systemd BuildRequires in case of building for SUSE There is already pkgconfig(systemd) present, which, in SUSE's packaging, translates to the same package (systemd.pc is shipped as part of the main systemd package). Not explicitly mentioning 'systemd' as package name allows the openSUSE Build Service though to find shortcuts by using the bootstrap packages, i.e. systemd-mini (ABI/API complete). Signed-off-by: Dominique Leuenberger (cherry picked from commit b48ea142de50ea7b0242e7f478578b9ee8e31b8f) --- ceph.spec.in | 1 - 1 file changed, 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index a63197bab35..490fbc619c8 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -226,7 +226,6 @@ BuildRequires: yaml-cpp-devel %if 0%{?suse_version} BuildRequires: pkgconfig(systemd) BuildRequires: systemd-rpm-macros -BuildRequires: systemd %{?systemd_requires} PreReq: %fillup_prereq BuildRequires: net-tools -- 2.47.3