|
|
@@ -31,8 +31,8 @@ Distribution: OpenPKG Community
|
|
|
Class: EVAL
|
|
|
Group: Logging
|
|
|
License: Apache
|
|
|
-Version: 1.6.3
|
|
|
-Release: 20190812
|
|
|
+Version: 1.7.0
|
|
|
+Release: 20190831
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://download.openpkg.org/components/versioned/fluentd/fluentd-%{version}.tar.xz
|
|
|
@@ -52,7 +52,7 @@ PreReq: OpenPKG, openpkg >= 20160101, ruby
|
|
|
prog fluentd = {
|
|
|
version = %{version}
|
|
|
url = https://github.com/fluent/fluentd/releases
|
|
|
- regex = v(__VER__)\.tar\.gz
|
|
|
+ regex = v(\d+\.\d+\.\d+)\.tar\.gz
|
|
|
}
|
|
|
|
|
|
%prep
|