From f55ef0f2585f74c681ee4c991dde36ba246390fc Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Dec 22 2016 21:35:34 +0000 Subject: 0.6.0.1 release Signed-off-by: Dennis Gilmore --- diff --git a/configure.ac b/configure.ac index 7bda50f..f494dd1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([fedora-packager], [0.6.0.0]) +AC_INIT([fedora-packager], [0.6.0.1]) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip tar-pax]) AM_PATH_PYTHON(,, [:]) AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :]) diff --git a/fedora-packager.spec b/fedora-packager.spec index e7beed0..5384fee 100644 --- a/fedora-packager.spec +++ b/fedora-packager.spec @@ -3,7 +3,7 @@ %endif Name: fedora-packager -Version: 0.6.0.0 +Version: 0.6.0.1 Release: 1%{?dist} Summary: Tools for setting up a fedora maintainer environment @@ -81,6 +81,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Dec 22 2016 Dennis Gilmore - 0.6.0.1-1 +- install and include the new config file names (dennis) +- rename configs and enable fast upload (dennis) +- Configuration files in /etc/koji.conf.d need to end with .conf (puiterwijk) + * Fri Dec 09 2016 Dennis Gilmore - 0.6.0.0-1 - Make scripts executable in GIT (opensource) - Update bugzilla owners URL everywhere (opensource)