1 |
# $Id: e-smith-base.spec,v 1.84 2020/12/25 20:22:50 jpp Exp $ |
# $Id: e-smith-base.spec,v 1.85 2020/12/25 21:30: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.0 |
%define version 5.8.0 |
7 |
%define release 71 |
%define release 72 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
63 |
Patch50: e-smith-base-5.8.0-bz9642-init-accounts.patch |
Patch50: e-smith-base-5.8.0-bz9642-init-accounts.patch |
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 |
67 |
|
|
68 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
69 |
Requires: pwauth |
Requires: pwauth |
118 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
119 |
|
|
120 |
%changelog |
%changelog |
121 |
|
* Wed Jan 06 2021 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-72.sme |
122 |
|
- fix loss of httpd basic auth [SME: 11309] |
123 |
|
|
124 |
* Fri Dec 25 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-71.sme |
* Fri Dec 25 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-71.sme |
125 |
- fix services starting when they are in Wants= for sme-server.target and preset disabled [SME: 11247] |
- fix services starting when they are in Wants= for sme-server.target and preset disabled [SME: 11247] |
126 |
|
|
2150 |
%patch51 -p1 |
%patch51 -p1 |
2151 |
mkdir -p root/usr/lib/systemd/system/sme-server.target.d |
mkdir -p root/usr/lib/systemd/system/sme-server.target.d |
2152 |
%patch52 -p1 |
%patch52 -p1 |
2153 |
|
%patch53 -p1 |
2154 |
|
|
2155 |
%pre |
%pre |
2156 |
/sbin/e-smith/create-system-user smelastsys 2999 \ |
/sbin/e-smith/create-system-user smelastsys 2999 \ |