1 |
# $Id: e-smith-hosts.spec,v 1.1 2016/02/05 22:56:04 stephdl Exp $ |
# $Id: e-smith-hosts.spec,v 1.2 2016/05/12 17:32:00 vip-ire 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 2 |
%define release 3 |
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 |
13 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
Requires: e-smith-base |
Requires: e-smith-base |
15 |
Requires: e-smith-lib >= 1.15.1-19 |
Requires: e-smith-lib >= 1.15.1-19 |
26 |
used to build the DNS and DHCP configuration. |
used to build the DNS and DHCP configuration. |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
|
* Mon Jul 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
30 |
|
- fix mysqld to mariadb [SME: 9438] |
31 |
|
|
32 |
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme |
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme |
33 |
- Rebuild for [SME: 9393] |
- Rebuild for [SME: 9393] |
34 |
|
|
1059 |
|
|
1060 |
%prep |
%prep |
1061 |
%setup |
%setup |
1062 |
|
%patch0 -p1 |
1063 |
|
|
1064 |
%build |
%build |
1065 |
perl createlinks |
perl createlinks |