diff options
author | yan11.meng <yan11.meng@samsung.com> | 2020-06-18 11:04:17 +0800 |
---|---|---|
committer | yan11.meng <yan11.meng@samsung.com> | 2020-06-18 11:04:17 +0800 |
commit | 6de400c8113e97a869eec6b55fce24e3596d187e (patch) | |
tree | cdba652c30003e30b4b59b83effbb94692c475ee | |
parent | da8d68aff0abc3255320b2fdf66dc7f075f86a79 (diff) | |
download | build-6de400c8113e97a869eec6b55fce24e3596d187e.tar.gz build-6de400c8113e97a869eec6b55fce24e3596d187e.tar.bz2 build-6de400c8113e97a869eec6b55fce24e3596d187e.zip |
update denpendencies version
Change-Id: I1f143a55e2ff00339e3eec94d98434010178d08f
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | packaging/build.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 1816e3c..f8d93d5 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Depends: ${perl:Depends}, libxml-parser-perl, libcrypt-ssleay-perl (>= 0.64-tizen20130308), binfmt-support, - tizen-qemu-arm-static-2016.12.31 + tizen-qemu-arm-static-2020.06.17 Recommends: rpm2cpio Description: A script to build SUSE Linux RPMs This package provides a script for building RPMs for SUSE Linux diff --git a/packaging/build.spec b/packaging/build.spec index 528fe1d..5e259d9 100644 --- a/packaging/build.spec +++ b/packaging/build.spec @@ -45,7 +45,7 @@ Requires: perl(LWP::UserAgent) Requires: perl(IO::Socket::SSL) Requires: perl(XML::Parser) Requires: perl(Archive::Tar) -Requires: tizen-qemu-arm-static >= 2016.12.31 +Requires: tizen-qemu-arm-static >= 2020.06.17 %if 0%{?fedora_version} || 0%{?suse_version} == 1220 || 0%{?centos_version} Requires: rpm-build |