Change version number of osc which required by GBS
authorRong Jinhui <jinhui.rong@samsung.com>
Thu, 21 Jan 2016 08:25:12 +0000 (16:25 +0800)
committerJun Wang <junbill.wang@samsung.com>
Tue, 16 Feb 2016 10:07:19 +0000 (18:07 +0800)
Change version number of osc from '>=0.139.0' to '>=0.132.6'.
We want to use osc of official website instead of our local.

Package        Release         Version
osc            Ubuntu_12.04    0.132.6
osc            Debian_7        0.134.1
osc            Others          >= 0.132.6

Change-Id: Icadeea42e17261b61c70b04d70b0a67daff4b46b
Signed-off-by: Rong Jinhui <jinhui.rong@samsung.com>
Conflicts:
debian/control
packaging/gbs.spec

debian/control
packaging/gbs.spec

index 72be093bca6c2e5c9881edfa0726769b53e7c13b..84424b749d03ee068855c41515093afdab47f605 100644 (file)
@@ -12,8 +12,8 @@ Architecture: all
 Depends: ${misc:Depends}, ${python:Depends},
  python-pycurl,
  sudo,
- osc (>= 0.139.0),
- git-buildpackage-rpm (>= 0.6.25-tizen20150804),
+ osc (>= 0.132.6),
+ git-buildpackage-rpm (>= 0.6.15-tizen20140828),
  gbs-api (= ${binary:Version}),
  gbs-export (= ${binary:Version}),
  gbs-remotebuild (= ${binary:Version}),
index 78c671bcccaf4bea796d4f38f06ad0cdd8c02b44..22cb542997389391064b03058ebe016a6738a768 100644 (file)
@@ -20,8 +20,8 @@ Source0:    %{name}_%{version}.tar.gz
 Requires:   python >= 2.6
 Requires:   python-pycurl
 Requires:   sudo
-Requires:   osc >= 0.139.0
-Requires:   tizen-gbp-rpm >= 20150804
+Requires:   osc >= 0.132.6
+Requires:   tizen-gbp-rpm >= 20140828
 Requires:   depanneur >= 0.14
 
 %if "%{?python_version}" < "2.7"
@@ -46,7 +46,7 @@ Summary:       GBS APIs
 Conflicts:     gbs < 0.15
 Requires:      python
 Requires:      python-pycurl
-Requires:      osc >= 0.139.0
+Requires:      osc >= 0.132.6
 Requires:      git-buildpackage-rpm
 
 %description api