1 |
# $Id: e-smith-qmail.spec,v 1.3 2016/05/31 11:01:12 vip-ire Exp $ |
# $Id: e-smith-qmail.spec,v 1.16 2021/11/15 17:29:53 jpp 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 4 |
%define release 14 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
13 |
Patch0: e-smith-qmail-2.6.0-smtpd_to_qpsmtpd.patch |
Patch0: e-smith-qmail-2.6.0-smtpd_to_qpsmtpd.patch |
14 |
Patch1: e-smith-qmail-2.6.0-exclude_from_group_email.patch |
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 |
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 |
|
Patch8: e-smith-qmail-2.6.0-bz8591-pseudonyms.patch |
22 |
|
|
23 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
24 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
25 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
36 |
AutoReqProv: no |
AutoReqProv: no |
37 |
|
|
38 |
%changelog |
%changelog |
39 |
|
* Tue Apr 05 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-14.sme |
40 |
|
- fix multiple errors with pseudonyms in template [SME: 8591] |
41 |
|
orphaned pseudonyms are associated to admin |
42 |
|
- repopulate qmail assign db and sighup qmail on group event [SME: 11934] |
43 |
|
|
44 |
|
* Mon Nov 15 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-13.sme |
45 |
|
- can set to 0 ConcurrencyLocal or ConcurrencyRemote [SME: 11645] |
46 |
|
this allows to disable of type of delivery |
47 |
|
|
48 |
|
* Thu Dec 10 2020 Michel Begue <mab974@gmail.com> 2.6.0-12.sme |
49 |
|
- add Requires=runit.service [SME: 11245] |
50 |
|
|
51 |
|
* Sun Dec 06 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme |
52 |
|
- fix missing actions for systemd on upgrade event [SME: 11105] |
53 |
|
cleanup preset file |
54 |
|
|
55 |
|
* Fri Dec 04 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-10.sme |
56 |
|
- remove qmail link in init.d and whole rc.d [SME: 11105] |
57 |
|
take 3 |
58 |
|
|
59 |
|
* Fri Dec 04 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-9.sme |
60 |
|
- remove qmail link in init.d [SME: 11105] |
61 |
|
|
62 |
|
* Thu Dec 03 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-7.sme |
63 |
|
- execute systemd-reload before service adjust in events [SME: 11228] |
64 |
|
- remove S95reset-unsavedflag [SME: 11229] |
65 |
|
|
66 |
|
* Thu Nov 19 2020 Michel Begue <mab974@gmail.com> 2.6.0-6.sme |
67 |
|
- remove rc7.d link [SME: 11105] |
68 |
|
- fix actions in e-smith-qmail-update [SME: 11152] |
69 |
|
|
70 |
|
* Sat Nov 14 2020 Michel Begue <mab974@gmail.com> 2.6.0-5.sme |
71 |
|
- Move qmail service to systemd [SME: 11105] |
72 |
|
- Create e-smith-qmail-update event [SME: 11152] |
73 |
|
|
74 |
* Thu Jul 20 2017 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-4.sme |
* Thu Jul 20 2017 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-4.sme |
75 |
- Update aliases files for every groups passed as argument [SME: 10386] |
- Update aliases files for every groups passed as argument [SME: 10386] |
76 |
|
|
400 |
%patch0 -p1 |
%patch0 -p1 |
401 |
%patch1 -p1 |
%patch1 -p1 |
402 |
%patch2 -p1 |
%patch2 -p1 |
403 |
|
%patch3 -p1 |
404 |
|
%patch4 -p1 |
405 |
|
%patch5 -p1 |
406 |
|
%patch6 -p1 |
407 |
|
rm -rf root/etc/rc.d |
408 |
|
rm -rf root/usr/lib/systemd/system-preset |
409 |
|
%patch7 -p1 |
410 |
|
%patch8 -p1 |
411 |
|
|
412 |
%build |
%build |
413 |
perl createlinks |
perl createlinks |