/[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.10 by bytegw, Thu Nov 29 23:46:30 2007 UTC Revision 1.25 by slords, Thu Aug 7 19:50:55 2008 UTC
# Line 2  Summary: e-smith module to provide the b Line 2  Summary: e-smith module to provide the b
2  %define name e-smith-backup  %define name e-smith-backup
3  Name: %{name}  Name: %{name}
4  %define version 1.15.0  %define version 1.15.0
5  %define release 8  %define release 22
6  Version: %{version}  Version: %{version}
7  Release: %{release}%{?dist}  Release: %{release}%{?dist}
8  License: Artistic  License: Artistic
# Line 15  Patch3: e-smith-backup-1.15.0-DarWorksta Line 15  Patch3: e-smith-backup-1.15.0-DarWorksta
15  Patch4: e-smith-backup-1.15.0-DarWorkstation.patch3  Patch4: e-smith-backup-1.15.0-DarWorkstation.patch3
16  Patch5: e-smith-backup-1.15.0-FixCompressionSetting.patch  Patch5: e-smith-backup-1.15.0-FixCompressionSetting.patch
17  Patch6: e-smith-backup-1.15.0-WrongRestoreLocationFix.patch  Patch6: e-smith-backup-1.15.0-WrongRestoreLocationFix.patch
18    Patch7: e-smith-backup-1.15.0-rmLexDuplicates.patch
19    Patch8: e-smith-backup-1.15.0-tags2general.patch
20    Patch9: e-smith-backup-1.15.0-DarDesc.patch
21    Patch10: e-smith-backup-1.15.0-brFix.patch
22    Patch11: e-smith-backup-1.15.0-fixerrmsg.patch
23    Patch12: e-smith-backup-1.15.0-hours.patch
24    Patch13: e-smith-backup-1.15.0-add2general.patch
25    Patch14: e-smith-backup-1.15.0-FixDarExpandTemplate.patch
26    Patch15: e-smith-backup-1.15.0-FixDarManagerRedirect.patch
27    Patch16: e-smith-backup-1.15.0-stderr.patch
28    Patch17: e-smith-backup-1.15.0-fullPriority.patch
29    Patch18: e-smith-backup-1.15.0-LocaliseStatus.patch
30  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
31  BuildRequires: e-smith-devtools >= 1.11.0-03  BuildRequires: e-smith-devtools >= 1.11.0-03
32  BuildRequires: gettext  BuildRequires: gettext
# Line 30  Requires: perl(Digest::MD5) Line 42  Requires: perl(Digest::MD5)
42  Requires: perl(File::Copy)  Requires: perl(File::Copy)
43  Requires: perl(esmith::I18N)  Requires: perl(esmith::I18N)
44  Requires: dar  Requires: dar
45    Requires: e-smith-formmagick >= 1.4.0-12
46    
47  %changelog  %changelog
48    * Thu Aug 7 2008 Shad L. Lords <slords@mail.com> 1.15.0-22
49    - Localise status of workstation backup [SME: 4481]
50    
51    * Fri Aug 1 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.15.0-21
52    - Fix too greedy removel of locale key CONFIGURE_TAPE_BACKUP [SME: 4469]
53    
54    * Sat Jul 26 2008 Shad L. Lords <slords@mail.com> 1.15.0-20
55    - Make full backups have priority over incremental [SME: 4395]
56    
57    * Sat Jul 26 2008 Shad L. Lords <slords@mail.com> 1.15.0-19
58    - Fix redirect to stderr on check tape cronjob [SME: 4458]
59    
60    * Sun Jul 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.15.0-18
61    - Add common <base> tags to e-smith-formmagick's general [SME: 4286]
62    
63    * Sat May 31 2008 Gavin Weight <gweight@gmail.com> 1.15.0-17
64    - Fix Dar manager to redirect correctly in system call. [SME: 4304]
65    
66    * Mon May 26 2008 Gavin Weight <gweight@gmail.com> 1.15.0-16
67    - Fix Dar to expand correctly. [SME: 4304]
68    
69    * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.15.0-15
70    - Add common <base> tags to e-smith-formmagick's general [SME: 4286]
71    
72    * Wed Apr 09 2008 Stephen Noble <support@dungog.net> 1.15.0-14
73    - Minor fix in translation of hours [SME: 4179]
74    
75    * Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 1.15.0-13
76    - Fix localization in restore routine [SME: 3989]
77    
78    * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 1.15.0-12
79    - Remove <br> tag from error msg  [SME: 3989]
80    
81    * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 1.15.0-11
82    - Move/copy Backup_Desc to Backup_Desc_Dar for 1.15 rel [SME: 4024]
83    
84    * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.15.0-10
85    - Remove <base> tags now in general [SME: 3912]
86    
87    * Sun Feb 10 2008 Stephen Noble <support@dungog.net> 1.15.0-9
88    - Remove duplicate <base> entries [SME: 3887]
89    
90  * Thu Nov 29 2007 Gavin Weight <gweight@gmail.com> 1.15.0-8  * Thu Nov 29 2007 Gavin Weight <gweight@gmail.com> 1.15.0-8
91  - Fix restore files location path. [SME: 3593]  - Fix restore files location path. [SME: 3593]
92    
# Line 1000  e-smith server central backup administra Line 1055  e-smith server central backup administra
1055  %patch4 -p1  %patch4 -p1
1056  %patch5 -p1  %patch5 -p1
1057  %patch6 -p1  %patch6 -p1
1058    %patch7 -p1
1059    %patch8 -p1
1060    %patch9 -p1
1061    %patch10 -p1
1062    %patch11 -p1
1063    %patch12 -p1
1064    %patch13 -p1
1065    %patch14 -p1
1066    %patch15 -p1
1067    %patch16 -p1
1068    %patch17 -p1
1069    %patch18 -p1
1070    
1071  %build  %build
1072  /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