- updated to 3.7.5 which fixes bsc#1179835
OBS-URL: https://build.opensuse.org/package/show/network:cluster/ganglia-web?expand=0&rev=18
This commit is contained in:
18
_service
18
_service
@@ -1,18 +0,0 @@
|
||||
<services>
|
||||
<!-- mode is disabled, so that it is not executed at every commit -->
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="url">https://github.com/ganglia/ganglia-web.git</param>
|
||||
<!-- this is %version -->
|
||||
<param name="version">3.7.4</param>
|
||||
<!-- which git commit to use, if no tag is available -->
|
||||
<param name="revision">3.7.4</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
<!-- the prior part will check out an git, archive, but we want a tar ball -->
|
||||
<service mode="buildtime" name="tar" />
|
||||
<service mode="buildtime" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version" />
|
||||
</services>
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c33c603e9133b25bf5dc86a16d8292cf5eabec5b9020fe86db1c2ef9bcd80472
|
||||
size 2700812
|
3
ganglia-web-3.7.5.tar.xz
Normal file
3
ganglia-web-3.7.5.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:067f791287a11210d274acf4c9c1b5e3df3482ab3f3a151071cf6c926460cfa9
|
||||
size 711566
|
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 29 14:53:55 UTC 2021 - Christian Goll <cgoll@suse.com>
|
||||
|
||||
- updated to 3.7.5 which fixes bsc#1179835
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 4 12:54:20 UTC 2019 - Christian Goll <cgoll@suse.com>
|
||||
|
||||
|
@@ -1,5 +0,0 @@
|
||||
name: ganglia-web
|
||||
version: 3.7.4
|
||||
mtime: 1520973429
|
||||
commit: d4e14cce414dda46c303000b8f6c5db4db4083ed
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ganglia-web
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,13 +19,13 @@
|
||||
%define web_prefixdir /srv/www/htdocs/ganglia-web
|
||||
|
||||
Name: ganglia-web
|
||||
Version: 3.7.4
|
||||
Version: 3.7.5
|
||||
Release: 0
|
||||
Summary: Ganglia web frontend
|
||||
License: BSD-3-Clause
|
||||
Group: System/Monitoring
|
||||
URL: http://ganglia.info/
|
||||
Source0: ganglia-web-%{version}.tar.xz
|
||||
Source0: https://github.com/ganglia/ganglia-web/archive/%{version}.tar.gz#/ganglia-web-%{version}.tar.xz
|
||||
Source1: ganglia-httpd24.conf.d
|
||||
Source2: README.SUSE
|
||||
Patch1: 0001-added-of-download_js.patch
|
||||
|
Reference in New Issue
Block a user