1 |
# $Id: e-smith-manager.spec,v 1.21 2017/03/27 22:45:57 unnilennium Exp $ |
# $Id: e-smith-manager.spec,v 1.35 2020/12/11 04:00:40 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 20 |
%define release 32 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
21 |
Patch8: e-smith-manager-2.8.0-bz9921-timeout.patch |
Patch8: e-smith-manager-2.8.0-bz9921-timeout.patch |
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 |
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 |
|
Patch16: e-smith-manager-2.8.0-bz11144-bz11110-systemd-update.patch |
30 |
|
|
31 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
32 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
33 |
BuildRequires: gettext |
BuildRequires: gettext |
40 |
AutoReqProv: no |
AutoReqProv: no |
41 |
|
|
42 |
%changelog |
%changelog |
43 |
|
* Thu Dec 10 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-32.sme |
44 |
|
- create -update event [SME: 11144] |
45 |
|
- migrate httpd-admin to systemd [SME: 11110] |
46 |
|
|
47 |
|
* Sat Jun 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-31.sme |
48 |
|
- removing hardcoded ports [SME: 10967] |
49 |
|
|
50 |
|
* Wed Dec 18 2019 Michel Begue <mab974@gmail.com> 2.8.0-29.sme |
51 |
|
- Add a FollowSymlinks for user-password in password/cgi-bin (perl-suid) [SME: 9677] |
52 |
|
|
53 |
|
* Tue Dec 10 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-29.sme |
54 |
|
- update apache icon path [SME: 9591] |
55 |
|
|
56 |
|
* Sun Feb 04 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-28.sme |
57 |
|
- add message to indicate EOL after Jun 30 2024 fix [SME: 10170] |
58 |
|
|
59 |
|
* Sun Apr 16 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-26.sme |
60 |
|
- add a panel to ease reporting bugs [SME: 8783] |
61 |
|
- Original work from Mats Schuh m.schuh@neckargeo.net |
62 |
|
|
63 |
* Wed Apr 05 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-20.sme |
* Wed Apr 05 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-20.sme |
64 |
- fix warning uninitialized value in lc [SME: 10209] |
- fix warning uninitialized value in lc [SME: 10209] |
65 |
|
|
784 |
%patch8 -p1 |
%patch8 -p1 |
785 |
%patch9 -p1 |
%patch9 -p1 |
786 |
%patch10 -p1 |
%patch10 -p1 |
787 |
|
%patch11 -p1 |
788 |
|
%patch12 -p1 |
789 |
|
%patch13 -p1 |
790 |
|
%patch14 -p1 |
791 |
|
%patch15 -p1 |
792 |
|
%patch16 -p1 |
793 |
|
rm -rf root/var/service |
794 |
|
|
795 |
%build |
%build |
796 |
perl createlinks |
perl createlinks |
818 |
mkdir -p root/etc/httpd/admin-conf |
mkdir -p root/etc/httpd/admin-conf |
819 |
|
|
820 |
mkdir -p root/service |
mkdir -p root/service |
821 |
mkdir -p root/etc/rc.d/init.d/supervise |
#mkdir -p root/etc/rc.d/init.d/supervise |
822 |
for service in httpd-admin |
#for service in httpd-admin |
823 |
do |
#do |
824 |
ln -s /var/service/$service root/service/$service |
# ln -s /var/service/$service root/service/$service |
825 |
mkdir -p root/var/service/$service/supervise |
# mkdir -p root/var/service/$service/supervise |
826 |
touch root/var/service/$service/down |
# touch root/var/service/$service/down |
827 |
if [ -d root/var/service/$service/log ] |
# if [ -d root/var/service/$service/log ] |
828 |
then |
# then |
829 |
mkdir -p root/var/service/$service/log/supervise |
# mkdir -p root/var/service/$service/log/supervise |
830 |
mkdir -p root/var/log/$service |
# mkdir -p root/var/log/$service |
831 |
fi |
# fi |
832 |
ln -s ../daemontools root/etc/rc.d/init.d/supervise/$service |
# ln -s ../daemontools root/etc/rc.d/init.d/supervise/$service |
833 |
done |
#done |
834 |
|
|
835 |
%install |
%install |
836 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
840 |
--file /etc/e-smith/web/common/cgi-bin/login 'attr(0755,root,root)' \ |
--file /etc/e-smith/web/common/cgi-bin/login 'attr(0755,root,root)' \ |
841 |
--file /etc/e-smith/web/common/cgi-bin/logout 'attr(0755,root,root)' \ |
--file /etc/e-smith/web/common/cgi-bin/logout 'attr(0755,root,root)' \ |
842 |
--file /etc/e-smith/web/functions/wrapper 'attr(4750,root,admin)' \ |
--file /etc/e-smith/web/functions/wrapper 'attr(4750,root,admin)' \ |
|
--dir /var/service/httpd-admin 'attr(01755,root,root)' \ |
|
|
--file /var/service/httpd-admin/down 'attr(0644,root,root)' \ |
|
|
--file /var/service/httpd-admin/run 'attr(0755,root,root)' \ |
|
|
--dir /var/service/httpd-admin/log 'attr(0755,root,root)' \ |
|
|
--dir /var/service/httpd-admin/log/supervise 'attr(0700,root,root)' \ |
|
|
--dir /var/service/httpd-admin/supervise 'attr(0700,root,root)' \ |
|
|
--file /var/service/httpd-admin/log/run 'attr(0755,root,root)' \ |
|
843 |
--dir /var/log/httpd-admin 'attr(0750,smelog,smelog)' \ |
--dir /var/log/httpd-admin 'attr(0750,smelog,smelog)' \ |
844 |
> %{name}-%{version}-%{release}-filelist |
> %{name}-%{version}-%{release}-filelist |
845 |
echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist |
echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist |
848 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
849 |
|
|
850 |
%pre |
%pre |
851 |
|
if [ $1 -gt 1 ] ; then |
852 |
|
if [ -e /var/service/httpd-admin/run ] ; then |
853 |
|
/usr/bin/sv d httpd-admin |
854 |
|
/usr/bin/sv d httpd-admin/log |
855 |
|
fi |
856 |
|
fi |
857 |
%preun |
%preun |
858 |
%post |
%post |
859 |
find /etc/e-smith/web/panels/manager/cgi-bin/ -type f | \ |
find /etc/e-smith/web/panels/manager/cgi-bin/ -type f | \ |