diff --git a/python-hyperlink.spec b/python-hyperlink.spec index 95ba732..8f2f1a6 100644 --- a/python-hyperlink.spec +++ b/python-hyperlink.spec @@ -1,6 +1,6 @@ Name: python-hyperlink Version: 18.0.0 -Release: 7 +Release: 8 Summary: A pure-Python implementation of immutable URLs License: MIT and BSD and OFL URL: https://github.com/python-hyper/hyperlink @@ -29,7 +29,7 @@ Hyperlink is a featureful, pure-Python implementation of the URL, with an emphas %package help Summary: This package contains help documents -Requires: fontawesome-fonts js-underscore js-jquery +Requires: fontawesome-fonts Provides: python-hyperlink-doc = %{version}-%{release} Obsoletes: python-hyperlink-doc < %{version}-%{release} @@ -78,6 +78,9 @@ ln -s /usr/share/javascript/jquery/3.2.1/jquery.js html/_static/jquery-3.2.1.js %doc README.md html %changelog +* Fri Mar 13 2020 gulining - 18.0.0-8 +- Remove useless requires + * Thu Mar 12 2020 gulining - 18.0.0-7 - Remove useless buildrequires