Blame aeolus-audrey-agent.spec

Joe VLcek 288ab11
#
Joe VLcek 288ab11
#   Copyright [2011] [Red Hat, Inc.]
Joe VLcek 288ab11
#
Joe VLcek 288ab11
#   Licensed under the Apache License, Version 2.0 (the "License");
Joe VLcek 288ab11
#   you may not use this file except in compliance with the License.
Joe VLcek 288ab11
#   You may obtain a copy of the License at
Joe VLcek 288ab11
#
Joe VLcek 288ab11
#   http://www.apache.org/licenses/LICENSE-2.0
Joe VLcek 288ab11
#
Joe VLcek 288ab11
#   Unless required by applicable law or agreed to in writing, software
Joe VLcek 288ab11
#   distributed under the License is distributed on an "AS IS" BASIS,
Joe VLcek 288ab11
#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Joe VLcek 288ab11
#   See the License for the specific language governing permissions and
Joe VLcek 288ab11
#  limitations under the License.
Joe VLcek 288ab11
#
Joe VLcek 288ab11
Name:       aeolus-audrey-agent
Joe VLcek 288ab11
Version:    0.4.0
Joe VLcek 288ab11
Release:    9%{?dist}
Joe VLcek 288ab11
Summary:    The Aeolus Audrey Startup Agent
Joe VLcek 288ab11
Joe VLcek 288ab11
Group:      Applications/System
Joe VLcek 288ab11
License:    ASL 2.0
Joe VLcek 288ab11
URL:        http://aeolusproject.org
Joe VLcek 288ab11
Source0:    http://joev.fedorapeople.org/audrey-agent/aeolus-audrey-agent-%{version}.tar.gz
Joe VLcek 288ab11
Joe VLcek 288ab11
BuildRequires: help2man
Joe VLcek 288ab11
Joe VLcek 288ab11
Requires:   facter python-httplib2 python-oauth2
Joe VLcek 288ab11
%if (0%{?fedora} <= 14 || 0%{?rhel} <= 6)
Joe VLcek 288ab11
Requires: python-argparse
Joe VLcek 288ab11
%endif
Joe VLcek 288ab11
Joe VLcek 288ab11
BuildArch:  noarch
Joe VLcek 288ab11
Joe VLcek 288ab11
%description
Joe VLcek 288ab11
The Aeolus Audrey Startup Agent, a script which runs on a booting
Joe VLcek 288ab11
cloud instance to retrieve configuration data from the Aeolus
Joe VLcek 288ab11
Config Server.
Joe VLcek 288ab11
Joe VLcek 288ab11
%prep
Joe VLcek 288ab11
%setup -q
Joe VLcek 288ab11
Joe VLcek 288ab11
%build
Joe VLcek 288ab11
make %{?_smp_mflags}
Joe VLcek 288ab11
Joe VLcek 288ab11
%install
Joe VLcek 288ab11
rm -rf %{buildroot}
Joe VLcek 288ab11
mkdir -p %{buildroot}%{_bindir}
Joe VLcek 288ab11
mkdir -p %{buildroot}%{_mandir}/man8
Joe VLcek 288ab11
Joe VLcek 288ab11
# copy over the audrey startup agent bits
Joe VLcek 288ab11
install audrey_startup.py %{buildroot}%{_bindir}/audrey
Joe VLcek 288ab11
cp audrey.8 %{buildroot}%{_mandir}/man8
Joe VLcek 288ab11
Joe VLcek 288ab11
%files
Joe VLcek 288ab11
%{_bindir}/audrey
Joe VLcek 288ab11
%{_mandir}/man8/audrey.8*
Joe VLcek 288ab11
%doc COPYING
Joe VLcek 288ab11
Joe VLcek 288ab11
%changelog
Joe VLcek 288ab11
* Tue Nov 09 2011 Joe VLcek <jvlcek@redhat.com> 0.4.0-9
Joe VLcek 288ab11
- Update the licensing information
Joe VLcek 288ab11
* Tue Nov 08 2011 Joe VLcek <jvlcek@redhat.com> 0.4.0-8
Joe VLcek 288ab11
- Add man page generation and address some packaging review feedback
Joe VLcek 288ab11
* Tue Nov 08 2011 Greg Blomquist <gblomqui@redhat.com> 0.4.0-7
Joe VLcek 288ab11
- Fixing changelog history
Joe VLcek 288ab11
* Mon Nov 07 2011 Joe VLcek <jvlcek@redhat.com> 0.3.1-7
Joe VLcek 288ab11
- Address Packaging for Fedora review feedback
Joe VLcek 288ab11
* Fri Nov 05 2011 Joe VLcek <jvlcek@redhat.com> 0.3.1-6
Joe VLcek 288ab11
- Packaging for Fedora
Joe VLcek 288ab11
* Wed Nov 02 2011 Greg Blomquist <gblomqui@redhat.com> 0.4.0-6
Joe VLcek 288ab11
- Handles base64 encoded and decoded data in user data
Joe VLcek 288ab11
* Wed Nov 02 2011 Greg Blomquist <gblomqui@redhat.com> 0.4.0-3
Joe VLcek 288ab11
- Fix for audrey.log location
Joe VLcek 288ab11
* Thu Oct 27 2011 Greg Blomquist <gblomqui@redhat.com> 0.4.0-2
Joe VLcek 288ab11
- Radez doubled unit test coverage
Joe VLcek 288ab11
* Wed Oct 26 2011 Greg Blomquist <gblomqui@redhat.com> 0.4.0-1
Joe VLcek 288ab11
- Now using oauth to authenticate with Config Server
Joe VLcek 288ab11
- Parsing a new user data format that is versioned
Joe VLcek 288ab11
* Thu Oct 20 2011 Dan Radez <dradez@redhat.com> 0.3.1-3
Joe VLcek 288ab11
- adding requires for rpm installations
Joe VLcek 288ab11
* Tue Oct 11 2011 Joe VLcek <joev@redhat.com> 0.3.1-2
Joe VLcek 288ab11
- RHEVm user data injection base64 encoded.
Joe VLcek 288ab11
* Fri Sep 30 2011 Joe VLcek <joev@redhat.com> 0.3.1-1
Joe VLcek 288ab11
- RHEVm user data injection.
Joe VLcek 288ab11
* Wed May 18 2011 Joe VLcek <joev@redhat.com> 0.0.1-1
Joe VLcek 288ab11
- Initial build.