From 26999f1942734b8cef8ae1ef823cb3cc6cd76a4bff883a29b37276ae4ec00d92 Mon Sep 17 00:00:00 2001 From: Enzo Matsumiya Date: Mon, 28 Mar 2022 17:51:02 +0000 Subject: [PATCH] Accepting request 965005 from home:coolo:branches:security - Fix buildrequire for openldap2-devel - audit doesn't require the (outdated) C++ binding, but the C headers that happen to be pulled in by buildrequiring the C++ devel package OBS-URL: https://build.opensuse.org/request/show/965005 OBS-URL: https://build.opensuse.org/package/show/security/audit?expand=0&rev=137 --- audit-secondary.changes | 7 +++++++ audit-secondary.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/audit-secondary.changes b/audit-secondary.changes index 764497d..88924e9 100644 --- a/audit-secondary.changes +++ b/audit-secondary.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Mar 26 11:14:19 UTC 2022 - Stephan Kulow + +- Fix buildrequire for openldap2-devel - audit doesn't require the + (outdated) C++ binding, but the C headers that happen to be pulled + in by buildrequiring the C++ devel package + ------------------------------------------------------------------- Fri Mar 25 04:56:19 UTC 2022 - Enzo Matsumiya diff --git a/audit-secondary.spec b/audit-secondary.spec index 4626a78..7c83104 100644 --- a/audit-secondary.spec +++ b/audit-secondary.spec @@ -48,8 +48,8 @@ BuildRequires: audit-devel = %{version} BuildRequires: autoconf >= 2.12 BuildRequires: gcc-c++ BuildRequires: kernel-headers >= 2.6.30 -BuildRequires: libldapcpp-devel BuildRequires: libtool +BuildRequires: openldap2-devel BuildRequires: pkgconfig %if %{with python2} BuildRequires: python2-devel