%if 0%{?copr} %define build_timestamp .%(date +"%Y%m%d%H%M%%S") %else %define build_timestamp %{nil} %endif Name: apb-base-scripts Version: 1.1.5 Release: 1%{build_timestamp}%{?dist} Summary: Scripts for the apb-base container image License: ASL 2.0 URL: https://github.com/fusor/apb-examples Source0: https://github.com/fusor/apb-examples/archive/%{name}-%{version}.tar.gz BuildArch: noarch %description %{summary} %prep %setup -q -n %{name}-%{version} %install mkdir -p %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_sysconfdir}/apb-secrets mkdir -p %{buildroot}/opt/apb/.kube install -m 755 files/usr/bin/test-retrieval-init %{buildroot}%{_bindir} install -m 755 files/usr/bin/test-retrieval %{buildroot}%{_bindir} install -m 755 files/usr/bin/entrypoint.sh %{buildroot}%{_bindir} install -m 755 files/opt/apb/.kube/config %{buildroot}/opt/apb/.kube/config %files %doc %{_bindir}/test-retrieval-init %{_bindir}/test-retrieval %{_bindir}/entrypoint.sh %dir %{_sysconfdir}/apb-secrets /opt/apb/.kube/config %changelog * Fri Feb 02 2018 David Zager 1.1.5-1 - Bug 1533425 - return error when no action found (jmrodri@gmail.com) * Mon Jan 08 2018 David Zager 1.1.4-1 - Fixing tito releasers (david.j.zager@gmail.com) * Mon Jan 08 2018 David Zager 1.1.3-1 - Update tito releasers (david.j.zager@gmail.com) * Thu Dec 21 2017 Jason Montleon 1.1.2-1 - Remove erroneous copy in nightly, install it (david.j.zager@gmail.com) - Fix location where kube config is copied (david.j.zager@gmail.com) - Fixing dockerfiles after moving kube config (david.j.zager@gmail.com) - Move kubeconfig based on convention (david.j.zager@gmail.com) - Replace oc login with kube config (david.j.zager@gmail.com) * Mon Dec 04 2017 Jason Montleon 1.1.1-1 - Remove bind files from files section of rpm spec (david.j.zager@gmail.com) - Update the RPM spec for now deleted files (david.j.zager@gmail.com) - Add runtime label to apb-base (david.j.zager@gmail.com) - Canary apb-base should use latest asb modules (david.j.zager@gmail.com) - Remove bind credential scripts (david.j.zager@gmail.com) - bump release (#6) (jmrodri@gmail.com) * Tue Nov 07 2017 Jason Montleon 1.0.5-1 - Bug 1510299 add missing /etc/apb-secrets (jmontleo@redhat.com) - Fixed link to ansible-asb-modules for canary (cchase@redhat.com) - Adding Apache License Version 2.0 file (matzew@apache.org) - update tito releasers (jmontleo@redhat.com) * Fri Oct 13 2017 Jason Montleon 1.0.4-1 - 1498185 - Removed version label from apb-base (dymurray@redhat.com) * Tue Sep 19 2017 Jason Montleon 1.0.3-1 - new package built with tito * Fri Aug 18 2017 Jason Montleon 1.0.2-1 - apply role path on the command line (#115) (jmontleo@redhat.com) - Fix canary build and stop overwriting files rpm RPM's in latest (#114) (jmontleo@redhat.com) * Fri Aug 18 2017 Jason Montleon 1.0.1-1 - new package built with tito