1 |
# $Id: e-smith-base.spec,v 1.120 2021/06/06 20:34:02 jpp Exp $ |
# $Id: e-smith-base.spec,v 1.121 2021/06/06 20:49:51 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 1 |
%define release 2 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
Patch0: e-smith-base-5.8.1-bz11624-altdomains.patch |
Patch0: e-smith-base-5.8.1-bz11624-altdomains.patch |
14 |
|
Patch1: e-smith-base-5.8.1-bz11722-add-instance-support.patch |
15 |
|
|
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
Requires: pwauth |
Requires: pwauth |
72 |
%prep |
%prep |
73 |
%setup |
%setup |
74 |
%patch0 -p1 |
%patch0 -p1 |
75 |
#%patch1 -p1 |
%patch1 -p1 |
76 |
#%patch2 -p1 |
#%patch2 -p1 |
77 |
|
|
78 |
%build |
%build |
179 |
|
|
180 |
|
|
181 |
%changelog |
%changelog |
182 |
|
* Wed Oct 27 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-2.sme |
183 |
|
- add support for systemd service with instance service@instance.service [SME: 11722] |
184 |
|
|
185 |
* Sun Jun 06 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-1.sme |
* Sun Jun 06 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-1.sme |
186 |
- add local domains in self signed cert alt subjects [SME: 11624] |
- add local domains in self signed cert alt subjects [SME: 11624] |
187 |
add local hosts in self signed cert alt subjects |
add local hosts in self signed cert alt subjects |