packaging: depend/recommend rpmbuild
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 18 Jul 2014 14:27:03 +0000 (17:27 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 21 Jul 2014 13:02:49 +0000 (13:02 +0000)
Change-Id: Ifd5402f93a078eb97ff504eab1dbbf1e2d7c6ca1
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
debian/control
packaging/git-buildpackage.spec

index 7eb2e22..705fd7c 100644 (file)
@@ -66,6 +66,7 @@ Depends: ${python:Depends},
  python-rpm,
  rpm2cpio,
  git-buildpackage-common (= ${binary:Version})
+Recommends: rpm
 Description: Suite to help with rpm packages in Git repositories
  This package contains the following tools:
   * git-import-srpm: import existing rpm source packages into a git
index 86780bf..b252de0 100644 (file)
@@ -105,6 +105,11 @@ Group:      Development/Tools/Building
 Requires:   %{name}-common = %{version}-%{release}
 Requires:   rpm
 Requires:   %{rpm_python_pkg_name}
+%if 0%{?suse_version} || 0%{?tizen_version:1}
+Recommends: rpm-build
+%else
+Requires:   rpm-build
+%endif
 Provides:   tizen-gbp-rpm = 20140605
 
 %description rpm