1 |
# $Id: e-smith-base.spec,v 1.125 2021/11/24 04:29:05 jpp Exp $ |
# $Id: e-smith-base.spec,v 1.126 2021/11/24 04:46:16 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 4 |
%define release 5 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
15 |
Patch2: e-smith-base-5.8.1-bz11766-group-modify-unix.patch |
Patch2: e-smith-base-5.8.1-bz11766-group-modify-unix.patch |
16 |
#keeping this one for SME11 |
#keeping this one for SME11 |
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 |
19 |
|
|
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
Requires: pwauth |
Requires: pwauth |
78 |
%patch0 -p1 |
%patch0 -p1 |
79 |
%patch1 -p1 |
%patch1 -p1 |
80 |
%patch2 -p1 |
%patch2 -p1 |
81 |
|
%patch3 -p1 |
82 |
|
|
83 |
%build |
%build |
84 |
|
|
184 |
|
|
185 |
|
|
186 |
%changelog |
%changelog |
187 |
|
* Mon Dec 20 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-5.sme |
188 |
|
- make journald log permanent by creating /var/log/journal [SME: 11795] |
189 |
|
|
190 |
* Tue Nov 23 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-4.sme |
* Tue Nov 23 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-4.sme |
191 |
- allow group-modify-unix on update event [SME: 11766] |
- allow group-modify-unix on update event [SME: 11766] |
192 |
|
|