From 3a32ac7af7fcc4acdee8ff982e96d2faea9b4894 Mon Sep 17 00:00:00 2001 From: Bill Peck Date: Mon, 11 May 2015 13:32:12 -0400 Subject: Automatic commit of package [git-taskrepo] release [1-1]. --- git-taskrepo.spec | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'git-taskrepo.spec') diff --git a/git-taskrepo.spec b/git-taskrepo.spec index 8ca2e6b..cb0e5d9 100644 --- a/git-taskrepo.spec +++ b/git-taskrepo.spec @@ -1,5 +1,5 @@ Name: git-taskrepo -Version: 0 +Version: 1 Release: 1%{?dist} Summary: Creates a taskrepo inside of an existing git repo. @@ -40,5 +40,21 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/git_taskrepo* %changelog +* Mon May 11 2015 Bill Peck 1-1 +- allow overriding the saved origin when generating the job xml. + (bpeck@redhat.com) +- Keep track of dirty repo on our own. If repo has no HEAD is_dirty will throw + a traceback. (bpeck@redhat.com) +- Prevent repo root from being imported. (bpeck@redhat.com) +- fix _delete_taskrepo, referenced taskname from other scope. + (bpeck@redhat.com) +- Update Requires (bpeck@redhat.com) +- fix authors (bpeck@redhat.com) +- Include python-setuptools (bpeck@redhat.com) +- Build as a noarch (bpeck@redhat.com) +- small help changes in commands (bpeck@redhat.com) +- fix files section in spec (bpeck@redhat.com) +- Updated list tasks (bpeck@redhat.com) + * Wed May 06 2015 Bill Peck 0-1 - new package built with tito -- cgit