From 355c8515cf0142bfa4128026c6d8be5cf08af686 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Nov 03 2011 22:44:48 +0000 Subject: Release 1.3 --- diff --git a/fedpkg.spec b/fedpkg.spec index ff43df9..02b510e 100644 --- a/fedpkg.spec +++ b/fedpkg.spec @@ -2,7 +2,7 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Name: fedpkg -Version: 1.2 +Version: 1.3 Release: 1%{?dist} Summary: Fedora utility for working with dist-git @@ -63,6 +63,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Nov 03 2011 Jesse Keating - 1.3-1 +- Fix buildrequires (jkeating) +- Don't register a nonexestant target (jkeating) +- Drop koji-rhel.conf file (jkeating) +- Fix up the setup.py (jkeating) + * Thu Nov 03 2011 Jesse Keating - 1.2-1 - Catch raises in the libraries (jkeating) - Fix the fixbranches script for new module name (jkeating) diff --git a/setup.py b/setup.py index d69330a..60f93d5 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name = "fedpkg", - version = "1.2", + version = "1.3", author = "Jesse Keating", author_email = "jkeating@redhat.com", description = ("Red Hat plugin to rpkg to manage "