diff --git a/borgbackup.spec b/borgbackup.spec index ea1b748..187b601 100644 --- a/borgbackup.spec +++ b/borgbackup.spec @@ -8,7 +8,7 @@ Name: %{srcname} Version: 1.1.11 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A deduplicating backup program with compression and authenticated encryption %if %bundle_msgpack @@ -159,7 +159,7 @@ TEST_SELECTOR="not test_fuse and not benchmark and not test_delete_force" # exclude test_dash_open: pytest stub has a bug and is fixed in 3.0.2 (epel7 uses 2.9.2) TEST_SELECTOR="$TEST_SELECTOR and not test_dash_open" %endif -py.test-3 -x -vk "$TEST_SELECTOR" $PYTHONPATH/borg/testsuite/*.py +py.test-3 -vk "$TEST_SELECTOR" $PYTHONPATH/borg/testsuite/*.py %files %license LICENSE @@ -182,6 +182,9 @@ py.test-3 -x -vk "$TEST_SELECTOR" $PYTHONPATH/borg/testsuite/*.py %changelog +* Mon May 25 2020 Felix Schwarz - 1.1.11-5 +- final attempt to rebuild + * Sat May 23 2020 Felix Schwarz - 1.1.11-4 - exclude flaky test