From 9fc78d1785bbda50d01fc0d07206edcc472e0053 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Sun, 8 Sep 2024 17:51:27 +1000 Subject: [PATCH] fix-e-smith-pkg script (#12732) --- smeserver-migratehelper.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/smeserver-migratehelper.spec b/smeserver-migratehelper.spec index deb2a27..8aa94dd 100644 --- a/smeserver-migratehelper.spec +++ b/smeserver-migratehelper.spec @@ -1,5 +1,5 @@ %define version 1.0 -%define release 11 +%define release 12 Summary: Set up a migration helper script for SME Server. Name: smeserver-migratehelper Version: %{version} @@ -11,14 +11,17 @@ Group: SMEserver/addon Source: migratehelper.sh BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch -BuildRequires: e-smith-devtools >= 1.13.1-03 -Requires: e-smith-release >= 8.0 +BuildRequires: smeserver-devtools >= 1.13.1-03 +Requires: smeserver-release >= 8.0 AutoReqProv: no %description rpm backup all contribs data and bare essential to have a working system and then rsync data while the new system is up %changelog +* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley 1.0-12.sme +- Fix e-smith references in smeserver-migratehelper [SME: 12732] + * Sat Sep 07 2024 cvs2git.sh aka Brian Read 1.0-11.sme - Roll up patches and move to git repo [SME: 12338]