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)