Merge branch 'ent-3792-spec_console_enterprise_for_rhel7' into 'develop'
spec console open and build_rpm for rhel7 See merge request artica/pandorafms!2355 Former-commit-id: d40cbedb10b628adc8c710c2b37d0eaf64657af6
This commit is contained in:
commit
5d176bb61f
|
@ -11,16 +11,16 @@ echo "Creating RPM packages in $RPMHOME/RPMS"
|
|||
rpmbuild -ba $CODEHOME/pandora_console/pandora_console.rhel7.spec || exit 1
|
||||
|
||||
# Server
|
||||
rpmbuild -ba $CODEHOME/pandora_server/pandora_server.rhel7.spec || exit 1
|
||||
#rpmbuild -ba $CODEHOME/pandora_server/pandora_server.rhel7.spec || exit 1
|
||||
|
||||
# Unix agent
|
||||
rpmbuild -ba $CODEHOME/pandora_agents/unix/pandora_agent.rhel7.spec || exit 1
|
||||
#rpmbuild -ba $CODEHOME/pandora_agents/unix/pandora_agent.rhel7.spec || exit 1
|
||||
|
||||
# Enterprise console
|
||||
rpmbuild -ba $PANDHOME_ENT/pandora_console/enterprise/pandora_console_enterprise.rhel7.spec || exit 1
|
||||
|
||||
# Enterprise server
|
||||
rpmbuild -ba $PANDHOME_ENT/pandora_server/PandoraFMS-Enterprise/pandora_server_enterprise.rhel7.spec || exit 1
|
||||
#rpmbuild -ba $PANDHOME_ENT/pandora_server/PandoraFMS-Enterprise/pandora_server_enterprise.rhel7.spec || exit 1
|
||||
|
||||
exit 0
|
||||
|
||||
|
|
|
@ -21,11 +21,11 @@ Source0: %{name}-%{version}.tar.gz
|
|||
URL: http://www.pandorafms.com
|
||||
Group: Productivity/Networking/Web/Utilities
|
||||
Packager: Sancho Lerena <slerena@artica.es>
|
||||
Prefix: /var/www/html
|
||||
Prefix: /opt/rh/httpd24/root/var/www/html/
|
||||
BuildRoot: %{_tmppath}/%{name}
|
||||
BuildArch: noarch
|
||||
AutoReq: 0
|
||||
Requires: %{httpd_name} >= 2.0.0
|
||||
Requires: httpd24-httpd
|
||||
Requires: httpd24-mod_php >= 7.2
|
||||
Requires: rh-php72-php-gd, rh-php72-php-ldap, rh-php72-php-snmp, rh-php72-php-session, rh-php72-php-gettext
|
||||
Requires: rh-php72-php-mysqlnd, rh-php72-php-mbstring, rh-php72-php-zip, rh-php72-php-zlib, rh-php72-php-curl
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
../lib/PandoraFMS
|
|
@ -0,0 +1 @@
|
|||
../lib/PandoraFMS
|
|
@ -1 +0,0 @@
|
|||
../bin/PandoraFMS/
|
|
@ -0,0 +1 @@
|
|||
../bin/PandoraFMS/
|
|
@ -1 +0,0 @@
|
|||
../../bin/PandoraFMS/
|
|
@ -0,0 +1 @@
|
|||
../../bin/PandoraFMS/
|
Loading…
Reference in New Issue