/[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.1 by jpp, Tue Aug 16 03:37:32 2022 UTC Revision 1.6 by trevorb, Tue Mar 7 10:01:34 2023 UTC
# Line 1  Line 1 
1  %define name smeserver-phpvirtualbox  %define name smeserver-phpvirtualbox
2  %define version 5.0.0  %define version 5.2.1
3  %define release 1  %define release 4
4  %define rpmver   5.0.0  %define rpmver   5.2.1
5  Summary: smserver rpm to install phpvirtualbox  Summary: smserver rpm to install phpvirtualbox
6  Name: %{name}  Name: %{name}
7  Version: %{version}  Version: %{version}
# Line 12  URL: http://mirror.de-labrusse.fr Line 12  URL: http://mirror.de-labrusse.fr
12  Group: SMEserver/addon  Group: SMEserver/addon
13  BuildRoot: %{_tmppath}/%{name}-buildroot  BuildRoot: %{_tmppath}/%{name}-buildroot
14  Prefix: %{_prefix}  Prefix: %{_prefix}
 #Patch0: smeserver-phpvirtualbox-force-https.patch  
 #Patch1: smeserver-phpvirtualbox-unix-group.patch  
 #Patch2: smeserver-phpvirtualbox-4.3.0-remove-webauth.patch  
 #Patch3: smeserver-phpvirtualbox-4.3.0-add_webauth_migrate_fragment.patch  
15  BuildArchitectures: noarch  BuildArchitectures: noarch
16  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
17  Requires: e-smith-release >= 8.0  Requires: e-smith-release >= 10.0
18  Requires: php-soap  Requires: php-soap
19  Requires: phpvirtualbox-5.0  Requires: phpvirtualbox = 5.2.1
20    Requires: smeserver-virtualbox = 5.2
21    Patch0: smeserver-phpvirtualbox-5.2.1-move_vbox_dir.patch
22    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
27  smserver rpm to install phpvirtualbox : An open source, AJAX implementation of the VirtualBox user interface written in PHP. As a  smserver rpm to install phpvirtualbox : An open source, AJAX implementation of the VirtualBox user interface written in PHP. As a
28  modern web interface, it allows you to access and control remote VirtualBox instances. phpVirtualBox is designed to allow users to  modern web interface, it allows you to access and control remote VirtualBox instances. phpVirtualBox is designed to allow users to
29  administer VirtualBox in a headless environment - mirroring the VirtualBox GUI through its web interface.  administer VirtualBox in a headless environment - mirroring the VirtualBox GUI through its web interface.
30    phpvirtualbox version MUST align with VirtualBox version (i.e. VirtualBox-6.1 requires phpvirtualbox-6.1)
31    
32  %changelog  %changelog
33    * Tue Mar 07 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    - add basic default values for config.php as config db items (with same name) and allow entry of other config items
40    - create /var/lib/php/phpvirtualbox directories (opcache, session, tmp) with www:www ownership and 0755 permissions
41    - correct permissions on log files
42    - add smb.conf fragment to allow vboxuser and any userGroups access to /opt/vbox (VMs & ISOs) directories
43    - add restart of httpd-e-smith and smbd services on update
44    - create template2expand directive for virtualbox update (which generates/saves new password) for /opt/phpvirtualbox/config.php
45    
46    * Thu Oct 20 2022 Trevor Batley <trevor@batley.id.au> 5.2.1-3
47    - remove vbox passwd from config.php
48    
49    * Wed Oct 19 2022 Trevor Batley <trevor@batley.id.au> 5.2.1-2
50    - vbox user home directory moved
51    
52    * Tue Oct 11 2022 Trevor Batley <trevor@batley.id.au> 5.2.1-1
53    - Initial import to sme10
54    - requires phpvirtualbox 5.2.1, smeserver-virtualbox 5.2
55    - upgrade to httpd 2.4
56    - use php74-php-fpm
57    - bundle up patches and release new tarball
58    
59  * Thu Aug 06 2015 stephane de labrusse <stephdl@de-labrusse.fr> 5.0.0-1  * Thu Aug 06 2015 stephane de labrusse <stephdl@de-labrusse.fr> 5.0.0-1
60  - require to phpvirtualbox-5.0  - require to phpvirtualbox-5.0
61    
# Line 60  administer VirtualBox in a headless envi Line 87  administer VirtualBox in a headless envi
87    
88  %prep  %prep
89  %setup  %setup
90  #%patch0 -p1  %patch0 -p1
91  #%patch1 -p1  %patch1 -p1
92  #%patch2 -p1  %patch2 -p1
93  #%patch3 -p1  
94  %build  %build
95  #perl createlinks  perl createlinks
96    
97  %install  %install
98  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
99  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
100  rm -f %{name}-%{version}-filelist  rm -f %{name}-%{version}-filelist
101  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist  mkdir -p /opt/vbox/{ISOs,VMs}
102  echo "%doc COPYING"  >> %{name}-%{version}-filelist  mkdir -p /var/log/php/phpvirtualbox
103    mkdir -p /var/lib/php/phpvirtualbox/{opcache,tmp,session}
104    /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
105     --dir /opt/vbox 'attr(0755,vbox,vboxusers)' \
106     --dir /opt/vbox/ISOs 'attr(0774,vbox,vboxusers)' \
107     --dir /opt/vbox/VMs 'attr(0774,vbox,vboxusers)' \
108     --dir /var/log/php/phpvirtualbox  'attr(0755,www,www)' \
109     --dir /var/lib/php/phpvirtualbox  'attr(0755,www,www)' \
110     --dir /var/lib/php/phpvirtualbox/tmp 'attr(0755,www,www)' \
111     --dir /var/lib/php/phpvirtualbox/opcache 'attr(0755,www,www)' \
112     --dir /var/lib/php/phpvirtualbox/session 'attr(0755,www,www)' \
113     > %{name}-%{version}-filelist
114    
115  %clean  %clean
116  cd ..  cd ..
# Line 84  rm -rf %{name}-%{version} Line 122  rm -rf %{name}-%{version}
122    
123  %post  %post
124    
 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 "=============================================================="  
   
   
125  %postun  %postun
126  #uninstall  #uninstall
127  if [ $1 = 0 ] ; then  if [ $1 = 0 ] ; then
128   /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf   /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
129   /usr/local/bin/svc -h /service/httpd-e-smith   /sbin/e-smith/systemctl restart httpd-e-smith
130  fi  fi
131  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist
132  %defattr(-,root,root)  %defattr(-,root,root)


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