1 |
# $Id: e-smith-base.spec,v 1.154 2023/11/24 03:27:14 jpp Exp $ |
# $Id: e-smith-base.spec,v 1.155 2023/11/24 03:41:45 jpp Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - base module |
Summary: e-smith server and gateway - base module |
4 |
%define name e-smith-base |
%define name e-smith-base |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 5.8.1 |
%define version 5.8.1 |
7 |
%define release 30 |
%define release 31 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
34 |
Patch19: e-smith-base-5.8.1-bz12335-systemdloop.patch |
Patch19: e-smith-base-5.8.1-bz12335-systemdloop.patch |
35 |
Patch20: e-smith-base-5.8.1-bz12431-spoolmail.patch |
Patch20: e-smith-base-5.8.1-bz12431-spoolmail.patch |
36 |
Patch21: e-smith-base-5.8.1-bz12421-systemd.patch |
Patch21: e-smith-base-5.8.1-bz12421-systemd.patch |
37 |
|
Patch22: e-smith-base-5.8.1-bz12146-fix-www-in-shared.patch |
38 |
|
|
39 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
40 |
Requires: pwauth |
Requires: pwauth |
116 |
%patch19 -p1 |
%patch19 -p1 |
117 |
%patch20 -p1 |
%patch20 -p1 |
118 |
%patch21 -p1 |
%patch21 -p1 |
119 |
|
%patch22 -p1 |
120 |
|
|
121 |
%build |
%build |
122 |
|
|
225 |
|
|
226 |
|
|
227 |
%changelog |
%changelog |
228 |
|
* Thu Nov 23 2023 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-31.sme |
229 |
|
- fix www missing from shared and few groups [SME: 12146] |
230 |
|
|
231 |
* Thu Nov 23 2023 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-30.sme |
* Thu Nov 23 2023 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-30.sme |
232 |
- fix group deletion leaves mail spool file [SME: 12431] |
- fix group deletion leaves mail spool file [SME: 12431] |
233 |
- fix path to /etc/systemd for seeking service files [SME: 12421] |
- fix path to /etc/systemd for seeking service files [SME: 12421] |