/[smecontribs]/rpms/smeserver-phpvirtualbox/contribs10/smeserver-phpvirtualbox.spec
ViewVC logotype

Diff of /rpms/smeserver-phpvirtualbox/contribs10/smeserver-phpvirtualbox.spec

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

Revision 1.4 by trevorb, Thu Oct 20 04:44:08 2022 UTC Revision 1.9 by trevorb, Fri Mar 10 02:37:14 2023 UTC
# Line 1  Line 1 
1  %define name smeserver-phpvirtualbox  %define name smeserver-phpvirtualbox
2  %define version 5.2.1  %define version 5.2.1
3  %define release 3  %define release 4
4  %define rpmver   5.2.1  %define rpmver   5.2.1
5  Summary: smserver rpm to install phpvirtualbox  Summary: smserver rpm to install phpvirtualbox
6  Name: %{name}  Name: %{name}
# Line 20  Requires: phpvirtualbox = 5.2.1 Line 20  Requires: phpvirtualbox = 5.2.1
20  Requires: smeserver-virtualbox = 5.2  Requires: smeserver-virtualbox = 5.2
21  Patch0: smeserver-phpvirtualbox-5.2.1-move_vbox_dir.patch  Patch0: smeserver-phpvirtualbox-5.2.1-move_vbox_dir.patch
22  Patch1: smeserver-phpvirtualbox-5.2.1-remove_vbox_passwd.patch  Patch1: smeserver-phpvirtualbox-5.2.1-remove_vbox_passwd.patch
23    Patch2: smeserver-phpvirtualbox-5.2.1-multiple_changes.patch
24    
25  AutoReqProv: no  AutoReqProv: no
26  %description  %description
# Line 29  administer VirtualBox in a headless envi Line 30  administer VirtualBox in a headless envi
30  phpvirtualbox version MUST align with VirtualBox version (i.e. VirtualBox-6.1 requires phpvirtualbox-6.1)  phpvirtualbox version MUST align with VirtualBox version (i.e. VirtualBox-6.1 requires phpvirtualbox-6.1)
31    
32  %changelog  %changelog
33    * Fri Mar 10 2023 Trevor Batley <trevor@batley.id.au> 5.2.1-4
34    - add vbox password back into config.php
35    - replace /etc/php-fpm.d/phpvirtualbox with /etc/php-fpm.d/www.conf fragment and expand during update
36    - remove webauth config db item and add authType, with multiple values
37    - add support for BuiltIn, WebAuth (default), LDAP and AD authentication
38    - rename config items User => Users, Group => userGroups and add adminUser
39    - remove defaults for User and Group config items
40    - add basic default values for config.php as config db items (with same name) and allow entry of other config items
41    - create /var/lib/php/phpvirtualbox directories (opcache, session, tmp) with www:www ownership and 0755 permissions
42    - correct permissions on log files
43    - add smb.conf fragment to allow vboxuser and any userGroups access to /opt/vbox (VMs & ISOs) directories
44    - add restart of httpd-e-smith and smbd services on update
45    - create template2expand directive for virtualbox update (which generates/saves new password) for /opt/phpvirtualbox/config.php
46    
47  * Thu Oct 20 2022 Trevor Batley <trevor@batley.id.au> 5.2.1-3  * Thu Oct 20 2022 Trevor Batley <trevor@batley.id.au> 5.2.1-3
48  - remove vbox passwd from config.php  - remove vbox passwd from config.php
49    
# Line 75  phpvirtualbox version MUST align with Vi Line 90  phpvirtualbox version MUST align with Vi
90  %setup  %setup
91  %patch0 -p1  %patch0 -p1
92  %patch1 -p1  %patch1 -p1
93    %patch2 -p1
94    
95  %build  %build
96  perl createlinks  perl createlinks
# Line 83  perl createlinks Line 99  perl createlinks
99  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
100  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
101  rm -f %{name}-%{version}-filelist  rm -f %{name}-%{version}-filelist
102  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist  mkdir -p $RPM_BUILD_ROOT/opt/vbox/{ISOs,VMs}
103  echo "%doc COPYING"  >> %{name}-%{version}-filelist  mkdir -p $RPM_BUILD_ROOT/var/log/php/phpvirtualbox
104    mkdir -p $RPM_BUILD_ROOT/var/lib/php/phpvirtualbox/{opcache,tmp,session}
105    /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
106     --dir /opt/vbox 'attr(0755,vbox,vboxusers)' \
107     --dir /opt/vbox/ISOs 'attr(0774,vbox,vboxusers)' \
108     --dir /opt/vbox/VMs 'attr(0774,vbox,vboxusers)' \
109     --dir /var/log/php/phpvirtualbox  'attr(0755,www,www)' \
110     --dir /var/lib/php/phpvirtualbox  'attr(0755,www,www)' \
111     --dir /var/lib/php/phpvirtualbox/tmp 'attr(0755,www,www)' \
112     --dir /var/lib/php/phpvirtualbox/opcache 'attr(0755,www,www)' \
113     --dir /var/lib/php/phpvirtualbox/session 'attr(0755,www,www)' \
114     > %{name}-%{version}-filelist
115    
116  %clean  %clean
117  cd ..  cd ..
# Line 96  rm -rf %{name}-%{version} Line 123  rm -rf %{name}-%{version}
123    
124  %post  %post
125    
 echo "=============================================================="  
 echo "  Please do not forget to install the extension pack "  
 echo "  You need it to activate the virtualbox RDP server"                          
 echo "  And many features, see this page to manage it by CL"  
 echo "  "                                                                    
 echo "  https://www.virtualbox.org/manual/ch08.html#vboxmanage-extpack"  
 echo " "  
 echo "  The download page : https://www.virtualbox.org/wiki/Downloads"  
 echo "=============================================================="  
   
   
126  %postun  %postun
127  #uninstall  #uninstall
128  if [ $1 = 0 ] ; then  if [ $1 = 0 ] ; then


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