1 |
# $Id: e-smith-base.spec,v 1.143 2022/11/22 20:15:28 jpp Exp $ |
# $Id: e-smith-base.spec,v 1.144 2022/11/24 19:25:21 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 21 |
%define release 22 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
Patch10: e-smith-base-5.8.1-bz12190-smartd.conf.patch |
26 |
Patch11: e-smith-base-5.8.1-bz12175-bz12195-bz12183.patch |
Patch11: e-smith-base-5.8.1-bz12175-bz12195-bz12183.patch |
27 |
|
Patch12: e-smith-base-5.8.1-bz12253-runlevel7.patch |
28 |
|
|
29 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
30 |
Requires: pwauth |
Requires: pwauth |
96 |
%patch9 -p1 |
%patch9 -p1 |
97 |
%patch10 -p1 |
%patch10 -p1 |
98 |
%patch11 -p1 |
%patch11 -p1 |
99 |
|
%patch12 -p1 |
100 |
|
|
101 |
%build |
%build |
102 |
|
|
205 |
|
|
206 |
|
|
207 |
%changelog |
%changelog |
208 |
|
* Sun Dec 04 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-22.sme |
209 |
|
- do not launch bootstrap-runlevel7 if no sysvinit service available [SME: 12253] |
210 |
|
|
211 |
* Thu Nov 24 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-21.sme |
* Thu Nov 24 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-21.sme |
212 |
- fix typo [SME: 12190] |
- fix typo [SME: 12190] |
213 |
|
|