From c0c2711ca87acbc9c3bde45dccf56c68a95f0e39 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Oct 09 2019 12:26:09 +0000 Subject: fix cve id and version refs --- diff --git a/docs/source/conf.py b/docs/source/conf.py index 09d63f5..8281521 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -56,7 +56,7 @@ copyright = u'2017, Mike McLean, Mike B, Dennis Gilmore, Mathieu Bridon, Ian McL # The short X.Y version. version = '1.18' # The full version, including alpha/beta/rc tags. -release = '1.18.0' +release = '1.18.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/koji.spec b/koji.spec index f71e5b8..7504d0c 100644 --- a/koji.spec +++ b/koji.spec @@ -718,7 +718,7 @@ fi %changelog * Thu Sep 26 2019 Tomas Kopecek - 1.18.1-1 -- CVE XXXX fix +- CVE-2019-17109 fix * Fri Aug 9 2019 Mike McLean - 1.18.0-1 - PR#1606: pull owner from correct place diff --git a/setup.py b/setup.py index 69c8555..8029da9 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def get_install_requires(): setup( name="koji", - version="1.18.0", + version="1.18.1", description=("Koji is a system for building and tracking RPMS. The base" " package contains shared libraries and the command-line" " interface."),