%if 0%{?copr} %define build_timestamp .%(date +"%Y%m%d%H%M%%S") %else %define build_timestamp %{nil} %endif Name: mysql-apb-role Version: 1.1.10 Release: 1%{build_timestamp}%{?dist} Summary: Ansible Playbook for MariaDB APB License: ASL 2.0 URL: https://github.com/ansibleplaybookbundle/RHSCL-MySQL-APB Source0: https://github.com/ansibleplaybookbundle/RHSCL-MySQL-APB/archive/%{name}-%{version}.tar.gz BuildArch: noarch %description %{summary} %prep %setup -q -n %{name}-%{version} %install mkdir -p %{buildroot}/opt/apb/ %{buildroot}/opt/ansible/ mv playbooks %{buildroot}/opt/apb/actions mv roles %{buildroot}/opt/ansible/roles %files %doc /opt/apb/actions /opt/ansible/roles %changelog * Fri Mar 02 2018 Jason Montleon 1.1.10-1 - Bug 1544606 - Ensure subsequent updates do not fail because dir exists (jmontleo@redhat.com) * Thu Mar 01 2018 Jason Montleon 1.1.9-1 - Bug 1544606 - Use rsync to work around cp hanging (BZ1550644) (jmontleo@redhat.com) * Wed Feb 28 2018 Jason Montleon 1.1.8-1 - Revert "Bug 1549019 - Work around connection upgrade issues with oc cp" (jmontleo@redhat.com) * Tue Feb 27 2018 Jason Montleon 1.1.7-1 - Bug 1549019 - Work around connection upgrade issues with oc cp (jmontleo@redhat.com) - Bug 1549019 - Partially work around connection upgrade issues (jmontleo@redhat.com) * Thu Feb 15 2018 David Zager 1.1.6-1 - Bug 1544606 - 5.7 to 5.6 dowgrade requires preparation (jmontleo@redhat.com) * Fri Jan 26 2018 Jason Montleon 1.1.5-1 - Bug 1535931 - Save all databases (jmontleo@redhat.com) * Tue Jan 16 2018 David Zager 1.1.4-1 - Bug 1534514 require password (jmontleo@redhat.com) * Mon Jan 08 2018 David Zager 1.1.3-1 - Update tito releasers (david.j.zager@gmail.com) - Bug 1472226 - Add pattern regex for UI validation (cchase@redhat.com) * Thu Dec 21 2017 Jason Montleon 1.1.2-1 - add update functionality with data preservation (jmontleo@redhat.com) - Bug 1510804 - Change tag to database. (cchase@redhat.com) * Mon Dec 04 2017 Jason Montleon 1.1.1-1 - updates for repo and container name change (jmontleo@redhat.com) - update tags for FROM statement in Dockerfiles (jmontleo@redhat.com) - bumprelease (jesusr@redhat.com) * Tue Nov 07 2017 Jason Montleon 1.0.10-1 - Bug 1510599 - use service name for binding DB_HOST instead of cluster IP (cchase@redhat.com) * Tue Nov 07 2017 Jason Montleon 1.0.9-1 - Bug 1508278 - Use include_tasks instead of include for updated Ansible version. (cchase@redhat.com) * Fri Nov 03 2017 Jason Montleon 1.0.8-1 - Bug 1508278 - Revert to using include for now for Ansible 2.3.2 compatibility. (cchase@redhat.com) * Fri Nov 03 2017 Jason Montleon 1.0.7-1 - Bug 1508994 - Hide password with display_type: password (cchase@redhat.com) - Bug 1508278 - Use include_tasks instead of include (cchase@redhat.com) * Mon Oct 30 2017 Jason Montleon 1.0.6-1 - Bug 1507321 - fixed binding parameters to work with mediawiki. Using the generic fields also allows applications to switch between different databases. (cchase@redhat.com) * Thu Oct 19 2017 David Zager 1.0.5-1 - Bug 1503523 - Add asb module to deprovision yaml (david.j.zager@gmail.com) * Tue Oct 10 2017 Jason Montleon 1.0.4-1 - Update dockerfiles (david.j.zager@gmail.com) - Bug 1500364 - Update apb.yml with all dependent images (david.j.zager@gmail.com) * Mon Oct 09 2017 Jason Montleon 1.0.3-1 - Updated mysql image to use rhscl instead of centos (dymurray@redhat.com) - Bug 1498571 - Remove image from APB (david.j.zager@gmail.com) * Wed Oct 04 2017 Jason Montleon 1.0.2-1 - new package built with tito * Wed Oct 04 2017 Jason Montleon - new package built with tito * Thu Sep 28 2017 David Zager 1.0.0-1 - new package built with tito