From da260e8b3909fd8fcd63f903e06a0a66ac1db74e Mon Sep 17 00:00:00 2001 From: Benjamin Pereto Date: Mar 10 2019 11:57:08 +0000 Subject: FIX: drop python2-sphinx dependency --- diff --git a/borgbackup.spec b/borgbackup.spec index 0b4f5d7..2f5dffc 100644 --- a/borgbackup.spec +++ b/borgbackup.spec @@ -1,7 +1,7 @@ %global srcname borgbackup Name: %{srcname} -Version: 1.1.8 +Version: 1.1.9 Release: 2%{?dist} Summary: A deduplicating backup program with compression and authenticated encryption @@ -13,7 +13,6 @@ Patch1: 0002-disable-sphinx-man-page-build.patch Patch2: 0003-test-archiver-fix2.patch # build -BuildRequires: gcc BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python%{python3_pkgversion}-setuptools_scm @@ -24,15 +23,11 @@ BuildRequires: python%{python3_pkgversion}-msgpack >= 0.5.6 # test BuildRequires: python%{python3_pkgversion}-pytest -%if 0%{?rhel} -# python3-sphinx packages are not available in epel -# so we use the old python2 -BuildRequires: python-sphinx -%else +# doc BuildRequires: python%{python3_pkgversion}-sphinx -%endif # no python deps +BuildRequires: gcc BuildRequires: openssl-devel >= 1.0.0 BuildRequires: fuse-devel BuildRequires: libacl-devel @@ -69,11 +64,7 @@ export READTHEDOCS=True # workaround to include borg module for usage generation export PYTHONPATH=$(pwd)/build/$(ls build/ | grep 'lib.') -%if 0%{?rhel} -make -C docs man -%else make -C docs SPHINXBUILD=sphinx-build-3 man -%endif %install find . -name *.so -type f -exec chmod 0755 {} \; @@ -125,6 +116,12 @@ py.test-3 -x -vk "not test_non_ascii_acl and not test_fuse and not benchmark and %changelog +* Sun Mar 10 2019 Benjamin Pereto - 1.1.9-2 +- drop python2-sphinx dependency + +* Sat Mar 09 2019 Benjamin Pereto - 1.1.9-1 +- Upstream Release 1.1.9 + * Thu Jan 31 2019 Fedora Release Engineering - 1.1.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild