diff --git a/gssproxy.spec b/gssproxy.spec index 4be1f92..f847722 100644 --- a/gssproxy.spec +++ b/gssproxy.spec @@ -1,7 +1,7 @@ Name: gssproxy Version: 0.8.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: GSSAPI Proxy License: MIT @@ -111,6 +111,10 @@ install -m644 %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/rwtab.d/gssproxy %systemd_postun_with_restart gssproxy.service %changelog +* Wed Apr 05 2023 Julien Rische <jrische@redhat.com> - 0.8.4-6 +- Use openldap-servers from EPEL repo for testing +- Resolves: rhbz#2187634 + * Mon Apr 03 2023 Julien Rische <jrische@redhat.com> - 0.8.4-5 - Add an option for minimum lifetime - Resolves: rhbz#2184333 diff --git a/tests/tests.yml b/tests/tests.yml index 66e4969..98cbf61 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -11,14 +11,20 @@ name: standard-test-source vars: fetch_only: True - - name: Copy files including source to test environment synchronize: src: "{{ playbook_dir }}/.." dest: "{{ tenv_workdir }}" mode: push ssh_args: "-o UserKnownHostsFile=/dev/null" - + - name: Add EPEL repo + yum_repository: + name: epel + file: epel + description: Extra Packages for Enterprise Linux $releasever - $basearch + baseurl: https://download.fedoraproject.org/pub/epel/$releasever/Everything/$basearch/ + enabled: yes + gpgcheck: no roles: - role: standard-test-basic required_packages: