Remove some unnecessary dependencies

This commit is contained in:
Mathieu Bridon 2019-01-08 18:47:44 +01:00 committed by Dodji Seketeli
parent 3693d52e63
commit 08b4ca2640

View File

@ -27,7 +27,6 @@ BuildRequires: python3-mock
%if 0%{?fedora} %if 0%{?fedora}
BuildRequires: python3-koji BuildRequires: python3-koji
%endif %endif
BuildRequires: python3-unittest2
BuildRequires: python3-pyxdg BuildRequires: python3-pyxdg
BuildRequires: wget BuildRequires: wget
#For x-rpm mimetype definition! #For x-rpm mimetype definition!
@ -40,7 +39,6 @@ Requires: koji
Requires: python3-koji Requires: python3-koji
%endif %endif
Requires: python3 >= 3.6 Requires: python3 >= 3.6
Requires: wget
#For x-rpm mimetype definition! #For x-rpm mimetype definition!
Requires: mailcap Requires: mailcap
@ -152,6 +150,10 @@ fi
%doc doc/manuals/html/* %doc doc/manuals/html/*
%changelog %changelog
* Wed Mar 13 2019 Mathieu Bridon <bochecha@daitauha.fr> - 1.5-4
- Remove unnecessary dependencies: python3-unittest2 and wget which
was referred to twice.
* Thu Mar 7 2019 Tim Landscheidt <tim@tim-landscheidt.de> - 1.5-4 * Thu Mar 7 2019 Tim Landscheidt <tim@tim-landscheidt.de> - 1.5-4
- Remove obsolete requirements for %%post/%%preun scriptlets - Remove obsolete requirements for %%post/%%preun scriptlets