1 |
# $Id: e-smith-ntp.spec,v 1.13 2011/10/07 13:16:36 snetram Exp $ |
# $Id: e-smith-ntp.spec,v 1.3 2013/02/05 05:01:58 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.4.0 |
%define version 2.4.0 |
7 |
%define release 1 |
%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.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch1: e-smith-ntp-2.4.0-Memlimit.patch |
14 |
|
Patch2: e-smith-ntp-2.4.0-Memlimit2.patch |
15 |
|
Patch3: e-smith-ntp-2.4.0-Memlimit3.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 |
* Fri Jan 1 2013 Ian Wells <esmith@wellsi.com> 2.4.0-1.sme |
* Fri Mar 22 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-4.sme |
27 |
|
- Increase memory limit [SME: 7502] |
28 |
|
|
29 |
|
* Mon Feb 4 2013 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme |
30 |
|
- Remove default and migrate fragments for ntpd memory limit [SME: 7243] |
31 |
|
|
32 |
|
* Mon Feb 4 2013 Ian Wells <esmith@wellsi.com> 2.4.0-2.sme |
33 |
|
- Increase memory limit for ntpd [SME: 7243] |
34 |
|
|
35 |
|
* Fri Feb 1 2013 Ian Wells <esmith@wellsi.com> 2.4.0-1.sme |
36 |
- Rolling for SME 9 |
- Rolling for SME 9 |
37 |
|
|
38 |
* Tue Oct 7 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme |
* Tue Oct 7 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme |
708 |
|
|
709 |
%prep |
%prep |
710 |
%setup |
%setup |
711 |
|
%patch1 -p1 |
712 |
|
%patch2 -p1 |
713 |
|
%patch3 -p1 |
714 |
|
|
715 |
%build |
%build |
716 |
for i in ip-change post-install post-upgrade timeserver-update \ |
for i in ip-change post-install post-upgrade timeserver-update \ |