1 |
# $Id: e-smith-cvm-unix-local.spec,v 1.6 2022/02/18 04:07:52 jpp Exp $ |
# $Id: e-smith-cvm-unix-local.spec,v 1.8 2022/03/08 06:33:23 jpp Exp $ |
2 |
|
|
3 |
Summary: Module for supervising cvm auth daemon |
Summary: Module for supervising cvm auth daemon |
4 |
%define name e-smith-cvm-unix-local |
%define name e-smith-cvm-unix-local |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.6.0 |
%define version 2.6.0 |
7 |
%define release 6 |
%define release 7 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
15 |
Patch2: e-smith-cvm-unix-local-2.6.0-bz11807-log.patch |
Patch2: e-smith-cvm-unix-local-2.6.0-bz11807-log.patch |
16 |
|
|
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
Requires: cvm daemontools |
Requires: cvm >= 0.97 |
19 |
|
#Requires: daemontools |
20 |
Requires: e-smith-lib >= 1.13.1-90 |
Requires: e-smith-lib >= 1.13.1-90 |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
22 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
26 |
Module for supervising cvm auth daemon |
Module for supervising cvm auth daemon |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
|
* Tue Mar 08 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-7.sme |
30 |
|
- bump requirement for cvm [SME: 11885] |
31 |
|
removing daemontools requirement |
32 |
|
|
33 |
* Fri Feb 18 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-6.sme |
* Fri Feb 18 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-6.sme |
34 |
- expand rsyslog.conf [SME: 11807] |
- expand rsyslog.conf [SME: 11807] |
35 |
|
|