1 |
# $Id: e-smith-base.spec,v 1.41 2013/06/23 18:41:36 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 40 |
%define release 43 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
47 |
Patch34: e-smith-base-5.4.0-OldSystemName.patch |
Patch34: e-smith-base-5.4.0-OldSystemName.patch |
48 |
Patch35: e-smith-base-5.4.0-OldServerName.patch |
Patch35: e-smith-base-5.4.0-OldServerName.patch |
49 |
Patch36: e-smith-base-5.4.0-ConsoleBackupCompressionLevel.patch |
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 |
* 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] |
- Remove old System Name from the Hosts DB, by Charlie Brady [SME: 7747] |
111 |
|
|
1689 |
%patch32 -p1 |
%patch32 -p1 |
1690 |
%patch33 -p1 |
%patch33 -p1 |
1691 |
%patch34 -p1 |
%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 |