diff --git a/the_silver_searcher.spec b/the_silver_searcher.spec index a49ad1b..68b752c 100644 --- a/the_silver_searcher.spec +++ b/the_silver_searcher.spec @@ -26,6 +26,11 @@ BuildRequires: python3-cram BuildRequires: git-core %endif +Provides: ag +# TODO: unbundle src/uthash.h and build require uthash-devel +# https://github.com/ggreer/the_silver_searcher/issues/1411 +Provides: bundled(uthash) + %description The Silver Searcher is a code searching tool similar to ack, @@ -69,6 +74,7 @@ make test - Update to latest upstream commit - Add patch to use correct shell completion locations - Run test suite +- Add provides for ag and bundled uthash * Wed Jul 29 2020 Fedora Release Engineering - 2.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild