packages: dovecot/dovecot.spec - no %ghost so symlinks - rel 2
pawelz
pawelz at pld-linux.org
Tue Oct 26 15:38:15 CEST 2010
Author: pawelz Date: Tue Oct 26 13:38:15 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- no %ghost so symlinks
- rel 2
---- Files affected:
packages/dovecot:
dovecot.spec (1.163 -> 1.164)
---- Diffs:
================================================================
Index: packages/dovecot/dovecot.spec
diff -u packages/dovecot/dovecot.spec:1.163 packages/dovecot/dovecot.spec:1.164
--- packages/dovecot/dovecot.spec:1.163 Sun Oct 24 18:08:38 2010
+++ packages/dovecot/dovecot.spec Tue Oct 26 15:38:10 2010
@@ -12,7 +12,7 @@
Summary(pl.UTF-8): Serwer IMAP i POP3 pisany głównie z myślą o bezpieczeństwie
Name: dovecot
Version: 2.0.6
-Release: 1
+Release: 2
Epoch: 1
License: MIT (libraries), LGPL v2.1 (the rest)
Group: Networking/Daemons
@@ -333,10 +333,12 @@
%attr(755,root,root)%{_libdir}/%{name}/libdovecot-lda.so.0.0.0
%attr(755,root,root)%{_libdir}/%{name}/libdovecot-login.so.0.0.0
%attr(755,root,root)%{_libdir}/%{name}/libdovecot-storage.so.0.0.0
-%ghost %attr(755,root,root)%{_libdir}/%{name}/libdovecot.so.0
-%ghost %attr(755,root,root)%{_libdir}/%{name}/libdovecot-lda.so.0
-%ghost %attr(755,root,root)%{_libdir}/%{name}/libdovecot-login.so.0
-%ghost %attr(755,root,root)%{_libdir}/%{name}/libdovecot-storage.so.0
+# Note: we are in /usr/lib*/dovecot, ldconfig does not look into this
+# directory. This is why the following files are not %ghost
+%attr(755,root,root)%{_libdir}/%{name}/libdovecot.so.0
+%attr(755,root,root)%{_libdir}/%{name}/libdovecot-lda.so.0
+%attr(755,root,root)%{_libdir}/%{name}/libdovecot-login.so.0
+%attr(755,root,root)%{_libdir}/%{name}/libdovecot-storage.so.0
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -344,6 +346,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.164 2010/10/26 13:38:10 pawelz
+- no %ghost so symlinks
+- rel 2
+
Revision 1.163 2010/10/24 16:08:38 arekm
- up to 2.0.6
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dovecot/dovecot.spec?r1=1.163&r2=1.164&f=u
More information about the pld-cvs-commit
mailing list