1 |
# $Id: e-smith-manager.spec,v 1.35 2020/12/11 04:00:40 jpp Exp $ |
# $Id: e-smith-manager.spec,v 1.39 2022/02/19 04:20:24 jpp 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 32 |
%define release 36 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
27 |
Patch14: e-smith-manager-2.8.0-bz9677_password_followsymlinks.patch |
Patch14: e-smith-manager-2.8.0-bz9677_password_followsymlinks.patch |
28 |
Patch15: e-smith-manager-2.8.0-bz10967-remove-hardcoded-ports.patch |
Patch15: e-smith-manager-2.8.0-bz10967-remove-hardcoded-ports.patch |
29 |
Patch16: e-smith-manager-2.8.0-bz11144-bz11110-systemd-update.patch |
Patch16: e-smith-manager-2.8.0-bz11144-bz11110-systemd-update.patch |
30 |
|
Patch17: e-smith-manager-2.8.0-bz10448-bugreport.patch |
31 |
|
Patch18: e-smith-manager-2.8.0-bz11872-log.patch |
32 |
|
Patch19: e-smith-manager-2.8.0-bz12129-httpd24.patch |
33 |
|
|
34 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
35 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
43 |
AutoReqProv: no |
AutoReqProv: no |
44 |
|
|
45 |
%changelog |
%changelog |
46 |
|
* Mon Jul 25 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.8.0-36.sme |
47 |
|
- update to httpd 2.4 access syntax [SME: 12129] |
48 |
|
|
49 |
|
* Fri Feb 18 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.8.0-35.sme |
50 |
|
- removing reference to old log rotation action [SME: 11872] |
51 |
|
|
52 |
|
* Thu Mar 18 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.8.0-34.sme |
53 |
|
- take 2 wrong system mode reported in bugreport [SME: 10448] |
54 |
|
|
55 |
|
* Tue Mar 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.8.0-33.sme |
56 |
|
- fix wrong system mode reported in bugreport [SME: 10448] |
57 |
|
|
58 |
* Thu Dec 10 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-32.sme |
* Thu Dec 10 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-32.sme |
59 |
- create -update event [SME: 11144] |
- create -update event [SME: 11144] |
60 |
- migrate httpd-admin to systemd [SME: 11110] |
- migrate httpd-admin to systemd [SME: 11110] |
806 |
%patch15 -p1 |
%patch15 -p1 |
807 |
%patch16 -p1 |
%patch16 -p1 |
808 |
rm -rf root/var/service |
rm -rf root/var/service |
809 |
|
%patch17 -p1 |
810 |
|
%patch18 -p1 |
811 |
|
%patch19 -p1 |
812 |
|
|
813 |
%build |
%build |
814 |
perl createlinks |
perl createlinks |
879 |
xargs grep -l Persisten | \ |
xargs grep -l Persisten | \ |
880 |
xargs rm -f |
xargs rm -f |
881 |
|
|
882 |
|
if [ -d /var/service/httpd-admin ] ; then |
883 |
|
rm -rf /var/service/httpd-admin |
884 |
|
fi |
885 |
|
|
886 |
%postun |
%postun |
887 |
|
|
888 |
%files -f %{name}-%{version}-%{release}-filelist |
%files -f %{name}-%{version}-%{release}-filelist |