From e959f03ed4cd0e0069c0fb37432ab63279c50495 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Tue, 12 Apr 2022 18:46:43 +0000 Subject: [PATCH] Pull systemd only from server subpackage Related: rhbz#2074672 Signed-off-by: Igor Raits --- openldap.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openldap.spec b/openldap.spec index 5befd2e..8d75533 100644 --- a/openldap.spec +++ b/openldap.spec @@ -9,7 +9,7 @@ Name: openldap Version: 2.4.59 -Release: 4%{?dist} +Release: 5%{?dist} Summary: LDAP support libraries License: OpenLDAP URL: http://www.openldap.org/ @@ -67,7 +67,6 @@ BuildRequires: cyrus-sasl-devel, openssl-devel, krb5-devel, unixODBC-devel BuildRequires: glibc-devel, libtool, libtool-ltdl-devel, groff, perl-interpreter, perl-devel, perl-generators, perl(ExtUtils::Embed) BuildRequires: gcc BuildRequires: systemd -%{?systemd_requires} BuildRequires: libdb-devel BuildRequires: cracklib-devel @@ -112,6 +111,7 @@ which provides thread-safe variant with the very same API. Summary: LDAP server License: OpenLDAP Requires: openldap%{?_isa} = %{version}-%{release}, libdb-utils +%{?systemd_requires} Requires(pre): shadow-utils # migrationtools (slapadd functionality): Provides: ldif2ldbm @@ -580,6 +580,9 @@ exit 0 %{_libdir}/libldap-2.4*.so.* %changelog +* Tue Apr 22 2022 Igor Raits - 2.4.59-5 +- Pull systemd only from server subpackage + * Wed Dec 15 2021 Viktor Ashirov - 2.4.59-4 - Add "with servers" conditional Related: rhbz#2030665