Update to 1.1

This commit is contained in:
Kevin Fenzi 2013-04-02 19:36:48 -06:00
commit c2a8c32be3
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View file

@ -7,3 +7,4 @@
/ansible-0.8.tar.gz
/ansible-0.9.tar.gz
/ansible-1.0.tar.gz
/ansible-1.1.tar.gz

View file

@ -6,12 +6,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Name: ansible
Release: 1%{?dist}
Summary: SSH-based configuration management, deployment, and task execution system
Version: 1.0
Version: 1.1
Group: Development/Libraries
License: GPLv3
Source0: https://github.com/downloads/ansible/ansible/%{name}-%{version}.tar.gz
Url: http://ansible.github.com
Source0: http://ansible.cc/releases/%{name}-%{version}.tar.gz
Url: http://ansible.cc
BuildArch: noarch
BuildRequires: python2-devel
@ -97,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT
%doc README.md PKG-INFO COPYING
%changelog
* Tue Apr 02 2013 Kevin Fenzi <kevin@scrye.com> 1.1-1
- Update to 1.1
* Mon Mar 18 2013 Kevin Fenzi <kevin@scrye.com> 1.0-1
- Update to 1.0

View file

@ -1 +1 @@
fcfaf789df5f262b5b0702daeaacf20e ansible-1.0.tar.gz
29059e7738212392d7c23db8c8f91019 ansible-1.1.tar.gz