1 |
# $Id: e-smith-ntp.spec,v 1.1 2013/02/02 18:31:36 wellsi Exp $ |
# $Id: e-smith-ntp.spec,v 1.2 2013/02/05 03:57:24 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 2 |
%define release 3 |
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 |
Patch1: e-smith-ntp-2.4.0-Memlimit.patch |
14 |
|
Patch2: e-smith-ntp-2.4.0-Memlimit2.patch |
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 |
22 |
AutoReqProv: no |
AutoReqProv: no |
23 |
|
|
24 |
%changelog |
%changelog |
25 |
|
* Mon Feb 4 2013 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme |
26 |
|
- Remove default and migrate fragments for ntpd memory limit [SME: 7243] |
27 |
|
|
28 |
* Mon Feb 4 2013 Ian Wells <esmith@wellsi.com> 2.4.0-2.sme |
* Mon Feb 4 2013 Ian Wells <esmith@wellsi.com> 2.4.0-2.sme |
29 |
- Increase memory limit for ntpd [SME: 7243] |
- Increase memory limit for ntpd [SME: 7243] |
30 |
|
|
705 |
%prep |
%prep |
706 |
%setup |
%setup |
707 |
%patch1 -p1 |
%patch1 -p1 |
708 |
|
%patch2 -p1 |
709 |
|
|
710 |
%build |
%build |
711 |
for i in ip-change post-install post-upgrade timeserver-update \ |
for i in ip-change post-install post-upgrade timeserver-update \ |