Remove pyfuse3 as llfuse is already provided

This commit is contained in:
Daniel Uvehag
2022-04-20 16:57:56 +02:00
parent c0f2dda2d2
commit 20b4e33a2f
+4 -2
View File
@@ -5,7 +5,7 @@
Name: %{pypi_name} Name: %{pypi_name}
Version: %{pypi_version} Version: %{pypi_version}
Release: 3%{?dist} Release: 4%{?dist}
Summary: Deduplicated, encrypted, authenticated and compressed backups Summary: Deduplicated, encrypted, authenticated and compressed backups
License: BSD 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(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(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(packaging)
Requires: python%{python3_version}dist(pyfuse3) >= 3.1.1
Requires: python%{python3_version}dist(setuptools) Requires: python%{python3_version}dist(setuptools)
%description %description
@@ -86,6 +85,9 @@ rm -rf html/.{doctrees,buildinfo}
%endif %endif
%changelog %changelog
* Wed Apr 20 2022 Daniel Uvehag <ufven+pkgs@protonmail.com> - 1.2.0-4
- Remove pyfuse3 as llfuse is already provided
* Wed Apr 20 2022 Daniel Uvehag <ufven+pkgs@protonmail.com> - 1.2.0-3 * Wed Apr 20 2022 Daniel Uvehag <ufven+pkgs@protonmail.com> - 1.2.0-3
- Added missing gcc build dependency - Added missing gcc build dependency