From cc272e76e5206734b732c9a025317bf9c7914284 Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Thu, 15 Aug 2019 08:20:30 +0200 Subject: [PATCH] Fix version and release in SPEC Accidentally not included in 3.1.5 release commit. --- python-blivet.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/python-blivet.spec b/python-blivet.spec index 6129da7..49dcada 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -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).