1 |
# $Id: e-smith-nutUPS.spec,v 1.1 2016/02/05 22:19:01 stephdl Exp $ |
# $Id: e-smith-nutUPS.spec,v 1.8 2020/11/29 21:49:39 jcrisp 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.6.0 |
%define version 2.6.0 |
7 |
%define release 1 |
%define release 7 |
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 |
|
Patch0: e-smith-nutUPS-2.6.0-bz9423-bz11146.patch |
14 |
|
Patch1: e-smith-nutUPS-2.6.0-bz11215-fix-line-endings.patch |
15 |
|
|
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
Requires: nut nut-client daemontools |
Requires: nut nut-client daemontools |
18 |
Obsoletes: neon <= 0.25.5 |
Obsoletes: neon <= 0.25.5 |
26 |
the SME server software. |
the SME server software. |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme |
* Mon Dec 07 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-7.sme |
30 |
|
- fix template path for monitor [SME: 9423] |
31 |
|
|
32 |
|
* Sun Nov 29 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 2.6.0-6.sme |
33 |
|
- Fix preset line endings in 49-koozali.preset [SME: 11215] |
34 |
|
|
35 |
|
* Wed Nov 18 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme |
36 |
|
- add update event to avoid reboot [SME: 11146] |
37 |
|
- adapt nut UPS for systemd [SME: 9423] |
38 |
|
|
39 |
|
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-2.sme |
40 |
- Initial release to sme10 |
- Initial release to sme10 |
41 |
|
|
42 |
* Sat Feb 07 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-9.sme |
* Sat Feb 07 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-9.sme |
256 |
|
|
257 |
%prep |
%prep |
258 |
%setup |
%setup |
259 |
|
%patch0 -p1 |
260 |
|
%patch1 -p1 |
261 |
|
|
262 |
|
rm -rf root/etc/rc.d/init.d/nut root/etc/rc.d/rc7.d/S38nut |
263 |
|
mkdir -p root/usr/lib/systemd/system/nut-monitor.service.d root/usr/lib/systemd/system/nut-server.service.d |
264 |
|
|
265 |
|
|
266 |
%build |
%build |
267 |
perl createlinks |
perl createlinks |