1 |
# $Id: smeserver-BackupPC.spec,v 1.1 2020/10/26 14:35:59 brianr Exp $ |
# $Id: smeserver-BackupPC.spec,v 1.7 2021/04/02 04:55:57 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: 4%{?dist} |
Release: 9%{?dist} |
8 |
Summary: BackupPC integration into SME server |
Summary: BackupPC integration into SME server |
9 |
|
|
10 |
Group: Applications/System |
Group: Applications/System |
12 |
URL: http://backuppc.sourceforge.net/ |
URL: http://backuppc.sourceforge.net/ |
13 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
14 |
Patch0: smeserver-BackupPC-0.2.bz10266.updatetktauth.patch |
Patch0: smeserver-BackupPC-0.2.bz10266.updatetktauth.patch |
15 |
|
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 |
17 |
|
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 |
|
|
21 |
BuildRoot: %{_tmppath}/%{name}-%{version} |
BuildRoot: %{_tmppath}/%{name}-%{version} |
22 |
BuildArch: noarch |
BuildArch: noarch |
27 |
Requires: BackupPC >= 4.0.0 |
Requires: BackupPC >= 4.0.0 |
28 |
Requires: smeserver-remoteuseraccess |
Requires: smeserver-remoteuseraccess |
29 |
Requires: openssl |
Requires: openssl |
30 |
Requires: e-smith-manager >= 2.8.0 |
#Requires: e-smith-manager >= 2.8.0 |
31 |
|
AutoReqProv: no |
32 |
|
|
33 |
#Conflicts: smeserver-backuppc.fws |
#Conflicts: smeserver-backuppc.fws |
34 |
Obsoletes: smeserver-backuppc.fws |
Obsoletes: smeserver-backuppc.fws |
59 |
|
|
60 |
|
|
61 |
%changelog |
%changelog |
62 |
|
* Fri Oct 01 2021 Brian Read <brianr@bjsystems.co.uk> 0.2-9.sme |
63 |
|
- Add in code for SM2 panel using iframe - note: Authentication not sorted [SME: 11701] |
64 |
|
|
65 |
|
* Fri Apr 02 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.2-8.sme |
66 |
|
- allow localhost SME backup without SSH, but sudo [SME: 10884] |
67 |
|
|
68 |
|
* Wed Jan 27 2021 Brian Read <brianr@bjsystems.co.uk> 0.2-7.sme |
69 |
|
- Get-httpd-bkpc-task-running [SME: 11055] |
70 |
|
|
71 |
|
* Mon Jan 11 2021 Brian Read <brianr@bjsystems.co.uk> 0.2-6.sme |
72 |
|
- Update createlinks for systemd according to [SME: 10959][SME: 11055] |
73 |
|
|
74 |
|
* Fri Nov 27 2020 Brian Read <brianr@bjsystems.co.uk> 0.2-5.sme |
75 |
|
- Add in extra Loadmodules to httpd.conf [SME: 11055] |
76 |
|
|
77 |
* Tue Oct 27 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.2-4.sme |
* Tue Oct 27 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.2-4.sme |
78 |
- Initial build for SME v10 [SME:11055] |
- Initial build for SME v10 [SME:11055] |
79 |
- Hard work done by Brian Read |
- Hard work done by Brian Read |
164 |
%prep |
%prep |
165 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
166 |
%patch0 -p1 |
%patch0 -p1 |
167 |
|
%patch1 -p1 |
168 |
|
%patch2 -p1 |
169 |
|
%patch3 -p1 |
170 |
|
%patch4 -p1 |
171 |
|
%patch5 -p1 |
172 |
|
|
173 |
%build |
%build |
174 |
perl createlinks |
perl createlinks |