1 |
# $Id: e-smith-qmail.spec,v 1.2 2016/04/22 21:29:37 vip-ire Exp $ |
# $Id: e-smith-qmail.spec,v 1.3 2016/05/31 11:01:12 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.6.0 |
%define version 2.6.0 |
7 |
%define release 3 |
%define release 4 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
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 |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
29 |
AutoReqProv: no |
AutoReqProv: no |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Thu Jul 20 2017 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-4.sme |
33 |
|
- Update aliases files for every groups passed as argument [SME: 10386] |
34 |
|
|
35 |
* Tue May 31 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-3.sme |
* Tue May 31 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-3.sme |
36 |
- Add possibility to exclude users or members of other groups from group |
- Add possibility to exclude users or members of other groups from group |
37 |
email address [SME: 9523] |
email address [SME: 9523] |
357 |
%setup |
%setup |
358 |
%patch0 -p1 |
%patch0 -p1 |
359 |
%patch1 -p1 |
%patch1 -p1 |
360 |
|
%patch2 -p1 |
361 |
|
|
362 |
%build |
%build |
363 |
perl createlinks |
perl createlinks |