1 |
# $Id: e-smith-base.spec,v 1.136 2022/04/17 03:49:47 jpp Exp $ |
# $Id: e-smith-base.spec,v 1.137 2022/04/17 13:05:46 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 14 |
%define release 15 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
Patch7: e-smith-base-5.8.1-bz11950-symlinked-logs.patch |
23 |
|
Patch8: e-smith-base-5.8.1-bz11956-rsshusers-ldap.patch |
24 |
|
|
25 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
26 |
Requires: pwauth |
Requires: pwauth |
88 |
%patch5 -p1 |
%patch5 -p1 |
89 |
%patch6 -p1 |
%patch6 -p1 |
90 |
%patch7 -p1 |
%patch7 -p1 |
91 |
|
%patch8 -p1 |
92 |
|
|
93 |
%build |
%build |
94 |
|
|
197 |
|
|
198 |
|
|
199 |
%changelog |
%changelog |
200 |
|
* Sun Apr 17 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-15.sme |
201 |
|
- add rsshusers group to ldap and update it [SME: 11956] |
202 |
|
|
203 |
* Sat Apr 16 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-14.sme |
* Sat Apr 16 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-14.sme |
204 |
- fix symlinks preventing log rotation [SME: 11950] |
- fix symlinks preventing log rotation [SME: 11950] |
205 |
|
|