Update to v3.0.3 #1

Open
dustin wants to merge 2 commits from feature/update-to-v3.0.3 into master
2 changed files with 5 additions and 5 deletions

6
ci/Jenkinsfile vendored
View File

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

View File

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