Update to 1.3.0

- Drop node-fireball subpackage entirely.
- Obsolete/provide fireball subpackage.
- Add Requires python-keyczar on main package for accelerated mode.
This commit is contained in:
Kevin Fenzi 2013-09-13 16:52:45 -06:00
commit 1869e0c7fe
3 changed files with 19 additions and 35 deletions

1
.gitignore vendored
View file

@ -12,3 +12,4 @@
/ansible-1.2.1.tar.gz
/ansible-1.2.2.tar.gz
/ansible-1.2.3.tar.gz
/ansible-1.3.0.tar.gz

View file

@ -4,9 +4,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
%endif
Name: ansible
Release: 2%{?dist}
Release: 1%{?dist}
Summary: SSH-based configuration management, deployment, and task execution system
Version: 1.2.3
Version: 1.3.0
Group: Development/Libraries
License: GPLv3
@ -19,6 +19,15 @@ BuildRequires: python2-devel
Requires: PyYAML
Requires: python-paramiko
Requires: python-jinja2
Requires: python-keyczar
#
# This is needed to update the old ansible-firewall package that is no
# longer needed. Note that you should also remove ansible-node-firewall manually
# Where you still have it installed.
#
Provides: ansible-fireball = %{version}-%{release}
Obsoletes: ansible-fireball < 1.2.4
%description
@ -28,31 +37,6 @@ over SSH and does not require any software or daemons to be installed
on remote nodes. Extension modules can be written in any language and
are transferred to managed machines automatically.
%package fireball
Summary: Ansible fireball transport support
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: python-keyczar
Requires: python-zmq
%description fireball
Ansible can optionally use a 0MQ based transport mechanism, which is
considerably faster than the standard ssh mechanism when there are
multiple actions, but requires additional supporting packages.
%package node-fireball
Summary: Ansible fireball transport - node end support
Group: Development/Libraries
Requires: python-keyczar
Requires: python-zmq
%description node-fireball
Ansible can optionally use a 0MQ based transport mechanism, which has
additional requirements for nodes to use. This package includes those
requirements.
%prep
%setup -q
@ -86,14 +70,13 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man3/ansible*
%doc examples/playbooks
%files fireball
%{_datadir}/ansible/utilities/fireball
%doc %{_mandir}/man3/ansible.fireball.*
%files node-fireball
%doc README.md PKG-INFO COPYING
%changelog
* Thu Sep 12 2013 Kevin Fenzi <kevin@scrye.com> 1.3.0-1
- Update to 1.3.0
- Drop node-fireball subpackage entirely.
- Obsolete/provide fireball subpackage.
- Add Requires python-keyczar on main package for accelerated mode.
* Wed Aug 21 2013 Kevin Fenzi <kevin@scrye.com> 1.2.3-2
- Update to 1.2.3
- Fixes CVE-2013-4260 and CVE-2013-4259

View file

@ -1 +1 @@
1e07d0fed888a7230b9727bb2c12e8f7 ansible-1.2.3.tar.gz
0a36fe36226fa2c2bd86dc831990bcd4 ansible-1.3.0.tar.gz