1 |
# $Id: e-smith-qmail.spec,v 1.11 2012/01/16 16:21:30 wellsi Exp $ |
# $Id: e-smith-qmail.spec,v 1.7 2016/05/31 11:06:01 vip-ire 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.4.0 |
%define version 2.4.0 |
7 |
%define release 1 |
%define release 8 |
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.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch2: e-smith-qmail-2.4.0-modify_domain_style_pseudonyms.patch |
14 |
|
Patch3: e-smith-qmail-2.4.0-modify_domain_style_pseudonyms_dot_in_name.patch |
15 |
|
Patch4: e-smith-qmail-2.4.0-Concurrency.patch |
16 |
|
Patch5: e-smith-qmail-2.4.0-exclude_from_group_email.patch |
17 |
|
Patch6: e-smith-qmail-2.6.0-update_all_groups_alias.patch |
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
20 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
31 |
AutoReqProv: no |
AutoReqProv: no |
32 |
|
|
33 |
%changelog |
%changelog |
34 |
|
* Thu Jul 20 2017 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-8.sme |
35 |
|
- Update aliases files for every groups passed as argument [SME: 10388] |
36 |
|
|
37 |
|
* Tue May 31 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-7.sme |
38 |
|
- Add possibility to exclude users or members of other groups from group |
39 |
|
email address [SME: 9540] |
40 |
|
|
41 |
|
* Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 2.4.0-6.sme |
42 |
|
- Simplify qmail concurrency templates [SME: 7750] |
43 |
|
|
44 |
|
* Thu May 23 2013 chris burnat <devlist@burnat.com> 2.4.0-5.sme |
45 |
|
- Modify domain style pseudonym pointing to user with dot in name, by Filippo Carletti [SME: 7614] |
46 |
|
|
47 |
|
* Wed May 15 2013 chris burnat <devlist@burnat.com> 2.4.0-4.sme |
48 |
|
- Reverse change in Template Qmail MaxMessageSize [SME: 7393] |
49 |
|
|
50 |
|
* Fri May 03 2013 chris burnat <devlist@burnat.com> 2.4.0-3.sme |
51 |
|
- Reverse Allow groups with dots [SME 6694] and modify domain style pseudonyms to point to the correct user, by Filippo Carletti [SME: 7572] |
52 |
|
|
53 |
|
* Thu Feb 21 2013 Ian Wells <esmith@wellsi.com> 2.4.0-2.sme |
54 |
|
- Template Qmail MaxMessageSize [SME: 7393] |
55 |
|
|
56 |
* Wed Feb 6 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
* Wed Feb 6 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
57 |
- Roll new stream for sme9 |
- Roll new stream for sme9 |
58 |
|
|
351 |
|
|
352 |
%prep |
%prep |
353 |
%setup |
%setup |
354 |
|
%patch2 -p1 |
355 |
|
%patch3 -p1 |
356 |
|
%patch4 -p1 |
357 |
|
%patch5 -p1 |
358 |
|
%patch6 -p1 |
359 |
|
|
360 |
%build |
%build |
361 |
perl createlinks |
perl createlinks |