forked from pool/glibc
Accepting request 224901 from Base:System
- Add services and netgroup persistent caches to nscd file list (forwarded request 224900 from Andreas_Schwab) OBS-URL: https://build.opensuse.org/request/show/224901 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=168
This commit is contained in:
commit
a7898e9e1d
@ -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
|
Wed Feb 26 09:03:25 UTC 2014 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -850,7 +850,7 @@ cp nscd/nscd.conf %{buildroot}/etc
|
|||||||
mkdir -p %{buildroot}/etc/init.d
|
mkdir -p %{buildroot}/etc/init.d
|
||||||
ln -sf /sbin/service %{buildroot}/usr/sbin/rcnscd
|
ln -sf /sbin/service %{buildroot}/usr/sbin/rcnscd
|
||||||
mkdir -p %{buildroot}/var/run/nscd
|
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}
|
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/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/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/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
|
%endif # !i686
|
||||||
|
|
||||||
%if %{build_profile}
|
%if %{build_profile}
|
||||||
|
@ -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
|
Wed Feb 26 09:03:25 UTC 2014 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -850,7 +850,7 @@ cp nscd/nscd.conf %{buildroot}/etc
|
|||||||
mkdir -p %{buildroot}/etc/init.d
|
mkdir -p %{buildroot}/etc/init.d
|
||||||
ln -sf /sbin/service %{buildroot}/usr/sbin/rcnscd
|
ln -sf /sbin/service %{buildroot}/usr/sbin/rcnscd
|
||||||
mkdir -p %{buildroot}/var/run/nscd
|
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}
|
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/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/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/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
|
%endif # !i686
|
||||||
|
|
||||||
%if %{build_profile}
|
%if %{build_profile}
|
||||||
|
@ -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
|
Wed Feb 26 09:03:25 UTC 2014 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -850,7 +850,7 @@ cp nscd/nscd.conf %{buildroot}/etc
|
|||||||
mkdir -p %{buildroot}/etc/init.d
|
mkdir -p %{buildroot}/etc/init.d
|
||||||
ln -sf /sbin/service %{buildroot}/usr/sbin/rcnscd
|
ln -sf /sbin/service %{buildroot}/usr/sbin/rcnscd
|
||||||
mkdir -p %{buildroot}/var/run/nscd
|
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}
|
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/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/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/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
|
%endif # !i686
|
||||||
|
|
||||||
%if %{build_profile}
|
%if %{build_profile}
|
||||||
|
Loading…
Reference in New Issue
Block a user