diff --git a/lorax.spec b/lorax.spec index 513f2472..92a93fa9 100644 --- a/lorax.spec +++ b/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 28.14.40 +Version: 28.14.41 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -252,6 +252,26 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_sysconfdir}/bash_completion.d/composer-cli %changelog +* Mon Feb 10 2020 Brian C. Lane 28.14.41-1 +- tests: Add new test to run 'test' and 'check' in cockpit ci (jrusz) + Related: rhbz#1785154 +- tests: rpm now returns str, drop decode() call (bcl) + Related: rhbz#1785154 +- tests: Switch to using CentOS8 for the Docker tests (bcl) + Related: rhbz#1785154 +- tests: Finish switch to using example-development in composer tests (bcl) + Related: rhbz#1785154 +- tests: this_is_rhel function return true for CentOS or RHEL (bcl) + Related: rhbz#1785154 +- tests: Disable pylint preexec-fn warning (bcl) + Related: rhbz#1785154 +- pylint: whitelist the rpm module (bcl) + Related: rhbz#1785154 +- tests: Use unittest.mock (bcl) + Related: rhbz#1785154 +- Test & cleanup script for Alibaba cloud (atodorov) + Related: rhbz#1785154 + * Wed Jan 29 2020 Brian C. Lane 28.14.40-1 - tests: run ssh commands in batch mode (jrusz) Related: rhbz#1785154 diff --git a/rel-eng/packages/lorax b/rel-eng/packages/lorax index 68ba2511..34dd3958 100644 --- a/rel-eng/packages/lorax +++ b/rel-eng/packages/lorax @@ -1 +1 @@ -28.14.40-1 ./ +28.14.41-1 ./