Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
176cc838
Commit
176cc838
authored
Nov 07, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1524 from nigelm/devel
Split of rpm packaging into main/fireball/node-fireball
parents
a1f73346
5b076b08
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
2 deletions
+38
-2
packaging/rpm/ansible.spec
+38
-2
No files found.
packaging/rpm/ansible.spec
View file @
176cc838
...
@@ -28,6 +28,30 @@ over SSH and does not require any software or daemons to be installed
...
@@ -28,6 +28,30 @@ 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
on remote nodes. Extension modules can be written in any language and
are transferred to managed machines automatically.
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
%prep
%setup -q
%setup -q
...
@@ -53,13 +77,25 @@ rm -rf $RPM_BUILD_ROOT
...
@@ -53,13 +77,25 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
%defattr(-,root,root)
%{python_sitelib}/ansible*
%{python_sitelib}/ansible*
%{_bindir}/ansible*
%{_bindir}/ansible*
%{_datadir}/ansible
%dir %{_datadir}/ansible
%{_datadir}/ansible/[a-eg-z]*
%{_datadir}/ansible/f[a-hj-z]*
%{_datadir}/ansible/file
%config(noreplace) %{_sysconfdir}/ansible
%config(noreplace) %{_sysconfdir}/ansible
%doc README.md PKG-INFO COPYING
%doc README.md PKG-INFO COPYING
%doc %{_mandir}/man1/ansible*
%doc %{_mandir}/man1/ansible*
%doc %{_mandir}/man3/ansible.*
%doc %{_mandir}/man3/ansible.[a-eg-z]*
%doc %{_mandir}/man3/ansible.f[a-hj-z]*
%doc %{_mandir}/man3/ansible.file*
%doc examples/playbooks
%doc examples/playbooks
%files fireball
%{_datadir}/ansible/fireball
%doc %{_mandir}/man3/ansible.fireball.*
%files node-fireball
%doc README.md PKG-INFO COPYING
%changelog
%changelog
* Fri Oct 19 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.9-0
* Fri Oct 19 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.9-0
- Release pending
- Release pending
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment