3 Commits

Author SHA1 Message Date
199dc75778 * Tue Sep 23 2025 Brian Read <brianr@koozali.org> 0.2-18.sme
- Change $config to config in layout file(s) [SME: 13171]
2025-09-23 13:06:15 +01:00
bba6c6b66d Update README with specific Bugzilla links 2024-10-27 15:41:15 +00:00
Trevor Batley
1f4fb3a2ce fix-e-smith-pkg script (#12732) 2024-09-08 17:41:53 +10:00
3 changed files with 18 additions and 5 deletions

View File

@@ -9,7 +9,14 @@ SMEServer Koozali developed git repo for smeserver-BackupPC smecontribs
<br />https://wiki.koozali.org/SME-101.09:_Supplément:_SME_&_BackupPC-4.2 <br />https://wiki.koozali.org/SME-101.09:_Supplément:_SME_&_BackupPC-4.2
## Bugzilla ## Bugzilla
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-BackupPC&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-BackupPC&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-BackupPC&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-BackupPC&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-BackupPC&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-BackupPC&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-BackupPC&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-BackupPC&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
## Description ## Description

View File

@@ -5,7 +5,7 @@
%end %end
% content_for 'module' => begin % content_for 'module' => begin
% if ($config->{debug} == 1) { % if (config->{debug} == 1) {
<p> <p>
%= dumper stash 'url' %= dumper stash 'url'
</p> </p>

View File

@@ -4,7 +4,7 @@
Name: smeserver-BackupPC Name: smeserver-BackupPC
Version: 0.2 Version: 0.2
Release: 16%{?dist} Release: 18%{?dist}
Summary: BackupPC integration into SME server Summary: BackupPC integration into SME server
Group: Applications/System Group: Applications/System
@@ -15,14 +15,14 @@ Source: %{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}
BuildArch: noarch BuildArch: noarch
BuildRequires: e-smith-devtools BuildRequires: smeserver-devtools
Requires: mod_auth_tkt Requires: mod_auth_tkt
Requires: BackupPC >= 4.0.0 Requires: BackupPC >= 4.0.0
Requires: smeserver-remoteuseraccess Requires: smeserver-remoteuseraccess
Requires: openssl Requires: openssl
#Requires: e-smith-manager >= 2.8.0 #Requires: e-smith-manager >= 2.8.0
Requires: e-smith-apache >= 2.6.0-19 Requires: smeserver-apache >= 2.6.0-19
AutoReqProv: no AutoReqProv: no
#Conflicts: smeserver-backuppc.fws #Conflicts: smeserver-backuppc.fws
@@ -52,6 +52,12 @@ This package contains specific configuration for SME server
#---------------------------------------------------- #----------------------------------------------------
%changelog %changelog
* Tue Sep 23 2025 Brian Read <brianr@koozali.org> 0.2-18.sme
- Change $config to config in layout file(s) [SME: 13171]
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 0.2-17.sme
- Fix e-smith references in smeserver-BackupPC [SME: 12732]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.2-16.sme * Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.2-16.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]