1 |
# $Id: e-smith-base.spec,v 1.25 2013/03/17 01:32:06 wellsi Exp $ |
# $Id: e-smith-base.spec,v 1.26 2013/03/17 05:15:13 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 25 |
%define release 26 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
Patch23: e-smith-base-5.4.0-NICBonding.patch |
37 |
|
Patch24: e-smith-base-5.4.0-rename_pam_ldap_conf.patch |
38 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
39 |
BuildArch: noarch |
BuildArch: noarch |
40 |
Requires: pwauth |
Requires: pwauth |
82 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
83 |
|
|
84 |
%changelog |
%changelog |
85 |
|
* Fri Mar 22 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-26.sme |
86 |
|
- rename /etc/ldap.conf to /etc/pam_ldap.conf (and same for .secret) [SME: 7289] |
87 |
|
|
88 |
* Sat Mar 16 2013 Ian Wells <esmith@wellsi.com> 5.4.0-25.sme |
* Sat Mar 16 2013 Ian Wells <esmith@wellsi.com> 5.4.0-25.sme |
89 |
- Always define InternalInterface NICBonding [SME: 7498] |
- Always define InternalInterface NICBonding [SME: 7498] |
90 |
|
|
1612 |
%patch21 -p1 |
%patch21 -p1 |
1613 |
%patch22 -p1 |
%patch22 -p1 |
1614 |
%patch23 -p1 |
%patch23 -p1 |
1615 |
|
%patch24 -p1 |
1616 |
|
|
1617 |
|
# We cannot remove an empy files or folders with a patch, see [SME: 7289] |
1618 |
|
# We remove this because it contains an empty template-begin file |
1619 |
|
rm -rf root/etc/e-smith/templates/etc/ldap.secret/ |
1620 |
|
|
1621 |
%pre |
%pre |
1622 |
/sbin/e-smith/create-system-user smelog 1002 \ |
/sbin/e-smith/create-system-user smelog 1002 \ |