1 |
# $Id: e-smith-lib.spec,v 1.1 2016/02/05 22:44:50 stephdl Exp $ |
# $Id: e-smith-lib.spec,v 1.3 2016/07/18 07:52:44 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 2 |
%define release 3 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
25 |
Requires: perl(Taint::Util) |
Requires: perl(Taint::Util) |
26 |
Requires: pciutils |
Requires: pciutils |
27 |
Patch0: e-smith-lib-2.6.0.bz9660.serviceControlSystemd.patch |
Patch0: e-smith-lib-2.6.0.bz9660.serviceControlSystemd.patch |
28 |
|
Patch1: e-smith-lib-2.6.0-mariadb.patch |
29 |
%description |
%description |
30 |
e-smith server and gateway software - library module. |
e-smith server and gateway software - library module. |
31 |
|
|
32 |
%changelog |
%changelog |
33 |
|
* Mon Jul 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
34 |
|
- fix mysqld to mariadb [SME: 9438] |
35 |
|
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
36 |
|
by assuming the date is correct and changing the weekday. |
37 |
|
Sat Dec 25 2005 --> Sat Dec 24 2005 or Sun Dec 25 2005 or Sat Dec 31 2005 or .... |
38 |
|
Tue Dec 15 2006 --> Tue Dec 12 2006 or Fri Dec 15 2006 or Tue Dec 19 2006 or .... |
39 |
|
|
40 |
* 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 |
41 |
- fix esmith::util::serviceControl to manage systemd service [SME: 9660] |
- fix esmith::util::serviceControl to manage systemd service [SME: 9660] |
42 |
- Added e-smith-lib-2.6.0.bz9660.serviceControlSystemd.patch |
- Added e-smith-lib-2.6.0.bz9660.serviceControlSystemd.patch |
221 |
* 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 |
222 |
- Roll stable stream. [SME: 2328] |
- Roll stable stream. [SME: 2328] |
223 |
|
|
224 |
* 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 |
225 |
|
Tue Dec 15 2006 --> Tue Dec 12 2006 or Fri Dec 15 2006 or Tue Dec 19 2006 or .... |
226 |
- Added the validatePassword function to esmith::util. [SME: 2100] |
- Added the validatePassword function to esmith::util. [SME: 2100] |
227 |
|
|
228 |
* Thu Dec 07 2006 Shad L. Lords <slords@mail.com> |
* Thu Dec 07 2006 Shad L. Lords <slords@mail.com> |
328 |
- Remove newlines from cluck() string and just note that the old |
- Remove newlines from cluck() string and just note that the old |
329 |
path was used [SME: 365] |
path was used [SME: 365] |
330 |
|
|
331 |
* 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 |
332 |
|
Sat Dec 25 2005 --> Sat Dec 24 2005 or Sun Dec 25 2005 or Sat Dec 31 2005 or .... |
333 |
- If db exists in both the old and new locations in |
- If db exists in both the old and new locations in |
334 |
initialize_default_databases, rename the one in the new |
initialize_default_databases, rename the one in the new |
335 |
location to db.time(), avoiding the conflict and saving the |
location to db.time(), avoiding the conflict and saving the |
814 |
%prep |
%prep |
815 |
%setup |
%setup |
816 |
%patch0 -p1 |
%patch0 -p1 |
817 |
|
%patch1 -p1 |
818 |
|
|
819 |
%pre |
%pre |
820 |
|
|
821 |
|
|