From e55ddcabbaf0cc7901369518329a2bd634012d2761b5c944510f53c6f46639f7 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 12 Dec 2016 13:46:31 +0000 Subject: [PATCH] Accepting request 445423 from home:dimstar:Factory - BuildRequire pkgconfig(libsystemd) instead of pkgconfig(libsystemd-login): the latter has been deprecated since systemd 209 and finally removed with systemd 230. OBS-URL: https://build.opensuse.org/request/show/445423 OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=179 --- sssd.changes | 7 +++++++ sssd.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/sssd.changes b/sssd.changes index 5fff7f9..2302c3a 100644 --- a/sssd.changes +++ b/sssd.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Dec 12 13:36:18 UTC 2016 - dimstar@opensuse.org + +- BuildRequire pkgconfig(libsystemd) instead of + pkgconfig(libsystemd-login): the latter has been deprecated since + systemd 209 and finally removed with systemd 230. + ------------------------------------------------------------------- Wed Dec 7 10:39:30 UTC 2016 - jengelh@inai.de diff --git a/sssd.spec b/sssd.spec index 1cb5545..aa4bba7 100644 --- a/sssd.spec +++ b/sssd.spec @@ -76,7 +76,7 @@ BuildRequires: pkgconfig(libnfsidmap) BuildRequires: pkgconfig(libnl-3.0) >= 3.0 BuildRequires: pkgconfig(libnl-route-3.0) >= 3.0 BuildRequires: pkgconfig(libpcre) >= 7 -BuildRequires: pkgconfig(libsystemd-login) +BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(ndr_nbt) BuildRequires: pkgconfig(popt) BuildRequires: pkgconfig(python)