diff --git a/urlwatch.spec b/urlwatch.spec index 07d8796..6fcd2b9 100644 --- a/urlwatch.spec +++ b/urlwatch.spec @@ -1,6 +1,6 @@ Name: urlwatch Version: 2.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tool for monitoring webpages for updates License: BSD @@ -12,6 +12,11 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-tools +Requires: python3-requests +Requires: python3-keyring +Requires: python3-minidb +Requires: python3-PyYAML + %description This script is intended to help you watch URLs and get notified (via email or in your terminal) of any changes. The change notification @@ -52,6 +57,9 @@ chmod a+x %{buildroot}%{python3_sitelib}/%{name}/handler.py %{python3_sitelib}/%{name}*.egg-info %changelog +* Thu Dec 29 2016 Fabian Affolter - 2.6-2 +- Add new requirements + * Thu Dec 29 2016 Fabian Affolter - 2.6-1 - Update to latest upstream release 2.6