Merge remote-tracking branch 'origin/master' into el6
This commit is contained in:
commit
5c120238e2
3 changed files with 6 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -9,3 +9,4 @@
|
|||
/ansible-1.3.3.tar.gz
|
||||
/ansible-1.3.4.tar.gz
|
||||
/ansible-1.4.tar.gz
|
||||
/ansible-1.4.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|||
|
||||
Name: ansible
|
||||
Summary: SSH-based configuration management, deployment, and task execution system
|
||||
Version: 1.4
|
||||
Version: 1.4.1
|
||||
Release: 1%{?dist}
|
||||
|
||||
Group: Development/Libraries
|
||||
|
|
@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%doc examples/playbooks
|
||||
|
||||
%changelog
|
||||
* Wed Nov 27 2013 Kevin Fenzi <kevin@scrye.com> 1.4.1-1
|
||||
- Update to upstream 1.4.1 bugfix release
|
||||
|
||||
* Thu Nov 21 2013 Kevin Fenzi <kevin@scrye.com> 1.4-1
|
||||
- Update to 1.4
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
adc8b5113e4082d1d435642a381eea0d ansible-1.4.tar.gz
|
||||
bff568178497cd0d1e748c6bf1a22f00 ansible-1.4.1.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue