1 |
# $Id: e-smith-qmail.spec,v 1.12 2020/12/05 03:23:44 jpp Exp $ |
# $Id: e-smith-qmail.spec,v 1.14 2020/12/07 03:53:50 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 11 |
%define release 12 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
16 |
Patch3: e-smith-qmail-2.6.0-bz11105-systemd.patch |
Patch3: e-smith-qmail-2.6.0-bz11105-systemd.patch |
17 |
Patch4: %{name}-%{version}-rc7_link-rpm_update.patch |
Patch4: %{name}-%{version}-rc7_link-rpm_update.patch |
18 |
Patch5: e-smith-qmail-2.6.0-bz11105-systemd2.patch |
Patch5: e-smith-qmail-2.6.0-bz11105-systemd2.patch |
19 |
|
Patch6: e-smith-qmail-2.6.0-bz11245_runit_required.patch |
20 |
|
|
21 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
34 |
AutoReqProv: no |
AutoReqProv: no |
35 |
|
|
36 |
%changelog |
%changelog |
37 |
|
* Thu Dec 10 2020 Michel Begue <mab974@gmail.com> 2.6.0-12.sme |
38 |
|
- add Requires=runit.service [SME: 11245] |
39 |
|
|
40 |
* Sun Dec 06 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme |
* Sun Dec 06 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme |
41 |
- fix missing actions for systemd on upgrade event [SME: 11105] |
- fix missing actions for systemd on upgrade event [SME: 11105] |
42 |
cleanup preset file |
cleanup preset file |
392 |
%patch3 -p1 |
%patch3 -p1 |
393 |
%patch4 -p1 |
%patch4 -p1 |
394 |
%patch5 -p1 |
%patch5 -p1 |
395 |
|
%patch6 -p1 |
396 |
rm -rf root/etc/rc.d |
rm -rf root/etc/rc.d |
397 |
rm -rf /root/usr/lib/systemd/system-preset |
rm -rf root/usr/lib/systemd/system-preset |
398 |
|
|
399 |
%build |
%build |
400 |
perl createlinks |
perl createlinks |