depend on new version of obs-build and createrepo
authorZhang Qiang <qiang.z.zhang@intel.com>
Wed, 20 Mar 2013 16:05:28 +0000 (12:05 -0400)
committerZhang Qiang <qiang.z.zhang@intel.com>
Fri, 22 Mar 2013 23:33:11 +0000 (19:33 -0400)
Change-Id: I7e43d2fceec7765e59980e25dbb1b2ac4163948f

debian/control
packaging/depanneur.spec

index 0f48175..443d0b3 100644 (file)
@@ -9,9 +9,9 @@ Homepage: http://www.tizen.org
 Package: depanneur
 Architecture: all
 Depends: ${perl:Depends},
- build (>= 2012.10.10-tizen20130122),
+ build (>= 2013.03.11-tizen20130319),
  libyaml-perl,
- createrepo (>= 0.9.8)
+ createrepo (>= 0.9.9)
 Description: Manages and executes the builds using the obs-build script.
   The depanneur tool goes through local Git trees and evaluates packaging
   meta-data to determine packages needed and the build order; it then starts
index eaf0ae2..3b1c01b 100644 (file)
@@ -6,9 +6,9 @@ License:        GPL-2.0+
 Group:          Development/Tools
 Source0:        %{name}_%{version}.tar.gz
 
-Requires:       createrepo >= 0.9.8
+Requires:       createrepo >= 0.9.9
 Requires:       perl(YAML)
-Requires:       tizen-build >= 2012.10.10-tizen20130122
+Requires:       tizen-build >= 2013.03.11-tizen20130319
 %if 0%{?suse_version}
 BuildRequires:  sudo
 %endif