1 |
# $Id: e-smith-base.spec,v 1.108 2021/03/19 03:07:14 jpp Exp $ |
# $Id: e-smith-base.spec,v 1.109 2021/03/19 03:11:01 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 90 |
%define release 91 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
74 |
Patch61: e-smith-base-5.8.0-bz11374-pptp2vpn.patch |
Patch61: e-smith-base-5.8.0-bz11374-pptp2vpn.patch |
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 |
78 |
|
|
79 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
80 |
Requires: pwauth |
Requires: pwauth |
217 |
rm -rf root/etc/rc.d/rc6.d |
rm -rf root/etc/rc.d/rc6.d |
218 |
rm -rf root/etc/rc.d/init.d/supervise |
rm -rf root/etc/rc.d/init.d/supervise |
219 |
%patch63 -p1 |
%patch63 -p1 |
220 |
|
%patch64 -p1 |
221 |
|
|
222 |
%build |
%build |
223 |
|
|
323 |
|
|
324 |
|
|
325 |
%changelog |
%changelog |
326 |
|
* Fri Mar 19 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-91.sme |
327 |
|
- removing weekly cron for ddns update, targeted script has been removed [SME: 11470] |
328 |
|
|
329 |
* Thu Mar 18 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-90.sme |
* Thu Mar 18 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-90.sme |
330 |
- revert e-smith-service file [SME: 9692] |
- revert e-smith-service file [SME: 9692] |
331 |
- add systemctl wrapper [SME: 11345] |
- add systemctl wrapper [SME: 11345] |