diff --git a/.cvsignore b/.cvsignore index 433ab82..6f88394 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -koji-1.3.0.tar.bz2 +koji-1.3.1.tar.bz2 diff --git a/koji.spec b/koji.spec index 68211dc..c7c9c67 100644 --- a/koji.spec +++ b/koji.spec @@ -8,7 +8,7 @@ %define release %{baserelease} %endif Name: koji -Version: 1.3.0 +Version: 1.3.1 Release: %{release}%{?dist} License: LGPLv2 Summary: Build system tools @@ -54,7 +54,13 @@ Requires: /usr/bin/svn Requires: /usr/bin/git Requires: rpm-build Requires: redhat-rpm-config +%if 0%{?fedora} Requires: createrepo >= 0.9.6 +%endif +%if 0%{?rhel} +Requires: python-createrepo >= 0.9.6 +Requires: python-hashlib +%endif %description builder koji-builder is the daemon that runs on build machines and executes @@ -163,6 +169,9 @@ if [ $1 = 0 ]; then fi %changelog +* Fri Feb 20 2009 Dennis Gilmore - 1.3.1-1 +- update to 1.3.1 + * Wed Feb 18 2009 Dennis Gilmore - 1.3.0-1 - update to 1.3.0 diff --git a/sources b/sources index 1d1d9a7..cf3e757 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -97c8625dd708b25758027c782eaffdda koji-1.3.0.tar.bz2 +431044ff0bd4b34c552a74d4ae814c73 koji-1.3.1.tar.bz2