fix-e-smith-pkg script (#12732)

This commit is contained in:
Trevor Batley 2024-09-08 17:47:34 +10:00
parent 9e18f2025a
commit 553ad7924e

View File

@ -4,7 +4,7 @@
%define name smeserver-hwinfo
%define version 1.2
%define release 6
%define release 7
Summary: Harware info panel for SME Server.
Name: %{name}
@ -13,11 +13,11 @@ Release: %{release}%{?dist}
License: GPL
Group: System Environment/Daemons
Source: %{name}-%{version}.tar.xz
BuildRequires: e-smith-devtools
BuildRequires: smeserver-devtools
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
BuildArchitectures: noarch
Requires: e-smith-base lshw
Requires: e-smith-formmagick >= 1.4.0-12
Requires: smeserver-base lshw
Requires: smeserver-formmagick >= 1.4.0-12
Obsoletes: eos-hwinfo
AutoReqProv: no
@ -25,6 +25,9 @@ AutoReqProv: no
smeserver-hwinfo adds panel providing informations about server harware configuration
%changelog
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 1.2-7.sme
- Fix e-smith references in smeserver-hwinfo [SME: 12732]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 1.2-6.sme
- Roll up patches and move to git repo [SME: 12338]