1 |
# $Id: e-smith-nutUPS.spec,v 1.6 2009/05/17 08:22:18 snetram Exp $ |
# $Id: e-smith-nutUPS.spec,v 1.3 2015/01/22 09:02:44 stephdl Exp $ |
2 |
|
|
3 |
Summary: SME server - nut UPS interaction module |
Summary: SME server - nut UPS interaction module |
4 |
%define name e-smith-nutUPS |
%define name e-smith-nutUPS |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.4.0 |
%define version 2.4.0 |
7 |
%define release 1 |
%define release 3 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
Requires: nut nut-client daemontools |
Requires: nut nut-client daemontools |
15 |
|
Obsoletes: neon <= 0.25.5 |
16 |
Requires: e-smith-lib >= 1.15.1-16 |
Requires: e-smith-lib >= 1.15.1-16 |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
19 |
|
Patch0 : e-smith-nutUPS-2.4.0.Listen_Local_Network.patch |
20 |
AutoReqProv: no |
AutoReqProv: no |
21 |
|
|
22 |
%description |
%description |
24 |
the SME server software. |
the SME server software. |
25 |
|
|
26 |
%changelog |
%changelog |
27 |
|
* Thu Jan 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-3.sme |
28 |
|
- Remove obsolete directives {ACL,ACCEPT,REJECT} and switch to LISTEN |
29 |
|
- in /etc/ups/upsd.conf |
30 |
|
- Allow NUT in /etc/hosts.allow and in /etc/services [SME: 8793] |
31 |
|
- Code change from Daniel B.<daniel@firewall-services.com> |
32 |
|
|
33 |
|
* Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-2.sme |
34 |
|
- Obsolete el5 packages that used to be required [SME: 7273] |
35 |
|
|
36 |
* Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
* Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
37 |
- Roll new stream for sme9 |
- Roll new stream for sme9 |
38 |
|
|
231 |
|
|
232 |
%prep |
%prep |
233 |
%setup |
%setup |
234 |
|
%patch0 -p1 |
235 |
|
|
236 |
%build |
%build |
237 |
perl createlinks |
perl createlinks |