Update to 1.8.2
This commit is contained in:
parent
2d564c61d5
commit
d1dfb0233e
3 changed files with 6 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -17,3 +17,4 @@
|
|||
/ansible-1.7.2.tar.gz
|
||||
/ansible-1.8.tar.gz
|
||||
/ansible-1.8.1.tar.gz
|
||||
/ansible-1.8.2.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.8.1
|
||||
Version: 1.8.2
|
||||
Release: 1%{?dist}
|
||||
|
||||
Group: Development/Libraries
|
||||
|
|
@ -99,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%doc %{_mandir}/man1/ansible*
|
||||
|
||||
%changelog
|
||||
* Sun Dec 07 2014 Kevin Fenzi <kevin@scrye.com> 1.8.2-1
|
||||
- Update to 1.8.2
|
||||
|
||||
* Thu Nov 27 2014 Kevin Fenzi <kevin@scrye.com> 1.8.1-1
|
||||
- Update to 1.8.1
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
e452a9cf5891a7c4f694684be2c531a5 ansible-1.8.1.tar.gz
|
||||
c2ac0e5a4c092dfa84c7e9e51cd45095 ansible-1.8.2.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue