1 |
# $Id: e-smith-base.spec,v 1.128 2021/12/20 14:55:17 jpp Exp $ |
# $Id: e-smith-base.spec,v 1.129 2022/02/17 22:06:31 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 7 |
%define release 8 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
187 |
|
|
188 |
|
|
189 |
%changelog |
%changelog |
190 |
* Thu Feb 17 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-7.sme |
* Thu Feb 17 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-8.sme |
191 |
- make rsyslog listen journald which listen /dev/log [SME: 11813] |
- make rsyslog listen journald which listen /dev/log [SME: 11813] |
192 |
template for /etc/systemd/journald.conf |
template for /etc/systemd/journald.conf |
193 |
- properly configure /etc/logrotate.conf [SME: 10484] |
- properly configure /etc/logrotate.conf [SME: 10484] |
194 |
template for /etc/logrotate.conf |
template for /etc/logrotate.conf |
195 |
|
use of size to limit max size of file and rotate earlier |
196 |
- drop e-smith logrotate actions creating dangling links [SME: 946] |
- drop e-smith logrotate actions creating dangling links [SME: 946] |
197 |
|
|
198 |
* Mon Dec 20 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-6.sme |
* Mon Dec 20 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-6.sme |