Compare commits

...

3 Commits

Author SHA1 Message Date
7710cf4d9f Update README with specific Bugzilla links 2024-10-27 15:53:36 +00:00
889f0352d1 Add -f to rm in spec so that it builds 2024-09-08 11:48:32 +01:00
Trevor Batley
9a22011526 fix-e-smith-pkg script (#12732) 2024-09-08 16:51:11 +10:00
3 changed files with 18 additions and 4 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
*.log *.log
*spec-20* *spec-20*
*.tar.gz *.tar.gz
*.tar.xz

View File

@ -6,7 +6,14 @@ SMEServer Koozali developed git repo for smeserver-rsync-backup2disk smecontribs
<br />https://wiki.koozali.org/Rsync-backup2disk <br />https://wiki.koozali.org/Rsync-backup2disk
## Bugzilla ## Bugzilla
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-rsync-backup2disk&product=SME%20Contribs&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:
[All](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=NEEDINFO&bug_status=IN_PROGRESS&bug_status=RESOLVED&bug_status=VERIFIED&classification=Contribs&component=smeserver-rsync-backup2disk&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Confirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=CONFIRMED&classification=Contribs&component=smeserver-rsync-backup2disk&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Unconfirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&classification=Contribs&component=smeserver-rsync-backup2disk&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Need Info](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=NEEDINFO&classification=Contribs&component=smeserver-rsync-backup2disk&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[In Progress](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=IN_PROGRESS&classification=Contribs&component=smeserver-rsync-backup2disk&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Verified](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=VERIFIED&classification=Contribs&component=smeserver-rsync-backup2disk&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Resolved](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=RESOLVED&classification=Contribs&component=smeserver-rsync-backup2disk&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
## Description ## Description

View File

@ -2,7 +2,7 @@ Summary: Rsync backup for SME Server
%define name smeserver-rsync-backup2disk %define name smeserver-rsync-backup2disk
Name: %{name} Name: %{name}
%define version 0.0.2 %define version 0.0.2
%define release 5 %define release 7
Version: %{version} Version: %{version}
Release: %{release} Release: %{release}
License: GPL License: GPL
@ -12,12 +12,18 @@ Packager: Darrell May
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
BuildArchitectures: noarch BuildArchitectures: noarch
Requires: smeserver-release => 10.0 Requires: smeserver-release => 10.0
BuildRequires: e-smith-devtools >= 1.13.1-03 BuildRequires: smeserver-devtools >= 1.13.1-03
%description %description
SME Server implementation of rsync to perform nightly backup to a mounted drive. SME Server implementation of rsync to perform nightly backup to a mounted drive.
%changelog %changelog
* Sun Sep 08 2024 Brian Read <brianr@koozali.org> 0.0.2-7.sme
- add -f to rm in spec file so that it builds.
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 0.0.2-6.sme
- Fix e-smith references in smeserver-rsync-backup2disk [SME: 12732]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.0.2-5.sme * Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.0.2-5.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]
@ -74,7 +80,7 @@ SME Server implementation of rsync to perform nightly backup to a mounted drive.
%prep %prep
%setup %setup
rm root/rsync rm -f root/rsync
%build %build
/usr/bin/perl createlinks /usr/bin/perl createlinks