1 |
# $Id: e-smith-base.spec,v 1.129 2022/02/17 22:06:31 jpp Exp $ |
# $Id: e-smith-base.spec,v 1.130 2022/02/19 04:49:01 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 8 |
%define release 9 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
17 |
# Patch: e-smith-base-5.8.1-bz11772-ellipticcert.patch |
# Patch: e-smith-base-5.8.1-bz11772-ellipticcert.patch |
18 |
Patch3: e-smith-base-5.8.1-bz11795-persistent-journald.patch |
Patch3: e-smith-base-5.8.1-bz11795-persistent-journald.patch |
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 |
21 |
|
|
22 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
23 |
Requires: pwauth |
Requires: pwauth |
82 |
%patch2 -p1 |
%patch2 -p1 |
83 |
%patch3 -p1 |
%patch3 -p1 |
84 |
%patch4 -p1 |
%patch4 -p1 |
85 |
|
%patch5 -p1 |
86 |
|
|
87 |
%build |
%build |
88 |
|
|
114 |
--file /sbin/e-smith/systemd/mdmonitor-pre 'attr(0554,root,root)' \ |
--file /sbin/e-smith/systemd/mdmonitor-pre 'attr(0554,root,root)' \ |
115 |
--file /sbin/e-smith/systemd/rsyslog-pre 'attr(0554,root,root)' \ |
--file /sbin/e-smith/systemd/rsyslog-pre 'attr(0554,root,root)' \ |
116 |
--file /etc/cron.daily/conf-mod_ssl 'attr(0544,root,root)' \ |
--file /etc/cron.daily/conf-mod_ssl 'attr(0544,root,root)' \ |
117 |
|
--file /etc/dhcp/dhclient-exit-hooks 'attr(0755,root,root)' \ |
118 |
--dir /var/log/dhcpd 'attr(2750,smelog,smelog)' \ |
--dir /var/log/dhcpd 'attr(2750,smelog,smelog)' \ |
119 |
--dir /etc/e-smith/pam 'attr(0700,root,root)' \ |
--dir /etc/e-smith/pam 'attr(0700,root,root)' \ |
120 |
--dir /home/e-smith/ssl.key 'attr(0700,root,root)' \ |
--dir /home/e-smith/ssl.key 'attr(0700,root,root)' \ |
190 |
|
|
191 |
|
|
192 |
%changelog |
%changelog |
193 |
|
* Mon Apr 04 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-9.sme |
194 |
|
- fix dhcp address not propagated [SME: 11930] |
195 |
|
|
196 |
* Thu Feb 17 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-8.sme |
* Thu Feb 17 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-8.sme |
197 |
- make rsyslog listen journald which listen /dev/log [SME: 11813] |
- make rsyslog listen journald which listen /dev/log [SME: 11813] |
198 |
template for /etc/systemd/journald.conf |
template for /etc/systemd/journald.conf |