summaryrefslogtreecommitdiffstats
path: root/git-taskrepo.spec
diff options
context:
space:
mode:
authorBill Peck <bpeck@redhat.com>2015-05-11 13:32:12 -0400
committerBill Peck <bpeck@redhat.com>2015-05-11 13:32:12 -0400
commit3a32ac7af7fcc4acdee8ff982e96d2faea9b4894 (patch)
tree7a8ed2fdb078edd0191d2e092d80b06f86f3fe76 /git-taskrepo.spec
parent6e77de1d8e852071b2b3b2587fb1dd425a920d5d (diff)
downloadtaskrepo-master.tar.gz
taskrepo-master.tar.xz
taskrepo-master.zip
Automatic commit of package [git-taskrepo] release [1-1].HEADgit-taskrepo-1-1master
Diffstat (limited to 'git-taskrepo.spec')
-rw-r--r--git-taskrepo.spec18
1 files changed, 17 insertions, 1 deletions
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 <bpeck@redhat.com> 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 <bpeck@redhat.com> 0-1
- new package built with tito