1 |
# $Id: e-smith-base.spec,v 1.24 2013/03/16 16:15:40 slords Exp $ |
# $Id: e-smith-base.spec,v 1.31 2013/05/05 16:38:15 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 24 |
%define release 31 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
33 |
Patch20: e-smith-base-5.4.0-no_modprobe.patch |
Patch20: e-smith-base-5.4.0-no_modprobe.patch |
34 |
Patch21: e-smith-base-5.4.0-more_rsyslog.patch |
Patch21: e-smith-base-5.4.0-more_rsyslog.patch |
35 |
Patch22: e-smith-base-5.4.0-ConsoleBackupText.patch |
Patch22: e-smith-base-5.4.0-ConsoleBackupText.patch |
36 |
|
Patch23: e-smith-base-5.4.0-NICBonding.patch |
37 |
|
Patch24: e-smith-base-5.4.0-rename_pam_ldap_conf.patch |
38 |
|
Patch25: e-smith-base-5.4.0-fix_bash-in_run_pppoe_conf.patch |
39 |
|
Patch26: e-smith-base-5.4.0-StartService.patch |
40 |
|
Patch27: e-smith-base-5.4.0-rcesmith-removal.patch |
41 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
42 |
BuildArch: noarch |
BuildArch: noarch |
43 |
Requires: pwauth |
Requires: pwauth |
85 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
86 |
|
|
87 |
%changelog |
%changelog |
88 |
|
* Mon May 06 2013 Ian Wells <esmith@wellsi.com> 5.4.0-31.sme |
89 |
|
- Removal of rc.e-smith now functionality is in e-smith-service [SME: 7267] |
90 |
|
|
91 |
|
* Sun May 05 2013 Ian Wells <esmith@wellsi.com> 5.4.0-30.sme |
92 |
|
- Revert last change. [SME: 7227] |
93 |
|
|
94 |
|
* Sat May 04 2013 Ian Wells <esmith@wellsi.com> 5.4.0-29.sme |
95 |
|
- Suppress template text from /etc/inittab [SME: 7227] |
96 |
|
|
97 |
|
* Mon Apr 22 2013 Ian Wells <esmith@wellsi.com> 5.4.0-28.sme |
98 |
|
- Replacement of rc.e-smith by moving code into e-smith-service [SME: 7267] |
99 |
|
|
100 |
|
* Mon Apr 21 2013 chris burnat <devlist@burnat.com> 5.4.0-27.sme |
101 |
|
- Fix the way '.' works in bash [SME: 7532] |
102 |
|
|
103 |
|
* Fri Mar 22 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-26.sme |
104 |
|
- rename /etc/ldap.conf to /etc/pam_ldap.conf (and same for .secret) [SME: 7289] |
105 |
|
|
106 |
|
* Sat Mar 16 2013 Ian Wells <esmith@wellsi.com> 5.4.0-25.sme |
107 |
|
- Always define InternalInterface NICBonding [SME: 7498] |
108 |
|
|
109 |
* Sat Mar 16 2013 Terry Fage <trex1512@yahoo.com.au> 5.4.0-24.sme |
* Sat Mar 16 2013 Terry Fage <trex1512@yahoo.com.au> 5.4.0-24.sme |
110 |
- In the console refer to removable media instead of USB disk [SME: 7414] |
- In the console refer to removable media instead of USB disk [SME: 7414] |
111 |
|
|
1629 |
%patch20 -p1 |
%patch20 -p1 |
1630 |
%patch21 -p1 |
%patch21 -p1 |
1631 |
%patch22 -p1 |
%patch22 -p1 |
1632 |
|
%patch23 -p1 |
1633 |
|
%patch24 -p1 |
1634 |
|
%patch25 -p1 |
1635 |
|
%patch26 -p1 |
1636 |
|
%patch27 -p1 |
1637 |
|
|
1638 |
|
# We cannot remove an empy files or folders with a patch, see [SME: 7289] |
1639 |
|
# We remove this because it contains an empty template-begin file |
1640 |
|
rm -rf root/etc/e-smith/templates/etc/ldap.secret/ |
1641 |
|
|
1642 |
%pre |
%pre |
1643 |
/sbin/e-smith/create-system-user smelog 1002 \ |
/sbin/e-smith/create-system-user smelog 1002 \ |