1 |
Summary: e-smith module for managing hosts entries |
Summary: e-smith module for managing hosts entries |
2 |
Name: e-smith-hosts |
Name: e-smith-hosts |
3 |
%define version 1.14.0 |
%define version 1.14.0 |
4 |
%define release 7 |
%define release 12 |
5 |
Version: %{version} |
Version: %{version} |
6 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
7 |
License: GPL |
License: GPL |
12 |
Patch2: e-smith-hosts-1.14.0-comment.patch |
Patch2: e-smith-hosts-1.14.0-comment.patch |
13 |
Patch3: e-smith-hosts-1.14.0-success.patch |
Patch3: e-smith-hosts-1.14.0-success.patch |
14 |
Patch4: e-smith-hosts-1.14.0-thenumbers.patch |
Patch4: e-smith-hosts-1.14.0-thenumbers.patch |
15 |
|
Patch5: e-smith-hosts-1.14.0-no_global.patch |
16 |
|
Patch6: e-smith-hosts-1.14.0-no_global.patch2 |
17 |
|
Patch7: e-smith-hosts-1.14.0-no_global.patch3 |
18 |
|
Patch8: e-smith-hosts-1.14.0-removeEmptyEntry.patch |
19 |
|
Patch9: e-smith-hosts-1.14.0-rmDuplicates.patch |
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
Requires: e-smith-base |
Requires: e-smith-base |
22 |
Requires: e-smith-lib >= 1.15.1-19 |
Requires: e-smith-lib >= 1.15.1-19 |
30 |
used to build the DNS and DHCP configuration. |
used to build the DNS and DHCP configuration. |
31 |
|
|
32 |
%changelog |
%changelog |
33 |
|
* Sun Feb 10 2008 Stephen Noble <support@dungog.net> 1.14.0-12 |
34 |
|
- Remove duplicate <base> entries [SME: 3895] |
35 |
|
|
36 |
|
* Sat Feb 09 2008 Stephen Noble <support@dungog.net> 1.14.0-11 |
37 |
|
- Remove empty lexicon entry [SME: 3880] |
38 |
|
|
39 |
|
* Thu Jul 12 2007 Charlie Brady <charlie_brady@mitel.com> 1.14.0-10 |
40 |
|
- Remove implicit use of GLOBAL_IP lexicon entries. [SME: 3135] |
41 |
|
|
42 |
|
* Fri Jul 06 2007 Charlie Brady <charlie_brady@mitel.com> 1.14.0-9 |
43 |
|
- Remove more remnant lexicon entries. [SME: 3135] |
44 |
|
|
45 |
|
* Fri Jul 06 2007 Charlie Brady <charlie_brady@mitel.com> 1.14.0-8 |
46 |
|
- Remove remnant DNS publication code and lexicon entries. [SME: 3135] |
47 |
|
|
48 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
49 |
- Clean up spec so package can be built by koji/plague |
- Clean up spec so package can be built by koji/plague |
50 |
|
|
1008 |
%patch2 -p1 |
%patch2 -p1 |
1009 |
%patch3 -p1 |
%patch3 -p1 |
1010 |
%patch4 -p1 |
%patch4 -p1 |
1011 |
|
%patch5 -p1 |
1012 |
|
%patch6 -p1 |
1013 |
|
%patch7 -p1 |
1014 |
|
%patch8 -p1 |
1015 |
|
%patch9 -p1 |
1016 |
|
|
1017 |
%build |
%build |
1018 |
perl createlinks |
perl createlinks |