1 |
# $Id: e-smith-qmail.spec,v 1.8 2009/05/18 16:36:35 bytegw Exp $ |
# $Id: e-smith-qmail.spec,v 1.9 2009/09/05 14:46:51 bytegw 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 2.2.0 |
%define version 2.2.0 |
7 |
%define release 4 |
%define release 5 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
13 |
Patch0: e-smith-qmail-2.2.0_no-workaround.patch |
Patch0: e-smith-qmail-2.2.0_no-workaround.patch |
14 |
Patch1: e-smith-qmail-2.2.0-IncorrectUseOfBrackets.patch |
Patch1: e-smith-qmail-2.2.0-IncorrectUseOfBrackets.patch |
15 |
Patch2: e-smith-qmail-2.2.0-IncorrectUseOfBrackets2.patch |
Patch2: e-smith-qmail-2.2.0-IncorrectUseOfBrackets2.patch |
16 |
|
Patch3: e-smith-qmail-2.2.0-configure_number_of_log_files_to_keep.patch.patch |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
30 |
AutoReqProv: no |
AutoReqProv: no |
31 |
|
|
32 |
%changelog |
%changelog |
33 |
|
* Thu Oct 14 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-5.sme |
34 |
|
- Read number of log files to keep from the DB [SME: 5855] |
35 |
|
|
36 |
* Sat Sep 05 2009 Gavin Weight <gweight@gmail.com> 2.2.0-4 |
* Sat Sep 05 2009 Gavin Weight <gweight@gmail.com> 2.2.0-4 |
37 |
- SMTPSmartHost template incorrectly uses brackets to avoid MX lookups. [SME: 5456] |
- SMTPSmartHost template incorrectly uses brackets to avoid MX lookups. [SME: 5456] |
38 |
|
|
325 |
%patch0 -p1 |
%patch0 -p1 |
326 |
%patch1 -p1 |
%patch1 -p1 |
327 |
%patch2 -p1 |
%patch2 -p1 |
328 |
|
%patch3 -p1 |
329 |
|
|
330 |
%build |
%build |
331 |
perl createlinks |
perl createlinks |