1 |
# $Id: e-smith-base.spec,v 1.85 2020/12/25 21:30:22 jpp Exp $ |
# $Id: e-smith-base.spec,v 1.86 2021/01/06 19:21:12 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.0 |
%define version 5.8.0 |
7 |
%define release 72 |
%define release 73 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
64 |
Patch51: e-smith-base-5.8.0-rewrite_manageraid.patch |
Patch51: e-smith-base-5.8.0-rewrite_manageraid.patch |
65 |
Patch52: e-smith-base-5.8.0-bz11247-wants.patch |
Patch52: e-smith-base-5.8.0-bz11247-wants.patch |
66 |
Patch53: e-smith-base-5.8.0-bz11309-pwauth-fix.patch |
Patch53: e-smith-base-5.8.0-bz11309-pwauth-fix.patch |
67 |
|
Patch54: e-smith-base-5.8.0 e-smith-base-5.8.0-bz10958-bz11246.patch |
68 |
|
|
69 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
70 |
Requires: pwauth |
Requires: pwauth |
119 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
120 |
|
|
121 |
%changelog |
%changelog |
122 |
|
* Fri Jan 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-73.sme |
123 |
|
- only run isolate if sme-server.target is not active [SME: 11246] |
124 |
|
- update system-preset usr/lib file [SME: 10958] |
125 |
|
|
126 |
* Wed Jan 06 2021 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-72.sme |
* Wed Jan 06 2021 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-72.sme |
127 |
- fix loss of httpd basic auth [SME: 11309] |
- fix loss of httpd basic auth [SME: 11309] |
128 |
|
|
2156 |
mkdir -p root/usr/lib/systemd/system/sme-server.target.d |
mkdir -p root/usr/lib/systemd/system/sme-server.target.d |
2157 |
%patch52 -p1 |
%patch52 -p1 |
2158 |
%patch53 -p1 |
%patch53 -p1 |
2159 |
|
%patch54 -p1 |
2160 |
|
|
2161 |
%pre |
%pre |
2162 |
/sbin/e-smith/create-system-user smelastsys 2999 \ |
/sbin/e-smith/create-system-user smelastsys 2999 \ |