From 507b78f37947d1a91e1d4ca29fb50319eece2f99 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 13 Sep 2013 17:31:34 -0400 Subject: [PATCH] Update specfile -- no need for node fireball package, release dates --- packaging/rpm/ansible.spec | 51 +++----------------------------------- 1 file changed, 4 insertions(+), 47 deletions(-) diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec index 8c4a5f12e5e..1f06a0b27cf 100644 --- a/packaging/rpm/ansible.spec +++ b/packaging/rpm/ansible.spec @@ -24,12 +24,14 @@ BuildRequires: python26-devel Requires: python26-PyYAML Requires: python26-paramiko Requires: python26-jinja2 +Requires: python26-keyczar %else BuildRequires: python2-devel Requires: PyYAML Requires: python-paramiko Requires: python-jinja2 +Requires: python-keyczar %endif %description @@ -40,41 +42,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} -%if 0%{?rhel} && 0%{?rhel} <= 5 -Requires: python26-keyczar -Requires: python26-zmq -%else -Requires: python-keyczar -Requires: python-zmq -%endif - -%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 -%if 0%{?rhel} && 0%{?rhel} <= 5 -Requires: python26-keyczar -Requires: python26-zmq -%else -Requires: python-keyczar -Requires: python-zmq -%endif - -%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 @@ -101,27 +68,17 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/ansible* %dir %{_datadir}/ansible %{_datadir}/ansible/*/* -#%{_datadir}/ansible/*/f[a-hj-z]* -#%{_datadir}/ansible/*/file %config(noreplace) %{_sysconfdir}/ansible %doc README.md PKG-INFO COPYING %doc %{_mandir}/man1/ansible* %doc %{_mandir}/man3/ansible.* -#%doc %{_mandir}/man3/ansible.f[a-hj-z]* -#%doc %{_mandir}/man3/ansible.file* %doc examples/playbooks -%files fireball -%{_datadir}/ansible/utilities/fireball -%doc %{_mandir}/man3/ansible.fireball.* - -%files node-fireball -%doc README.md PKG-INFO COPYING %changelog -* Fri Jul 05 2013 Michael DeHaan - 1.3-0 -* (release pending) +* Fri Sep 13 2013 Michael DeHaan - 1.3-0 +* Release 1.3.0 * Thu Jul 05 2013 Michael DeHaan - 1.2-2 * Release 1.2.2