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

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

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

Revision 1.25 by wellsi, Wed Feb 5 23:13:06 2014 UTC Revision 1.33 by wellsi, Sat Apr 19 18:24:19 2014 UTC
# Line 1  Line 1 
1  # $Id: e-smith-backup.spec,v 1.24 2014/02/03 07:00:58 wellsi Exp $  # $Id: e-smith-backup.spec,v 1.32 2014/03/22 17:44: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.4.0  %define version 2.4.0
7  %define release 24  %define release 32
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: Artistic  License: Artistic
# Line 33  Patch20: e-smith-backup-2.4.0-workstatio Line 33  Patch20: e-smith-backup-2.4.0-workstatio
33  Patch21: e-smith-backup-2.4.0-workstation-updateDarCatalog.patch  Patch21: e-smith-backup-2.4.0-workstation-updateDarCatalog.patch
34  Patch22: e-smith-backup-2.4.0-workstation-nousb.patch  Patch22: e-smith-backup-2.4.0-workstation-nousb.patch
35  Patch23: e-smith-backup-2.4.0-workstation-noTempDir.patch  Patch23: e-smith-backup-2.4.0-workstation-noTempDir.patch
36    Patch24: e-smith-backup-2.4.0-workstation-Time.patch
37    Patch25: e-smith-backup-2.4.0-workstation-WolMail.patch
38    Patch26: e-smith-backup-2.4.0-workstation-newSet.patch
39    Patch27: e-smith-backup-2.4.0-workstation-selectiveRestoreK.patch
40    Patch28: e-smith-backup-2.4.0-30vfstype.patch
41    Patch29: e-smith-backup-2.4.0-moveConsoleBackup.patch
42    Patch30: e-smith-backup-2.4.0-workstation-updateDarCatalogSleep.patch
43    Patch31: e-smith-backup-2.4.0-workstation-PerlCritic.patch
44    Patch32: e-smith-backup-2.4.0-workstation-removeDOSendings.patch
45    Patch33: e-smith-backup-2.4.0-workstation-allowMounted1.patch
46  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
47  BuildRequires: e-smith-devtools >= 1.11.0-03  BuildRequires: e-smith-devtools >= 1.11.0-03
48  BuildRequires: gettext  BuildRequires: gettext
# Line 52  Requires: cifs-utils Line 62  Requires: cifs-utils
62  Requires: e-smith-formmagick >= 1.4.0-12  Requires: e-smith-formmagick >= 1.4.0-12
63    
64  %changelog  %changelog
65    * Sat Apr 19 2014 Ian Wells <esmith@wellsi.com> 2.4.0-32.sme
66    - Allow workstation backup to mounted drive [SME: 8144]
67    
68    * Sat Mar 15 2014 Ian Wells <esmith@wellsi.com> 2.4.0-31.sme
69    - Update to the latest version of perform_restore [SME: 8259]
70    - Boostrap console should only offer restore if no password set.
71    
72    * Fri Mar 11 2014 Ian Wells <esmith@wellsi.com> 2.4.0-30.sme
73    - Delete items from dar catalog in descending order [SME: 8129]
74    - Minor non-functional updates based on PerlCritic and review comments
75    
76    * Thu Mar 10 2014 Ian Wells <esmith@wellsi.com> 2.4.0-29.sme
77    - Move console backup to e-smith-backup [SME: 3324]
78    
79    * Sun Feb 9 2014 Ian Wells <esmith@wellsi.com> 2.4.0-28.sme
80    - Workstation Backup, selective restore of deleted files [SME: 8200]
81    - Remove migrate fragment 30vfstype [SME: 8199]
82    
83    * Sat Feb 8 2014 Ian Wells <esmith@wellsi.com> 2.4.0-27.sme
84    - Workstation Backup, Don't delete old sets, only empty them. [SME: 8195]
85    
86    * Sat Feb 8 2014 Ian Wells <esmith@wellsi.com> 2.4.0-26.sme
87    - Workstation Backup, Mail and WOL now subroutines [SME: 8193]
88    - Workstation Backup, remove the need for a temporary directory, updated. [SME: 7767]
89    
90    * Wed Feb 5 2014 Ian Wells <esmith@wellsi.com> 2.4.0-25.sme
91    - Workstation Backup, backupname includes seconds. [SME: 8194]
92    - Simplification of the time routines.
93    
94  * Wed Feb 5 2014 Ian Wells <esmith@wellsi.com> 2.4.0-24.sme  * Wed Feb 5 2014 Ian Wells <esmith@wellsi.com> 2.4.0-24.sme
95  - Workstation Backup, remove the need for a temporary directory. [SME: 7767]  - Workstation Backup, remove the need for a temporary directory. [SME: 7767]
96    
# Line 1348  e-smith server central backup administra Line 1387  e-smith server central backup administra
1387  %patch21 -p1  %patch21 -p1
1388  %patch22 -p1  %patch22 -p1
1389  %patch23 -p1  %patch23 -p1
1390    %patch24 -p1
1391    %patch25 -p1
1392    %patch26 -p1
1393    %patch27 -p1
1394    %patch28 -p1
1395    %patch29 -p1
1396    %patch30 -p1
1397    %patch31 -p1
1398    %patch32 -p1
1399    %patch33 -p1
1400    
1401  %build  %build
1402  /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