Use openldap-servers from EPEL repo for testing
Resolves: rhbz#2187634 Signed-off-by: Julien Rische <jrische@redhat.com>
This commit is contained in:
parent
b4a8dd811a
commit
09f4bc2732
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user