1 |
|
# $Id$ |
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 13 |
%define release 1 |
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 |
|
Patch0: e-smith-ntp-1.16.0-success.patch |
|
|
Patch1: e-smith-ntp/P/e-smith-ntp-1.16.0-hwsync.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 |
|
13 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
15 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
16 |
|
Requires: e-smith-formmagick >= 1.4.0-9 |
17 |
Requires: e-smith-base |
Requires: e-smith-base |
18 |
Requires: ntp |
Requires: ntp |
19 |
Requires: e-smith-lib >= 1.15.1-19 |
Requires: e-smith-lib >= 1.15.1-19 |
20 |
AutoReqProv: no |
AutoReqProv: no |
21 |
|
|
22 |
%changelog |
%changelog |
23 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
24 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
25 |
|
|
26 |
|
* Mon Jul 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.16.0-17 |
27 |
|
- Remove <base> tags now in general [SME: 3923] |
28 |
|
|
29 |
|
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.16.0-16 |
30 |
|
- Remove <base> tags now in general [SME: 3923] |
31 |
|
|
32 |
|
* Sat Feb 09 2008 Gavin Weight <gweight@gmail.com> 1.16.0-15 |
33 |
|
- Remove the expand-template as set in previous patch, as we already |
34 |
|
expand correct places. [SME: 3868] |
35 |
|
|
36 |
|
* Fri Feb 8 2008 Filippo Carletti <filippo.carletti@gmail.com> 1.16.0-14 |
37 |
|
- Choose correct step-ticker for pool.ntp.org hosts. [SME: 3868] |
38 |
|
|
39 |
* Fri Nov 30 2007 Gavin Weight <gweight@gmail.com> 1.16.0-13 |
* Fri Nov 30 2007 Gavin Weight <gweight@gmail.com> 1.16.0-13 |
40 |
- Fix use of uninitialized value in 30pool migrate. [SME: 3594] |
- Fix use of uninitialized value in 30pool migrate. [SME: 3594] |
41 |
|
|
681 |
|
|
682 |
%prep |
%prep |
683 |
%setup |
%setup |
|
%patch0 -p1 |
|
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
684 |
|
|
685 |
%build |
%build |
686 |
for i in ip-change post-install post-upgrade timeserver-update \ |
for i in ip-change post-install post-upgrade timeserver-update \ |