diff --git a/borgbackup.spec b/borgbackup.spec index 4899ab1..cfe8624 100644 --- a/borgbackup.spec +++ b/borgbackup.spec @@ -2,7 +2,7 @@ Name: %{srcname} Version: 1.0.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A deduplicating backup program with compression and authenticated encryption License: BSD @@ -94,6 +94,9 @@ PYTHONPATH=$(pwd) py.test-3 --pyargs borg.testsuite -vk "not test_non_ascii_acl %changelog +* Tue Jul 19 2016 Fedora Release Engineering - 1.0.6-2 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + * Wed Jul 13 2016 Benjamin Pereto - 1.0.6-1 - upstream version 1.0.6 (BZ#1354371) - update source url (now pointing to files.pythonhosted.org)