From b590879b81f4d9afb979bcbf65337dc30b51ae4e Mon Sep 17 00:00:00 2001 From: Tongkun Zhang Date: Thu, 7 Apr 2022 14:00:56 -0400 Subject: [PATCH] Update bob.spec --- bob.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bob.spec b/bob.spec index 95bacab..91a4f5d 100644 --- a/bob.spec +++ b/bob.spec @@ -1,6 +1,6 @@ %undefine _disable_source_fetch Name: bob -Version: 2.3.1 +Version: 2.3.2 Release: 0 License: Apache-2.0 Summary: Better Object Builder for IBM i @@ -59,11 +59,12 @@ ln -sf %{_libdir}/bob/scripts/crtfrmstmf %{buildroot}%{_bindir}/crtfrmstmf %{_bindir}/crtfrmstmf %changelog -* Tue Apr 06 2022 Tongkun Zhang - 2.3.1 -- Update to 2.3.1 +* Tue Apr 07 2022 Tongkun Zhang - 2.3.2 +- Update to 2.3.2 - Allow undefined values for includePath and postUsrLibl in iproj.json - Use python39-ibm_db instead python3-ibm_db +- Fix missing execute permission on getJobLog * Tue Apr 04 2022 Tongkun Zhang - 2.3.0 - Update to 2.3.0 - Upgrades to Python 3.9 since 3.6 is out of support