1 |
# $Id: e-smith-base.spec,v 1.147 2022/12/29 10:20:49 brianr Exp $ |
# $Id: e-smith-base.spec,v 1.148 2023/02/06 04:42:22 jpp 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.8.1 |
%define version 5.8.1 |
7 |
%define release 25 |
%define release 26 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
28 |
Patch13: e-smith-base-5.8.1-bz12257-restart-partof.patch |
Patch13: e-smith-base-5.8.1-bz12257-restart-partof.patch |
29 |
Patch14: e-smith-base-5.8.1-bz12295-dhcpd-update-dnsservers.patch |
Patch14: e-smith-base-5.8.1-bz12295-dhcpd-update-dnsservers.patch |
30 |
Patch15: e-smith-base-5.8.1-bz12182-raidmonitor.patch |
Patch15: e-smith-base-5.8.1-bz12182-raidmonitor.patch |
31 |
|
Patch16: e-smith-base-5.8.1-bz12178.patch |
32 |
|
|
33 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
34 |
Requires: pwauth |
Requires: pwauth |
104 |
%patch13 -p1 |
%patch13 -p1 |
105 |
%patch14 -p1 |
%patch14 -p1 |
106 |
%patch15 -p1 |
%patch15 -p1 |
107 |
|
%patch16 -p1 |
108 |
|
|
109 |
%build |
%build |
110 |
|
|
213 |
|
|
214 |
|
|
215 |
%changelog |
%changelog |
216 |
|
* Mon Feb 06 2023 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-26.sme |
217 |
|
- ldap not available at bootstrap [SME: 12178] |
218 |
|
|
219 |
* Sun Feb 05 2023 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-25.sme |
* Sun Feb 05 2023 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-25.sme |
220 |
- fix raidmonitor not starting [SME: 12182] |
- fix raidmonitor not starting [SME: 12182] |
221 |
|
|