/[smeserver]/rpms/e-smith-qmail/sme8/e-smith-qmail.spec
ViewVC logotype

Diff of /rpms/e-smith-qmail/sme8/e-smith-qmail.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.3 by bytegw, Wed Jan 9 22:23:27 2008 UTC Revision 1.15 by burnat, Thu May 23 04:45:06 2013 UTC
# Line 1  Line 1 
1    # $Id: e-smith-qmail.spec,v 1.14 2013/05/09 06:25:47 burnat Exp $
2    
3  Summary: startup scripts for Dan Bernstein's qmail package  Summary: startup scripts for Dan Bernstein's qmail package
4  %define name e-smith-qmail  %define name e-smith-qmail
5  Name: %{name}  Name: %{name}
6  %define version 1.10.0  %define version 2.2.0
7  %define release 15  %define release 10
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  Patch0: e-smith-qmail-1.10.0.no_connect_zero.patch  Patch0: e-smith-qmail-2.2.0_no-workaround.patch
14  Patch1: e-smith-qmail-1.10.0-update-groups.patch  Patch1: e-smith-qmail-2.2.0-IncorrectUseOfBrackets.patch
15  Patch2: e-smith-qmail-1.10.0-DomainMailOnly.patch  Patch2: e-smith-qmail-2.2.0-IncorrectUseOfBrackets2.patch
16  Patch3: e-smith-qmail-1.10.0-MailRouting.patch  Patch3: e-smith-qmail-2.2.0-configure_number_of_log_files_to_keep.patch.patch
17  Patch4: e-smith-qmail-1.10.0-MaxMessageSize.patch  Patch6: e-smith-qmail-2.2.0-modify_domain_style_pseudonyms.patch
18  Patch5: e-smith-qmail-1.10.0-helohost.patch  Patch7: e-smith-qmail-2.2.0-modify_domain_style_pseudonyms_dot_in_name.patch
 Patch6: e-smith-qmail-1.10.0-ExcludeFromEveryoneEmail.patch  
 Patch7: e-smith-qmail-1.10.0-forcejunkmaildir.patch  
 Patch8: e-smith-qmail-1.10.0-qmailadmin.patch  
 Patch9: e-smith-qmail-1.10.0-sv.patch  
 Patch10: e-smith-qmail-1.10.0-userName.patch  
 Patch11: e-smith-qmail-1.10.0-catchall.patch2  
19  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
20  BuildRequires: e-smith-devtools >= 1.13.0-04  BuildRequires: e-smith-devtools >= 1.13.0-04
21  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 28  Requires: dot-forward Line 24  Requires: dot-forward
24  Requires: fastforward  Requires: fastforward
25  Requires: runit  Requires: runit
26  Requires: e-smith-email  Requires: e-smith-email
27  Requires: qmail-workaround  Requires: qmail >= 1.03-17
28  Provides: e-smith-mta  Provides: e-smith-mta
29  Conflicts: runit < 1.7  Conflicts: runit < 1.7
30  Obsoletes: qmail-initscripts  Obsoletes: qmail-initscripts
31    Obsoletes: qmail-workaround
32  AutoReqProv: no  AutoReqProv: no
33    
34  %changelog  %changelog
35    * Wed May 22 2013 chris burnat <devlist@burnat.com> 2.2.0-10.sme
36    - Modify domain style pseudonym pointing to user with dot in name, by Filippo Carletti [SME: 7607]
37    
38    * Thu May 09 2013 chris burnat <devlist@burnat.com> 2.2.0-9.sme
39    - Reverse change in Template Qmail MaxMessageSize [SME: 6798]
40    
41    * Wed May 01 2013 chris burnat <devlist@burnat.com> 2.2.0-8.sme
42    - modify domain style pseudonyms to point to the correct user, by Filippo Carletti [SME: 7055]
43    
44    * Thu Feb 21 2013 Ian Wells <esmith@wellsi.com> 2.2.0-7.sme
45    - Template Qmail MaxMessageSize [SME: 6798]
46    
47    * Sun Jan 15 2012 Ian Wells <esmith@wellsi.com> 2.2.0-6.sme
48    - Allow groups with dots, by Filippo Carletti [SME: 6694]
49    
50    * Thu Oct 14 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-5.sme
51    - Read number of log files to keep from the DB [SME: 5855]
52    
53    * Sat Sep 05 2009 Gavin Weight <gweight@gmail.com> 2.2.0-4
54    - SMTPSmartHost template incorrectly uses brackets to avoid MX lookups. [SME: 5456]
55    
56    * Mon May 18 2009 Gavin Weight <gweight@gmail.com> 2.2.0-3
57    - smtproutes template incorrectly uses brackets to avoid MX lookups. [SME: 5257]
58    
59    * Tue May 12 2009 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-2
60    - Remove qmail-workaround and obsolete it after patch to treat 0.0.0.0 as a
61      local ip [SME: 5171]
62    
63    * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
64    - Roll new stream to separate sme7/sme8 trees [SME: 4633]
65    
66    * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 1.10.0-16
67    - Create tcpto lockfile in run script [SME: 3055]
68    
69  * Wed Jan 09 2008 Stephen Noble <support@dungog.net> 1.10.0-15  * Wed Jan 09 2008 Stephen Noble <support@dungog.net> 1.10.0-15
70  - Domain catchall Redirection to Account [SME:1922]  - Domain catchall Redirection to Account [SME:1922]
71    
# Line 312  Startup scripts for Dan Bernstein's qmai Line 343  Startup scripts for Dan Bernstein's qmai
343  %patch1 -p1  %patch1 -p1
344  %patch2 -p1  %patch2 -p1
345  %patch3 -p1  %patch3 -p1
 %patch4 -p1  
 %patch5 -p1  
346  %patch6 -p1  %patch6 -p1
347  %patch7 -p1  %patch7 -p1
 %patch8 -p1  
 %patch9 -p1  
 %patch10 -p1  
 %patch11 -p1  
348    
349  %build  %build
350  perl createlinks  perl createlinks


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed