- reenable inotify and see what happens

This commit is contained in:
prockai 2006-07-17 13:22:47 +00:00
parent cf0e7a0f00
commit a5af4112b8

View File

@ -1,7 +1,7 @@
Summary: Dovecot Secure imap server Summary: Dovecot Secure imap server
Name: dovecot Name: dovecot
Version: 1.0 Version: 1.0
Release: 0.rc2%{?dist} Release: 0.rc2.1%{?dist}
License: LGPL License: LGPL
Group: System Environment/Daemons Group: System Environment/Daemons
@ -88,7 +88,8 @@ autoreconf
%endif %endif
--with-ssl=openssl \ --with-ssl=openssl \
--with-ssldir=%{ssldir} \ --with-ssldir=%{ssldir} \
--with-ldap --with-ldap \
--with-inotify
make make
@ -211,6 +212,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Mon Jul 17 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.rc2.1
- reenable inotify and see what happens
* Thu Jul 13 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.rc2 * Thu Jul 13 2006 Petr Rockai <prockai@redhat.com> - 1.0-0.rc2
- update to latest upstream release candidate - update to latest upstream release candidate
- disable inotify for now, doesn't build -- this needs fixing though - disable inotify for now, doesn't build -- this needs fixing though