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

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

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

Revision 1.17 by slords, Tue Oct 7 18:41:10 2008 UTC Revision 1.28 by wellsi, Sat Sep 14 18:56:26 2013 UTC
# Line 1  Line 1 
1  # $Id$  # $Id: e-smith-lib.spec,v 1.27 2013/06/30 22:09:01 wellsi Exp $
2    
3  Summary: e-smith server and gateway - library module  Summary: e-smith server and gateway - library module
4  %define name e-smith-lib  %define name e-smith-lib
5  Name: %{name}  Name: %{name}
6  %define version 2.2.0  %define version 2.2.0
7  %define release 1  %define release 10
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.gz  Source: %{name}-%{version}.tar.gz
13    Patch1: e-smith-lib-2.2.0-sambaRole.patch
14    Patch2: e-smith-lib-2.2.0-UniqueUid.patch
15    Patch3: e-smith-lib-2.2.0-lib64.patch
16    Patch4: e-smith-lib-2.2.0-hwaddr.patch
17    Patch5: e-smith-lib-2.2.0-serialize_peers.patch
18    Patch6: e-smith-lib-2.2.0-ipv4check.patch
19    #Patch7: e-smith-lib-2.2.0-consoleUTF8.patch
20  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
21  BuildArchitectures: noarch  BuildArchitectures: noarch
22  BuildRequires: e-smith-devtools >= 1.6.3-01  BuildRequires: e-smith-devtools >= 1.6.3-01
# Line 26  Requires: perl(Net::IPv4Addr) >= 0.10 Line 33  Requires: perl(Net::IPv4Addr) >= 0.10
33  e-smith server and gateway software - library module.  e-smith server and gateway software - library module.
34    
35  %changelog  %changelog
36    * Sat Sep 14 2013 Ian Wells <esmith@wellsi.com> 2.2.0-10.sme
37    - Reverse last change [SME: 7699]
38    
39    * Sat Jun 29 2013 Ian Wells <esmith@wellsi.com> 2.2.0-9.sme
40    - Correctly display accented letters in the console [SME: 7699]
41      by Filippo Carletti
42    
43    * Fri Feb 22 2013 Ian Wells <esmith@wellsi.com> 2.2.0-8.sme
44    - Improve error checking in isValidIP [SME: 7364]
45    
46    * Mon Oct 11 2010 Shad L. Lords <slords@mail.com> 2.2.0-7.sme
47    - Serialize configure_peers to prevent errors [SME: 5831]
48    
49    * Fri Feb 5 2010 Stephen Noble <support@dungog.net> 2.2.0-6.sme
50    - adds the hwaddr parameter to probeAdapters() [SME: 4528]
51    
52    * Thu Feb 4 2010 Shad L. Lords <slords@mail.com> 2.2.0-5.sme
53    - Update path for 64-bit compatibility [SME: 5756]
54    
55    * Tue Dec 22 2009 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-4.sme
56    - Really apply previous patch in the spec file. [SME: 5659]
57    
58    * Wed Dec  9 2009 Charlie Brady <charlieb@budge.apana.org.au> 2.2.0-3.sme
59    - Add patch (Federico Simoncelli) to prevent re-use of uids. [SME: 5659]
60    
61    * Mon Oct 13 2008 Shad L. Lords <slords@mail.com> 2.2.0-2.sme
62    - Add patch to support multiple samba roles [SME: 4172]
63    
64  * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme  * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
65  - Roll new stream to separate sme7/sme8 trees [SME: 4633]  - Roll new stream to separate sme7/sme8 trees [SME: 4633]
66    
# Line 721  e-smith server and gateway software - li Line 756  e-smith server and gateway software - li
756    
757  %prep  %prep
758  %setup  %setup
759    %patch1 -p1
760    %patch2 -p1
761    %patch3 -p1
762    %patch4 -p1
763    %patch5 -p1
764    %patch6 -p1
765    #%patch7 -p1
766    
767  %pre  %pre
768  # Remove legacy symlink if one exists  # Remove legacy symlink if one exists


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