From b28cac85b44dab5c667f6378201187169db35f87 Mon Sep 17 00:00:00 2001 From: Benjamin Pereto Date: May 22 2016 18:47:52 +0000 Subject: new version and bugfix --- diff --git a/.gitignore b/.gitignore index 089e405..328b7e6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /borgbackup-1.0.1.tar.gz /borgbackup-1.0.2.tar.gz /*.src.rpm +/borgbackup-1.0.3.tar.gz diff --git a/borgbackup.spec b/borgbackup.spec index 59b4a54..5f04204 100644 --- a/borgbackup.spec +++ b/borgbackup.spec @@ -1,7 +1,7 @@ %global srcname borgbackup Name: %{srcname} -Version: 1.0.2 +Version: 1.0.3 Release: 1%{?dist} Summary: A deduplicating backup program with compression and authenticated encryption @@ -40,6 +40,7 @@ BuildRequires: lz4-devel BuildRequires: fuse-devel BuildRequires: libacl-devel +Requires: python%{python3_pkgversion}-setuptools Requires: python%{python3_pkgversion}-msgpack >= 0.4.6 Requires: python%{python3_pkgversion}-llfuse @@ -93,6 +94,16 @@ PYTHONPATH=$(pwd) py.test-3 --pyargs borg.testsuite -vk "not test_non_ascii_acl %changelog +* Sun May 22 2016 Benjamin Pereto - 1.0.3-1 +- Added requires for setuptools (BZ#1335325) +- upstream version 1.0.3 + +* Thu Apr 28 2016 Benjamin Pereto - 1.0.2-2 +- rebuilt + +* Thu Apr 28 2016 Benjamin Pereto - 1.0.2-2 +- Missing dependency python-setuptools + * Sun Apr 17 2016 Benjamin Pereto - 1.0.2-1 - added epel7 specific parts - make manpage generation work with epel7 diff --git a/sources b/sources index c138e34..58afddc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2b1191981f82160bea45220ac106eb7e borgbackup-1.0.2.tar.gz +94b81bdba533d1f9f70785cd8c2234a0 borgbackup-1.0.3.tar.gz