/[smeserver]/rpms/e-smith-manager/sme10/e-smith-manager.spec
ViewVC logotype

Diff of /rpms/e-smith-manager/sme10/e-smith-manager.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.14 by unnilennium, Tue Jul 19 12:15:41 2016 UTC Revision 1.44 by jpp, Wed Oct 5 04:25:04 2022 UTC
# Line 1  Line 1 
1  # $Id: e-smith-manager.spec,v 1.13 2016/07/19 10:01:28 unnilennium Exp $  # $Id: e-smith-manager.spec,v 1.43 2022/10/05 04:24:37 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 13  %define release 38
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 17  Patch3: e-smith-manager-2.8.0-newTKTsynt Line 17  Patch3: e-smith-manager-2.8.0-newTKTsynt
17  Patch4: e-smith-manager-2.8.0-no_index_for_manager_common.patch  Patch4: e-smith-manager-2.8.0-no_index_for_manager_common.patch
18  Patch5: e-smith-manager-2.8.0-koozali.org  Patch5: e-smith-manager-2.8.0-koozali.org
19  Patch6: e-smith-manager-2.8.0-Koozali_manager.patch  Patch6: e-smith-manager-2.8.0-Koozali_manager.patch
20    Patch7: e-smith-manager-2.8.0-bz9924-badredirection.patch
21    Patch8: e-smith-manager-2.8.0-bz9921-timeout.patch
22    Patch9: e-smith-manager-2.8.0-bz10167-emptyback.patch
23    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    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    Patch20: e-smith-manager-2.8.0-bz12129-httpd24-2.patch
34    Patch21: e-smith-manager-2.8.0-bz12204-reload-httpd-admin.patch
35    
36  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
37  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
38  BuildRequires: gettext  BuildRequires: gettext
# Line 25  Requires: e-smith-lib >= 1.18.0-26 Line 41  Requires: e-smith-lib >= 1.18.0-26
41  Requires: mod_auth_tkt  Requires: mod_auth_tkt
42  Requires: pwauth  Requires: pwauth
43  Requires: perl(Apache::AuthTkt)  Requires: perl(Apache::AuthTkt)
44    Requires: e-smith-apache >= 2.6.0-19
45  Provides: server-manager  Provides: server-manager
46  AutoReqProv: no  AutoReqProv: no
47    
48  %changelog  %changelog
49    * Wed Oct 05 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.8.0-38.sme
50    - fix update via manager panel hangs [SME: 12204]
51    
52    * Fri Jul 29 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.8.0-37.sme
53    - update to httpd 2.4 access syntax for httpd-admin [SME: 12129]
54    
55    * Mon Jul 25 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.8.0-36.sme
56    - update to httpd 2.4 access syntax [SME: 12129]
57    
58    * Fri Feb 18 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.8.0-35.sme
59    - removing reference to old log rotation action [SME: 11872]
60    
61    * Thu Mar 18 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.8.0-34.sme
62    - take 2 wrong system mode reported in bugreport [SME: 10448]
63    
64    * Tue Mar 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.8.0-33.sme
65    - fix wrong system mode reported in bugreport [SME: 10448]
66    
67    * Thu Dec 10 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-32.sme
68    - create -update event [SME: 11144]
69    - migrate httpd-admin to systemd [SME: 11110]
70    
71    * Sat Jun 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-31.sme
72    - removing hardcoded ports [SME: 10967]
73    
74    * Wed Dec 18 2019 Michel Begue <mab974@gmail.com> 2.8.0-29.sme
75    - Add a FollowSymlinks for user-password in password/cgi-bin (perl-suid) [SME: 9677]
76    
77    * Tue Dec 10 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-29.sme
78    - update apache icon path [SME: 9591]
79    
80    * Sun Feb 04 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-28.sme
81    - add message to indicate EOL after Jun 30 2024 fix [SME: 10170]
82    
83    * Sun Apr 16 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-26.sme
84    - add a panel to ease reporting bugs [SME: 8783]
85    - Original work from Mats Schuh m.schuh@neckargeo.net
86    
87    * Wed Apr 05 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-20.sme
88    - fix warning uninitialized value in lc [SME: 10209]
89    
90    * Mon Mar 27 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-19.sme
91    - fix typo in  e-smith-manager-2.8.0-bz10167-emptyback.patch
92    
93    * Sat Mar 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-18.sme
94    - avoid internal server error if empty back parameter [SME: 10167]
95    - return user friendly message
96    
97    * Sat Mar 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-17.sme
98    - fix too short timeout in server-manager [SME: 9921]
99    - now 30 min as default instead of 5
100    - possibility to change this and adapt the default 0.66 of timeout remaining to reset it
101    - by default only a session cookie, can activate persistent cookie
102    - sha256 as encryption.
103    
104    * Mon Jan 16 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-15.sme
105    - fix bad redirection parameter that might reveal session information to remote site [SME: 9924]
106    
107  * Tue Jul 19 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-13.sme  * Tue Jul 19 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-13.sme
108  - added missing template-begin for tkt.css [SME: 9676]  - added missing template-begin for tkt.css [SME: 9676]
109    
# Line 729  This RPM contributes the navigation bars Line 804  This RPM contributes the navigation bars
804  %patch4 -p1  %patch4 -p1
805  %patch5 -p1  %patch5 -p1
806  %patch6 -p1  %patch6 -p1
807    %patch7 -p1
808    %patch8 -p1
809    %patch9 -p1
810    %patch10 -p1
811    %patch11 -p1
812    %patch12 -p1
813    %patch13 -p1
814    %patch14 -p1
815    %patch15 -p1
816    %patch16 -p1
817    rm -rf root/var/service
818    %patch17 -p1
819    %patch18 -p1
820    %patch19 -p1
821    %patch20 -p1
822    %patch21 -p1
823    
824  %build  %build
825  perl createlinks  perl createlinks
# Line 756  mkdir -p root/etc/e-smith/web/panels/pas Line 847  mkdir -p root/etc/e-smith/web/panels/pas
847  mkdir -p root/etc/httpd/admin-conf  mkdir -p root/etc/httpd/admin-conf
848    
849  mkdir -p root/service  mkdir -p root/service
850  mkdir -p root/etc/rc.d/init.d/supervise  #mkdir -p root/etc/rc.d/init.d/supervise
851  for service in httpd-admin  #for service in httpd-admin
852  do  #do
853    ln -s /var/service/$service root/service/$service  #  ln -s /var/service/$service root/service/$service
854    mkdir -p root/var/service/$service/supervise  #  mkdir -p root/var/service/$service/supervise
855    touch root/var/service/$service/down  #  touch root/var/service/$service/down
856    if [ -d root/var/service/$service/log ]  #  if [ -d root/var/service/$service/log ]
857    then  #  then
858      mkdir -p root/var/service/$service/log/supervise  #    mkdir -p root/var/service/$service/log/supervise
859      mkdir -p root/var/log/$service  #    mkdir -p root/var/log/$service
860    fi  #  fi
861    ln -s ../daemontools root/etc/rc.d/init.d/supervise/$service  #  ln -s ../daemontools root/etc/rc.d/init.d/supervise/$service
862  done  #done
863    
864  %install  %install
865  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
# Line 778  rm -f %{name}-%{version}-%{release}-file Line 869  rm -f %{name}-%{version}-%{release}-file
869      --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)' \
870      --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)' \
871      --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)' \  
872      --dir /var/log/httpd-admin 'attr(0750,smelog,smelog)' \      --dir /var/log/httpd-admin 'attr(0750,smelog,smelog)' \
873      > %{name}-%{version}-%{release}-filelist      > %{name}-%{version}-%{release}-filelist
874  echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist  echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
# Line 793  echo "%doc COPYING" >> %{name}-%{version Line 877  echo "%doc COPYING" >> %{name}-%{version
877  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
878    
879  %pre  %pre
880    if [ $1 -gt 1 ] ; then
881      if [ -e /var/service/httpd-admin/run ] ; then
882           /usr/bin/sv d httpd-admin
883           /usr/bin/sv d httpd-admin/log
884      fi
885    fi
886  %preun  %preun
887  %post  %post
888  find /etc/e-smith/web/panels/manager/cgi-bin/ -type f | \  find /etc/e-smith/web/panels/manager/cgi-bin/ -type f | \
# Line 800  find /etc/e-smith/web/panels/manager/cgi Line 890  find /etc/e-smith/web/panels/manager/cgi
890      xargs grep -l Persisten | \      xargs grep -l Persisten | \
891      xargs rm -f      xargs rm -f
892    
893    if [ -d /var/service/httpd-admin ] ; then
894       rm -rf /var/service/httpd-admin
895    fi
896    
897  %postun  %postun
898    
899  %files -f %{name}-%{version}-%{release}-filelist  %files -f %{name}-%{version}-%{release}-filelist


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed