1 |
# $Id: e-smith-base.spec,v 1.88 2015/03/31 15:42:54 vip-ire Exp $ |
# $Id: e-smith-base.spec,v 1.90 2015/06/11 20:13:30 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.6.0 |
%define version 5.6.0 |
7 |
%define release 19 |
%define release 21 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
24 |
Patch12: e-smith-base-5.6.0-default_to_no_on_quit_console_app.patch |
Patch12: e-smith-base-5.6.0-default_to_no_on_quit_console_app.patch |
25 |
Patch13: e-smith-base-5.6.0-only_reset_access_for_private_server.patch |
Patch13: e-smith-base-5.6.0-only_reset_access_for_private_server.patch |
26 |
Patch14: e-smith-base-5.6.0-only_fire_ip_change_on_wan.patch |
Patch14: e-smith-base-5.6.0-only_fire_ip_change_on_wan.patch |
27 |
|
Patch15: e-smith-base-5.6.0-dummy_nic.patch |
28 |
|
Patch16: e-smith-base-5.6.0-disable_selinux.patch |
29 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
30 |
BuildArch: noarch |
BuildArch: noarch |
31 |
Requires: pwauth |
Requires: pwauth |
73 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
74 |
|
|
75 |
%changelog |
%changelog |
76 |
|
* Thu Jun 25 2015 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-21.sme |
77 |
|
- Add templates for /etc/selinux/config [SME: 8954] |
78 |
|
|
79 |
|
* Thu Jun 11 2015 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-20.sme |
80 |
|
- Add dummy NIC support as InternalInterface [SME: 7200] |
81 |
|
|
82 |
* Tue Mar 31 2015 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-19.sme |
* Tue Mar 31 2015 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-19.sme |
83 |
- Only fire the ip-change event when IP is assigned to WAN nic |
- Only fire the ip-change event when IP is assigned to WAN nic |
84 |
(Code by Charlie Brady and John Crisp) [SME: 8896] |
(Code by Charlie Brady and John Crisp) [SME: 8896] |
1776 |
%patch12 -p1 |
%patch12 -p1 |
1777 |
%patch13 -p1 |
%patch13 -p1 |
1778 |
%patch14 -p1 |
%patch14 -p1 |
1779 |
|
%patch15 -p1 |
1780 |
|
%patch16 -p1 |
1781 |
|
|
1782 |
%pre |
%pre |
1783 |
/sbin/e-smith/create-system-user smelastsys 2999 \ |
/sbin/e-smith/create-system-user smelastsys 2999 \ |
1787 |
|
|
1788 |
%build |
%build |
1789 |
|
|
1790 |
|
mkdir -p $RPM_BUILD_ROOT/etc/selinux |
1791 |
|
|
1792 |
LEXICONS=$(find root/etc/e-smith/web/{functions,panels/password/cgi-bin} \ |
LEXICONS=$(find root/etc/e-smith/web/{functions,panels/password/cgi-bin} \ |
1793 |
-type f | grep -v CVS) |
-type f | grep -v CVS) |
1794 |
|
|
1857 |
--dir /var/log/ippp 'attr(2750,smelog,smelog)' \ |
--dir /var/log/ippp 'attr(2750,smelog,smelog)' \ |
1858 |
--dir /etc/e-smith/skel/user/.ssh 'attr(0700,root,root)' \ |
--dir /etc/e-smith/skel/user/.ssh 'attr(0700,root,root)' \ |
1859 |
--file /var/service/local/run 'attr(0750,root,root)' \ |
--file /var/service/local/run 'attr(0750,root,root)' \ |
1860 |
|
--file /etc/sysconfig/modules/dummy.modules 'attr(0755,root,root)' \ |
1861 |
|
--dir /etc/selinux 'attr(0755,root,root)' \ |
1862 |
> %{name}-%{version}-%{release}-filelist |
> %{name}-%{version}-%{release}-filelist |
1863 |
|
|
1864 |
mkdir -p $RPM_BUILD_ROOT/home/e-smith/db |
mkdir -p $RPM_BUILD_ROOT/home/e-smith/db |