1 |
# $Id: e-smith-ntp.spec,v 1.10 2010/10/12 06:17:08 vip-ire Exp $ |
# $Id: e-smith-ntp.spec,v 1.12 2010/11/21 15:21:50 wellsi 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 2.2.0 |
%define version 2.2.0 |
7 |
%define release 3 |
%define release 5 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
13 |
Patch0: e-smith-ntp-2.2.0-no-pool.ntp.org.patch |
Patch0: e-smith-ntp-2.2.0-no-pool.ntp.org.patch |
14 |
Patch1: e-smith-ntp-2.2.0-support_large_drifts.patch |
Patch1: e-smith-ntp-2.2.0-support_large_drifts.patch |
15 |
|
Patch2: e-smith-ntp-2.2.0-set-TZ-earlier.patch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
23 |
AutoReqProv: no |
AutoReqProv: no |
24 |
|
|
25 |
%changelog |
%changelog |
26 |
|
* Tue Oct 7 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme |
27 |
|
- Set the TimeZone property earlier, so templates can rely on it [SME: 6754] |
28 |
|
|
29 |
|
* Sun Nov 21 2010 Ian Wells <esmith@wellsi.com> 2.2.0-4.sme |
30 |
|
- SME 8.0 Changelog Cleanup [SME: 6368] |
31 |
|
|
32 |
* Tue Oct 12 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-3.sme |
* Tue Oct 12 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-3.sme |
33 |
- Support large drifts [SME: 5648] |
- Support large drifts [SME: 5648] |
34 |
|
|
698 |
%setup |
%setup |
699 |
%patch0 -p1 |
%patch0 -p1 |
700 |
%patch1 -p1 |
%patch1 -p1 |
701 |
|
%patch2 -p1 |
702 |
|
|
703 |
%build |
%build |
704 |
for i in ip-change post-install post-upgrade timeserver-update \ |
for i in ip-change post-install post-upgrade timeserver-update \ |