SPECS: postgresql.spec - ghost soname symlinks

qboosh qboosh at pld-linux.org
Tue Jan 8 19:06:37 CET 2008


Author: qboosh                       Date: Tue Jan  8 18:06:37 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- ghost soname symlinks

---- Files affected:
SPECS:
   postgresql.spec (1.395 -> 1.396) 

---- Diffs:

================================================================
Index: SPECS/postgresql.spec
diff -u SPECS/postgresql.spec:1.395 SPECS/postgresql.spec:1.396
--- SPECS/postgresql.spec:1.395	Mon Jan  7 21:57:51 2008
+++ SPECS/postgresql.spec	Tue Jan  8 19:06:31 2008
@@ -1059,14 +1059,18 @@
 %files libs -f libpq.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libpq.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libpq.so.5
 %dir %{_pgmoduledir}
 
 %files ecpg
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/ecpg
 %attr(755,root,root) %{_libdir}/libecpg.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libecpg.so.5
 %attr(755,root,root) %{_libdir}/libecpg_compat.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libecpg_compat.so.2
 %attr(755,root,root) %{_libdir}/libpgtypes.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libpgtypes.so.2
 %{_mandir}/man1/ecpg.1*
 
 %files ecpg-devel
@@ -1234,6 +1238,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.396  2008-01-08 18:06:31  qboosh
+- ghost soname symlinks
+
 Revision 1.395  2008-01-07 20:57:51  radek
 - version 8.2.6 (CVE-2007-6600)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/postgresql.spec?r1=1.395&r2=1.396&f=u



More information about the pld-cvs-commit mailing list