1 |
# $Id: e-smith-backup.spec,v 1.56 2010/01/31 05:22:09 dungog Exp $ |
# $Id: e-smith-backup.spec,v 1.62 2010/03/17 18:43:55 snetram Exp $ |
2 |
|
|
3 |
Summary: e-smith module to provide the backup panel |
Summary: e-smith module to provide the backup panel |
4 |
%define name e-smith-backup |
%define name e-smith-backup |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.2.0 |
%define version 2.2.0 |
7 |
%define release 27 |
%define release 32 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
36 |
Patch24: e-smith-backup-2.2.0-once_a_day.patch |
Patch24: e-smith-backup-2.2.0-once_a_day.patch |
37 |
Patch25: e-smith-backup-2.2.0-perform_backup-hal.patch |
Patch25: e-smith-backup-2.2.0-perform_backup-hal.patch |
38 |
Patch26: e-smith-backup-2.2.0-smbpasswd_not_last.patch |
Patch26: e-smith-backup-2.2.0-smbpasswd_not_last.patch |
39 |
|
Patch27: e-smith-backup-2.2.0-create_mount.patch2 |
40 |
|
Patch28: e-smith-backup-2.2.0-nolowercase.patch |
41 |
|
Patch29: e-smith-backup-2.2.0-adjust-for-samba-tdb-locations.patch |
42 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
43 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
44 |
BuildRequires: gettext |
BuildRequires: gettext |
57 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
58 |
|
|
59 |
%changelog |
%changelog |
60 |
|
* Wed Mar 17 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-32.sme |
61 |
|
- Partly revert previous patch due to undesired side effects to smbpasswd [SME: 5857] |
62 |
|
|
63 |
|
* Wed Mar 17 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-31.sme |
64 |
|
- Adjust backup routines for relocation of samba secrets.tdb file [SME: 5857] |
65 |
|
|
66 |
|
* Mon Feb 15 2010 Stephen Noble <support@dungog.net> 2.2.0-30.sme |
67 |
|
- Improved upgrade compatibility, remove .orig [SME: 4809] |
68 |
|
|
69 |
|
* Fri Feb 12 2010 Stephen Noble <support@dungog.net> 2.2.0-29.sme |
70 |
|
- fix mount point for verify [SME: 5765] |
71 |
|
|
72 |
|
* Tue Feb 9 2010 Stephen Noble <support@dungog.net> 2.2.0-28.sme |
73 |
|
- create mount point for verify [SME: 5765] |
74 |
|
|
75 |
* Sun Jan 31 2010 Stephen Noble <support@dungog.net> 2.2.0-27.sme |
* Sun Jan 31 2010 Stephen Noble <support@dungog.net> 2.2.0-27.sme |
76 |
- remove comment re smbpasswd being last [SME: 5600] |
- remove comment re smbpasswd being last [SME: 5600] |
77 |
|
|
1186 |
%patch24 -p1 |
%patch24 -p1 |
1187 |
%patch25 -p1 |
%patch25 -p1 |
1188 |
%patch26 -p1 |
%patch26 -p1 |
1189 |
|
%patch27 -p1 |
1190 |
|
%patch28 -p1 |
1191 |
|
%patch29 -p1 |
1192 |
|
|
1193 |
%build |
%build |
1194 |
/sbin/e-smith/buildtests 10e-smith-backup |
/sbin/e-smith/buildtests 10e-smith-backup |