3 Commits

Author SHA1 Message Date
ccebcebd6a change Requires to reference smeserver-* not e-smith-* in spec 2024-03-23 15:56:50 +00:00
8591e9351b Update 2024-03-23 12:11:54 +00:00
Trevor Batley
ec920251d7 rename-e-smith-pkg script (#12359) 2024-03-11 10:06:46 +11:00
3 changed files with 22 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
# Makefile for source rpm: e-smith-nutUPS
# Makefile for source rpm: smeserver-nutUPS
# $Id: Makefile,v 1.1 2016/02/05 22:19:01 stephdl Exp $
NAME := e-smith-nutUPS
NAME := smeserver-nutUPS
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common

View File

@@ -1,12 +1,13 @@
# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> e-smith-nutUPS
# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> smeserver-nutUPS
SMEServer Koozali developed git repo for e-smith-nutUPS smeserver
SMEServer Koozali developed git repo for smeserver-nutUPS smeserver
## Wiki
<br />https://wiki.koozali.org/
## Bugzilla
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-nutUPS&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-nutUPS&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)\
And a list of outstanding Legacy bugs: (e-smith-nutUPS) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-nutUPS&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
## Description
@@ -14,4 +15,4 @@ Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?compo
*Once it has been checked, then this comment will be deleted*
<br />
e-smith-nutUPS is an open-source software designed to monitor and control an Uninterruptible Power Supply (UPS) device connected to a computer. It offers features such as automatic shutdown of the computer when the UPS battery reaches a critical low-power level, and the capability to remotely monitor and control the UPS from a web browser or from a command line interface. It supports a wide range of UPS devices, and is compatible with most operating systems. With e-smith-nutUPS, users can be assured of reliable and consistent power protection even during power outages.
smeserver-nutUPS is an open-source software designed to monitor and control an Uninterruptible Power Supply (UPS) device connected to a computer. It offers features such as automatic shutdown of the computer when the UPS battery reaches a critical low-power level, and the capability to remotely monitor and control the UPS from a web browser or from a command line interface. It supports a wide range of UPS devices, and is compatible with most operating systems. With smeserver-nutUPS, users can be assured of reliable and consistent power protection even during power outages.

View File

@@ -1,10 +1,10 @@
# $Id: e-smith-nutUPS.spec,v 1.16 2022/12/26 03:29:15 jpp Exp $
Summary: SME server - nut UPS interaction module
%define name e-smith-nutUPS
%define name smeserver-nutUPS
Name: %{name}
%define version 2.6.0
%define release 14
%define version 11.0.0
%define release 2
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@@ -14,16 +14,26 @@ Source: %{name}-%{version}.tar.xz
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
Requires: nut nut-client daemontools
Obsoletes: neon <= 0.25.5
Requires: e-smith-lib >= 1.15.1-16
Requires: smeserver-lib >= 1.15.1-16
BuildArchitectures: noarch
BuildRequires: e-smith-devtools
BuildRequires: smeserver-devtools
AutoReqProv: no
Provides: e-smith-nutUPS
%description
A module which configures the Network UPS Tools suite for operation with
the SME server software.
%changelog
* Sat Mar 23 2024 Brian Read <brianr@koozali.org>11.0.0-2.sme
- Change Requires: e-smith- to Requires:smeserver-
* Sat Mar 23 2024 Brian Read <brianr@koozali.org>11.0.0-1.sme
- Update Release and Version to base version and 1st release for SME11 [SME: 12518]
* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 2.6.0-15.sme
- Rename to smeserver-nutUPS [SME: 12359]
* Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.6.0-14.sme
- Roll up patches and move to git repo [SME: 12338]