SHA256
3
0
forked from pool/glibc

Accepting request 228714 from home:Andreas_Schwab:Factory

- Readd dependency on sysvinit.target to nscd.service (bnc#868422)
- Make the nscd service part of the nss-lookup and nss-user-lookup targets
  (bnc#871386)
- Move _constraints back to main package and update it

OBS-URL: https://build.opensuse.org/request/show/228714
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=356
This commit is contained in:
Andreas Schwab 2014-04-02 10:03:02 +00:00 committed by Git OBS Bridge
parent 1f8f6c662b
commit 9ed98d396d
5 changed files with 44 additions and 3 deletions

14
_constraints Normal file
View File

@ -0,0 +1,14 @@
<?xml version="1.0"?>
<constraints>
<overwrite>
<conditions>
<package>glibc-testsuite</package>
</conditions>
<hardware>
<memory>
<size unit="M">1500</size>
</memory>
</hardware>
<sandbox exclude="true">xen</sandbox>
</overwrite>
</constraints>

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Apr 1 13:33:24 UTC 2014 - schwab@suse.de
- Readd dependency on sysvinit.target to nscd.service (bnc#868422)
- Make the nscd service part of the nss-lookup and nss-user-lookup targets
(bnc#871386)
- Move _constraints back to main package and update it
-------------------------------------------------------------------
Tue Apr 1 07:55:19 UTC 2014 - schwab@suse.de
@ -10,7 +18,7 @@ Tue Apr 1 07:55:19 UTC 2014 - schwab@suse.de
Mon Mar 31 13:22:56 UTC 2014 - schwab@suse.de
- powerpc-opt-power8.patch: readd POWER8 implementation of isnan,
isinf, finite with fix for little endian
isinf, finite with fix for little endian (bnc#871353)
- pthread-mutex-destroy.patch: Skip checks in pthread_mutex_destroy when
doing elision (bnc#865968)

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Apr 1 13:33:24 UTC 2014 - schwab@suse.de
- Readd dependency on sysvinit.target to nscd.service (bnc#868422)
- Make the nscd service part of the nss-lookup and nss-user-lookup targets
(bnc#871386)
- Move _constraints back to main package and update it
-------------------------------------------------------------------
Tue Apr 1 07:55:19 UTC 2014 - schwab@suse.de
@ -10,7 +18,7 @@ Tue Apr 1 07:55:19 UTC 2014 - schwab@suse.de
Mon Mar 31 13:22:56 UTC 2014 - schwab@suse.de
- powerpc-opt-power8.patch: readd POWER8 implementation of isnan,
isinf, finite with fix for little endian
isinf, finite with fix for little endian (bnc#871353)
- pthread-mutex-destroy.patch: Skip checks in pthread_mutex_destroy when
doing elision (bnc#865968)

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Apr 1 13:33:24 UTC 2014 - schwab@suse.de
- Readd dependency on sysvinit.target to nscd.service (bnc#868422)
- Make the nscd service part of the nss-lookup and nss-user-lookup targets
(bnc#871386)
- Move _constraints back to main package and update it
-------------------------------------------------------------------
Tue Apr 1 07:55:19 UTC 2014 - schwab@suse.de
@ -10,7 +18,7 @@ Tue Apr 1 07:55:19 UTC 2014 - schwab@suse.de
Mon Mar 31 13:22:56 UTC 2014 - schwab@suse.de
- powerpc-opt-power8.patch: readd POWER8 implementation of isnan,
isinf, finite with fix for little endian
isinf, finite with fix for little endian (bnc#871353)
- pthread-mutex-destroy.patch: Skip checks in pthread_mutex_destroy when
doing elision (bnc#865968)

View File

@ -1,5 +1,8 @@
[Unit]
Description=Name Service Cache Daemon
After=sysinit.target
Wants=nss-lookup.target nss-user-lookup.target
Before=nss-lookup.target nss-user-lookup.target
[Service]
Type=forking