1 |
# $Id: e-smith-hosts.spec,v 1.4 2016/07/23 06:31:30 unnilennium Exp $ |
# $Id: e-smith-hosts.spec,v 1.5 2016/07/23 06:32:42 unnilennium Exp $ |
2 |
|
|
3 |
Summary: e-smith module for managing hosts entries |
Summary: e-smith module for managing hosts entries |
4 |
Name: e-smith-hosts |
Name: e-smith-hosts |
5 |
%define version 2.6.0 |
%define version 2.6.0 |
6 |
%define release 4 |
%define release 5 |
7 |
Version: %{version} |
Version: %{version} |
8 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
9 |
License: GPL |
License: GPL |
11 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
12 |
Patch0: e-smith-hosts-2.6.0-mariadb.patch |
Patch0: e-smith-hosts-2.6.0-mariadb.patch |
13 |
Patch1: e-smith-hosts-2.6.0.bz9691.syslog.patch |
Patch1: e-smith-hosts-2.6.0.bz9691.syslog.patch |
14 |
|
Patch2: e-smith-hosts-2.6.0.bz9478.patch |
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
Requires: e-smith-base |
Requires: e-smith-base |
17 |
Requires: e-smith-lib >= 1.15.1-19 |
Requires: e-smith-lib >= 1.15.1-19 |
28 |
used to build the DNS and DHCP configuration. |
used to build the DNS and DHCP configuration. |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Wed Apr 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme |
32 |
|
- remove reference to smtpd [SME: 9478] |
33 |
|
|
34 |
* Sat Jul 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
* Sat Jul 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
35 |
- fix servicename syslog to rsylog [SME: 9691] |
- fix servicename syslog to rsylog [SME: 9691] |
36 |
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
37 |
by assuming the date is correct and changing the weekday. |
by assuming the date is correct and changing the weekday. |
|
Sun Sep 25 2010 --> Sun Sep 19 2010 or Sat Sep 25 2010 or Sun Sep 26 2010 or .... |
|
|
Sun Jan 18 2014 --> Sun Jan 12 2014 or Sat Jan 18 2014 or Sun Jan 19 2014 or .... |
|
38 |
|
|
39 |
* Mon Jul 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
* Mon Jul 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
40 |
- fix mysqld to mariadb [SME: 9438] |
- fix mysqld to mariadb [SME: 9438] |
1074 |
%setup |
%setup |
1075 |
%patch0 -p1 |
%patch0 -p1 |
1076 |
%patch1 -p1 |
%patch1 -p1 |
1077 |
|
%patch2 -p1 |
1078 |
|
|
1079 |
%build |
%build |
1080 |
perl createlinks |
perl createlinks |