From bb93da3b447660490461ca2d4bf254daba2df490e64bf4f1fd34aa6df2c21af1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 3 Jun 2020 12:55:37 +0000 Subject: [PATCH] Accepting request 811121 from home:DocB:branches:devel:languages:python - fix for dependency error (see https://build.opensuse.org/request/show/807929 ) OBS-URL: https://build.opensuse.org/request/show/811121 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-onionshare?expand=0&rev=17 --- python-onionshare.changes | 5 +++++ python-onionshare.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/python-onionshare.changes b/python-onionshare.changes index 53b7255..8ffa5d6 100644 --- a/python-onionshare.changes +++ b/python-onionshare.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 3 10:24:26 UTC 2020 - Axel Braun + +- fix for dependency error (see https://build.opensuse.org/request/show/807929 ) + ------------------------------------------------------------------- Thu May 21 06:55:37 UTC 2020 - Petr Gajdos diff --git a/python-onionshare.spec b/python-onionshare.spec index e86e9ca..12680ff 100644 --- a/python-onionshare.spec +++ b/python-onionshare.spec @@ -2,7 +2,7 @@ # spec file for package python-onionshare # # Copyright (c) 2020 SUSE LLC -# Copyright (c) 2018 Dr. Axel Braun +# Copyright (c) 2018-2020 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -41,9 +41,9 @@ BuildRequires: %{python_module stem} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: update-desktop-files -Requires: %{name}-data Requires: python-Flask Requires: python-Flask-HTTPAuth +Requires: python-onionshare-data Requires: python-pycrypto Requires: python-pytest Requires: python-qt5 @@ -63,10 +63,10 @@ third party file-sharing service. Files are hosted on the machine the program is run on. The receiving user just needs to open the URL in Tor Browser to download the file. -%package data +%package -n python-onionshare-data Summary: Self-hosting Tor Onion Service based file sharing -%description data +%description -n python-onionshare-data OnionShare lets the user share files securely and anonymously. It works by starting a web server, making it accessible as a Tor Onion Service, and generating an unguessable URL to access and download the @@ -111,7 +111,7 @@ desktop-file-install --dir %{buildroot}%{_datadir}/applications/ %{modname}.desk %doc README.md %{python_sitelib}/* -%files data +%files -n python-onionshare-data %{_datadir}/%{modname}* %{_datadir}/pixmaps/* %{_datadir}/applications/*