diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2012-12-19 08:17:08 +0200 |
---|---|---|
committer | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-06-11 17:48:02 +0300 |
commit | e6b20d86c02b2be44283c166a9e87d5e4a7225c2 (patch) | |
tree | 2278e91e4686cb9b1fa849d69f0dbab45c3a48d8 | |
parent | 1fab161ca9e8d0d0b03b99238446939ef690710a (diff) | |
download | librpm-tizen-e6b20d86c02b2be44283c166a9e87d5e4a7225c2.tar.gz librpm-tizen-e6b20d86c02b2be44283c166a9e87d5e4a7225c2.tar.bz2 librpm-tizen-e6b20d86c02b2be44283c166a9e87d5e4a7225c2.zip |
packaging: use gz tarball instead of bz2
To be compatible with Deb.
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
-rw-r--r-- | packaging/librpm-tizen.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/librpm-tizen.spec b/packaging/librpm-tizen.spec index e8db46bc3..b798215c6 100644 --- a/packaging/librpm-tizen.spec +++ b/packaging/librpm-tizen.spec @@ -44,7 +44,7 @@ Source13: find-docs.sh Source22: device-sec-policy Source23: find-provides.ksyms Source1001: rpm.manifest -Source0: rpm-%{version}.tar.bz2 +Source0: rpm-%{version}.tar.gz # # avoid bootstrapping problem %define _binary_payload w9.bzdio |