update to 3.7.5 [release 3.7.5-1mamba;Sun Jan 01 2023]
This commit is contained in:
parent
5cec1e2b66
commit
534984b57d
@ -21,20 +21,20 @@
|
||||
%endif
|
||||
|
||||
Name: %{?sitename:%sitename-website-}ganglia-web
|
||||
Version: 3.5.10
|
||||
Version: 3.7.5
|
||||
Release: 1mamba
|
||||
Summary: A PHP web interface for Ganglia
|
||||
Group: Applications/Web
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://ganglia.sourceforge.net/
|
||||
Source: http://downloads.sourceforge.net/project/ganglia/ganglia-web/%{version}/ganglia-web-%{version}.tar.gz
|
||||
URL: https://ganglia.sourceforge.net/
|
||||
Source: https://github.com/ganglia/ganglia-web.git/%{version}/ganglia-web-%{version}.tar.bz2
|
||||
#Source: http://downloads.sourceforge.net/project/ganglia/ganglia-web/%{version}/ganglia-web-%{version}.tar.gz
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
A PHP web interface for Ganglia.
|
||||
@ -84,11 +84,11 @@ EOF
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
if [ $1 -ge 1 ]; then
|
||||
[ -e %{_localstatedir}/lock/subsys/httpd ] && service httpd reload || :
|
||||
fi
|
||||
:
|
||||
#% post
|
||||
#if [ $1 -ge 1 ]; then
|
||||
#[ -e %{_localstatedir}/lock/subsys/httpd ] && service httpd reload || :
|
||||
#fi
|
||||
#:
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -104,5 +104,8 @@ fi
|
||||
# %doc README TODO
|
||||
|
||||
%changelog
|
||||
* Sun Jan 01 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.7.5-1mamba
|
||||
- update to 3.7.5
|
||||
|
||||
* Wed Nov 27 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 3.5.10-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user