SHA256
1
0
forked from pool/glibc

Accepting request 224900 from home:Andreas_Schwab:Factory

- Add services and netgroup persistent caches to nscd file list

OBS-URL: https://build.opensuse.org/request/show/224900
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=338
This commit is contained in:
Andreas Schwab 2014-03-06 16:25:21 +00:00 committed by Git OBS Bridge
parent 06e272ed76
commit 055d3bf09b
6 changed files with 24 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 6 11:37:51 UTC 2014 - schwab@suse.de
- Add services and netgroup persistent caches to nscd file list
-------------------------------------------------------------------
Wed Feb 26 09:03:25 UTC 2014 - schwab@suse.de

View File

@ -850,7 +850,7 @@ cp nscd/nscd.conf %{buildroot}/etc
mkdir -p %{buildroot}/etc/init.d
ln -sf /sbin/service %{buildroot}/usr/sbin/rcnscd
mkdir -p %{buildroot}/var/run/nscd
touch %{buildroot}/var/run/nscd/{passwd,group,hosts}
touch %{buildroot}/var/run/nscd/{passwd,group,hosts,services,netgroup}
touch %{buildroot}/var/run/nscd/{socket,nscd.pid}
#
@ -1242,6 +1242,8 @@ exit 0
%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/passwd
%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/group
%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/hosts
%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/services
%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/netgroup
%endif # !i686
%if %{build_profile}

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 6 11:37:51 UTC 2014 - schwab@suse.de
- Add services and netgroup persistent caches to nscd file list
-------------------------------------------------------------------
Wed Feb 26 09:03:25 UTC 2014 - schwab@suse.de

View File

@ -850,7 +850,7 @@ cp nscd/nscd.conf %{buildroot}/etc
mkdir -p %{buildroot}/etc/init.d
ln -sf /sbin/service %{buildroot}/usr/sbin/rcnscd
mkdir -p %{buildroot}/var/run/nscd
touch %{buildroot}/var/run/nscd/{passwd,group,hosts}
touch %{buildroot}/var/run/nscd/{passwd,group,hosts,services,netgroup}
touch %{buildroot}/var/run/nscd/{socket,nscd.pid}
#
@ -1242,6 +1242,8 @@ exit 0
%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/passwd
%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/group
%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/hosts
%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/services
%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/netgroup
%endif # !i686
%if %{build_profile}

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 6 11:37:51 UTC 2014 - schwab@suse.de
- Add services and netgroup persistent caches to nscd file list
-------------------------------------------------------------------
Wed Feb 26 09:03:25 UTC 2014 - schwab@suse.de

View File

@ -850,7 +850,7 @@ cp nscd/nscd.conf %{buildroot}/etc
mkdir -p %{buildroot}/etc/init.d
ln -sf /sbin/service %{buildroot}/usr/sbin/rcnscd
mkdir -p %{buildroot}/var/run/nscd
touch %{buildroot}/var/run/nscd/{passwd,group,hosts}
touch %{buildroot}/var/run/nscd/{passwd,group,hosts,services,netgroup}
touch %{buildroot}/var/run/nscd/{socket,nscd.pid}
#
@ -1242,6 +1242,8 @@ exit 0
%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/passwd
%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/group
%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/hosts
%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/services
%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/netgroup
%endif # !i686
%if %{build_profile}