diff options
author | Ed Bartosh <eduard.bartosh@intel.com> | 2013-02-05 17:31:24 +0200 |
---|---|---|
committer | Ed Bartosh <eduard.bartosh@intel.com> | 2013-02-05 18:05:35 +0200 |
commit | d6aef70247336b13f489600f5f46ca7878f970b7 (patch) | |
tree | 672a215aab7233e5e898fda37c15c2a7eda95ab4 /packaging | |
parent | 4f756eadbebe71161235f86b8431df143346d9ca (diff) | |
download | mic-d6aef70247336b13f489600f5f46ca7878f970b7.tar.gz mic-d6aef70247336b13f489600f5f46ca7878f970b7.tar.bz2 mic-d6aef70247336b13f489600f5f46ca7878f970b7.zip |
Fixed dependency issue for squashfs on OpenSUSE
Name of the package with mksquashfs and unsquashfs utilities is squashfs
on OpenSUSE and squashfs-tools on Fedora. This change adds Requires:
squashfs to the spec for OpenSUSE and squashfs-tools for the rest of
distros.
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/mic.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/mic.spec b/packaging/mic.spec index 40d25d6..ba98ed3 100644 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -24,14 +24,15 @@ Requires: cpio Requires: isomd5sum Requires: gzip Requires: bzip2 -Requires: squashfs-tools >= 4.0 Requires: qemu-arm-static Requires: python-urlgrabber Requires: yum >= 3.2.24 %if 0%{?suse_version} Requires: btrfsprogs +Requires: squashfs >= 4.0 %else Requires: btrfs-progs +Requires: squashfs-tools >= 4.0 %endif %if 0%{?fedora_version} > 13 |