1 |
# $Id: smeserver-BackupPC.spec,v 1.3 2013/11/12 18:29:18 vip-ire Exp $ |
# $Id: smeserver-BackupPC.spec,v 1.4 2017/05/03 19:35:41 unnilennium 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: 2%{?dist} |
Release: 3%{?dist} |
8 |
Summary: BackupPC integration into SME server |
Summary: BackupPC integration into SME server |
9 |
|
|
10 |
Group: Applications/System |
Group: Applications/System |
34 |
and easy to install and maintain. |
and easy to install and maintain. |
35 |
This package contains specific configuration for SME server |
This package contains specific configuration for SME server |
36 |
|
|
37 |
|
#---------------------------------------------------- |
38 |
|
|
39 |
|
%package -n smeserver-BackupPC4 |
40 |
|
Summary: BackupPC 4 integration into SME server |
41 |
|
Group: Email |
42 |
|
Requires: BackupPC4 |
43 |
|
Conflicts: smeserver-BackupPC |
44 |
|
|
45 |
|
%description -n smeserver-BackupPC4 |
46 |
|
BackupPC is a high-performance, enterprise-grade system for backing up Linux |
47 |
|
and WinXX PCs and laptops to a server's disk. BackupPC is highly configurable |
48 |
|
and easy to install and maintain. |
49 |
|
This package contains specific configuration for SME server |
50 |
|
|
51 |
|
#---------------------------------------------------- |
52 |
|
|
53 |
|
|
54 |
|
|
55 |
%changelog |
%changelog |
56 |
|
* Mon Nov 25 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.2-3.sme |
57 |
|
- initial build to install BackupPC4fix [SME: 10514] |
58 |
|
|
59 |
* Wed May 03 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.2-2.sme |
* Wed May 03 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.2-2.sme |
60 |
- update TKT auth parameter for SME 9.2 update [SME: 10266] |
- update TKT auth parameter for SME 9.2 update [SME: 10266] |
61 |
|
|
185 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
186 |
%defattr(-,root,root) |
%defattr(-,root,root) |
187 |
|
|
188 |
|
%files -n smeserver-BackupPC4 -f %{name}-%{version}-filelist |
189 |
|
%defattr(-,root,root,-) |
190 |
|
|
191 |
|
|
192 |
%pre |
%pre |
193 |
#%{_sbindir}/useradd -c "BackupPC User" -m -d /home/e-smith/files/users/backuppc -r -s /sbin/nologin backuppc >& /dev/null || : |
#%{_sbindir}/useradd -c "BackupPC User" -m -d /home/e-smith/files/users/backuppc -r -s /sbin/nologin backuppc >& /dev/null || : |
194 |
%{_sbindir}/usermod -m -d /var/lib/BackupPC backuppc >& /dev/null || : |
%{_sbindir}/usermod -m -d /var/lib/BackupPC backuppc >& /dev/null || : |