1 |
|
# $Id: e-smith-ntp.spec,v 1.11 2010/10/12 06:20:07 vip-ire Exp $ |
2 |
|
|
3 |
Summary: e-smith specific NTP configuration files and templates |
Summary: e-smith specific NTP configuration files and templates |
4 |
%define name e-smith-ntp |
%define name e-smith-ntp |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 1.16.0 |
%define version 2.2.0 |
7 |
%define release 15 |
%define release 4 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
13 |
Patch0: e-smith-ntp-1.16.0-success.patch |
Patch0: e-smith-ntp-2.2.0-no-pool.ntp.org.patch |
14 |
Patch1: e-smith-ntp/P/e-smith-ntp-1.16.0-hwsync.patch |
Patch1: e-smith-ntp-2.2.0-support_large_drifts.patch |
|
Patch2: e-smith-ntp-1.16.0-memlimit.patch |
|
|
Patch3: e-smith-ntp-1.16.0-ChangeInitialtoFirstDateTimePanel.patch |
|
|
Patch4: e-smith-ntp-1.16.0-smeserver.pool.patch |
|
|
Patch5: e-smith-ntp-1.16.0-migratepool.patch |
|
|
Patch6: e-smith-ntp-1.16.0-FixUninitializedValue.patch |
|
|
Patch7: e-smith-ntp-1.16.0-step-ticker.patch |
|
|
Patch8: e-smith-ntp-1.16.0-step-ticker.patch2 |
|
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
17 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
18 |
|
Requires: e-smith-formmagick >= 1.4.0-9 |
19 |
Requires: e-smith-base |
Requires: e-smith-base |
20 |
Requires: ntp |
Requires: ntp |
21 |
Requires: e-smith-lib >= 1.15.1-19 |
Requires: e-smith-lib >= 1.15.1-19 |
22 |
AutoReqProv: no |
AutoReqProv: no |
23 |
|
|
24 |
%changelog |
%changelog |
25 |
|
* Sun Nov 21 2010 Ian Wells <esmith@wellsi.com> 2.2.0-4.sme |
26 |
|
- SME 8.0 Changelog Cleanup [SME: 6368] |
27 |
|
|
28 |
|
* Tue Oct 12 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-3.sme |
29 |
|
- Support large drifts [SME: 5648] |
30 |
|
|
31 |
|
* Tue Jun 8 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme |
32 |
|
- Do not allow pool.ntp.org as NTP server [SME: 5957] |
33 |
|
|
34 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
35 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
36 |
|
|
37 |
|
* Mon Jul 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.16.0-17 |
38 |
|
- Remove <base> tags now in general [SME: 3923] |
39 |
|
|
40 |
|
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.16.0-16 |
41 |
|
- Remove <base> tags now in general [SME: 3923] |
42 |
|
|
43 |
* Sat Feb 09 2008 Gavin Weight <gweight@gmail.com> 1.16.0-15 |
* Sat Feb 09 2008 Gavin Weight <gweight@gmail.com> 1.16.0-15 |
44 |
- Remove the expand-template as set in previous patch, as we already |
- Remove the expand-template as set in previous patch, as we already |
45 |
expand correct places. [SME: 3868] |
expand correct places. [SME: 3868] |
694 |
%setup |
%setup |
695 |
%patch0 -p1 |
%patch0 -p1 |
696 |
%patch1 -p1 |
%patch1 -p1 |
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
|
%patch7 -p1 |
|
|
%patch8 -p1 |
|
697 |
|
|
698 |
%build |
%build |
699 |
for i in ip-change post-install post-upgrade timeserver-update \ |
for i in ip-change post-install post-upgrade timeserver-update \ |