From 6bf355b3dd1b4f00f34c66ae8bc1deccad54b944 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Sun, 2 Oct 2016 10:56:33 -0400 Subject: [PATCH 1/2] update Requires --- acd_cli.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/acd_cli.spec b/acd_cli.spec index fcb9a66..14b69f3 100644 --- a/acd_cli.spec +++ b/acd_cli.spec @@ -4,7 +4,7 @@ Name: acd_cli Version: 0.3.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A command line interface and FUSE filesystem for Amazon Cloud Drive License: GPLv2+ @@ -17,9 +17,9 @@ BuildRequires: python3-devel # in order from https://acd-cli.readthedocs.org/en/latest/setup.html#python-packages Requires: python3-appdirs Requires: python3-colorama -Recommends: python3-dateutils +Requires: python3-dateutil Requires: python3-requests > 2.1.0 -Recommends: python3-requests-toolbelt +Requires: python3-requests-toolbelt Requires: python3-sqlalchemy %description @@ -53,6 +53,11 @@ ln -s acd_cli $RPM_BUILD_ROOT/%_bindir/acdcli %_bindir/acd_cli %changelog +* Sun Oct 2 2016 Matthew Miller - 03.2-2 +- package docs say "dateutils' but means "dateutil" +- change that and requests-toolbelt to hard dep, because package will not actually + function without + * Sat Sep 3 2016 Juan Orti Alcaine - 0.3.2-1 - Version 0.3.2 From 3163e6a3d7284b700c0f9e4dca1fbbc0ac58b9f9 Mon Sep 17 00:00:00 2001 From: Juan Orti Alcaine Date: Tue, 22 Nov 2016 13:51:16 +0100 Subject: [PATCH 2/2] Add python3-fuse dependency --- acd_cli.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/acd_cli.spec b/acd_cli.spec index 14b69f3..cacf687 100644 --- a/acd_cli.spec +++ b/acd_cli.spec @@ -4,7 +4,7 @@ Name: acd_cli Version: 0.3.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A command line interface and FUSE filesystem for Amazon Cloud Drive License: GPLv2+ @@ -21,6 +21,7 @@ Requires: python3-dateutil Requires: python3-requests > 2.1.0 Requires: python3-requests-toolbelt Requires: python3-sqlalchemy +Recommends: python3-fuse %description acd_cli provides a command line interface to Amazon Cloud Drive and allows @@ -53,6 +54,9 @@ ln -s acd_cli $RPM_BUILD_ROOT/%_bindir/acdcli %_bindir/acd_cli %changelog +* Tue Nov 22 2016 Juan Orti Alcaine - 0.3.2-3 +- Add python3-fuse dependency + * Sun Oct 2 2016 Matthew Miller - 03.2-2 - package docs say "dateutils' but means "dateutil" - change that and requests-toolbelt to hard dep, because package will not actually