1 |
# $Id: e-smith-imap.spec,v 1.2 2008/10/07 18:30:05 slords Exp $ |
# $Id: e-smith-imap.spec,v 1.9 2014/02/15 03:54:36 wellsi Exp $ |
2 |
|
|
3 |
Summary: Module for configuring the IMAP server |
Summary: Module for configuring the IMAP server |
4 |
%define name e-smith-imap |
%define name e-smith-imap |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.2.0 |
%define version 2.2.0 |
7 |
%define release 2 |
%define release 9 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
13 |
Patch1: e-smith-imap-2.2.0-urandom.patch |
Patch1: e-smith-imap-2.2.0-urandom.patch |
14 |
|
Patch2: e-smith-imap-2.2.0-urandomToSpecfile.patch |
15 |
|
Patch3: e-smith-imap-2.2.0-imapRelocate.patch |
16 |
|
Patch4: e-smith-imap-2.2.0-always_enable_imap.patch |
17 |
|
Patch5: e-smith-imap-2.2.0-keepalive.patch |
18 |
|
Patch6: e-smith-imap-2.2.0-stunnel.patch |
19 |
|
Patch7: e-smith-imap-2.2.0-stunnel.patch2 |
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
Requires: daemontools |
Requires: daemontools |
22 |
Requires: ipsvd |
Requires: ipsvd |
25 |
Requires: dovecot |
Requires: dovecot |
26 |
Requires: e-smith-cvm-unix-local |
Requires: e-smith-cvm-unix-local |
27 |
Requires: e-smith-lib >= 1.15.1-33 |
Requires: e-smith-lib >= 1.15.1-33 |
28 |
|
Requires: ipsvd >= 0.12.1-6 |
29 |
Obsoletes: imap |
Obsoletes: imap |
30 |
Obsoletes: e-smith-wu-imap |
Obsoletes: e-smith-wu-imap |
31 |
Obsoletes: e-smith-ssl-imap |
Obsoletes: e-smith-ssl-imap |
39 |
Module for configuring the IMAP server |
Module for configuring the IMAP server |
40 |
|
|
41 |
%changelog |
%changelog |
42 |
|
* Sat Feb 15 2014 Charlie Brady <charlie_brady@mitel.com> 2.2.0-9.sme |
43 |
|
- Use stunnel-tls instead of sslio to wrap imaps service (take II). [SME: 7999] |
44 |
|
|
45 |
|
* Fri Feb 14 2014 Ian Wells <esmith@wellsi.com> 2.2.0-8.sme |
46 |
|
- Remove last patch. [SME: 7999] |
47 |
|
|
48 |
|
* Sun Feb 9 2014 Charlie Brady <charlie_brady@mitel.com> 2.2.0-7.sme |
49 |
|
- Use stunnel-tls instead of sslio to wrap imaps service. [SME: 7999] |
50 |
|
|
51 |
|
* Wed Dec 25 2013 Charlie Brady <charlie_brady@mitel.com> 2.2.0-6.sme |
52 |
|
- Add keepalive option for tcpsvd for imap and imaps services. [SME: 8078] |
53 |
|
|
54 |
|
* Fri Jun 21 2013 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-5.sme |
55 |
|
- Always enable imap, listen on the loopback if disabled [SME: 7676] |
56 |
|
|
57 |
|
* Thu Feb 21 2013 Ian Wells <esmith@wellsi.com> 2.2.0-4.sme |
58 |
|
- Remove imap-relocate-maildirs action as obsolete and slow [SME: 6463] |
59 |
|
|
60 |
|
* Tue Nov 25 2008 Giacomo Sanchietti <giacomo.sanchietti@nethesis.it> 2.2.0-3.sme |
61 |
|
- Move creation of chrooted dev/urandom to spec-file [SME: 1105] |
62 |
|
|
63 |
* Mon Nov 24 2008 Shad L. Lords <slords@mail.com> 2.2.0-2.sme |
* Mon Nov 24 2008 Shad L. Lords <slords@mail.com> 2.2.0-2.sme |
64 |
- Create chroot dev/urandom for stunnel to use [SME: 1105] |
- Create chroot dev/urandom for stunnel to use [SME: 1105] |
65 |
|
|
368 |
%prep |
%prep |
369 |
%setup |
%setup |
370 |
%patch1 -p1 |
%patch1 -p1 |
371 |
|
%patch2 -p1 |
372 |
|
%patch3 -p1 |
373 |
|
%patch4 -p1 |
374 |
|
%patch5 -p1 |
375 |
|
%patch6 -p1 |
376 |
|
%patch7 -p1 |
377 |
|
|
378 |
%build |
%build |
379 |
perl createlinks |
perl createlinks |
444 |
|
|
445 |
%files -f %{name}-%{version}-%{release}-filelist |
%files -f %{name}-%{version}-%{release}-filelist |
446 |
%defattr(-,root,root) |
%defattr(-,root,root) |
447 |
|
%attr(0444,root,root) %dev(c,1,9) /var/service/imap/ssl/dev/urandom |