- Make sure all php components are for PHP7 (bsc#1088887).

OBS-URL: https://build.opensuse.org/package/show/network:cluster/ganglia-web?expand=0&rev=10
This commit is contained in:
2018-04-10 14:54:34 +00:00
committed by Git OBS Bridge
parent bb2e0fa8ae
commit 092e6acabc
2 changed files with 15 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 10 14:53:10 UTC 2018 - eich@suse.com
- Make sure all php components are for PHP7 (bsc#1088887).
-------------------------------------------------------------------
Mon Oct 16 11:20:02 UTC 2017 - cgoll@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package ganglia-web
#
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -13,6 +13,9 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
#
%define webpath /srv/www/htdocs/ganglia-web
@@ -26,15 +29,15 @@ Url: http://ganglia.info/
Source0: https://downloads.sourceforge.net/project/ganglia/ganglia-web/3.7.2/ganglia-web-3.7.2.tar.gz
Source1: ganglia-httpd24.conf.d
Source2: README.SUSE
BuildRequires: fdupes
BuildRequires: apache2
BuildRequires: fdupes
BuildRequires: rsync
Requires: php >= 7
Requires: mod_php_any
Requires: php-gd
Requires: php-xml
Requires: rrdtool
Requires: apache2
Requires: mod_php_any >= 7
Requires: php >= 7
Requires: php-gd >= 7
Requires: php-xml >= 7
Requires: rrdtool
Recommends: ganglia-gmetad
BuildArch: noarch
%define web_prefixdir /srv/www/htdocs/ganglia-web