projects
/
tools
/
depanneur.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96d93f5
)
fix dependency packaging issue
release-0.9.1
0.9.1
author
Zhang Qiang
<qiang.z.zhang@intel.com>
Mon, 16 Sep 2013 15:16:49 +0000
(23:16 +0800)
committer
Zhang Qiang
<qiang.z.zhang@intel.com>
Mon, 16 Sep 2013 15:16:49 +0000
(23:16 +0800)
In openSUSE 12.3, build script version is
20130311
, so related dependency
should be changed, or build script will not be upgraded any more
Change-Id: I2d10ead740d27546d0349d73cf4d168904c288bc
packaging/depanneur.spec
patch
|
blob
|
history
diff --git
a/packaging/depanneur.spec
b/packaging/depanneur.spec
index 5d19041eec6b57dbbbc8aa8855f3bcd090d5f964..1f312922180f8e6b875f4a428fa1dcf4530470b8 100644
(file)
--- a/
packaging/depanneur.spec
+++ b/
packaging/depanneur.spec
@@
-8,7
+8,11
@@
Source0: %{name}_%{version}.tar.gz
Requires: createrepo >= 0.9.8
Requires: perl(YAML)
+%if 0%{?suse_version} >= 1230
+Requires: tizen-build >= 20130311-tizen20130916
+%else
Requires: tizen-build >= 2013.03.11-tizen20130916
+%endif
%if 0%{?suse_version}
BuildRequires: sudo
%endif