#144 0.6.0.0 release
Merged 7 years ago by ausil. Opened 7 years ago by ausil.
Unknown source master  into  master

file modified
+1 -1
@@ -1,4 +1,4 @@

- AC_INIT([fedora-packager], [0.5.10.8])

+ AC_INIT([fedora-packager], [0.6.0.0])

  AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip tar-pax])

  AM_PATH_PYTHON(,, [:])

  AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :])

file modified
+11 -1
@@ -3,7 +3,7 @@

  %endif

  

  Name:           fedora-packager

- Version:        0.5.10.7

+ Version:        0.6.0.0

  Release:        1%{?dist}

  Summary:        Tools for setting up a fedora maintainer environment

  
@@ -81,6 +81,16 @@

  

  

  %changelog

+ * 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)

+ - Properly except AuthError (opensource)

+ - add stg-koji command and fix up secondary configs (dennis)

+ - switch to tar-pax so I can make tarballs (dennis)

+ - Make fedora-packager-setup work with Python 3 (ville.skytta)

+ - Make fedora-cert work with Python 3 (ville.skytta)

+ - Python 3 fixes (ville.skytta)

+ 

  * Wed Aug 10 2016 Patrick Uiterwijk <puiterwijk@redhat.com> - 0.5.10.7-1

  - Add kerberos configuration

  

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

rebased

7 years ago

Pull-Request has been merged by ausil

7 years ago
Metadata