1 |
# $Id: e-smith-base.spec,v 1.140 2022/07/30 02:01:33 jpp Exp $ |
# $Id: e-smith-base.spec,v 1.141 2022/09/09 05:53:40 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 18 |
%define release 19 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
22 |
Patch7: e-smith-base-5.8.1-bz11950-symlinked-logs.patch |
Patch7: e-smith-base-5.8.1-bz11950-symlinked-logs.patch |
23 |
Patch8: e-smith-base-5.8.1-bz11956-rsshusers-ldap.patch |
Patch8: e-smith-base-5.8.1-bz11956-rsshusers-ldap.patch |
24 |
Patch9: e-smith-base-5.8.1-bz12130-onlySelfHosts.patch |
Patch9: e-smith-base-5.8.1-bz12130-onlySelfHosts.patch |
25 |
|
Patch10: e-smith-base-5.8.1-bz12190-smartd.conf.patch |
26 |
|
|
27 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
28 |
Requires: pwauth |
Requires: pwauth |
92 |
%patch7 -p1 |
%patch7 -p1 |
93 |
%patch8 -p1 |
%patch8 -p1 |
94 |
%patch9 -p1 |
%patch9 -p1 |
95 |
|
%patch10 -p1 |
96 |
|
|
97 |
%build |
%build |
98 |
|
|
201 |
|
|
202 |
|
|
203 |
%changelog |
%changelog |
204 |
|
* Tue Nov 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-19.sme |
205 |
|
- fix smartd not running because config path has changed [SME: 12190] |
206 |
|
- do not check disk is in standby |
207 |
|
|
208 |
* Fri Sep 09 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-18.sme |
* Fri Sep 09 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-18.sme |
209 |
- fix comparison operator for logrotate fix [SME: 11950] |
- fix comparison operator for logrotate fix [SME: 11950] |
210 |
changing also restart to reload [SME: 12164] |
changing also restart to reload [SME: 12164] |