1 |
# $Id: e-smith-base.spec,v 1.31 2016/08/04 11:00:36 unnilennium Exp $ |
# $Id: e-smith-base.spec,v 1.32 2016/09/06 20:16: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 29 |
%define release 30 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
29 |
Patch16: e-smith-base-5.8.0-bz9672.servicesystemd.patch |
Patch16: e-smith-base-5.8.0-bz9672.servicesystemd.patch |
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 |
33 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
34 |
Requires: pwauth |
Requires: pwauth |
35 |
Requires: e-smith-lib >= 2.2.0-2 |
Requires: e-smith-lib >= 2.2.0-2 |
75 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
76 |
|
|
77 |
%changelog |
%changelog |
78 |
|
* Thu Feb 9 2017 Daniel Berteaud <daniel@firewall-services.com> 5.8.0-30.sme |
79 |
|
- Use ip route syntax to define routes to local network [SME: 10083] |
80 |
|
|
81 |
* Tue Sep 6 2016 Daniel Berteaud <daniel@firewall-services.com> 5.8.0-29.sme |
* Tue Sep 6 2016 Daniel Berteaud <daniel@firewall-services.com> 5.8.0-29.sme |
82 |
- Allow /32 masks on the external interface, in which case we don't |
- Allow /32 masks on the external interface, in which case we don't |
83 |
check if the gateway is on the correct network) [SME: 9610] |
check if the gateway is on the correct network) [SME: 9610] |
1908 |
%patch16 -p1 |
%patch16 -p1 |
1909 |
%patch17 -p1 |
%patch17 -p1 |
1910 |
%patch18 -p1 |
%patch18 -p1 |
1911 |
|
%patch19 -p1 |
1912 |
|
|
1913 |
%pre |
%pre |
1914 |
/sbin/e-smith/create-system-user smelastsys 2999 \ |
/sbin/e-smith/create-system-user smelastsys 2999 \ |