diff --git a/python-blivet.spec b/python-blivet.spec index 4105d6e..4551a7d 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -23,7 +23,7 @@ Version: 3.1.2 #%%global prerelease .b2 # prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2 -Release: 1%{?prerelease}%{?dist} +Release: 2%{?prerelease}%{?dist} Epoch: 1 License: LGPLv2+ %global realname blivet @@ -190,6 +190,9 @@ configuration. %endif %changelog +* Sat Feb 02 2019 Fedora Release Engineering - 1:3.1.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Wed Dec 12 2018 Vojtech Trefny - 3.1.2-1 - Fix reading LV attributes in LVMVolumeGroupDevice.status (vtrefny) - Do not try to login to iBFTs with active session (vtrefny)