1 |
# $Id: e-smith-base.spec,v 1.134 2022/04/15 19:51:34 jpp Exp $ |
# $Id: e-smith-base.spec,v 1.135 2022/04/16 05:30: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.1 |
%define version 5.8.1 |
7 |
%define release 12 |
%define release 13 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
19 |
Patch4: e-smith-base-5.8.1-bz946-bz10484-bz11813-logs.patch |
Patch4: e-smith-base-5.8.1-bz946-bz10484-bz11813-logs.patch |
20 |
Patch5: e-smith-base-5.8.1-bz11930-dhclient.patch |
Patch5: e-smith-base-5.8.1-bz11930-dhclient.patch |
21 |
Patch6: e-smith-base-5.8.1-bz11813-noise.patch |
Patch6: e-smith-base-5.8.1-bz11813-noise.patch |
22 |
|
Patch7: e-smith-base-5.8.1-bz11950-symlinked-logs.patch |
23 |
|
|
24 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
25 |
Requires: pwauth |
Requires: pwauth |
86 |
%patch4 -p1 |
%patch4 -p1 |
87 |
%patch5 -p1 |
%patch5 -p1 |
88 |
%patch6 -p1 |
%patch6 -p1 |
89 |
|
%patch7 -p1 |
90 |
|
|
91 |
%build |
%build |
92 |
|
|
195 |
|
|
196 |
|
|
197 |
%changelog |
%changelog |
198 |
|
* Sat Apr 16 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-13.sme |
199 |
|
- fix symlinks preventing log rotation [SME: 11950] |
200 |
|
|
201 |
* Sat Apr 16 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-12.sme |
* Sat Apr 16 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-12.sme |
202 |
- remove immark module to reduce messages log activity [SME: 11813] |
- remove immark module to reduce messages log activity [SME: 11813] |
203 |
|
|