/[smeserver]/rpms/e-smith-backup/sme8/e-smith-backup.spec
ViewVC logotype

Diff of /rpms/e-smith-backup/sme8/e-smith-backup.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.73 by wellsi, Thu Jul 8 21:27:13 2010 UTC Revision 1.85 by wellsi, Sun May 29 08:15:28 2011 UTC
# Line 1  Line 1 
1  # $Id: e-smith-backup.spec,v 1.72 2010/06/22 16:43:30 wellsi Exp $  # $Id: e-smith-backup.spec,v 1.84 2011/03/21 18:17:21 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 41  %define release 53
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: Artistic  License: Artistic
# Line 48  Patch35: e-smith-backup-2.2.0-smbpasswor Line 48  Patch35: e-smith-backup-2.2.0-smbpasswor
48  Patch36: e-smith-backup-2.2.0-stripSpaces.patch  Patch36: e-smith-backup-2.2.0-stripSpaces.patch
49  Patch37: e-smith-backup-2.2.0-DesktopBackupTextUpdate.patch  Patch37: e-smith-backup-2.2.0-DesktopBackupTextUpdate.patch
50  Patch38: e-smith-backup-2.2.0-restore_list_smbpasswd.patch  Patch38: e-smith-backup-2.2.0-restore_list_smbpasswd.patch
51    Patch39: e-smith-backup-2.2.0-remove-relocate_samba_file.patch
52    Patch40: e-smith-backup-2.2.0-workstation_tmpdir.patch
53    Patch41: e-smith-backup-2.2.0-workstation_failure.patch
54    Patch42: e-smith-backup-2.2.0-diskusage.patch
55    Patch43: e-smith-backup-2.2.0-removeCaseConversion.patch
56    Patch44: e-smith-backup-2.2.0-CheckDarReturnCode.patch
57    Patch45: e-smith-backup-2.2.0-fix-x-of-y-strings.patch
58    Patch46: e-smith-backup-2.2.0-backup-and-restore-textual-changes.patch
59    Patch47: e-smith-backup-2.2.0-localize-backup-share-target-vfst.patch
60    Patch48: e-smith-backup-2.2.0-RemoveEOL.patch
61  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
62  BuildRequires: e-smith-devtools >= 1.11.0-03  BuildRequires: e-smith-devtools >= 1.11.0-03
63  BuildRequires: gettext  BuildRequires: gettext
# Line 66  Requires: dar Line 76  Requires: dar
76  Requires: e-smith-formmagick >= 1.4.0-12  Requires: e-smith-formmagick >= 1.4.0-12
77    
78  %changelog  %changelog
79    * Sun May 29 2011 Ian Wells <esmith@wellsi.com> 2.2.0-53.sme
80    - Remove EOL from volume labels [SME: 6605]
81    
82    * Mon Mar 21 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-52
83    - Reverting previous changeset as it did more than it was supposed to do [SME: 6578]
84    
85    * Mon Mar 21 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-51
86    - Fix html p entry [SME: 6578]
87    
88    * Sun Mar 20 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-50
89    - Localize dropdown box of backup destination type [SME: 6575]
90    
91    * Fri Mar 18 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-49
92    - Fix strings referencing USB media [SME: 5955]
93    
94    * Mon Mar 14 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-48
95    - Fix strings representing sequences [SME: 5961]
96    
97    * Fri Mar 11 2011 Ian Wells <esmith@wellsi.com> 2.2.0-47.sme
98    - Backup to Workstation does not handle full remote disc gracefully, by Filippo Carletti [SME: 6355]
99    
100    * Sun Nov 21 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-46
101    - Do not convert case of SmbShare on database migration [SME: 6387]
102    
103    * Sat Oct 10 2010 Ian Wells <esmith@wellsi.com> 2.2.0-45.sme
104    - Include disk usage in Workstation Backup email [SME: 6143]
105    
106    * Mon Jul 19 2010 Ian Wells <esmith@wellsi.com> 2.2.0-44.sme
107    - Indicate failure in Subject line of Workstation Backup [SME: 6121]
108    
109    * Fri Jul 9 2010 Ian Wells <esmith@wellsi.com> 2.2.0-43.sme
110    - Only define Workstation Backup temporary directory once [SME: 5930]
111    
112    * Fri Jul 9 2010 Ian Wells <esmith@wellsi.com> 2.2.0-42.sme
113    - Remove relocate_samba_file and all references to /etc/smbpasswd [SME: 6073]
114    
115  * Thu Jul 8 2010 Ian Wells <esmith@wellsi.com> 2.2.0-41.sme  * Thu Jul 8 2010 Ian Wells <esmith@wellsi.com> 2.2.0-41.sme
116  - Remove /etc/smbpasswd from restore_list [SME: 6071]  - Remove /etc/smbpasswd from restore_list [SME: 6071]
117    
# Line 1234  e-smith server central backup administra Line 1280  e-smith server central backup administra
1280  %patch36 -p1  %patch36 -p1
1281  %patch37 -p1  %patch37 -p1
1282  %patch38 -p1  %patch38 -p1
1283    %patch39 -p1
1284    %patch40 -p1
1285    %patch41 -p1
1286    %patch42 -p1
1287    %patch43 -p1
1288    %patch44 -p1
1289    %patch45 -p1
1290    %patch46 -p1
1291    %patch47 -p1
1292    %patch48 -p1
1293    
1294  %build  %build
1295  /sbin/e-smith/buildtests 10e-smith-backup  /sbin/e-smith/buildtests 10e-smith-backup


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed