SPECS: openssl.spec - oops! don't add symlinks as dirs for Titanium

hawk hawk at pld-linux.org
Thu Dec 11 23:51:52 CET 2008


Author: hawk                         Date: Thu Dec 11 22:51:52 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- oops! don't add symlinks as dirs for Titanium

---- Files affected:
SPECS:
   openssl.spec (1.196 -> 1.197) 

---- Diffs:

================================================================
Index: SPECS/openssl.spec
diff -u SPECS/openssl.spec:1.196 SPECS/openssl.spec:1.197
--- SPECS/openssl.spec:1.196	Thu Dec 11 23:34:33 2008
+++ SPECS/openssl.spec	Thu Dec 11 23:51:47 2008
@@ -343,13 +343,17 @@
 %attr(755,root,root) %{_libdir}/libssl.so.*.*.*
 %dir %{_libdir}/engines
 %attr(755,root,root) %{_libdir}/engines/*.so
-%dir %{_sysconfdir}/%{name}
-%dir %{_sysconfdir}/%{name}/certs
-%dir %{_sysconfdir}/%{name}/private
 %if "%{pld_release}" == "ti"
 %dir %{_var}/lib/%{name}
 %dir %{_var}/lib/%{name}/certs
 %dir %{_var}/lib/%{name}/private
+%dir %{_sysconfdir}/%{name}
+%attr(755,root,root) %{_sysconfdir}/%{name}/certs
+%attr(755,root,root) %{_sysconfdir}/%{name}/private
+%else
+%dir %{_sysconfdir}/%{name}
+%dir %{_sysconfdir}/%{name}/certs
+%dir %{_sysconfdir}/%{name}/private
 %endif
 %dir %{_datadir}/ssl
 
@@ -439,6 +443,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.197  2008/12/11 22:51:47  hawk
+- oops! don't add symlinks as dirs for Titanium
+
 Revision 1.196  2008/12/11 22:34:33  hawk
 - keep /var/lib/openssl as default dir in Titanium, moving to /etc/openssl
   breaks too many apps and messess up stuff created manually in
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/openssl.spec?r1=1.196&r2=1.197&f=u



More information about the pld-cvs-commit mailing list