1 |
# $Id: e-smith-lib.spec,v 1.21 2016/01/12 21:55:13 vip-ire Exp $ |
# $Id: e-smith-lib.spec,v 1.5 2016/07/23 06:15:43 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 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 |
|
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 |
|
Patch3: e-smith-lib-2.6.0.bz9585.fix_startup_display.patch |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
19 |
BuildRequires: e-smith-devtools >= 1.6.3-01 |
BuildRequires: e-smith-devtools >= 1.6.3-01 |
33 |
e-smith server and gateway software - library module. |
e-smith server and gateway software - library module. |
34 |
|
|
35 |
%changelog |
%changelog |
36 |
|
* Thu Aug 04 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme |
37 |
|
- fix console startup display [SME: 9352] |
38 |
|
|
39 |
|
* Sat Jul 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
40 |
|
- fix service name syslog to rsyslog [SME: 9691] |
41 |
|
|
42 |
|
* Mon Jul 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
43 |
|
- fix mysqld to mariadb [SME: 9438] |
44 |
|
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
45 |
|
by assuming the date is correct and changing the weekday. |
46 |
|
Sat Dec 25 2005 --> Sat Dec 24 2005 or Sun Dec 25 2005 or Sat Dec 31 2005 or .... |
47 |
|
Tue Dec 15 2006 --> Tue Dec 12 2006 or Fri Dec 15 2006 or Tue Dec 19 2006 or .... |
48 |
|
|
49 |
|
* Thu Jul 14 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-2.sme |
50 |
|
- fix esmith::util::serviceControl to manage systemd service [SME: 9660] |
51 |
|
- Added e-smith-lib-2.6.0.bz9660.serviceControlSystemd.patch |
52 |
|
|
53 |
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme |
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme |
54 |
- Initial release to sme10 |
- Initial release to sme10 |
55 |
|
|
230 |
* 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 |
231 |
- Roll stable stream. [SME: 2328] |
- Roll stable stream. [SME: 2328] |
232 |
|
|
233 |
* 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 |
234 |
|
Tue Dec 15 2006 --> Tue Dec 12 2006 or Fri Dec 15 2006 or Tue Dec 19 2006 or .... |
235 |
- Added the validatePassword function to esmith::util. [SME: 2100] |
- Added the validatePassword function to esmith::util. [SME: 2100] |
236 |
|
|
237 |
* Thu Dec 07 2006 Shad L. Lords <slords@mail.com> |
* Thu Dec 07 2006 Shad L. Lords <slords@mail.com> |
337 |
- Remove newlines from cluck() string and just note that the old |
- Remove newlines from cluck() string and just note that the old |
338 |
path was used [SME: 365] |
path was used [SME: 365] |
339 |
|
|
340 |
* 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 |
341 |
|
Sat Dec 25 2005 --> Sat Dec 24 2005 or Sun Dec 25 2005 or Sat Dec 31 2005 or .... |
342 |
- If db exists in both the old and new locations in |
- If db exists in both the old and new locations in |
343 |
initialize_default_databases, rename the one in the new |
initialize_default_databases, rename the one in the new |
344 |
location to db.time(), avoiding the conflict and saving the |
location to db.time(), avoiding the conflict and saving the |
822 |
|
|
823 |
%prep |
%prep |
824 |
%setup |
%setup |
825 |
|
%patch0 -p1 |
826 |
|
%patch1 -p1 |
827 |
|
%patch2 -p1 |
828 |
|
%patch3 -p1 |
829 |
|
|
830 |
|
|
831 |
%pre |
%pre |
832 |
|
|