1 |
# $Id: e-smith-hosts.spec,v 1.2 2016/05/12 17:32:00 vip-ire Exp $ |
# $Id: e-smith-hosts.spec,v 1.3 2016/07/18 07:46:31 unnilennium Exp $ |
2 |
|
|
3 |
Summary: e-smith module for managing hosts entries |
Summary: e-smith module for managing hosts entries |
4 |
Name: e-smith-hosts |
Name: e-smith-hosts |
5 |
%define version 2.6.0 |
%define version 2.6.0 |
6 |
%define release 3 |
%define release 4 |
7 |
Version: %{version} |
Version: %{version} |
8 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
9 |
License: GPL |
License: GPL |
10 |
Group: Networking/Daemons |
Group: Networking/Daemons |
11 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
12 |
Patch0: e-smith-hosts-2.6.0-mariadb.patch |
Patch0: e-smith-hosts-2.6.0-mariadb.patch |
13 |
|
Patch1: e-smith-hosts-2.6.0.bz9691.syslog.patch |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
Requires: e-smith-base |
Requires: e-smith-base |
16 |
Requires: e-smith-lib >= 1.15.1-19 |
Requires: e-smith-lib >= 1.15.1-19 |
27 |
used to build the DNS and DHCP configuration. |
used to build the DNS and DHCP configuration. |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
|
* Sat Jul 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
31 |
|
- fix servicename syslog to rsylog [SME: 9691] |
32 |
|
|
33 |
* Mon Jul 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
* Mon Jul 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
34 |
- fix mysqld to mariadb [SME: 9438] |
- fix mysqld to mariadb [SME: 9438] |
35 |
|
|
1064 |
%prep |
%prep |
1065 |
%setup |
%setup |
1066 |
%patch0 -p1 |
%patch0 -p1 |
1067 |
|
%patch1 -p1 |
1068 |
|
|
1069 |
%build |
%build |
1070 |
perl createlinks |
perl createlinks |