1 |
# $Id: e-smith-base.spec,v 1.59 2014/01/29 07:27:55 wellsi Exp $ |
# $Id: e-smith-base.spec,v 1.62 2014/03/08 17:58:31 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 57 |
%define release 60 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
62 |
Patch49: e-smith-base-5.4.0-restart_rsyslog.patch |
Patch49: e-smith-base-5.4.0-restart_rsyslog.patch |
63 |
Patch50: e-smith-base-5.4.0-CipherSuiteUpdate.patch |
Patch50: e-smith-base-5.4.0-CipherSuiteUpdate.patch |
64 |
Patch51: e-smith-base-5.4.0-removableMedia.patch |
Patch51: e-smith-base-5.4.0-removableMedia.patch |
65 |
|
Patch52: e-smith-base-5.4.0-consoleBackupRestore.patch |
66 |
|
Patch53: e-smith-base-5.4.0-performRestoreNonCode.patch |
67 |
|
Patch54: e-smith-base-5.4.0-consoleBackupRestore2.patch |
68 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
69 |
BuildArch: noarch |
BuildArch: noarch |
70 |
Requires: pwauth |
Requires: pwauth |
113 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
114 |
|
|
115 |
%changelog |
%changelog |
116 |
|
* Sat Mar 15 2014 Ian Wells <esmith@wellsi.com> 5.4.0-60.sme |
117 |
|
- Console restore should reboot [SME: 8259] |
118 |
|
|
119 |
|
* Sat Mar 8 2014 Ian Wells <esmith@wellsi.com> 5.4.0-59.sme |
120 |
|
- Boostrap console should only offer restore if no password set [SME: 8259] |
121 |
|
|
122 |
|
* Thu Mar 6 2014 Ian Wells <esmith@wellsi.com> 5.4.0-58.sme |
123 |
|
- Add restore backup as a console item for freshly installed servers [SME: 8259] |
124 |
|
- Non-code changes to perform_restore.pm |
125 |
|
|
126 |
* Sun Feb 16 2014 Ian Wells <esmith@wellsi.com> 5.4.0-57.sme |
* Sun Feb 16 2014 Ian Wells <esmith@wellsi.com> 5.4.0-57.sme |
127 |
- Refer to removable media not CDROM in console restore [SME: 8214] |
- Refer to removable media not CDROM in console restore [SME: 8214] |
128 |
|
|
1779 |
%patch49 -p1 |
%patch49 -p1 |
1780 |
%patch50 -p1 |
%patch50 -p1 |
1781 |
%patch51 -p1 |
%patch51 -p1 |
1782 |
|
%patch52 -p1 |
1783 |
|
%patch53 -p1 |
1784 |
|
%patch54 -p1 |
1785 |
|
|
1786 |
# 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] |
1787 |
# We remove this because it contains an empty template-begin file |
# We remove this because it contains an empty template-begin file |