1 |
# $Id: e-smith-base.spec,v 1.32 2016/09/06 20:16:25 vip-ire Exp $ |
# $Id: e-smith-base.spec,v 1.33 2017/02/09 11:23:25 vip-ire 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 30 |
%define release 31 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
30 |
Patch17: e-smith-base-5.8.0.bz9724.locale_sysconfig.patch |
Patch17: e-smith-base-5.8.0.bz9724.locale_sysconfig.patch |
31 |
Patch18: e-smith-base-5.8.0-allow_32bits_mask.patch |
Patch18: e-smith-base-5.8.0-allow_32bits_mask.patch |
32 |
Patch19: e-smith-base-5.8.0-ip_route_syntax.patch |
Patch19: e-smith-base-5.8.0-ip_route_syntax.patch |
33 |
|
Patch20: e-smith-base-5.8.0.bz9550.fixconsolerestore.patch |
34 |
|
|
35 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
36 |
Requires: pwauth |
Requires: pwauth |
37 |
Requires: e-smith-lib >= 2.2.0-2 |
Requires: e-smith-lib >= 2.2.0-2 |
77 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
78 |
|
|
79 |
%changelog |
%changelog |
80 |
|
* Fri Feb 17 2017 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-31.sme |
81 |
|
- prevent restoration from being called on regular and post-upgrade reboot [SME: 9550] |
82 |
|
- console restoration can be launched again from console |
83 |
|
|
84 |
* Thu Feb 9 2017 Daniel Berteaud <daniel@firewall-services.com> 5.8.0-30.sme |
* Thu Feb 9 2017 Daniel Berteaud <daniel@firewall-services.com> 5.8.0-30.sme |
85 |
- Use ip route syntax to define routes to local network [SME: 10083] |
- Use ip route syntax to define routes to local network [SME: 10083] |
86 |
|
|
1915 |
%patch17 -p1 |
%patch17 -p1 |
1916 |
%patch18 -p1 |
%patch18 -p1 |
1917 |
%patch19 -p1 |
%patch19 -p1 |
1918 |
|
%patch20 -p1 |
1919 |
|
|
1920 |
%pre |
%pre |
1921 |
/sbin/e-smith/create-system-user smelastsys 2999 \ |
/sbin/e-smith/create-system-user smelastsys 2999 \ |