diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 290c3f6..aee8189 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -1,11 +1,11 @@ def getFedoraVersions() { def response = httpRequest( - url: 'https://pdc.fedoraproject.org/rest_api/v1/product-versions?short=fedora&active=true', + url: 'https://bodhi.fedoraproject.org/releases?state=current', acceptType: 'APPLICATION_JSON', ) def content = readJSON(text: response.content) - return content.results. - findAll { it.version != "rawhide" }. + return content.releases. + findAll { it.id_prefix == "FEDORA" }. collect { it.version } } diff --git a/wal-g.spec b/wal-g.spec index 638988d..e0d4c32 100644 --- a/wal-g.spec +++ b/wal-g.spec @@ -12,8 +12,8 @@ %bcond libsodium 0 Name: wal-g -Version: 3.0.1 -Release: 2%{?dist} +Version: 3.0.3 +Release: 1%{?dist} Summary: Archival and Restoration for databases in the Cloud License: Apache-2.0