diff --git a/borgbackup.spec b/borgbackup.spec index 7e889e5..96d6ace 100644 --- a/borgbackup.spec +++ b/borgbackup.spec @@ -2,7 +2,7 @@ Name: %{srcname} Version: 1.1.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A deduplicating backup program with compression and authenticated encryption License: BSD @@ -54,6 +54,9 @@ rm -rf %{srcname}.egg-info # we don't need the guzzley_sphinx theme for only man page generation %patch1 -p1 +# https://bugzilla.redhat.com/show_bug.cgi?id=1630992 +sed -i 's/msgpack-python/msgpack/' setup.py + %build %py3_build @@ -120,6 +123,9 @@ py.test-3 -vk "not test_non_ascii_acl and not test_fuse and not benchmark and no %changelog +* Sun Sep 23 2018 Miro HronĨok - 1.1.7-2 +- Fix entrypoint broken by the msgpack rename (#1630992) + * Mon Sep 03 2018 Benjamin Pereto - 1.1.7-1 - Upstream Release 1.1.7 - Rawhide compliant