1 |
# $Id: smeserver-BackupPC.spec,v 1.6 2021/04/02 04:42:57 jpp Exp $ |
# $Id: smeserver-BackupPC.spec,v 1.10 2022/07/21 15:02:25 jpp 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: 8%{?dist} |
Release: 10%{?dist} |
8 |
Summary: BackupPC integration into SME server |
Summary: BackupPC integration into SME server |
9 |
|
|
10 |
Group: Applications/System |
Group: Applications/System |
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 |
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 |
|
|
23 |
BuildRoot: %{_tmppath}/%{name}-%{version} |
BuildRoot: %{_tmppath}/%{name}-%{version} |
24 |
BuildArch: noarch |
BuildArch: noarch |
29 |
Requires: BackupPC >= 4.0.0 |
Requires: BackupPC >= 4.0.0 |
30 |
Requires: smeserver-remoteuseraccess |
Requires: smeserver-remoteuseraccess |
31 |
Requires: openssl |
Requires: openssl |
32 |
Requires: e-smith-manager >= 2.8.0 |
#Requires: e-smith-manager >= 2.8.0 |
33 |
|
AutoReqProv: no |
34 |
|
|
35 |
#Conflicts: smeserver-backuppc.fws |
#Conflicts: smeserver-backuppc.fws |
36 |
Obsoletes: smeserver-backuppc.fws |
Obsoletes: smeserver-backuppc.fws |
61 |
|
|
62 |
|
|
63 |
%changelog |
%changelog |
64 |
|
* Thu Jul 21 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.2-10.sme |
65 |
|
- add configuration to core backup [SME: 12000] |
66 |
|
- fix deprecated use of DefaultType [SME: 11875] |
67 |
|
|
68 |
|
* Fri Oct 01 2021 Brian Read <brianr@bjsystems.co.uk> 0.2-9.sme |
69 |
|
- Add in code for SM2 panel using iframe - note: Authentication not sorted [SME: 11701] |
70 |
|
|
71 |
* Fri Apr 02 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.2-8.sme |
* Fri Apr 02 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.2-8.sme |
72 |
- allow localhost SME backup without SSH, but sudo [SME: 10884] |
- allow localhost SME backup without SSH, but sudo [SME: 10884] |
73 |
|
|
174 |
%patch2 -p1 |
%patch2 -p1 |
175 |
%patch3 -p1 |
%patch3 -p1 |
176 |
%patch4 -p1 |
%patch4 -p1 |
177 |
|
%patch5 -p1 |
178 |
|
%patch6 -p1 |
179 |
|
%patch7 -p1 |
180 |
|
|
181 |
%build |
%build |
182 |
perl createlinks |
perl createlinks |