1 |
|
# $Id$ |
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 1.14.0 |
%define version 2.2.0 |
6 |
%define release 7 |
%define release 1 |
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.gz |
Source: %{name}-%{version}.tar.gz |
|
Patch0: e-smith-hosts-1.14.0-hostentriesformatting.patch |
|
|
Patch1: e-smith-hosts-1.14.0-hostentriesformatting.patch2 |
|
|
Patch2: e-smith-hosts-1.14.0-comment.patch |
|
|
Patch3: e-smith-hosts-1.14.0-success.patch |
|
|
Patch4: e-smith-hosts-1.14.0-thenumbers.patch |
|
12 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
13 |
Requires: e-smith-base |
Requires: e-smith-base |
14 |
Requires: e-smith-lib >= 1.15.1-19 |
Requires: e-smith-lib >= 1.15.1-19 |
15 |
Requires: e-smith-test >= 0.1.14 |
Requires: e-smith-test >= 0.1.14 |
16 |
|
Requires: e-smith-formmagick >= 1.4.0-12 |
17 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
19 |
AutoReqProv: no |
AutoReqProv: no |
23 |
used to build the DNS and DHCP configuration. |
used to build the DNS and DHCP configuration. |
24 |
|
|
25 |
%changelog |
%changelog |
26 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
27 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
28 |
|
|
29 |
|
* Tue Jul 8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.14.0-14 |
30 |
|
- Move single occurence HOSTTYPE back to e-smith-hosts |
31 |
|
|
32 |
|
* Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.14.0-13 |
33 |
|
- Add common <base> tags to e-smith-formmagick's general [SME: 4280] |
34 |
|
|
35 |
|
* Sun Feb 10 2008 Stephen Noble <support@dungog.net> 1.14.0-12 |
36 |
|
- Remove duplicate <base> entries [SME: 3895] |
37 |
|
|
38 |
|
* Sat Feb 09 2008 Stephen Noble <support@dungog.net> 1.14.0-11 |
39 |
|
- Remove empty lexicon entry [SME: 3880] |
40 |
|
|
41 |
|
* Thu Jul 12 2007 Charlie Brady <charlie_brady@mitel.com> 1.14.0-10 |
42 |
|
- Remove implicit use of GLOBAL_IP lexicon entries. [SME: 3135] |
43 |
|
|
44 |
|
* Fri Jul 06 2007 Charlie Brady <charlie_brady@mitel.com> 1.14.0-9 |
45 |
|
- Remove more remnant lexicon entries. [SME: 3135] |
46 |
|
|
47 |
|
* Fri Jul 06 2007 Charlie Brady <charlie_brady@mitel.com> 1.14.0-8 |
48 |
|
- Remove remnant DNS publication code and lexicon entries. [SME: 3135] |
49 |
|
|
50 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
51 |
- Clean up spec so package can be built by koji/plague |
- Clean up spec so package can be built by koji/plague |
52 |
|
|
1005 |
|
|
1006 |
%prep |
%prep |
1007 |
%setup |
%setup |
|
%patch0 -p1 |
|
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
1008 |
|
|
1009 |
%build |
%build |
1010 |
perl createlinks |
perl createlinks |