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
|
Name: gssproxy
|
||||||
|
|
||||||
Version: 0.8.4
|
Version: 0.8.4
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: GSSAPI Proxy
|
Summary: GSSAPI Proxy
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -111,6 +111,10 @@ install -m644 %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/rwtab.d/gssproxy
|
|||||||
%systemd_postun_with_restart gssproxy.service
|
%systemd_postun_with_restart gssproxy.service
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Apr 03 2023 Julien Rische <jrische@redhat.com> - 0.8.4-5
|
||||||
- Add an option for minimum lifetime
|
- Add an option for minimum lifetime
|
||||||
- Resolves: rhbz#2184333
|
- Resolves: rhbz#2184333
|
||||||
|
@ -11,14 +11,20 @@
|
|||||||
name: standard-test-source
|
name: standard-test-source
|
||||||
vars:
|
vars:
|
||||||
fetch_only: True
|
fetch_only: True
|
||||||
|
|
||||||
- name: Copy files including source to test environment
|
- name: Copy files including source to test environment
|
||||||
synchronize:
|
synchronize:
|
||||||
src: "{{ playbook_dir }}/.."
|
src: "{{ playbook_dir }}/.."
|
||||||
dest: "{{ tenv_workdir }}"
|
dest: "{{ tenv_workdir }}"
|
||||||
mode: push
|
mode: push
|
||||||
ssh_args: "-o UserKnownHostsFile=/dev/null"
|
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:
|
roles:
|
||||||
- role: standard-test-basic
|
- role: standard-test-basic
|
||||||
required_packages:
|
required_packages:
|
||||||
|
Loading…
Reference in New Issue
Block a user