- fix certs location in ssl.conf

This commit is contained in:
Michal Hlavinka 2010-03-30 09:40:11 +00:00
parent ad83a5ece1
commit cfab5631c0
3 changed files with 17 additions and 6 deletions

View File

@ -1,2 +1,2 @@
dovecot-2.0.beta4.aefa279e2c70.tar.gz dovecot-20100330.tar.gz
pigeonhole-snap940554ef4a55.tar.bzip2 pigeonhole-snap940554ef4a55.tar.bzip2

View File

@ -1,11 +1,11 @@
%global betasuffix .beta4 %global betasuffix .beta4
%global snapsuffix .aefa279e2c70 %global snapsuffix 20100330
Summary: Secure imap and pop3 server Summary: Secure imap and pop3 server
Name: dovecot Name: dovecot
Epoch: 1 Epoch: 1
Version: 2.0 Version: 2.0
Release: 0.2%{?betasuffix}%{?snapsuffix}%{?dist} Release: 0.3%{?betasuffix}.%{?snapsuffix}%{?dist}
#dovecot itself is MIT, a few sources are PD, (manage)sieve is LGPLv2, perfect_maildir.pl is GPLv2+ #dovecot itself is MIT, a few sources are PD, (manage)sieve is LGPLv2, perfect_maildir.pl is GPLv2+
License: MIT and LGPLv2 and GPLv2+ License: MIT and LGPLv2 and GPLv2+
Group: System Environment/Daemons Group: System Environment/Daemons
@ -17,7 +17,8 @@ Group: System Environment/Daemons
%define managesieve_name dovecot-1.2-managesieve %define managesieve_name dovecot-1.2-managesieve
URL: http://www.dovecot.org/ URL: http://www.dovecot.org/
Source: http://www.dovecot.org/releases/2.0/beta/%{name}-%{version}%{?betasuffix}%{?snapsuffix}.tar.gz #Source: http://www.dovecot.org/releases/2.0/beta/%{name}-%{version}%{?betasuffix}%{?snapsuffix}.tar.gz
Source: http://www.dovecot.org/nightly/%{name}-%{snapsuffix}.tar.gz
Source1: dovecot.init Source1: dovecot.init
Source2: dovecot.pam Source2: dovecot.pam
#Source8: http://hg.rename-it.nl/dovecot-2.0-pigeonhole/archive/tip.tar.bz2 #Source8: http://hg.rename-it.nl/dovecot-2.0-pigeonhole/archive/tip.tar.bz2
@ -113,6 +114,13 @@ This package provides the development files for dovecot.
%patch3 -p1 -b .mkcert-paths %patch3 -p1 -b .mkcert-paths
%build %build
#autotools hacks can be removed later, nightly does not support --docdir
aclocal -I . --force
libtoolize --copy --force
autoconf --force
autoheader --force
automake --add-missing --copy --force-missing
#autoreconf -fiv
%configure \ %configure \
INSTALL_DATA="install -c -p -m644" \ INSTALL_DATA="install -c -p -m644" \
--docdir=%{_docdir}/%{name}-%{version} \ --docdir=%{_docdir}/%{name}-%{version} \
@ -133,7 +141,7 @@ This package provides the development files for dovecot.
--with-ssldir=%{ssldir} \ --with-ssldir=%{ssldir} \
--with-docs --with-docs
sed -i 's|/etc/ssl|/etc/pki|' doc/mkcert.sh doc/example-config/conf.d/ssl.conf sed -i 's|/etc/ssl|/etc/pki/dovecot|' doc/mkcert.sh doc/example-config/conf.d/ssl.conf
make %{?_smp_mflags} make %{?_smp_mflags}
@ -354,6 +362,9 @@ fi
%{_libdir}/%{name}/dict/libdriver_pgsql.so %{_libdir}/%{name}/dict/libdriver_pgsql.so
%changelog %changelog
* Tue Mar 30 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.3.beta4.20100330
- fix certs location in ssl.conf
* Mon Mar 29 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.2.beta4.aefa279e2c70 * Mon Mar 29 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.2.beta4.aefa279e2c70
- update to snapshot aefa279e2c70 from 2010-03-27 - update to snapshot aefa279e2c70 from 2010-03-27
- fixes complains about missing tcpwrap (#577426) - fixes complains about missing tcpwrap (#577426)

View File

@ -1,2 +1,2 @@
75f2f528d8af5b1d2b11fca0ee99c3c5 dovecot-2.0.beta4.aefa279e2c70.tar.gz 6f20b2963795df22772d2c74a5036838 dovecot-20100330.tar.gz
c096447bc5bc6da3a816e23a66016d7b pigeonhole-snap940554ef4a55.tar.bzip2 c096447bc5bc6da3a816e23a66016d7b pigeonhole-snap940554ef4a55.tar.bzip2