1 |
# $Id: e-smith-hosts.spec,v 1.19 2010/11/29 17:35:51 slords Exp $ |
# $Id: e-smith-hosts.spec,v 1.3 2013/11/30 11:17:55 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.4.0 |
%define version 2.4.0 |
6 |
%define release 1 |
%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.4.0-remove_interface_swap.patch |
13 |
|
Patch1: e-smith-hosts-2.4.0.comment_hostname_validator.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 |
17 |
Requires: e-smith-test >= 0.1.14 |
Requires: e-smith-test >= 0.1.14 |
18 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
19 |
Requires: e-smith-tinydns >= 2.2.0-2 |
Requires: e-smith-tinydns >= 2.2.0-2 |
20 |
|
Requires: dhcp |
21 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
22 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
AutoReqProv: no |
AutoReqProv: no |
27 |
used to build the DNS and DHCP configuration. |
used to build the DNS and DHCP configuration. |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
|
* Sun Jan 18 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-4.sme |
31 |
|
- Add a validator for the comment and the hostname field [SME: 8723] |
32 |
|
|
33 |
|
* Sat Nov 30 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-3.sme |
34 |
|
- Remove the "swap interface" feature [SME: 7993] |
35 |
|
|
36 |
|
* Wed Feb 13 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme |
37 |
|
- Add missing dependency on dhcp [SME: 7297] |
38 |
|
|
39 |
* Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
* Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
40 |
- Roll new stream for sme9 |
- Roll new stream for sme9 |
41 |
- Perl modules moved to /usr/share/perl5/vendor_perl [SME: 7223] |
- Perl modules moved to /usr/share/perl5/vendor_perl [SME: 7223] |
1043 |
|
|
1044 |
%prep |
%prep |
1045 |
%setup |
%setup |
1046 |
|
%patch0 -p1 |
1047 |
|
%patch1 -p1 |
1048 |
%build |
%build |
1049 |
perl createlinks |
perl createlinks |
1050 |
|
|