1 |
# $Id: smeserver-audittools.spec,v 1.2 2021/01/08 18:46:11 jpp Exp $ |
# $Id: smeserver-audittools.spec,v 1.3 2021/08/23 04:13:22 jpp Exp $ |
2 |
|
|
3 |
Summary: SME Server auditing tools |
Summary: SME Server auditing tools |
4 |
%define name smeserver-audittools |
%define name smeserver-audittools |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 1.6.0 |
%define version 1.6.0 |
7 |
%define release 3 |
%define release 4 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: System Environment/Base |
Group: System Environment/Base |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
Patch0: smeserver-audittools-1.6.0-bz11674-bz11673.patch |
Patch0: smeserver-audittools-1.6.0-bz11674-bz11673.patch |
14 |
|
Patch1: smeserver-audittools-1.6.0-bz10880-bz11932.patch |
15 |
|
|
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
Requires: e-smith-lib |
Requires: e-smith-lib |
24 |
modifications prior to upgrades. |
modifications prior to upgrades. |
25 |
|
|
26 |
%changelog |
%changelog |
27 |
|
* Tue Apr 05 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.6.0-4.sme |
28 |
|
- display yum repo as seen by yum and db [SME: 10880] |
29 |
|
- add remi-safe in list of newrpms [SME: 11932] |
30 |
|
|
31 |
* Mon Aug 23 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.6.0-3.sme |
* Mon Aug 23 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.6.0-3.sme |
32 |
- fix temp event displayed by events audittool [SME: 11674] |
- fix temp event displayed by events audittool [SME: 11674] |
33 |
- fix links to different rpm rported as modified [SME: 11673] |
- fix links to different rpm rported as modified [SME: 11673] |
143 |
%setup |
%setup |
144 |
mkdir -p root/etc/e-smith/events/%{name}-update |
mkdir -p root/etc/e-smith/events/%{name}-update |
145 |
%patch0 -p1 |
%patch0 -p1 |
146 |
|
%patch1 -p1 |
147 |
|
|
148 |
%build |
%build |
149 |
|
|