1 |
# $Id: smeserver-BackupPC.spec,v 1.6 2009/05/05 08:37:46 vip-ire Exp $ |
2 |
# Authority: vip-ire |
3 |
# Name: Daniel Berteaud |
4 |
|
5 |
Name: smeserver-BackupPC |
6 |
Version: 0.1 |
7 |
Release: 8%{?dist} |
8 |
Summary: BackupPC integration into SME server |
9 |
|
10 |
Group: Applications/System |
11 |
License: GPL |
12 |
URL: http://backuppc.sourceforge.net/ |
13 |
Source: %{name}-%{version}.tar.gz |
14 |
Patch0: smeserver-BackupPC-0.1-logrotate.patch |
15 |
Patch1: smeserver-BackupPC-0.1-config_path.patch |
16 |
Patch2: smeserver-BackupPC-0.1-post-upgrade_to_bootstrape.patch |
17 |
Patch3: smeserver-BackupPC-0.1-sudoers.patch |
18 |
Patch4: smeserver-BackupPC-0.1-smeserver_template.patch |
19 |
Patch5: smeserver-BackupPC-0.1-fix_logrotate_event.patch |
20 |
Patch6: smeserver-BackupPC-0.1-sudoers_enhancement.patch |
21 |
Patch7: smeserver-BackupPC-0.1-templates_fixes.patch |
22 |
Patch8: smeserver-BackupPC-0.1-httpd_conf_cleanup.patch |
23 |
Patch9: smeserver-BackupPC-0.1-quotes_share_name.patch |
24 |
Patch10: smeserver-BackupPC-0.1-fixe_on_post_upgrade.patch |
25 |
|
26 |
BuildRoot: %{_tmppath}/%{name}-%{version} |
27 |
BuildArch: noarch |
28 |
|
29 |
BuildRequires: e-smith-devtools |
30 |
|
31 |
Requires: mod_auth_tkt |
32 |
Requires: BackupPC >= 3.1.0 |
33 |
Requires: smeserver-remoteuseraccess |
34 |
|
35 |
#Conflicts: smeserver-backuppc.fws |
36 |
Obsoletes: smeserver-backuppc.fws |
37 |
|
38 |
|
39 |
%description |
40 |
BackupPC is a high-performance, enterprise-grade system for backing up Linux |
41 |
and WinXX PCs and laptops to a server's disk. BackupPC is highly configurable |
42 |
and easy to install and maintain. |
43 |
This package contains specific configuration for SME server |
44 |
|
45 |
|
46 |
%changelog |
47 |
* Thu May 07 2009 Daniel B. <daniel@firewall-services.com> [0.1-8] |
48 |
- Link backuppc-checkupgrade script in post-upgrade event |
49 |
so the contrib is correctly configured without running backuppc-update |
50 |
event [SME: 5221] |
51 |
|
52 |
* Tue May 05 2009 Daniel B. <daniel@firewall-services.com> [0.1-7] |
53 |
- Fixe permissions on /etc/BackupPC/pc |
54 |
|
55 |
* Mon Mar 23 2009 Daniel B. <daniel@firewall-services.com> [0.1-6] |
56 |
- modify default httpd conf (cleanup) to use the new paths |
57 |
- Add quotes in share names for *Archive.conf files |
58 |
- Enhance provided template |
59 |
|
60 |
* Wed Mar 18 2009 Daniel B. <daniel@firewall-services.com> [0.1-5] |
61 |
- Enhance sudoers templates |
62 |
|
63 |
* Mon Feb 23 2009 Daniel B. <daniel@firewall-services.com> [0.1-4] |
64 |
- Fix logrotate issue (send a sigusr1 signal to httpd-bkpc) |
65 |
|
66 |
* Tue Jan 20 2009 Daniel B. <daniel@firewall-services.com> [0.1-3] |
67 |
- Update Exclude path for smeserver config example |
68 |
|
69 |
* Thu Dec 11 2008 Daniel B. <daniel@firewall-services.com> [0.1-2] |
70 |
- Revert config and logs paths to their default location |
71 |
- Expand-templates during bootrape-console-save instead of post-upgrade |
72 |
- Remove sudoers templates.metadata to prevent conflict, added smeserver-remoteuseraccess |
73 |
as a dependency |
74 |
|
75 |
* Thu Nov 13 2008 Daniel B. <daniel@firewall-services.com> [0.1-1] |
76 |
- Fix logrotate issue |
77 |
|
78 |
* Thu Aug 14 2008 Daniel B. <daniel@firewall-services.com> [0.1-0] |
79 |
- Adapted to work with 3.1.0 |
80 |
- Split smeserver specific stuff in a separate srpm |
81 |
- Remove pre-compiled binaries from the srpm (par2cmdline must be downloaded separatly if needed) |
82 |
- A dedicated httpd instance is used (running under backuppc user). This increase security as |
83 |
user www no longer has access to backuppc data. |
84 |
- Authentication is integrated with the server-manager (no need to login two times now) |
85 |
- Added some config example (with backups disabled). These can be used as templates for other hosts |
86 |
- Some corrections in backup export scripts (*copyPool scipts still need to be re-written |
87 |
to be more reliable, maybe with dump/restore, or dd, and with built-in support for LVM snapshots) |
88 |
|
89 |
* Wed May 11 2007 Daniel Berteaud <daniel@firewall-services.com> |
90 |
- [3.0-1] |
91 |
- corrected default config for localhost (excluding by default /opt/backuppc and /selinux) |
92 |
- improvement of the rpm scriplets |
93 |
- start and stop script linked to e-smith-service |
94 |
- scripts for offline backups |
95 |
- par2 included |
96 |
|
97 |
* Tue Jan 30 2007 Daniel Berteaud <daniel@firewall-services.com> |
98 |
- [3.0-0] |
99 |
- rpm package |
100 |
- script BackupPC_SME_remoteBackup to remotly backup the pool (to another UNIX host) |
101 |
|
102 |
|
103 |
|
104 |
%prep |
105 |
%setup -q -n %{name}-%{version} |
106 |
%patch0 -p1 |
107 |
%patch1 -p1 |
108 |
%patch2 -p1 |
109 |
%patch3 -p1 |
110 |
%patch4 -p1 |
111 |
%patch5 -p1 |
112 |
%patch6 -p1 |
113 |
%patch7 -p1 |
114 |
%patch8 -p1 |
115 |
%patch9 -p1 |
116 |
%patch10 -p1 |
117 |
|
118 |
|
119 |
%build |
120 |
perl createlinks |
121 |
|
122 |
%install |
123 |
|
124 |
%{__mkdir} -p $RPM_BUILD_ROOT/var/service/httpd-bkpc/supervise |
125 |
%{__mkdir} -p $RPM_BUILD_ROOT/var/service/httpd-bkpc/log/supervise |
126 |
%{__mkdir} -p $RPM_BUILD_ROOT/var/log/httpd-bkpc |
127 |
|
128 |
|
129 |
(cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) |
130 |
/bin/rm -f %{name}-%{version}-filelist |
131 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
132 |
--file /usr/share/BackupPC/bin/BackupPC_SME_pre-backup 'attr(0755,root,root) %config(noreplace)' \ |
133 |
--file /usr/share/BackupPC/bin/BackupPC_SME_usbArchive 'attr(0755,root,root)' \ |
134 |
--file /usr/share/BackupPC/bin/BackupPC_SME_usbCopyPool 'attr(0755,root,root)' \ |
135 |
--file /usr/share/BackupPC/bin/BackupPC_SME_localArchive 'attr(0755,root,root)' \ |
136 |
--file /usr/share/BackupPC/bin/BackupPC_SME_localCopyPool 'attr(0755,root,root)' \ |
137 |
--file /usr/share/BackupPC/bin/BackupPC_SME_remoteArchive 'attr(0755,root,root)' \ |
138 |
--file /usr/share/BackupPC/bin/BackupPC_SME_remoteCopyPool 'attr(0755,root,root)' \ |
139 |
--file /etc/BackupPC/pc/localserver-template.pl 'attr(640,backuppc,backuppc) %config(noreplace)' \ |
140 |
--file /etc/BackupPC/pc/smeserver-template.pl 'attr(640,backuppc,backuppc) %config(noreplace)' \ |
141 |
--file /etc/BackupPC/pc/windows-template.pl 'attr(640,backuppc,backuppc) %config(noreplace)' \ |
142 |
--file /etc/BackupPC/usbArchive.conf 'attr(640,backuppc,backuppc) %config(noreplace)' \ |
143 |
--file /etc/BackupPC/usbCopyPool.conf 'attr(640,backuppc,backuppc) %config(noreplace)' \ |
144 |
--file /etc/BackupPC/localArchive.conf 'attr(640,backuppc,backuppc) %config(noreplace)' \ |
145 |
--file /etc/BackupPC/localCopyPool.conf 'attr(640,backuppc,backuppc) %config(noreplace)' \ |
146 |
--file /etc/BackupPC/remoteArchive.conf 'attr(640,backuppc,backuppc) %config(noreplace)' \ |
147 |
--file /etc/BackupPC/remoteCopyPool.conf 'attr(640,backuppc,backuppc) %config(noreplace)' \ |
148 |
--dir /etc/BackupPC/pc 'attr(750,backuppc,backuppc)' \ |
149 |
--dir /var/service/httpd-bkpc 'attr(01755,root,root)' \ |
150 |
--file /var/service/httpd-bkpc/run 'attr(0700,root,root)' \ |
151 |
--dir /var/service/httpd-bkpc/supervise 'attr(0700,root,root)' \ |
152 |
--dir /var/service/httpd-bkpc/log 'attr(0755,root,root)' \ |
153 |
--file /var/service/httpd-bkpc/log/run 'attr(0755,root,root)' \ |
154 |
--dir /var/service/httpd-bkpc/log/supervise 'attr(0700,root,root)' \ |
155 |
--dir /var/log/httpd-bkpc 'attr(0750,smelog,smelog)' \ |
156 |
> %{name}-%{version}-filelist |
157 |
|
158 |
|
159 |
%clean |
160 |
rm -rf $RPM_BUILD_ROOT |
161 |
|
162 |
%files -f %{name}-%{version}-filelist |
163 |
%defattr(-,root,root) |
164 |
|
165 |
%pre |
166 |
#%{_sbindir}/useradd -c "BackupPC User" -m -d /home/e-smith/files/users/backuppc -r -s /sbin/nologin backuppc >& /dev/null || : |
167 |
%{_sbindir}/usermod -m -d /var/lib/BackupPC backuppc >& /dev/null || : |
168 |
|
169 |
%preun |
170 |
|
171 |
# Disable services, and stop them |
172 |
if [ $1 = 0 ]; then # Uninstall only, not upgrade |
173 |
db configuration setprop backuppc status disabled >& /dev/null || : |
174 |
db configuration setprop httpd-bkpc status disabled >& /dev/null || : |
175 |
service backuppc stop >& /dev/null || : |
176 |
fi |
177 |
|
178 |
true |
179 |
|