3 Commits

Author SHA1 Message Date
fe0c1e5be1 change Requires to reference smeserver-* not e-smith-* in spec 2024-03-23 15:56:50 +00:00
c18f193702 Update 2024-03-23 12:11:54 +00:00
Trevor Batley
58c17e3a07 rename-e-smith-pkg script (#12359) 2024-03-11 09:59:37 +11:00
3 changed files with 25 additions and 14 deletions

View File

@@ -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 $ # $Id: Makefile,v 1.1 2016/02/05 23:03:03 stephdl Exp $
NAME := e-smith-flexbackup NAME := smeserver-flexbackup
SPECFILE = $(firstword $(wildcard *.spec)) SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common 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-flexbackup # <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> smeserver-flexbackup
SMEServer Koozali developed git repo for e-smith-flexbackup smeserver SMEServer Koozali developed git repo for smeserver-flexbackup smeserver
## Wiki ## Wiki
<br />https://wiki.koozali.org/ <br />https://wiki.koozali.org/
## Bugzilla ## 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 ## 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* *Once it has been checked, then this comment will be deleted*
<br /> <br />
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.

View File

@@ -1,10 +1,10 @@
# $Id: e-smith-flexbackup.spec,v 1.3 2021/01/06 19:30:57 jpp Exp $ # $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 Summary: Adds daily flexbackup backup to tape to smeserver
%define name e-smith-flexbackup %define name smeserver-flexbackup
Name: %{name} Name: %{name}
%define version 2.6.0 %define version 11.0.0
%define release 4 %define release 2
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@@ -12,21 +12,31 @@ Group: Networking/Daemons
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
BuildArchitectures: noarch BuildArchitectures: noarch
Requires: e-smith-base, flexbackup, dump Requires: smeserver-base, flexbackup, dump
Requires: buffer Requires: buffer
Requires: mbuffer Requires: mbuffer
Requires: tar Requires: tar
Requires: gzip Requires: gzip
Requires: e-smith-backup >= 1.11.0-46 Requires: smeserver-backup >= 1.11.0-46
Requires: e-smith-lib >= 1.15.1-19 Requires: smeserver-lib >= 1.15.1-19
BuildRequires: e-smith-devtools >= 1.13.1-03 BuildRequires: smeserver-devtools >= 1.13.1-03
AutoReqProv: no AutoReqProv: no
Provides: e-smith-flexbackup
%description %description
This package configures flexbackup and sets up a daily cron job This package configures flexbackup and sets up a daily cron job
to run a backup to tape. to run a backup to tape.
%changelog %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-5.sme
- Rename to smeserver-flexbackup [SME: 12359]
* Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.6.0-4.sme * Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.6.0-4.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]