Fix version and release in SPEC

Accidentally not included in 3.1.5 release commit.
This commit is contained in:
Vojtech Trefny 2019-08-15 08:20:30 +02:00
parent b0b6d6ebb7
commit cc272e76e5

View File

@ -19,11 +19,11 @@
Summary: A python module for system storage configuration
Name: python-blivet
Url: https://storageapis.wordpress.com/projects/blivet
Version: 3.1.4
Version: 3.1.5
#%%global prerelease .b2
# prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2
Release: 3%{?prerelease}%{?dist}
Release: 1%{?prerelease}%{?dist}
Epoch: 1
License: LGPLv2+
%global realname blivet
@ -31,7 +31,6 @@ License: LGPLv2+
Source0: http://github.com/storaged-project/blivet/archive/%{realname}-%{realversion}.tar.gz
Source1: http://github.com/storaged-project/blivet/archive/%{realname}-%{realversion}-tests.tar.gz
Patch0: 0001-initial-PowerNV-class-support.patch
Patch1: 0002-Remove-teardown_all-from-the-populate-method.patch
# Versions of required components (done so we make sure the buildrequires
# match the requires versions of things).