1 |
# $Id: e-smith-qmail.spec,v 1.6 2013/07/05 23:46:49 wellsi Exp $ |
# $Id: e-smith-qmail.spec,v 1.15 2020/12/10 14:45:47 michel 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.6.0 |
%define version 2.6.0 |
7 |
%define release 1 |
%define release 13 |
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 |
|
Patch0: e-smith-qmail-2.6.0-smtpd_to_qpsmtpd.patch |
14 |
|
Patch1: e-smith-qmail-2.6.0-exclude_from_group_email.patch |
15 |
|
Patch2: e-smith-qmail-2.6.0-update_all_groups_alias.patch |
16 |
|
Patch3: e-smith-qmail-2.6.0-bz11105-systemd.patch |
17 |
|
Patch4: %{name}-%{version}-rc7_link-rpm_update.patch |
18 |
|
Patch5: e-smith-qmail-2.6.0-bz11105-systemd2.patch |
19 |
|
Patch6: e-smith-qmail-2.6.0-bz11245_runit_required.patch |
20 |
|
Patch7: e-smith-qmail-2.6.0-bz11645-allow-zero-concurency.patch |
21 |
|
|
22 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
23 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
24 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
35 |
AutoReqProv: no |
AutoReqProv: no |
36 |
|
|
37 |
%changelog |
%changelog |
38 |
|
* Mon Nov 15 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-13.sme |
39 |
|
- can set to 0 ConcurrencyLocal or ConcurrencyRemote [SME: 11645] |
40 |
|
this allows to disable of type of delivery |
41 |
|
|
42 |
|
* Thu Dec 10 2020 Michel Begue <mab974@gmail.com> 2.6.0-12.sme |
43 |
|
- add Requires=runit.service [SME: 11245] |
44 |
|
|
45 |
|
* Sun Dec 06 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme |
46 |
|
- fix missing actions for systemd on upgrade event [SME: 11105] |
47 |
|
cleanup preset file |
48 |
|
|
49 |
|
* Fri Dec 04 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-10.sme |
50 |
|
- remove qmail link in init.d and whole rc.d [SME: 11105] |
51 |
|
take 3 |
52 |
|
|
53 |
|
* Fri Dec 04 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-9.sme |
54 |
|
- remove qmail link in init.d [SME: 11105] |
55 |
|
|
56 |
|
* Thu Dec 03 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-7.sme |
57 |
|
- execute systemd-reload before service adjust in events [SME: 11228] |
58 |
|
- remove S95reset-unsavedflag [SME: 11229] |
59 |
|
|
60 |
|
* Thu Nov 19 2020 Michel Begue <mab974@gmail.com> 2.6.0-6.sme |
61 |
|
- remove rc7.d link [SME: 11105] |
62 |
|
- fix actions in e-smith-qmail-update [SME: 11152] |
63 |
|
|
64 |
|
* Sat Nov 14 2020 Michel Begue <mab974@gmail.com> 2.6.0-5.sme |
65 |
|
- Move qmail service to systemd [SME: 11105] |
66 |
|
- Create e-smith-qmail-update event [SME: 11152] |
67 |
|
|
68 |
|
* Thu Jul 20 2017 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-4.sme |
69 |
|
- Update aliases files for every groups passed as argument [SME: 10386] |
70 |
|
|
71 |
|
* Tue May 31 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-3.sme |
72 |
|
- Add possibility to exclude users or members of other groups from group |
73 |
|
email address [SME: 9523] |
74 |
|
|
75 |
|
* Fri Apr 22 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme |
76 |
|
- Merge smtpd entry into qpsmtpd, same for ssmtpd into sqpsmtpd [SME: 9478] |
77 |
|
|
78 |
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme |
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme |
79 |
- Initial release to sme10 |
- Initial release to sme10 |
80 |
|
|
391 |
|
|
392 |
%prep |
%prep |
393 |
%setup |
%setup |
394 |
|
%patch0 -p1 |
395 |
|
%patch1 -p1 |
396 |
|
%patch2 -p1 |
397 |
|
%patch3 -p1 |
398 |
|
%patch4 -p1 |
399 |
|
%patch5 -p1 |
400 |
|
%patch6 -p1 |
401 |
|
rm -rf root/etc/rc.d |
402 |
|
rm -rf root/usr/lib/systemd/system-preset |
403 |
|
%patch7 -p1 |
404 |
|
|
405 |
%build |
%build |
406 |
perl createlinks |
perl createlinks |