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:
parent
06e272ed76
commit
055d3bf09b
@ -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