1 |
# $Id: e-smith-base.spec,v 1.26 2013/03/17 05:15:13 wellsi Exp $ |
# $Id: e-smith-base.spec,v 1.27 2013/03/22 16:47:56 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.4.0 |
%define version 5.4.0 |
7 |
%define release 26 |
%define release 27 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
40 |
BuildArch: noarch |
BuildArch: noarch |
41 |
Requires: pwauth |
Requires: pwauth |
83 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
84 |
|
|
85 |
%changelog |
%changelog |
86 |
|
* Mon Apr 21 2013 chris burnat <devlist@burnat.com> 5.4.0-27.sme |
87 |
|
- Fix the way '.' works in bash [SME: 7532] |
88 |
|
|
89 |
* Fri Mar 22 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-26.sme |
* Fri Mar 22 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-26.sme |
90 |
- rename /etc/ldap.conf to /etc/pam_ldap.conf (and same for .secret) [SME: 7289] |
- rename /etc/ldap.conf to /etc/pam_ldap.conf (and same for .secret) [SME: 7289] |
91 |
|
|
1617 |
%patch22 -p1 |
%patch22 -p1 |
1618 |
%patch23 -p1 |
%patch23 -p1 |
1619 |
%patch24 -p1 |
%patch24 -p1 |
1620 |
|
%patch25 -p1 |
1621 |
|
|
1622 |
# We cannot remove an empy files or folders with a patch, see [SME: 7289] |
# We cannot remove an empy files or folders with a patch, see [SME: 7289] |
1623 |
# We remove this because it contains an empty template-begin file |
# We remove this because it contains an empty template-begin file |