diff --git a/find-provides b/find-provides index 6af54cd..f0a5624 100755 --- a/find-provides +++ b/find-provides @@ -65,4 +65,9 @@ done | sort -u [ -x /usr/lib/rpm/redhat/find-provides.libtool ] && echo $filelist | tr '[:blank:]' \\n | /usr/lib/rpm/redhat/find-provides.libtool | sort -u +# +# --- pkgconfig +[ -x /usr/lib/rpm/redhat/find-provides.pkgconfig ] && + echo $filelist | tr '[:blank:]' \\n | /usr/lib/rpm/redhat/find-provides.pkgconfig | sort -u + exit 0 diff --git a/macros b/macros index 9aa8269..a24c3cd 100644 --- a/macros +++ b/macros @@ -85,6 +85,7 @@ /usr/lib/rpm/redhat/brp-strip %{__strip} \ /usr/lib/rpm/redhat/brp-strip-static-archive %{__strip} \ /usr/lib/rpm/redhat/brp-strip-comment-note %{__strip} %{__objdump} \ + /usr/lib/rpm/redhat/brp-python-bytecompile \ %{nil} # /usr/lib/rpm/redhat/brp-implant-ident-static