1 |
# $Id: e-smith-base.spec,v 1.150 2023/02/07 22:16:25 terryfage Exp $ |
# $Id: e-smith-base.spec,v 1.151 2023/02/09 05:19:02 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 28 |
%define release 29 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
31 |
Patch16: e-smith-base-5.8.1-bz12178.patch |
Patch16: e-smith-base-5.8.1-bz12178.patch |
32 |
Patch17: e-smith-base-5.8.1-bz12304-MaxOpenFiles.patch |
Patch17: e-smith-base-5.8.1-bz12304-MaxOpenFiles.patch |
33 |
Patch18: e-smith-base-5.8.1-bz11518-prunepath.patch |
Patch18: e-smith-base-5.8.1-bz11518-prunepath.patch |
34 |
|
Patch19: e-smith-base-5.8.1-bz12335-systemdloop.patch |
35 |
|
|
36 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
37 |
Requires: pwauth |
Requires: pwauth |
110 |
%patch16 -p1 |
%patch16 -p1 |
111 |
%patch17 -p1 |
%patch17 -p1 |
112 |
%patch18 -p1 |
%patch18 -p1 |
113 |
|
%patch10 -p1 |
114 |
|
|
115 |
%build |
%build |
116 |
|
|
219 |
|
|
220 |
|
|
221 |
%changelog |
%changelog |
222 |
|
* Mon Aug 14 2023 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-29.sme |
223 |
|
- fix systemd loop during bootstrap console restore [SME: 12335] |
224 |
|
|
225 |
* Thu Feb 09 2023 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-28.sme |
* Thu Feb 09 2023 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-28.sme |
226 |
- option to expand the prunepaths variable for locate [SME: 11518] |
- option to expand the prunepaths variable for locate [SME: 11518] |
227 |
|
|