Просмотр исходного кода

upgrading package: fluentd 1.6.3 -> 1.7.0

Ralf S. Engelschall 6 лет назад
Родитель
Сommit
0ff86cf833
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      fluentd/fluentd.spec

+ 3 - 3
fluentd/fluentd.spec

@@ -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