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

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

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

Revision 1.8 by snetram, Tue Jul 8 18:17:55 2008 UTC Revision 1.18 by snetram, Mon Nov 29 17:20:24 2010 UTC
# Line 1  Line 1 
1    # $Id: e-smith-hosts.spec,v 1.17 2010/11/29 08:36:41 snetram Exp $
2    
3  Summary: e-smith module for managing hosts entries  Summary: e-smith module for managing hosts entries
4  Name: e-smith-hosts  Name: e-smith-hosts
5  %define version 1.14.0  %define version 2.2.0
6  %define release 14  %define release 8
7  Version: %{version}  Version: %{version}
8  Release: %{release}%{?dist}  Release: %{release}%{?dist}
9  License: GPL  License: GPL
10  Group: Networking/Daemons  Group: Networking/Daemons
11  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
12  Patch0: e-smith-hosts-1.14.0-hostentriesformatting.patch  Patch1: e-smith-hosts-2.2.0_allow_cname.patch
13  Patch1: e-smith-hosts-1.14.0-hostentriesformatting.patch2  Patch2: e-smith-hosts-2.2.0-host_ip_validator.patch
14  Patch2: e-smith-hosts-1.14.0-comment.patch  Patch3: e-smith-hosts-2.2.0-trap_croak.patch
15  Patch3: e-smith-hosts-1.14.0-success.patch  Patch4: e-smith-hosts-2.2.0-ip-fqdn.patch
16  Patch4: e-smith-hosts-1.14.0-thenumbers.patch  Patch5: e-smith-hosts-2.2.0-ip-fqdn2.patch
17  Patch5: e-smith-hosts-1.14.0-no_global.patch  Patch6: e-smith-hosts-2.2.0-fix-speechmarks2.patch
 Patch6: e-smith-hosts-1.14.0-no_global.patch2  
 Patch7: e-smith-hosts-1.14.0-no_global.patch3  
 Patch8: e-smith-hosts-1.14.0-removeEmptyEntry.patch  
 Patch9: e-smith-hosts-1.14.0-rmDuplicates.patch  
 Patch10: e-smith-hosts-1.14.0-add2general.patch  
 Patch11: e-smith-hosts-1.14.0-hosttype.patch  
18  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
19  Requires: e-smith-base  Requires: e-smith-base
20  Requires: e-smith-lib >= 1.15.1-19  Requires: e-smith-lib >= 1.15.1-19
21  Requires: e-smith-test >= 0.1.14  Requires: e-smith-test >= 0.1.14
22  Requires: e-smith-formmagick >= 1.4.0-12  Requires: e-smith-formmagick >= 1.4.0-12
23    Requires: e-smith-tinydns >= 2.2.0-2
24  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
25  BuildArchitectures: noarch  BuildArchitectures: noarch
26  AutoReqProv: no  AutoReqProv: no
# Line 33  e-smith module to allow the configuratio Line 30  e-smith module to allow the configuratio
30  used to build the DNS and DHCP configuration.  used to build the DNS and DHCP configuration.
31    
32  %changelog  %changelog
33    * Mon Nov 29 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-8.sme
34    - Rework previous fix and escape comment field in server-manager forms [SME: 6408]
35    
36    * Mon Nov 29 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-7.sme
37    - Fix double speechmarks in comment field in hostname panel [SME: 6408]
38    
39    * Wed Oct 20 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-6.sme
40    - Update some more occurrences to also reflect the option of a FQDN [SME: 6296]
41    
42    * Tue Oct 19 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme
43    - Update textbox description to also reflect the option of a FQDN [SME: 6296]
44    
45    * Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-4.sme
46    - Trap croak inside Net::IPv4Addr::ipv4_in_network [SME: 6288]
47    
48    * Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-3.sme
49    - Add validator back for ip or cname entry [SME: 3132]
50    
51    * Thu Jul 29 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-2.sme
52    - Allow use of CNAME in remote hosts [SME: 3132]
53    
54    * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
55    - Roll new stream to separate sme7/sme8 trees [SME: 4633]
56    
57  * Tue Jul 8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.14.0-14  * Tue Jul 8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.14.0-14
58  - Move single occurence HOSTTYPE back to e-smith-hosts  - Move single occurence HOSTTYPE back to e-smith-hosts
59    
# Line 1012  used to build the DNS and DHCP configura Line 1033  used to build the DNS and DHCP configura
1033    
1034  %prep  %prep
1035  %setup  %setup
 %patch0 -p1  
1036  %patch1 -p1  %patch1 -p1
1037  %patch2 -p1  %patch2 -p1
1038  %patch3 -p1  %patch3 -p1
1039  %patch4 -p1  %patch4 -p1
1040  %patch5 -p1  %patch5 -p1
1041  %patch6 -p1  %patch6 -p1
 %patch7 -p1  
 %patch8 -p1  
 %patch9 -p1  
 %patch10 -p1  
 %patch11 -p1  
1042    
1043  %build  %build
1044  perl createlinks  perl createlinks


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