Skip to content

Commit

Permalink
Update to 0.4.1 release
Browse files Browse the repository at this point in the history
This contains fixes for AD authentication in pamtest.

Signed-off-by: Antonio Torres <[email protected]>
  • Loading branch information
antoniotorresm committed Sep 20, 2022
1 parent bc1e74f commit d290793
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions freeipa-perftest.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: freeipa-perftest
Version: 0.4
Release: 2%{?dist}
Version: 0.4.1
Release: 1%{?dist}
Summary: A set of IPA performance tools

License: GPLv3
Expand Down Expand Up @@ -82,6 +82,9 @@ popd


%changelog
* Tue Sep 20 2022 Antonio Torres <[email protected]> - 0.4.1-1
- Update to 0.4.1 upstream release

* Thu Sep 15 2022 Antonio Torres <[email protected]> - 0.4-2
- Fix pamtest not being able to run AD auths when using forks

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='ipaperftest',
version='0.4',
version='0.4.1',
namespace_packages=['ipaperftest', ],
package_dir={'': 'src'},
packages=[
Expand Down
2 changes: 1 addition & 1 deletion src/configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Required initializer
AC_INIT([freeipa-perftest],[0.1])
AC_INIT([freeipa-perftest],[0.4.1])

# Automake initialization
AM_INIT_AUTOMAKE([foreign])
Expand Down

0 comments on commit d290793

Please sign in to comment.