From 553ad7924ecb441ccdec9724de9a253fc8c53f8f Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Sun, 8 Sep 2024 17:47:34 +1000 Subject: [PATCH] fix-e-smith-pkg script (#12732) --- smeserver-hwinfo.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/smeserver-hwinfo.spec b/smeserver-hwinfo.spec index 1560ac7..d9461c8 100644 --- a/smeserver-hwinfo.spec +++ b/smeserver-hwinfo.spec @@ -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 1.2-7.sme +- Fix e-smith references in smeserver-hwinfo [SME: 12732] + * Sat Sep 07 2024 cvs2git.sh aka Brian Read 1.2-6.sme - Roll up patches and move to git repo [SME: 12338]