diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2013-02-21 12:14:49 +0200 |
---|---|---|
committer | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-06-11 17:48:02 +0300 |
commit | e7b24efedd16fd062aa9c766c746a34088cf2cda (patch) | |
tree | 9b874b20546339a76e259cf7ed09963fe295ea73 | |
parent | 5a4119d5243a455290b824d2f3ed2534041c3114 (diff) | |
download | librpm-tizen-e7b24efedd16fd062aa9c766c746a34088cf2cda.tar.gz librpm-tizen-e7b24efedd16fd062aa9c766c746a34088cf2cda.tar.bz2 librpm-tizen-e7b24efedd16fd062aa9c766c746a34088cf2cda.zip |
packaging: disable autoreq and autoprov
AutoProv in order to not mess up the dependencies of the host system.
AutoReq in order to make the package installable after AutoProv is
disabled.
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
-rw-r--r-- | packaging/librpm-tizen.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/librpm-tizen.spec b/packaging/librpm-tizen.spec index b798215c6..7008cb5ee 100644 --- a/packaging/librpm-tizen.spec +++ b/packaging/librpm-tizen.spec @@ -45,6 +45,7 @@ Source22: device-sec-policy Source23: find-provides.ksyms Source1001: rpm.manifest Source0: rpm-%{version}.tar.gz +AutoReqProv: No # # avoid bootstrapping problem %define _binary_payload w9.bzdio |