From b3ac07a78b3a875b4967dcad3d3ea2deddc3c9aa9f1730143b93de8a8e7160af Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 11 Jan 2022 23:42:34 +0000 Subject: [PATCH] Accepting request 945692 from home:scabrero:branches:network:samba:STABLE - Remove libsmbclient-devel BuildRequires in favor of pkgconfig(smbclient) Fixes build after https://build.opensuse.org/request/show/945647 OBS-URL: https://build.opensuse.org/request/show/945692 OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=256 --- sssd.changes | 6 ++++++ sssd.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/sssd.changes b/sssd.changes index ce02c79..c4e4522 100644 --- a/sssd.changes +++ b/sssd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 11 18:04:46 UTC 2022 - Samuel Cabrero + +- Remove libsmbclient-devel BuildRequires in favor of + pkgconfig(smbclient) + ------------------------------------------------------------------- Thu Dec 23 14:52:55 UTC 2021 - Jan Engelhardt diff --git a/sssd.spec b/sssd.spec index 01da0a3..c5137d5 100644 --- a/sssd.spec +++ b/sssd.spec @@ -40,7 +40,6 @@ BuildRequires: cyrus-sasl-devel BuildRequires: docbook-xsl-stylesheets BuildRequires: krb5-devel >= 1.12 BuildRequires: libcmocka-devel -BuildRequires: libsmbclient-devel BuildRequires: libtool BuildRequires: libunistring-devel BuildRequires: libxml2-tools @@ -72,6 +71,7 @@ BuildRequires: pkgconfig(ndr_nbt) BuildRequires: pkgconfig(p11-kit-1) >= 0.23.3 BuildRequires: pkgconfig(popt) BuildRequires: pkgconfig(python3) +BuildRequires: pkgconfig(smbclient) BuildRequires: pkgconfig(talloc) BuildRequires: pkgconfig(tdb) >= 1.1.3 BuildRequires: pkgconfig(tevent)