diff --git a/borgbackup.spec b/borgbackup.spec index 099e51c..219f326 100644 --- a/borgbackup.spec +++ b/borgbackup.spec @@ -5,7 +5,7 @@ Name: %{pypi_name} Version: %{pypi_version} -Release: 3%{?dist} +Release: 4%{?dist} Summary: Deduplicated, encrypted, authenticated and compressed backups License: BSD @@ -31,7 +31,6 @@ BuildRequires: python%{python3_version}dist(sphinx) Requires: python%{python3_version}dist(llfuse) >= 1.3.8 Requires: (python%{python3_version}dist(msgpack) >= 0.5.6 with python%{python3_version}dist(msgpack) <= 1.0.3 with (python%{python3_version}dist(msgpack) < 1.0.1 or python%{python3_version}dist(msgpack) > 1.0.1)) Requires: python%{python3_version}dist(packaging) -Requires: python%{python3_version}dist(pyfuse3) >= 3.1.1 Requires: python%{python3_version}dist(setuptools) %description @@ -86,6 +85,9 @@ rm -rf html/.{doctrees,buildinfo} %endif %changelog +* Wed Apr 20 2022 Daniel Uvehag - 1.2.0-4 +- Remove pyfuse3 as llfuse is already provided + * Wed Apr 20 2022 Daniel Uvehag - 1.2.0-3 - Added missing gcc build dependency