1 |
# $Id: e-smith-base.spec,v 1.110 2021/03/19 04:30:13 jpp Exp $ |
# $Id: e-smith-base.spec,v 1.111 2021/03/21 20:40:56 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.0 |
%define version 5.8.0 |
7 |
%define release 92 |
%define release 93 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
76 |
Patch63: e-smith-base-5.8.0-bz11345-systemctlWrapper.patch |
Patch63: e-smith-base-5.8.0-bz11345-systemctlWrapper.patch |
77 |
Patch64: e-smith-base-5.8.0-bz11470.patch |
Patch64: e-smith-base-5.8.0-bz11470.patch |
78 |
Patch65: e-smith-base-5.8.0-bz11479-BeforeMasq.patch |
Patch65: e-smith-base-5.8.0-bz11479-BeforeMasq.patch |
79 |
|
Patch66: e-smith-base-5.8.0-bz10657-dhcpmanagerFragmentMerge.patch |
80 |
|
|
81 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
82 |
Requires: pwauth |
Requires: pwauth |
221 |
%patch63 -p1 |
%patch63 -p1 |
222 |
%patch64 -p1 |
%patch64 -p1 |
223 |
%patch65 -p1 |
%patch65 -p1 |
224 |
|
%patch66 -p1 |
225 |
|
|
226 |
%build |
%build |
227 |
|
|
327 |
|
|
328 |
|
|
329 |
%changelog |
%changelog |
330 |
|
* Tue Mar 30 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-93.sme |
331 |
|
- merge dhcpdmanager custom template fragments with core [SME: 10657] |
332 |
|
|
333 |
* Sun Mar 21 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-92.sme |
* Sun Mar 21 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-92.sme |
334 |
- fix masq failing on initial boot [SME: 11479] |
- fix masq failing on initial boot [SME: 11479] |
335 |
|
|