From: Dominique Leuenberger Date: Thu, 4 Jul 2019 15:27:45 +0000 (+0200) Subject: Packaging: Drop systemd BuildRequires in case of building for SUSE X-Git-Tag: v14.2.3~167^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F28937%2Fhead;p=ceph.git 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) --- diff --git a/ceph.spec.in b/ceph.spec.in index a63197bab351..490fbc619c81 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