diff --git a/borgbackup.spec b/borgbackup.spec index d58d5b9..5c6fcb4 100644 --- a/borgbackup.spec +++ b/borgbackup.spec @@ -2,7 +2,7 @@ Name: %{srcname} Version: 1.1.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A deduplicating backup program with compression and authenticated encryption License: BSD @@ -82,9 +82,6 @@ find . -name *.so -type f -exec chmod 0755 {} \; %py3_install install -D -m 0644 docs/_build/man/borg*.1* %{buildroot}%{_mandir}/man1/borg.1 -# remove testsuite -rm -rf %{buildroot}%{python3_sitearch}/borg/testsuite - # add shell completions #%define bash_compdir %(pkg-config --variable=completionsdir bash-completion) %define bash_compdir %{_prefix}/share/bash-completion/completions @@ -129,6 +126,9 @@ py.test-3 -vk "not test_non_ascii_acl and not test_fuse and not benchmark and no %changelog +* Mon Jan 1 2018 Benjamin Pereto - 1.1.4-2 +- add testsuite, needed for selftest + * Mon Jan 1 2018 Benjamin Pereto - 1.1.4-1 - upstream version 1.1.4 (see upstream changelog) - added zstd compression