diff --git a/python-blivet.spec b/python-blivet.spec index 6b85234..f127a6e 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -23,7 +23,7 @@ Version: 3.1.4 #%%global prerelease .b2 # prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2 -Release: 2%{?prerelease}%{?dist} +Release: 3%{?prerelease}%{?dist} Epoch: 1 License: LGPLv2+ %global realname blivet @@ -193,6 +193,9 @@ configuration. %endif %changelog +* Fri Jul 26 2019 Fedora Release Engineering - 1:3.1.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Thu Jul 11 2019 Vojtech Trefny - 3.1.4-2 - Remove teardown_all from the populate method (vponcova) - initial PowerNV class support (dan)