]> git.pld-linux.org Git - packages/dovecot.git/commitdiff
- no %ghost so symlinks
authorpawelz <pawelz@pld-linux.org>
Tue, 26 Oct 2010 13:38:10 +0000 (13:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 2

Changed files:
    dovecot.spec -> 1.164

dovecot.spec

index ec12a4098658dc7ae2af6784645e2a81dd39322c..dce709aa9ff1b4b212b0a394d297b02da92b2410 100644 (file)
@@ -11,7 +11,7 @@ Summary:      IMAP and POP3 server written with security primarily in mind
 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
@@ -332,7 +332,9 @@ fi
 %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
This page took 0.041254 seconds and 4 git commands to generate.