Enable automatic requirement processing. However, filter out all librpm*
stuff so that the package is installable (basically things that would be
auto-provided by the package). We still do not want to enable autoprov
in order to not interfere the host systems dependency chains.
Change-Id: I1b5e6627f42af0f78021b6db485e88ff30b96aed
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
+# Use custom autoreq script for filtering out all librpm* stuff
+# (basically everything that the package would auto-provide) in order to make
+# the package installable
+%define _use_internal_dependency_generator 0
+%define __find_requires bash -c "/usr/lib/rpm/find-requires | grep -v librpm"
+
%define rpmlibdir %{_prefix}/lib
%define rpmhome %{rpmlibdir}/rpm
Source23: find-provides.ksyms
Source1001: rpm.manifest
Source0: rpm-%{version}.tar.gz
-AutoReqProv: No
+AutoProv: No
Provides: rpm-tizen = %{version}-tizen20140611
#