1 |
# $Id: e-smith-base.spec,v 1.13 2013/02/21 19:32:24 vip-ire Exp $ |
# $Id: e-smith-base.spec,v 1.14 2013/02/21 23:42:03 wellsi 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.4.0 |
%define version 5.4.0 |
7 |
%define release 12 |
%define release 13 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
17 |
Patch4: e-smith-base-5.4.0-optimize_user_modify_unix.patch |
Patch4: e-smith-base-5.4.0-optimize_user_modify_unix.patch |
18 |
Patch5: e-smith-base-5.4.0-user_modify_in_bootstrap.patch |
Patch5: e-smith-base-5.4.0-user_modify_in_bootstrap.patch |
19 |
Patch6: e-smith-base-5.4.0-pppoeMlimit.patch |
Patch6: e-smith-base-5.4.0-pppoeMlimit.patch |
20 |
|
Patch7: e-smith-base-5.4.0-microcode.patch |
21 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
BuildArch: noarch |
BuildArch: noarch |
23 |
Requires: mod_auth_external |
Requires: mod_auth_external |
65 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
66 |
|
|
67 |
%changelog |
%changelog |
68 |
|
* Sat Feb 23 2013 Ian Wells <esmith@wellsi.com> 5.4.0-13.sme |
69 |
|
- Remove microcode_ctl service as now udev-driven [SME: 7397] |
70 |
|
|
71 |
* Thu Feb 21 2013 Ian Wells <esmith@wellsi.com> 5.4.0-12.sme |
* Thu Feb 21 2013 Ian Wells <esmith@wellsi.com> 5.4.0-12.sme |
72 |
- Increase memory limit for pppoe to 100Mb matching SME8 solution [SME: 7391] |
- Increase memory limit for pppoe to 100Mb matching SME8 solution [SME: 7391] |
73 |
|
|
1538 |
%patch4 -p1 |
%patch4 -p1 |
1539 |
%patch5 -p1 |
%patch5 -p1 |
1540 |
%patch6 -p1 |
%patch6 -p1 |
1541 |
|
%patch7 -p1 |
1542 |
|
|
1543 |
%pre |
%pre |
1544 |
/sbin/e-smith/create-system-user smelog 1002 \ |
/sbin/e-smith/create-system-user smelog 1002 \ |