Author: glen Date: Fri Feb 3 01:03:24 2012 GMT Module: packages Tag: HEAD ---- Log message: - don't require GLIBC_PRIVATE symbols
---- Files affected: packages/unscd: unscd.spec (1.12 -> 1.13) ---- Diffs: ================================================================ Index: packages/unscd/unscd.spec diff -u packages/unscd/unscd.spec:1.12 packages/unscd/unscd.spec:1.13 --- packages/unscd/unscd.spec:1.12 Thu Feb 2 15:28:11 2012 +++ packages/unscd/unscd.spec Fri Feb 3 02:03:18 2012 @@ -2,7 +2,7 @@ Summary: Single threaded NSCD (Name Service Caching Daemon) Name: unscd Version: 0.48 -Release: 4 +Release: 5 License: GPL v2 Group: Networking/Daemons Source0: http://busybox.net/~vda/unscd/nscd-%{version}.c @@ -29,6 +29,9 @@ Obsoletes: nscd BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +# glibc private symbols +%define _noautoreq libc.so.6(GLIBC_PRIVATE) + %description A daemon which handles passwd, group and host lookups for running programs and caches the results for the next query. You only need this @@ -110,6 +113,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13 2012/02/03 01:03:18 glen +- don't require GLIBC_PRIVATE symbols + Revision 1.12 2012/02/02 14:28:11 glen - stole nscd.tmpfiles from glibc ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/unscd/unscd.spec?r1=1.12&r2=1.13&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
