glibc-2.23.90-14

- Require libselinux for nscd in non-bootstrap configuration.
This commit is contained in:
Carlos O'Donell 2016-05-03 15:51:17 -04:00
parent 790a04974b
commit 4f51555190
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
%define glibcsrcdir glibc-2.23-276-gb65b205 %define glibcsrcdir glibc-2.23-276-gb65b205
%define glibcversion 2.23.90 %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 # Pre-release tarballs are pulled in from git using a command that is
# effectively: # effectively:
# #
@ -645,7 +645,7 @@ nothing else. It is designed for assembling a minimal system.
Summary: A Name Service Caching Daemon (nscd). Summary: A Name Service Caching Daemon (nscd).
Group: System Environment/Daemons Group: System Environment/Daemons
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
%if %{with bootstrap} %if %{without bootstrap}
Requires: libselinux >= 1.17.10-1 Requires: libselinux >= 1.17.10-1
%endif %endif
Requires: audit-libs >= 1.1.3 Requires: audit-libs >= 1.1.3
@ -2083,6 +2083,9 @@ rm -f *.filelist*
%endif %endif
%changelog %changelog
* Tue May 03 2016 Carlos O'Donell <carlos@systemhalted.org> - 2.23.90-14
- Require libselinux for nscd in non-bootstrap configuration.
* Fri Apr 29 2016 Carlos O'Donell <carlos@systemhalted.org> - 2.23.90-13 * Fri Apr 29 2016 Carlos O'Donell <carlos@systemhalted.org> - 2.23.90-13
- Auto-sync with upstream master. - Auto-sync with upstream master.