2 |
%define name smeserver-affa |
%define name smeserver-affa |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 0.9.0 |
%define version 0.9.0 |
5 |
%define release 5 |
%define release 8 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GNU GPL (GNU General Public License) |
License: GNU GPL (GNU General Public License) |
17 |
Patch0: smeserver-affa-0.9.0-debugsshquiet.patch |
Patch0: smeserver-affa-0.9.0-debugsshquiet.patch |
18 |
Patch1: smeserver-affa-0.9.0-defaultRemoteHostName.patch |
Patch1: smeserver-affa-0.9.0-defaultRemoteHostName.patch |
19 |
Patch2: smeserver-affa-0.9.0-dovecotDeleteNewStyleIndexFiles.patch |
Patch2: smeserver-affa-0.9.0-dovecotDeleteNewStyleIndexFiles.patch |
20 |
|
Patch3: smeserver-affa-0.9.0-createBackupFileOption.patch |
21 |
|
Patch4: smeserver-affa-0.9.0-createBackupFileOption2.patch |
22 |
|
|
23 |
%description |
%description |
24 |
Main purpose ist to make the SME server a dedicated rsync based backup server. |
Main purpose ist to make the SME server a dedicated rsync based backup server. |
25 |
Also providing functions to backup to USB disks or SMB shares in SOHO environments. |
Also providing functions to backup to USB disks or SMB shares in SOHO environments. |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
|
* Sat Mar 08 2008 Michael Weinberger 0.9.0-7 |
29 |
|
Permissions in /usr/lib/affa |
30 |
|
* Sat Mar 08 2008 Michael Weinberger 0.9.0-7 |
31 |
|
md5sum in --create-backup-file |
32 |
|
* Fri Mar 07 2008 Michael Weinberger 0.9.0-6 |
33 |
|
Added option --create-backup-file |
34 |
|
Using line number as error code in affaErrorExit() |
35 |
|
Fixed /etc/profile.d/affa.sh |
36 |
|
|
37 |
* Mon Mar 03 2008 Michael Weinberger 0.9.0-5 |
* Mon Mar 03 2008 Michael Weinberger 0.9.0-5 |
38 |
- delete new style Dovecot's index files dovecot.index* |
- delete new style Dovecot's index files dovecot.index* |
39 |
- delete dovecot index files on remote server in --full-restore |
- delete dovecot index files on remote server in --full-restore |
|
|
|
40 |
|
|
41 |
* Fri Feb 29 2008 Michael Weinberger 0.9.0-4 |
* Fri Feb 29 2008 Michael Weinberger 0.9.0-4 |
42 |
set localhost as default remoteHostName in /etc/e-smith/templates//etc/cron.d/affa/00jobs |
set localhost as default remoteHostName in /etc/e-smith/templates//etc/cron.d/affa/00jobs |
316 |
%patch0 -p1 |
%patch0 -p1 |
317 |
%patch1 -p1 |
%patch1 -p1 |
318 |
%patch2 -p1 |
%patch2 -p1 |
319 |
|
%patch3 -p1 |
320 |
|
%patch4 -p1 |
321 |
|
|
322 |
%build |
%build |
323 |
|
|
341 |
-e "s@^/sbin/e-smith/@%attr(0750,root,root) &@"\ |
-e "s@^/sbin/e-smith/@%attr(0750,root,root) &@"\ |
342 |
-e "s@^/etc/profile.d/@%attr(0755,root,root) &@"\ |
-e "s@^/etc/profile.d/@%attr(0755,root,root) &@"\ |
343 |
-e "s@^/etc/e-smith/templates/@%attr(0644,root,root) &@"\ |
-e "s@^/etc/e-smith/templates/@%attr(0644,root,root) &@"\ |
344 |
|
-e "s@^/usr/lib/affa/COPYING@%attr(0444,root,root) &@"\ |
345 |
|
-e "s@^/usr/lib/affa/@%attr(0750,root,root) &@"\ |
346 |
>> %{name}-%{version}-filelist |
>> %{name}-%{version}-filelist |
347 |
|
|
348 |
find $RPM_BUILD_ROOT -depth -type l -print |\ |
find $RPM_BUILD_ROOT -depth -type l -print |\ |