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

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

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

Revision 1.3 by unnilennium, Mon Jul 18 07:52:44 2016 UTC Revision 1.5 by unnilennium, Sat Jul 23 06:15:43 2016 UTC
# Line 1  Line 1 
1  # $Id: e-smith-lib.spec,v 1.2 2016/07/14 21:11:13 stephdl Exp $  # $Id: e-smith-lib.spec,v 1.4 2016/07/18 07:53:38 unnilennium 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.6.0  %define version 2.6.0
7  %define release 3  %define release 4
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    Patch0: e-smith-lib-2.6.0.bz9660.serviceControlSystemd.patch
14    Patch1: e-smith-lib-2.6.0-mariadb.patch
15    Patch2: e-smith-lib-2.6.0.bz9691.syslof.patch
16  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
17  BuildArchitectures: noarch  BuildArchitectures: noarch
18  BuildRequires: e-smith-devtools >= 1.6.3-01  BuildRequires: e-smith-devtools >= 1.6.3-01
# Line 24  Requires: perl(I18N::LangTags) >= 0.27 Line 27  Requires: perl(I18N::LangTags) >= 0.27
27  Requires: perl(Net::IPv4Addr) >= 0.10  Requires: perl(Net::IPv4Addr) >= 0.10
28  Requires: perl(Taint::Util)  Requires: perl(Taint::Util)
29  Requires: pciutils  Requires: pciutils
30  Patch0: e-smith-lib-2.6.0.bz9660.serviceControlSystemd.patch  
 Patch1: e-smith-lib-2.6.0-mariadb.patch  
31  %description  %description
32  e-smith server and gateway software - library module.  e-smith server and gateway software - library module.
33    
34  %changelog  %changelog
35    * Sat Jul 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme
36    - fix service name  syslog to rsyslog [SME: 9691]
37    
38  * Mon Jul 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme  * Mon Jul 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme
39  - fix mysqld to mariadb [SME: 9438]  - fix mysqld to mariadb [SME: 9438]
40    - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
41      by assuming the date is correct and changing the weekday.
42      Sat Dec 25 2005 --> Sat Dec 24 2005 or Sun Dec 25 2005 or Sat Dec 31 2005 or ....
43      Tue Dec 15 2006 --> Tue Dec 12 2006 or Fri Dec 15 2006 or Tue Dec 19 2006 or ....
44    
45  * Thu Jul 14 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-2.sme  * Thu Jul 14 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-2.sme
46  - fix esmith::util::serviceControl to manage systemd service [SME: 9660]  - fix esmith::util::serviceControl to manage systemd service [SME: 9660]
# Line 217  e-smith server and gateway software - li Line 226  e-smith server and gateway software - li
226  * Fri Jan 26 2007 Shad L. Lords <slords@mail.com> 1.18.0-1  * Fri Jan 26 2007 Shad L. Lords <slords@mail.com> 1.18.0-1
227  - Roll stable stream. [SME: 2328]  - Roll stable stream. [SME: 2328]
228    
229  * Tue Dec 15 2006 Federico Simoncelli <federico.simoncelli@gmail.com> 1.17.0-8  * Fri Dec 15 2006 Federico Simoncelli <federico.simoncelli@gmail.com> 1.17.0-8
230      Tue Dec 15 2006 --> Tue Dec 12 2006 or Fri Dec 15 2006 or Tue Dec 19 2006 or ....
231  - Added the validatePassword function to esmith::util. [SME: 2100]  - Added the validatePassword function to esmith::util. [SME: 2100]
232    
233  * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>  * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
# Line 323  e-smith server and gateway software - li Line 333  e-smith server and gateway software - li
333  - Remove newlines from cluck() string and just note that the old  - Remove newlines from cluck() string and just note that the old
334    path was used [SME: 365]    path was used [SME: 365]
335    
336  * Sat Dec 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.15.3-28  * Sun Dec 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.15.3-28
337      Sat Dec 25 2005 --> Sat Dec 24 2005 or Sun Dec 25 2005 or Sat Dec 31 2005 or ....
338  - If db exists in both the old and new locations in  - If db exists in both the old and new locations in
339    initialize_default_databases, rename the one in the new    initialize_default_databases, rename the one in the new
340    location to db.time(), avoiding the conflict and saving the    location to db.time(), avoiding the conflict and saving the
# Line 809  e-smith server and gateway software - li Line 820  e-smith server and gateway software - li
820  %setup  %setup
821  %patch0 -p1  %patch0 -p1
822  %patch1 -p1  %patch1 -p1
823    %patch2 -p1
824    
825  %pre  %pre
826    


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