1 |
# $Id: e-smith-nutUPS.spec,v 1.5 2020/11/19 04:26:25 jpp Exp $ |
# $Id: e-smith-nutUPS.spec,v 1.10 2020/12/07 16:31:51 jpp 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 5 |
%define release 8 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
25 |
the SME server software. |
the SME server software. |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
|
* Mon Dec 07 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme |
29 |
|
- fix template path for monitor [SME: 9423] |
30 |
|
|
31 |
|
* Sun Nov 29 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 2.6.0-6.sme |
32 |
|
- Fix preset line endings in 49-koozali.preset [SME: 11215] |
33 |
|
|
34 |
* Wed Nov 18 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme |
* Wed Nov 18 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme |
35 |
- add update event to avoid reboot [SME: 11146] |
- add update event to avoid reboot [SME: 11146] |
36 |
- adapt nut UPS for systemd [SME: 9423] |
- adapt nut UPS for systemd [SME: 9423] |
256 |
%prep |
%prep |
257 |
%setup |
%setup |
258 |
%patch0 -p1 |
%patch0 -p1 |
259 |
|
|
260 |
rm -rf root/etc/rc.d/init.d/nut root/etc/rc.d/rc7.d/S38nut |
rm -rf root/etc/rc.d/init.d/nut root/etc/rc.d/rc7.d/S38nut |
261 |
mkdir -p root/usr/lib/systemd/system/nut-monitor.service.d root/usr/lib/systemd/system/nut-server.service.d |
mkdir -p root/usr/lib/systemd/system/nut-monitor.service.d root/usr/lib/systemd/system/nut-server.service.d |
262 |
|
|