From af7e26e1cb953d475bdef7aa97a15d3a66f023a4 Mon Sep 17 00:00:00 2001 From: Till Hofmann Date: Jun 24 2020 07:36:29 +0000 Subject: Explicitly BR python3-setuptools --- diff --git a/btrfs-sxbackup.spec b/btrfs-sxbackup.spec index 8f63f62..d44c710 100644 --- a/btrfs-sxbackup.spec +++ b/btrfs-sxbackup.spec @@ -1,6 +1,6 @@ Name: btrfs-sxbackup Version: 0.6.11 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Incremental btrfs snapshot backups with push/pull support via SSH License: GPLv2+ URL: https://github.com/masc3d/btrfs-sxbackup @@ -15,6 +15,7 @@ Patch1: btrfs-sxbackup-tests.patch BuildArch: noarch BuildRequires: python3-devel +BuildRequires: python3-setuptools %description Btrfs snapshot backup utility with push/pull support via SSH, retention, Email @@ -51,6 +52,9 @@ install -p -m644 etc/btrfs-sxbackup.conf %{buildroot}/%{_sysconfdir} %changelog +* Wed Jun 24 2020 Till Hofmann - 0.6.11-12 +- Explicitly BR python3-setuptools (https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/GCPGM34ZGEOVUHSBGZTRYR5XKHTIJ3T7/) + * Tue May 26 2020 Miro HronĨok - 0.6.11-11 - Rebuilt for Python 3.9