From 58c17e3a0712acfb388009c882298b6004f73cdd Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Mon, 11 Mar 2024 09:59:37 +1100 Subject: [PATCH] rename-e-smith-pkg script (#12359) --- Makefile | 4 ++-- README.md | 9 +++++---- e-smith-flexbackup.spec => smeserver-flexbackup.spec | 10 +++++++--- 3 files changed, 14 insertions(+), 9 deletions(-) rename e-smith-flexbackup.spec => smeserver-flexbackup.spec (97%) diff --git a/Makefile b/Makefile index 8aff836..307707f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -# Makefile for source rpm: e-smith-flexbackup +# Makefile for source rpm: smeserver-flexbackup # $Id: Makefile,v 1.1 2016/02/05 23:03:03 stephdl Exp $ -NAME := e-smith-flexbackup +NAME := smeserver-flexbackup SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common diff --git a/README.md b/README.md index 2a20082..6cadf8b 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ -# e-smith-flexbackup +# smeserver-flexbackup -SMEServer Koozali developed git repo for e-smith-flexbackup smeserver +SMEServer Koozali developed git repo for smeserver-flexbackup smeserver ## Wiki
https://wiki.koozali.org/ ## Bugzilla -Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-flexbackup&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-flexbackup&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-flexbackup) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-flexbackup&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*
-e-smith-FlexBackup is a powerful and versatile software solution for managing and backing up important data. It provides a comprehensive set of tools for creating backups, scheduling them, and restoring them when necessary. It also offers a rich set of features to help users customize their backup policies and even automate them. With these features, users can easily manage multiple backups, set up scheduled backups, and monitor the status of their backups. Best of all, the e-smith-FlexBackup software is available for free, making it accessible to everyone. +smeserver-FlexBackup is a powerful and versatile software solution for managing and backing up important data. It provides a comprehensive set of tools for creating backups, scheduling them, and restoring them when necessary. It also offers a rich set of features to help users customize their backup policies and even automate them. With these features, users can easily manage multiple backups, set up scheduled backups, and monitor the status of their backups. Best of all, the smeserver-FlexBackup software is available for free, making it accessible to everyone. diff --git a/e-smith-flexbackup.spec b/smeserver-flexbackup.spec similarity index 97% rename from e-smith-flexbackup.spec rename to smeserver-flexbackup.spec index 2f2eb6d..60326d1 100644 --- a/e-smith-flexbackup.spec +++ b/smeserver-flexbackup.spec @@ -1,10 +1,10 @@ # $Id: e-smith-flexbackup.spec,v 1.3 2021/01/06 19:30:57 jpp Exp $ -Summary: Adds daily flexbackup backup to tape to e-smith -%define name e-smith-flexbackup +Summary: Adds daily flexbackup backup to tape to smeserver +%define name smeserver-flexbackup Name: %{name} %define version 2.6.0 -%define release 4 +%define release 5 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -22,11 +22,15 @@ Requires: e-smith-lib >= 1.15.1-19 BuildRequires: e-smith-devtools >= 1.13.1-03 AutoReqProv: no +Provides: e-smith-flexbackup %description This package configures flexbackup and sets up a daily cron job to run a backup to tape. %changelog +* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley 2.6.0-5.sme +- Rename to smeserver-flexbackup [SME: 12359] + * Wed Jul 12 2023 cvs2git.sh aka Brian Read 2.6.0-4.sme - Roll up patches and move to git repo [SME: 12338]