#2 F29: Fix entrypoint broken by the msgpack rename (#1630992)
Merged 5 years ago by churchyard. Opened 5 years ago by churchyard.
rpms/ churchyard/borgbackup msgpack  into  f29

file modified
+7 -1
@@ -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 @@ 

  # 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 @@ 

  

  

  %changelog

+ * Sun Sep 23 2018 Miro Hrončok <mhroncok@redhat.com> - 1.1.7-2

+ - Fix entrypoint broken by the msgpack rename (#1630992)

+ 

  * Mon Sep 03 2018 Benjamin Pereto <bpereto@fedoraproject.org> - 1.1.7-1

  - Upstream Release 1.1.7

  - Rawhide compliant

Pull-Request has been merged by churchyard

5 years ago