1 |
# $Id: smeserver-BackupPC.spec,v 1.4 2021/01/26 12:37:28 brianr Exp $ |
# $Id: smeserver-BackupPC.spec,v 1.12 2022/07/25 14:15:40 terryfage Exp $ |
2 |
# Authority: vip-ire |
# Authority: vip-ire |
3 |
# Name: Daniel Berteaud |
# Name: Daniel Berteaud |
4 |
|
|
5 |
Name: smeserver-BackupPC |
Name: smeserver-BackupPC |
6 |
Version: 0.2 |
Version: 0.2 |
7 |
Release: 7%{?dist} |
Release: 12%{?dist} |
8 |
Summary: BackupPC integration into SME server |
Summary: BackupPC integration into SME server |
9 |
|
|
10 |
Group: Applications/System |
Group: Applications/System |
15 |
Patch1: smeserver-BackupPC-0.2-Add-extra-loadmodules-in-httpd.conf.patch |
Patch1: smeserver-BackupPC-0.2-Add-extra-loadmodules-in-httpd.conf.patch |
16 |
Patch2: smeserver-BackupPC-0.2-Update-createlinks-for-systemd-for-SME10.patch |
Patch2: smeserver-BackupPC-0.2-Update-createlinks-for-systemd-for-SME10.patch |
17 |
Patch3: smeserver-BackupPC-0.2-Get-httpd-bkpc-task-running.patch |
Patch3: smeserver-BackupPC-0.2-Get-httpd-bkpc-task-running.patch |
18 |
|
Patch4: smeserver-BackupPC-0.2-bz10884-localhostBackupWithoutSSH.patch |
19 |
|
Patch5: smeserver-BackupPC-0.2-Add-sm2-panel-using-iframe.patch |
20 |
|
Patch6: smeserver-BackupPC-0.2-bz12000-backup.patch |
21 |
|
Patch7: smeserver-BackupPC-0.2-bz11875-DefaultType.patch |
22 |
|
Patch8: smeserver-BackupPC-0.2-bz12036-24syntax.patch |
23 |
|
|
24 |
BuildRoot: %{_tmppath}/%{name}-%{version} |
BuildRoot: %{_tmppath}/%{name}-%{version} |
25 |
BuildArch: noarch |
BuildArch: noarch |
30 |
Requires: BackupPC >= 4.0.0 |
Requires: BackupPC >= 4.0.0 |
31 |
Requires: smeserver-remoteuseraccess |
Requires: smeserver-remoteuseraccess |
32 |
Requires: openssl |
Requires: openssl |
33 |
Requires: e-smith-manager >= 2.8.0 |
#Requires: e-smith-manager >= 2.8.0 |
34 |
|
AutoReqProv: no |
35 |
|
|
36 |
#Conflicts: smeserver-backuppc.fws |
#Conflicts: smeserver-backuppc.fws |
37 |
Obsoletes: smeserver-backuppc.fws |
Obsoletes: smeserver-backuppc.fws |
62 |
|
|
63 |
|
|
64 |
%changelog |
%changelog |
65 |
|
* Sat Jul 30 2022 Brian Read <brianr@bjsystems.co.uk> 0.2-12.sme |
66 |
|
- Re-build and link to latest devtools [SME: 11997] |
67 |
|
|
68 |
|
* Mon Jul 25 2022 Zsolt Vasarhelyi <vasarhelyizsolt@hotmail.com> 0.2-11.sme |
69 |
|
- update to httpd 2.4 syntax [SME: 12036] |
70 |
|
|
71 |
|
* Thu Jul 21 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.2-10.sme |
72 |
|
- add configuration to core backup [SME: 12000] |
73 |
|
- Re-build and link to latest devtools deprecated use of DefaultType [SME: 11875] |
74 |
|
|
75 |
|
* Fri Oct 01 2021 Brian Read <brianr@bjsystems.co.uk> 0.2-9.sme |
76 |
|
- Add in code for SM2 panel using iframe - note: Authentication not sorted [SME: 11701] |
77 |
|
|
78 |
|
* Fri Apr 02 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.2-8.sme |
79 |
|
- allow localhost SME backup without SSH, but sudo [SME: 10884] |
80 |
|
|
81 |
* Wed Jan 27 2021 Brian Read <brianr@bjsystems.co.uk> 0.2-7.sme |
* Wed Jan 27 2021 Brian Read <brianr@bjsystems.co.uk> 0.2-7.sme |
82 |
- Get-httpd-bkpc-task-running [SME: 11055] |
- Get-httpd-bkpc-task-running [SME: 11055] |
83 |
|
|
180 |
%patch1 -p1 |
%patch1 -p1 |
181 |
%patch2 -p1 |
%patch2 -p1 |
182 |
%patch3 -p1 |
%patch3 -p1 |
183 |
|
%patch4 -p1 |
184 |
|
%patch5 -p1 |
185 |
|
%patch6 -p1 |
186 |
|
%patch7 -p1 |
187 |
|
%patch8 -p1 |
188 |
|
|
189 |
%build |
%build |
190 |
perl createlinks |
perl createlinks |