1 |
# $Id: smeserver-manager.spec,v 1.30 2020/07/06 15:19:43 michel Exp $ |
# $Id: smeserver-manager.spec,v 1.31 2020/08/08 13:42:03 michel Exp $ |
2 |
|
|
3 |
Summary: Sme server navigation module : manager 2 |
Summary: Sme server navigation module : manager 2 |
4 |
%define name smeserver-manager |
%define name smeserver-manager |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 0.1.0 |
%define version 0.1.0 |
7 |
%define release 28 |
%define release 29 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
36 |
Patch23: %{name}-0.1.0-start_service.patch |
Patch23: %{name}-0.1.0-start_service.patch |
37 |
Patch24: %{name}-0.1.0-datetime_quota.patch |
Patch24: %{name}-0.1.0-datetime_quota.patch |
38 |
Patch25: %{name}-0.1.0-bz10976_bz10977_others.patch |
Patch25: %{name}-0.1.0-bz10976_bz10977_others.patch |
39 |
|
Patch26: %{name}-0.1.0-route_lexicon_locales.patch |
40 |
|
|
41 |
|
|
42 |
|
|
43 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
90 |
%patch23 -p1 |
%patch23 -p1 |
91 |
%patch24 -p1 |
%patch24 -p1 |
92 |
%patch25 -p1 |
%patch25 -p1 |
93 |
|
%patch26 -p1 |
94 |
|
|
95 |
%build |
%build |
96 |
perl createlinks |
perl createlinks |
165 |
%defattr(-,root,root) |
%defattr(-,root,root) |
166 |
|
|
167 |
%changelog |
%changelog |
168 |
|
* Mon Aug 17 2020 Michel Begue <mab974@gmail.com> 0.1.0-29.sme |
169 |
|
- validate lexicon file before install |
170 |
|
- fix route url construction (+) |
171 |
|
- add authentication messages to locales |
172 |
|
|
173 |
* Fri Aug 07 2020 Michel Begue <mab974@gmail.com> 0.1.0-28.sme |
* Fri Aug 07 2020 Michel Begue <mab974@gmail.com> 0.1.0-28.sme |
174 |
- validate netmask in LocalNetworks [SME: 10976] |
- validate netmask in LocalNetworks [SME: 10976] |
175 |
- validate netmask in RemoteAccess [SME: 10977] |
- validate netmask in RemoteAccess [SME: 10977] |