From 61f2821ff242a2beb7b71456e179c13386961997 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Feb 04 2021 22:57:05 +0000 Subject: Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-blivet.git#2530c12bed02cc1cc6b07af64cd96a8a67c18dc0 --- diff --git a/python-blivet.spec b/python-blivet.spec index 3d28201..e763a7f 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -23,7 +23,7 @@ Version: 3.3.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 @@ -53,6 +53,7 @@ storage configuration. %package -n %{realname}-data Summary: Data for the %{realname} python module. +BuildRequires: make BuildRequires: systemd Conflicts: python-blivet < 1:2.0.0 @@ -195,6 +196,9 @@ configuration. %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1:3.3.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Jan 14 2021 Vojtech Trefny - 3.3.2-1 - Fix "suggest_container_name" for Anaconda (vtrefny) - Add test for util.get_sysfs_attr (vtrefny)