#148 0.6.0.1 release
Merged 8 years ago by puiterwijk. Opened 8 years ago by ausil.
Unknown source master  into  master

file modified
+1 -1
@@ -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" != :])

file modified
+6 -1
@@ -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 @@

  

  

  %changelog

+ * Thu Dec 22 2016 Dennis Gilmore <Dennis@ausil.us> - 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 <Dennis@ausil.us> - 0.6.0.0-1

  - Make scripts executable in GIT (opensource)

  - Update bugzilla owners URL everywhere (opensource)

Signed-off-by: Dennis Gilmore dennis@ausil.us

Looks good to me. :white_flower:

Pull-Request has been merged by puiterwijk

8 years ago
Metadata