add missing sources and update file list

This commit is contained in:
Michal Hlavinka 2010-08-25 14:47:25 +02:00
parent 5fc5f28f26
commit ef76e88337
3 changed files with 14 additions and 4 deletions

2
.gitignore vendored
View File

@ -6,3 +6,5 @@ dovecot-2.0.rc5.tar.gz
pigeonhole-snap0592366457df.tar.bz2
/dovecot-2.0.0.tar.gz
/pigeonhole-snap1ae9569b0383.tar.bz2
/dovecot-2.0.1.tar.gz
/pigeonhole-snapd51650c8af85.tar.bz2

View File

@ -331,9 +331,9 @@ make check
%files pigeonhole
%defattr(-,root,root,-)
%{_bindir}/sieve-dump
%{_bindir}/sieve-test
%{_bindir}/sievec
%{_bindir}/sieved
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/90-sieve.conf
%config(noreplace) %{_sysconfdir}/dovecot/conf.d/20-managesieve.conf
%{_libexecdir}/%{name}/managesieve
@ -343,8 +343,10 @@ make check
%{_libdir}/dovecot/settings/libmanagesieve_*.so
%{_mandir}/man1/sieve-test.1.gz
%{_mandir}/man1/sieve-dump.1.gz
%{_mandir}/man1/sievec.1.gz
%{_mandir}/man1/sieved.1.gz
%{_mandir}/man7/pigeonhole.7.gz
%files mysql
%defattr(-,root,root,-)
@ -360,7 +362,13 @@ make check
%changelog
* Wed Aug 25 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.1-1
- dovecot updated
- dovecot and pigeonhole updated
- sieve: sieved renamed to sieve-dump
- when dsync is started as root, remote dsync command is now also executed
as root instead of with dropped privileges.
- IMAP: QRESYNC parameters for SELECT weren't handled correctly.
- UTF-8 string validity checking wasn't done correctly
- dsync: Fixed a random assert-crash with remote dsyncing
* Tue Aug 17 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-1
- dovecot and pigeonhole updated

View File

@ -1,2 +1,2 @@
2ca3cbd523cac1cbd53a904255dcd4f8 dovecot-2.0.0.tar.gz
552a2f050b2ef50b35de14ebc147e0de pigeonhole-snap1ae9569b0383.tar.bz2
f58749dae7826d82b96fccf2c9e3bbf7 dovecot-2.0.1.tar.gz
3c1928c86776e3396e52b2d2b634f620 pigeonhole-snapd51650c8af85.tar.bz2