Use "recommends" instead of "requires", where supported, as librpm-tizen
is not a hard dependency for GBS to work.
This has been requested by e.g. Debian users who cannot use the
librpm-tizen package built for Ubuntu but who are able to install the
other noarch tools just fine.
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
osc (>= 0.136.0),
git-buildpackage-rpm (>= 0.6.0git20121124-tizen20130123),
depanneur (>= 0.4),
- pristine-tar,
- librpm-tizen (>= 4.10.91.tizen20121215)
+ pristine-tar
+Recommends: librpm-tizen (>= 4.10.91.tizen20121215)
Description: The command line tools for Tizen package developers
The command line tools for Tizen package developers will
be used to do packaging related tasks.
Requires: tizen-gbp-rpm >= 20130123
Requires: depanneur >= 0.4
Requires: pristine-tar
+%if 0%{?suse_version} >= 1210 || 0%{?fedora} >= 18
+Recommends: librpm-tizen >= 4.10.91.tizen20121215
+%else
Requires: librpm-tizen >= 4.10.91.tizen20121215
+%endif
BuildRequires: python-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build