/[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.63 by snetram, Wed Mar 17 18:53:06 2010 UTC Revision 1.74 by wellsi, Fri Jul 9 17:43:14 2010 UTC
# Line 1  Line 1 
1  # $Id: e-smith-backup.spec,v 1.62 2010/03/17 18:43:55 snetram Exp $  # $Id: e-smith-backup.spec,v 1.73 2010/07/08 21:27:13 wellsi 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 32  %define release 42
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: Artistic  License: Artistic
# Line 39  Patch26: e-smith-backup-2.2.0-smbpasswd_ Line 39  Patch26: e-smith-backup-2.2.0-smbpasswd_
39  Patch27: e-smith-backup-2.2.0-create_mount.patch2  Patch27: e-smith-backup-2.2.0-create_mount.patch2
40  Patch28: e-smith-backup-2.2.0-nolowercase.patch  Patch28: e-smith-backup-2.2.0-nolowercase.patch
41  Patch29: e-smith-backup-2.2.0-adjust-for-samba-tdb-locations.patch  Patch29: e-smith-backup-2.2.0-adjust-for-samba-tdb-locations.patch
42    Patch30: e-smith-backup-2.2.0-workstation-To-field.patch
43    Patch31: e-smith-backup-2.2.0-ServerNameEmail.patch
44    Patch32: e-smith-backup-2.2.0-fix-leading-slash-removal.patch
45    Patch33: e-smith-backup-2.2.0-secrets_tdb.patch
46    Patch34: e-smith-backup-2.2.0-local_USB.patch
47    Patch35: e-smith-backup-2.2.0-smbpassword2smbpasswd.patch
48    Patch36: e-smith-backup-2.2.0-stripSpaces.patch
49    Patch37: e-smith-backup-2.2.0-DesktopBackupTextUpdate.patch
50    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  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
53  BuildRequires: e-smith-devtools >= 1.11.0-03  BuildRequires: e-smith-devtools >= 1.11.0-03
54  BuildRequires: gettext  BuildRequires: gettext
# Line 57  Requires: dar Line 67  Requires: dar
67  Requires: e-smith-formmagick >= 1.4.0-12  Requires: e-smith-formmagick >= 1.4.0-12
68    
69  %changelog  %changelog
70    * Fri Jul 9 2010 Ian Wells <esmith@wellsi.com> 2.2.0-42.sme
71    - remove relocate_samba_file and all references to /etc/smbpasswd [SME: 6073]
72    
73    * Thu Jul 8 2010 Ian Wells <esmith@wellsi.com> 2.2.0-41.sme
74    - Remove /etc/smbpasswd from restore_list [SME: 6071]
75    
76    * Tue Jun 22 2010 Ian Wells <esmith@wellsi.com> 2.2.0-40.sme
77    - Update backup instructions in server-manager [SME: 6078]
78    
79    * Mon Jun 14 2010 Ian Wells <esmith@wellsi.com> 2.2.0-39.sme
80    - Strip spaces from Workstation Backup hostname [SME: 6060]
81    
82    * Mon Jun 14 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-38.sme
83    - Fix error causing restore to report failed where it was complete [SME: 6062]
84    
85    * Mon Jun  7 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-37.sme
86    - Check if local USB disk is mounted in backup panel [SME: 6033]
87    
88    * Thu May 13 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-36.sme
89    - Revert patch from 2.2.0-31: secrets.tdb still in /etc/samba [SME: 5857]
90    
91    * Tue May 11 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-35.sme
92    - Fix removal of leading slash in storage location [SME: 5928]
93    
94    * Thu May 9 2010 Ian Wells <esmith@wellsi.com> 2.2.0-34.sme
95    - Add system name in Workstation Backups email [SME: 5706]
96    
97    * Thu May 6 2010 Ian Wells <esmith@wellsi.com> 2.2.0-33.sme
98    - To: field missing from header in Workstation Backups email [SME: 5924]
99    
100  * Wed Mar 17 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-32.sme  * Wed Mar 17 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-32.sme
101  - Partly revert previous patch due to undesired side effects to smbpasswd [SME: 5857]  - Partly revert previous patch due to undesired side effects to smbpasswd [SME: 5857]
102    
# Line 1189  e-smith server central backup administra Line 1229  e-smith server central backup administra
1229  %patch27 -p1  %patch27 -p1
1230  %patch28 -p1  %patch28 -p1
1231  %patch29 -p1  %patch29 -p1
1232    %patch30 -p1
1233    %patch31 -p1
1234    %patch32 -p1
1235    %patch33 -p1
1236    %patch34 -p1
1237    %patch35 -p1
1238    %patch36 -p1
1239    %patch37 -p1
1240    %patch38 -p1
1241    %patch39 -p1
1242    
1243  %build  %build
1244  /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