From 6a8659b64b41de081c6464caa29a8c65148ddb5c Mon Sep 17 00:00:00 2001 From: Denis Silakov Date: Wed, 21 Oct 2015 12:59:02 +0300 Subject: [PATCH] Fix tmpfile creation in nscd pre-script --- glibc.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glibc.spec b/glibc.spec index d96a907..0ea2956 100644 --- a/glibc.spec +++ b/glibc.spec @@ -57,7 +57,7 @@ Summary: The GNU libc libraries Name: glibc Epoch: 6 Version: 2.19 -Release: 20 +Release: 21 License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ Group: System/Libraries Url: http://www.eglibc.org/ @@ -503,7 +503,7 @@ performance with NIS+, and may help with DNS as well. %pre -n nscd %_pre_useradd nscd / /sbin/nologin - systemd-tmpfiles --create %{name}.conf + systemd-tmpfiles --create nscd.conf %post -n nscd %_post_service nscd