From 398710b3b16614dcc3d27781237bb3f485a8f56b Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Fri, 3 May 2013 15:38:19 +0300 Subject: [PATCH] Release 0.1 Change-Id: Idddb72415bb515806b11bbcef3f6c5accb9c74ac Signed-off-by: Markus Lehtonen --- packaging/obs-service-gbs.changes | 12 ++++++++++++ packaging/obs-service-gbs.spec | 6 +++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/packaging/obs-service-gbs.changes b/packaging/obs-service-gbs.changes index 33eca5e..329c57f 100644 --- a/packaging/obs-service-gbs.changes +++ b/packaging/obs-service-gbs.changes @@ -1,3 +1,15 @@ +* Fri May 03 2013 Markus Lehtonen 0.1 +- Use gbs-specific default repository cache directory +- Support for config files + Initial support for reading service configuration from a file. + Currently, there is only one configuration setting, i.e. + 'repo-cache-dir'. All configuration settings can be overridden with + environment variables. + By default, the service tries to read '/etc/obs/services/gbs' and + '~/.obs/gbs'. +- packaging: fix requirements for unit tests +- Rename logger to LOGGER + * Thu Apr 04 2013 Markus Lehtonen 0.0 - Initial version diff --git a/packaging/obs-service-gbs.spec b/packaging/obs-service-gbs.spec index 4451f6b..52fbccb 100644 --- a/packaging/obs-service-gbs.spec +++ b/packaging/obs-service-gbs.spec @@ -2,19 +2,19 @@ Name: obs-service-gbs License: GPL-2.0+ Group: Development/Tools/Building Summary: Get sources from a repository managed with GBS -Version: 0.0 +Version: 0.1 Release: 0 URL: http://www.tizen.org Source: %{name}-%{version}.tar.bz2 Requires: gbs -Requires: obs-service-git-buildpackage >= 0.1 +Requires: obs-service-git-buildpackage >= 0.2 BuildRequires: python BuildRequires: python-setuptools %if 0%{?do_unittests} BuildRequires: python-coverage BuildRequires: python-nose BuildRequires: gbs -BuildRequires: obs-service-git-buildpackage >= 0.1 +BuildRequires: obs-service-git-buildpackage >= 0.2 %endif BuildArch: noarch -- 2.7.4