1 |
# $Id: e-smith-base.spec,v 1.109 2021/03/19 03:11:01 jpp Exp $ |
# $Id: e-smith-base.spec,v 1.110 2021/03/19 04:30:13 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 91 |
%define release 92 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
75 |
Patch62: e-smith-base-5.8.0-bz9692-cleanup.patch |
Patch62: e-smith-base-5.8.0-bz9692-cleanup.patch |
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 |
79 |
|
|
80 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
81 |
Requires: pwauth |
Requires: pwauth |
219 |
rm -rf root/etc/rc.d/init.d/supervise |
rm -rf root/etc/rc.d/init.d/supervise |
220 |
%patch63 -p1 |
%patch63 -p1 |
221 |
%patch64 -p1 |
%patch64 -p1 |
222 |
|
%patch65 -p1 |
223 |
|
|
224 |
%build |
%build |
225 |
|
|
325 |
|
|
326 |
|
|
327 |
%changelog |
%changelog |
328 |
|
* Sun Mar 21 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-92.sme |
329 |
|
- fix masq failing on initial boot [SME: 11479] |
330 |
|
|
331 |
* Fri Mar 19 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-91.sme |
* Fri Mar 19 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-91.sme |
332 |
- removing weekly cron for ddns update, targeted script has been removed [SME: 11470] |
- removing weekly cron for ddns update, targeted script has been removed [SME: 11470] |
333 |
|
|