From 61f3ef2175afb222e83a65af1c1f50b69254f355 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sat, 15 Aug 2009 12:41:50 +0000 Subject: [PATCH] - fix logdb bcond Changed files: ejabberd.spec -> 1.52 --- ejabberd.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ejabberd.spec b/ejabberd.spec index e004480..3b291e5 100644 --- a/ejabberd.spec +++ b/ejabberd.spec @@ -125,12 +125,16 @@ fi %attr(755,root,root) %{_sbindir}/* %attr(640,root,jabber) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/jabber/* %attr(770,root,jabber) /var/log/ejabberd +%if %{with logdb} %exclude %{_libdir}/ejabberd/ebin/mod_logdb* +%endif %{_libdir}/ejabberd %dir %attr(770,root,jabber) /var/lib/ejabberd %attr(754,root,root) /etc/rc.d/init.d/%{realname} %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{realname} +%if %{with logdb} %files logdb %defattr(644,root,root,755) %{_libdir}/ejabberd/ebin/mod_logdb* +%endif -- 2.44.0