2 |
%define name e-smith-ntp |
%define name e-smith-ntp |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 1.16.0 |
%define version 1.16.0 |
5 |
%define release 9 |
%define release 17 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
11 |
Patch0: e-smith-ntp-1.16.0-success.patch |
Patch0: e-smith-ntp-1.16.0-success.patch |
12 |
Patch1: e-smith-ntp/P/e-smith-ntp-1.16.0-hwsync.patch |
Patch1: e-smith-ntp/P/e-smith-ntp-1.16.0-hwsync.patch |
13 |
Patch2: e-smith-ntp-1.16.0-memlimit.patch |
Patch2: e-smith-ntp-1.16.0-memlimit.patch |
14 |
|
Patch3: e-smith-ntp-1.16.0-ChangeInitialtoFirstDateTimePanel.patch |
15 |
|
Patch4: e-smith-ntp-1.16.0-smeserver.pool.patch |
16 |
|
Patch5: e-smith-ntp-1.16.0-migratepool.patch |
17 |
|
Patch6: e-smith-ntp-1.16.0-FixUninitializedValue.patch |
18 |
|
Patch7: e-smith-ntp-1.16.0-step-ticker.patch |
19 |
|
Patch8: e-smith-ntp-1.16.0-step-ticker.patch2 |
20 |
|
Patch9: e-smith-ntp-1.16.0-tags2general.patch |
21 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
24 |
|
Requires: e-smith-formmagick >= 1.4.0-9 |
25 |
Requires: e-smith-base |
Requires: e-smith-base |
26 |
Requires: ntp |
Requires: ntp |
27 |
Requires: e-smith-lib >= 1.15.1-19 |
Requires: e-smith-lib >= 1.15.1-19 |
28 |
AutoReqProv: no |
AutoReqProv: no |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Mon Jul 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.16.0-17 |
32 |
|
- Remove <base> tags now in general [SME: 3923] |
33 |
|
|
34 |
|
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.16.0-16 |
35 |
|
- Remove <base> tags now in general [SME: 3923] |
36 |
|
|
37 |
|
* Sat Feb 09 2008 Gavin Weight <gweight@gmail.com> 1.16.0-15 |
38 |
|
- Remove the expand-template as set in previous patch, as we already |
39 |
|
expand correct places. [SME: 3868] |
40 |
|
|
41 |
|
* Fri Feb 8 2008 Filippo Carletti <filippo.carletti@gmail.com> 1.16.0-14 |
42 |
|
- Choose correct step-ticker for pool.ntp.org hosts. [SME: 3868] |
43 |
|
|
44 |
|
* Fri Nov 30 2007 Gavin Weight <gweight@gmail.com> 1.16.0-13 |
45 |
|
- Fix use of uninitialized value in 30pool migrate. [SME: 3594] |
46 |
|
|
47 |
|
* Sun Jul 08 2007 Stephen Noble <support@dungog.net> 1.16.0-12 |
48 |
|
- Migrate pool.ntp.org to smeserver.pool.ntp.org [SME: 1426] |
49 |
|
|
50 |
|
* Sun Jul 08 2007 Stephen Noble <support@dungog.net> 1.16.0-11 |
51 |
|
- Change default to smeserver.pool.ntp.org [SME: 1426] |
52 |
|
|
53 |
|
* Tue Jun 26 2007 Gavin Weight <gweight@gmail.com> 1.16.0-10 |
54 |
|
- Change Initial to First in the Datetime panel. [SME: 3108] |
55 |
|
|
56 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
57 |
- Clean up spec so package can be built by koji/plague |
- Clean up spec so package can be built by koji/plague |
58 |
|
|
689 |
%patch0 -p1 |
%patch0 -p1 |
690 |
%patch1 -p1 |
%patch1 -p1 |
691 |
%patch2 -p1 |
%patch2 -p1 |
692 |
|
%patch3 -p1 |
693 |
|
%patch4 -p1 |
694 |
|
%patch5 -p1 |
695 |
|
%patch6 -p1 |
696 |
|
%patch7 -p1 |
697 |
|
%patch8 -p1 |
698 |
|
%patch9 -p1 |
699 |
|
|
700 |
%build |
%build |
701 |
for i in ip-change post-install post-upgrade timeserver-update \ |
for i in ip-change post-install post-upgrade timeserver-update \ |