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.12 2020/12/05 03:23:44 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 11 |
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 |
|
|
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
22 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
33 |
AutoReqProv: no |
AutoReqProv: no |
34 |
|
|
35 |
%changelog |
%changelog |
36 |
|
* Sun Dec 06 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme |
37 |
|
- fix missing actions for systemd on upgrade event [SME: 11105] |
38 |
|
cleanup preset file |
39 |
|
|
40 |
|
* Fri Dec 04 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-10.sme |
41 |
|
- remove qmail link in init.d and whole rc.d [SME: 11105] |
42 |
|
take 3 |
43 |
|
|
44 |
|
* Fri Dec 04 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-9.sme |
45 |
|
- remove qmail link in init.d [SME: 11105] |
46 |
|
|
47 |
|
* Thu Dec 03 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-7.sme |
48 |
|
- execute systemd-reload before service adjust in events [SME: 11228] |
49 |
|
- remove S95reset-unsavedflag [SME: 11229] |
50 |
|
|
51 |
|
* Thu Nov 19 2020 Michel Begue <mab974@gmail.com> 2.6.0-6.sme |
52 |
|
- remove rc7.d link [SME: 11105] |
53 |
|
- fix actions in e-smith-qmail-update [SME: 11152] |
54 |
|
|
55 |
|
* Sat Nov 14 2020 Michel Begue <mab974@gmail.com> 2.6.0-5.sme |
56 |
|
- Move qmail service to systemd [SME: 11105] |
57 |
|
- Create e-smith-qmail-update event [SME: 11152] |
58 |
|
|
59 |
* 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 |
60 |
- Update aliases files for every groups passed as argument [SME: 10386] |
- Update aliases files for every groups passed as argument [SME: 10386] |
61 |
|
|
385 |
%patch0 -p1 |
%patch0 -p1 |
386 |
%patch1 -p1 |
%patch1 -p1 |
387 |
%patch2 -p1 |
%patch2 -p1 |
388 |
|
%patch3 -p1 |
389 |
|
%patch4 -p1 |
390 |
|
%patch5 -p1 |
391 |
|
rm -rf root/etc/rc.d |
392 |
|
rm -rf /root/usr/lib/systemd/system-preset |
393 |
|
|
394 |
%build |
%build |
395 |
perl createlinks |
perl createlinks |