diff --git a/python-blivet.spec b/python-blivet.spec index f9c543b..3965410 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -23,7 +23,7 @@ Version: 3.4.0 #%%global prerelease .b2 # prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2 -Release: 13%{?prerelease}%{?dist} +Release: 14%{?prerelease}%{?dist} Epoch: 1 License: LGPLv2+ %global realname blivet @@ -214,6 +214,10 @@ configuration. %endif %changelog +* Thu Jun 02 2022 Jan Pokorny - 3.4.0-14 +- Release version increase to fix RHEL upgrade path + Related: rhbz#2081278 + * Thu Jun 02 2022 Jan Pokorny - 3.4.0-13 - Fix getting PV info in LVMPhysicalVolume from the cache Resolves: rhbz#2079221