1 |
# $Id: e-smith-base.spec,v 1.40 2013/06/08 09:58:58 vip-ire Exp $ |
# $Id: e-smith-base.spec,v 1.44 2013/07/05 23:16:21 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 39 |
%define release 43 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
44 |
Patch31: e-smith-base-5.4.0-space_lf_on_receive.patch |
Patch31: e-smith-base-5.4.0-space_lf_on_receive.patch |
45 |
Patch32: e-smith-base-5.4.0-disable_ipv6.patch |
Patch32: e-smith-base-5.4.0-disable_ipv6.patch |
46 |
Patch33: e-smith-base-5.4.0-fix_group_create_with_ldap_auth.patch |
Patch33: e-smith-base-5.4.0-fix_group_create_with_ldap_auth.patch |
47 |
|
Patch34: e-smith-base-5.4.0-OldSystemName.patch |
48 |
|
Patch35: e-smith-base-5.4.0-OldServerName.patch |
49 |
|
Patch36: e-smith-base-5.4.0-ConsoleBackupCompressionLevel.patch |
50 |
|
Patch37: e-smith-base-5.4.0-ConsoleBackupBetterText.patch |
51 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
52 |
BuildArch: noarch |
BuildArch: noarch |
53 |
Requires: pwauth |
Requires: pwauth |
96 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
97 |
|
|
98 |
%changelog |
%changelog |
99 |
|
* Sun Jul 7 2013 Ian Wells <esmith@wellsi.com> 5.4.0-43.sme |
100 |
|
- Improve text in console backup for success and failure [SME: 7770] |
101 |
|
|
102 |
|
* Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 5.4.0-42.sme |
103 |
|
- Console USB Backup, allow user setting of compression level [SME: 7745] |
104 |
|
Compression level of the console backup is now -6 by default |
105 |
|
|
106 |
|
* Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 5.4.0-41.sme |
107 |
|
- Update ServerName (Samba netbios name) when SystemName is updated [SME: 7746] |
108 |
|
|
109 |
|
* Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 5.4.0-40.sme |
110 |
|
- Remove old System Name from the Hosts DB, by Charlie Brady [SME: 7747] |
111 |
|
|
112 |
* Sun Jun 23 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-39.sme |
* Sun Jun 23 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-39.sme |
113 |
- Fix group creation when LDAP auth is enabled [SME: 7672] |
- Fix group creation when LDAP auth is enabled [SME: 7672] |
114 |
|
|
1688 |
%patch31 -p1 |
%patch31 -p1 |
1689 |
%patch32 -p1 |
%patch32 -p1 |
1690 |
%patch33 -p1 |
%patch33 -p1 |
1691 |
|
%patch34 -p1 |
1692 |
|
%patch35 -p1 |
1693 |
|
%patch36 -p1 |
1694 |
|
%patch37 -p1 |
1695 |
|
|
1696 |
# 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] |
1697 |
# We remove this because it contains an empty template-begin file |
# We remove this because it contains an empty template-begin file |