/[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.1 by slords, Wed Feb 13 15:42:48 2013 UTC Revision 1.5 by wellsi, Fri Jul 5 23:24:49 2013 UTC
# Line 1  Line 1 
1  # $Id: e-smith-backup.spec,v 1.93 2012/07/09 03:21:36 wellsi Exp $  # $Id: e-smith-backup.spec,v 1.4 2013/04/02 03:07:48 burnat 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 1  %define release 5
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: Artistic  License: Artistic
11  Group: Networking/Daemons  Group: Networking/Daemons
12  Source: %{name}-%{version}.tar.xz  Source: %{name}-%{version}.tar.xz
13    Patch1: e-smith-backup-2.4.0-df_ext4.patch
14    Patch2: e-smith-backup-2.4.0-CIFS_UNC_Path.patch
15    Patch3: e-smith-backup-2.4.0-migrate_to_UNC_syntax.patch
16    Patch4: e-smith-backup-2.4.0-workstation-backup-wol.patch
17  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
18  BuildRequires: e-smith-devtools >= 1.11.0-03  BuildRequires: e-smith-devtools >= 1.11.0-03
19  BuildRequires: gettext  BuildRequires: gettext
# Line 25  Requires: perl(Digest::MD5) Line 29  Requires: perl(Digest::MD5)
29  Requires: perl(File::Copy)  Requires: perl(File::Copy)
30  Requires: perl(esmith::I18N)  Requires: perl(esmith::I18N)
31  Requires: dar  Requires: dar
32    Requires: cifs-utils
33  Requires: e-smith-formmagick >= 1.4.0-12  Requires: e-smith-formmagick >= 1.4.0-12
34    
35  %changelog  %changelog
36    * Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme
37    - Use Wake on LAN before starting Backup with DAR, by Dave Liquorice [SME: 7743]
38    
39    * Mon Apr 1 2013 chris burnat <devlist@burnat.com> 2.4.0-4.sme
40    - NFS syntax is deprecated for CIFS mount [SME: 7525]
41    
42    * Wed Mar 20 2013 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme
43    - Require cifs-utils and use UNC paths for cifs mount [SME: 7503]
44    
45    * Thu Feb 28 2013 Ian Wells <esmith@wellsi.com> 2.4.0-2.sme
46    - Backup panel does not correctly report disk usage due to
47      missing ext4 support in panel code [SME: 7401]
48    
49  * Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme  * Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
50  - Roll new stream for sme9  - Roll new stream for sme9
51  - Perl modules moved to /usr/share/perl5/vendor_perl [SME: 7223]  - Perl modules moved to /usr/share/perl5/vendor_perl [SME: 7223]
# Line 1223  e-smith server central backup administra Line 1241  e-smith server central backup administra
1241    
1242  %prep  %prep
1243  %setup  %setup
1244    %patch1 -p1
1245    %patch2 -p1
1246    %patch3 -p1
1247    %patch4 -p1
1248    
1249  %build  %build
1250  /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