From 4f51555190fcfa0d0565283d3e135686887b05aa Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Tue, 3 May 2016 15:51:17 -0400 Subject: [PATCH] glibc-2.23.90-14 - Require libselinux for nscd in non-bootstrap configuration. --- glibc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/glibc.spec b/glibc.spec index 7c236e9..4f25aba 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,6 +1,6 @@ %define glibcsrcdir glibc-2.23-276-gb65b205 %define glibcversion 2.23.90 -%define glibcrelease 13%{?dist} +%define glibcrelease 14%{?dist} # Pre-release tarballs are pulled in from git using a command that is # effectively: # @@ -645,7 +645,7 @@ nothing else. It is designed for assembling a minimal system. Summary: A Name Service Caching Daemon (nscd). Group: System Environment/Daemons Requires: %{name} = %{version}-%{release} -%if %{with bootstrap} +%if %{without bootstrap} Requires: libselinux >= 1.17.10-1 %endif Requires: audit-libs >= 1.1.3 @@ -2083,6 +2083,9 @@ rm -f *.filelist* %endif %changelog +* Tue May 03 2016 Carlos O'Donell - 2.23.90-14 +- Require libselinux for nscd in non-bootstrap configuration. + * Fri Apr 29 2016 Carlos O'Donell - 2.23.90-13 - Auto-sync with upstream master.