1 |
# $Id: e-smith-base.spec,v 1.113 2021/03/30 22:29:35 jpp Exp $ |
# $Id: e-smith-base.spec,v 1.114 2021/04/09 02:54:25 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 94 |
%define release 95 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
79 |
Patch66: e-smith-base-5.8.0-bz10657-dhcpmanagerFragmentMerge.patch |
Patch66: e-smith-base-5.8.0-bz10657-dhcpmanagerFragmentMerge.patch |
80 |
Patch67: e-smith-base-5.8.0-bz11508-remove-templates-custom-ownedbyrpm.patch |
Patch67: e-smith-base-5.8.0-bz11508-remove-templates-custom-ownedbyrpm.patch |
81 |
Patch68: e-smith-base-5.8.0-bz11537.patch |
Patch68: e-smith-base-5.8.0-bz11537.patch |
82 |
|
Patch69: e-smith-base-5.8.0-bz11569.patch |
83 |
|
|
84 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
85 |
Requires: pwauth |
Requires: pwauth |
227 |
%patch66 -p1 |
%patch66 -p1 |
228 |
%patch67 -p1 |
%patch67 -p1 |
229 |
%patch68 -p1 |
%patch68 -p1 |
230 |
|
%patch69 -p1 |
231 |
|
|
232 |
%build |
%build |
233 |
|
|
333 |
|
|
334 |
|
|
335 |
%changelog |
%changelog |
336 |
|
* Wed Apr 21 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-95.sme |
337 |
|
- fix openssl.conf not generated when openldap field are empty [SME: 11569] |
338 |
|
|
339 |
* Thu Apr 08 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-94.sme |
* Thu Apr 08 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-94.sme |
340 |
- fix missing path to systemctl for add-wants [SME: 11537] |
- fix missing path to systemctl for add-wants [SME: 11537] |
341 |
|
|