diff --git a/python-blivet.spec b/python-blivet.spec index a59e0b6..62ecd65 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -23,7 +23,7 @@ Version: 3.4.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 @@ -196,6 +196,9 @@ configuration. %endif %changelog +* Fri Jan 21 2022 Fedora Release Engineering - 1:3.4.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Thu Sep 30 2021 Vojtech Trefny - 3.4.2-1 - pylint: Remove pdb breakpoint in device_properties_test (vtrefny) - pylint: Fix exception string in get_cow_sysfs_path (vtrefny)