1 |
# $Id: e-smith-manager.spec,v 1.23 2017/04/16 22:00:02 unnilennium Exp $ |
# $Id: e-smith-manager.spec,v 1.33 2019/12/20 19:41:05 michel Exp $ |
2 |
|
|
3 |
Summary: e-smith manager navigation module |
Summary: e-smith manager navigation module |
4 |
%define name e-smith-manager |
%define name e-smith-manager |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.8.0 |
%define version 2.8.0 |
7 |
%define release 22 |
%define release 31 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
22 |
Patch9: e-smith-manager-2.8.0-bz10167-emptyback.patch |
Patch9: e-smith-manager-2.8.0-bz10167-emptyback.patch |
23 |
Patch10: e-smith-manager-2.8.0-bz10209-unitializedUsername.patch |
Patch10: e-smith-manager-2.8.0-bz10209-unitializedUsername.patch |
24 |
Patch11: e-smith-manager-2.8.0-bz8783-bugreport.patch |
Patch11: e-smith-manager-2.8.0-bz8783-bugreport.patch |
25 |
|
Patch12: e-smith-manager-2.8.0-bz10170-SME10eol.patch |
26 |
|
Patch13: e-smith-manager-2.8.0-bz9591-iconspath.patch |
27 |
|
Patch14: e-smith-manager-2.8.0-bz9677_password_followsymlinks.patch |
28 |
|
Patch15: e-smith-manager-2.8.0-bz10967-remove-hardcoded-ports.patch |
29 |
|
|
30 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
31 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
32 |
BuildRequires: gettext |
BuildRequires: gettext |
39 |
AutoReqProv: no |
AutoReqProv: no |
40 |
|
|
41 |
%changelog |
%changelog |
42 |
* Sun Apr 16 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-22.sme |
* Sat Jun 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-31.sme |
43 |
|
- removing hardcoded ports [SME: 10967] |
44 |
|
|
45 |
|
* Wed Dec 18 2019 Michel Begue <mab974@gmail.com> 2.8.0-29.sme |
46 |
|
- Add a FollowSymlinks for user-password in password/cgi-bin (perl-suid) [SME: 9677] |
47 |
|
|
48 |
|
* Tue Dec 10 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-29.sme |
49 |
|
- update apache icon path [SME: 9591] |
50 |
|
|
51 |
|
* Sun Feb 04 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-28.sme |
52 |
|
- add message to indicate EOL after Jun 30 2024 fix [SME: 10170] |
53 |
|
|
54 |
|
* Sun Apr 16 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-26.sme |
55 |
- add a panel to ease reporting bugs [SME: 8783] |
- add a panel to ease reporting bugs [SME: 8783] |
56 |
- Original work from Mats Schuh m.schuh@neckargeo.net |
- Original work from Mats Schuh m.schuh@neckargeo.net |
57 |
|
|
780 |
%patch9 -p1 |
%patch9 -p1 |
781 |
%patch10 -p1 |
%patch10 -p1 |
782 |
%patch11 -p1 |
%patch11 -p1 |
783 |
|
%patch12 -p1 |
784 |
|
%patch13 -p1 |
785 |
|
%patch14 -p1 |
786 |
|
%patch15 -p1 |
787 |
|
|
788 |
%build |
%build |
789 |
perl createlinks |
perl createlinks |