summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Gilmore <dennis@ausil.us>2010-07-29 14:58:07 -0500
committerDennis Gilmore <dennis@ausil.us>2010-07-29 14:58:07 -0500
commit63715aea69aefdc21f12a08dea99c3c19d7174dc (patch)
tree490147849db7ee68eafb19086c691bfd28baffcf
parent95ce88203f5ee7ef58c1e105c769a84c5356ea6a (diff)
downloadfedora-packager-63715aea69aefdc21f12a08dea99c3c19d7174dc.tar.gz
fedora-packager-63715aea69aefdc21f12a08dea99c3c19d7174dc.tar.xz
fedora-packager-63715aea69aefdc21f12a08dea99c3c19d7174dc.zip
bump to 0.5.1.0
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
-rw-r--r--fedora-packager.spec10
3 files changed, 15 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ba4dea..1a58291 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+* Thu Jul 29 2010 Dennis Gilmore <dennis@ausil.us> - 0.5.1.0
+- wrap fedora-cert in try except
+-fedpkg fixes
+- require python-kitchen on EL-4 and 5
+
* Wed Jul 28 2010 Dennis Gilmore <dennis@ausil.us> - 0.5.0.1
- Fix checking for unpushed changes on a branch
diff --git a/configure.ac b/configure.ac
index e52624f..4de2252 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([fedora-packager], [0.5.0.1])
+AC_INIT([fedora-packager], [0.5.1.0])
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
AM_PATH_PYTHON(,, [:])
AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :])
diff --git a/fedora-packager.spec b/fedora-packager.spec
index ea49377..476e8dc 100644
--- a/fedora-packager.spec
+++ b/fedora-packager.spec
@@ -3,7 +3,7 @@
%endif
Name: fedora-packager
-Version: 0.5.0.1
+Version: 0.5.1.0
Release: 1%{?dist}
Summary: Tools for setting up a fedora maintainer environment
@@ -21,6 +21,9 @@ Requires: pyOpenSSL python-pycurl
Requires: redhat-rpm-config
Requires: python-offtrac
Requires: GitPython >= 0.2.0, python-argparse
+%if 0%{?rhel}== 5 || 0%{?rhel} == 4
+Requires: python-kitchen
+%endif
BuildArch: noarch
@@ -52,6 +55,11 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/fedora_cert
%changelog
+* Thu Jul 29 2010 Dennis Gilmore <dennis@ausil.us> - 0.5.1.0-1
+- wrap fedora-cert in try except
+-fedpkg fixes
+- require python-kitchen on EL-4 and 5
+
* Wed Jul 28 2010 Dennis Gilmore <dennis@ausil.us> - 0.5.0.1-1
- Fix checking for unpushed changes on a branch